@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Ghawar", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-weight: 200;
  text-align: left;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
}

.big-container {
  width: 100%;
  margin: 0px auto;
  padding: 0px 60px;
}

h2 {
  color: #323232;
}
h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(26px + 19 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    font-size: 45px;
  }
}
h2 {
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  h2 {
    line-height: calc(40px + 15 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    line-height: 55px;
  }
}

h3 {
  color: #323232;
}
h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(22px + 13 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h3 {
    font-size: 35px;
  }
}
h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  h3 {
    line-height: calc(30px + 15 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h3 {
    line-height: 45px;
  }
}

h4 {
  color: #323232;
}
h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(20px + 5 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h4 {
    font-size: 25px;
  }
}
h4 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  h4 {
    line-height: calc(30px + 5 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h4 {
    line-height: 35px;
  }
}

h5 {
  color: #323232;
}
h5 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h5 {
    font-size: 20px;
  }
}
h5 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  h5 {
    line-height: calc(30px + 5 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  h5 {
    line-height: 35px;
  }
}

p {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 26px;
  font-weight: 400;
}

.disclaimer {
  background: #f9fcff;
  padding: 20px 20px 20px 40px;
  margin-bottom: 100px;
}
.disclaimer.small-margin {
  margin-bottom: 50px;
}
.disclaimer h6 {
  position: relative;
  font-size: 16px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 5px;
}
.disclaimer h6::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  top: 50%;
  background-image: url(../images/disclaimer.svg);
  transform: translateY(-50%);
}
.disclaimer p {
  font-size: 14px;
  line-height: 22px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 60px;
  transition: 0.4s;
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.blue-bg {
  background: #011e28;
}
header.hiddenTop {
  top: -115px;
}
header .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
header .bottom-menu {
  display: flex;
  align-items: center;
}
header .headerSearch .headerSearch {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
}
header .headerSearch .headerSearch::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}
header .headerSearch .toggleSearch {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/search.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
header .headerSearch .searchInner {
  display: none;
  position: fixed;
  min-height: 100vh;
  overflow: auto;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100vw;
  z-index: 100;
}
header .headerSearch input[type=text] {
  font-family: "Ghawar Hefty";
  border-bottom: 2px solid #fff;
  background: transparent;
  font-size: 30px;
  width: 100%;
  padding-bottom: 13px;
  color: #fff;
  font-weight: 500;
}
header .headerSearch input[type=text]::-moz-placeholder {
  color: #fff;
  font-family: "Ghawar Hefty";
}
header .headerSearch input[type=text]::placeholder {
  color: #fff;
  font-family: "Ghawar Hefty";
}
header .headerSearch .close-search {
  top: 32px;
  right: 175px;
  height: 20px;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  position: absolute;
}
header .mainMenu > ul {
  display: flex;
  align-items: center;
}
header .mainMenu > ul > li {
  position: relative;
}
header .mainMenu > ul > li:not(:last-child) {
  margin-right: 40px;
}
header .mainMenu > ul > li > a {
  padding-bottom: 5px;
  position: relative;
  color: #fff;
  font-family: "Ghawar Hefty";
  font-weight: 500;
  transition: 0.4s;
}
header .mainMenu > ul > li > a {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  header .mainMenu > ul > li > a {
    font-size: calc(17px + 0 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  header .mainMenu > ul > li > a {
    font-size: 17px;
  }
}
header .mainMenu > ul > li > a:hover {
  color: #83bc00;
}
header .mainMenu > ul > li > a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #83bc00;
}
header .mainMenu > ul > li .ddSecondLevel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background: #fff;
  padding: 25px;
  margin-top: 6px;
}
header .mainMenu > ul > li .ddSecondLevel ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}
header .mainMenu > ul > li .ddSecondLevel ul li a {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s;
}
header .mainMenu > ul > li .ddSecondLevel ul li a:hover {
  color: #83bc00;
}
header .language-dropdown .dk-select {
  background: transparent;
  color: #fff;
  margin-right: 30px;
  padding-right: 20px;
}
header .language-dropdown .dk-select::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/language-selector-arrow.svg);
}
header .language-dropdown .dk-select-options .dk-option {
  font-family: "Ghawar";
  padding: 5px;
}
header .logoHolder h1 {
  font-size: 0;
}

.homepage-banner {
  position: relative;
  /* padding-bottom: 48%; */
  height:600px;
}
.homepage-banner .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage-banner .background-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.homepage-banner .content-holder {
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  text-align: left;
}
.homepage-banner .content-holder .banner-text {
  color: #fff;
  font-weight: normal;
  max-width: 530px;
  font-size: 26px;
  margin-bottom: 40px;
}
.homepage-banner .homepage-banner-text {
  max-width: 700px;
  color: #fff;
  font-weight: 700;
  z-index: 0;
  margin-bottom: 30px;
  font-size: 36px;
}
.homepage-banner .btns-holder {
  display: flex;
  z-index: 0;
}
.homepage-banner .btns-holder .btn:not(:last-child) {
  margin-right: 15px;
}

.btn a {
  font-size: 14px;
  font-weight: 700;
  padding: 13px 35px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 25px;
  transition: 0.4s;
}
.btn a:hover {
  background: #83bc00;
}

.btn-blue a {
  background: #00a2e0;
  color: #fff;
  border: solid 1px transparent;
}
.btn-blue a:hover {
  background: #0286b8;
}

.btn-white a {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.btn-white a:hover {
  border: solid 1px transparent;
}

.participate-btn a {
  background: #fff;
  color: #00a2e0;
}
.participate-btn a:hover {
  color: #fff;
}

.social-feed {
  padding: 100px 0px;
}
.social-feed h4 {
  color: #323232;
  margin-bottom: 5px;
}
.social-feed .image-holder {
  line-height: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.social-feed .image-holder:hover img {
  transform: scale(1.1);
}
.social-feed .image-holder img {
  transition: 0.4s;
  display: block;
}
.social-feed span {
  font-size: 13px;
  color: #848484;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.social-feed .text {
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  color: #323232;
  margin-bottom: 25px;
  flex-grow: 1;
}
.social-feed .social-feed-item {
  display: flex;
  flex-direction: column;
}
.social-feed .social-feed-item .description-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.social-feed .social-feed-item .btn-blue {
  text-align: center;
}

.iktiva-in-numbers {
  padding: 100px 0px;
  background-image: url(../images/iktiva-in-numbers.jpg);
  background-size: cover;
}
.iktiva-in-numbers h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  line-height: 30px;
}
.iktiva-in-numbers .number {
  text-align: center;
  color: #00a2e0;
  margin-bottom: 10px;
}
.iktiva-in-numbers .number {
  font-size: 45px;
}
@media screen and (min-width: 320px) {
  .iktiva-in-numbers .number {
    font-size: calc(45px + 60 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .iktiva-in-numbers .number {
    font-size: 105px;
  }
}
.iktiva-in-numbers .text {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.iktiva-in-numbers .text {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .iktiva-in-numbers .text {
    font-size: calc(20px + 0 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .iktiva-in-numbers .text {
    font-size: 20px;
  }
}

.ceo-message {
  padding: 100px 0px;
  text-align: center;
  background-color: #f6f6f6;
}
.ceo-message .quote-icon {
  margin-bottom: 20px;
}
.ceo-message h2 {
  font-family: "Ghawar Hefty";
  font-weight: 500;
  color: #242424;
  max-width: 970px;
  margin: 0px auto 30px auto;
}
.ceo-message h2 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .ceo-message h2 {
    font-size: calc(18px + 7 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .ceo-message h2 {
    font-size: 25px;
  }
}
.ceo-message .ceo-image {
  margin-bottom: 10px;
}
.ceo-message .ceo-image img {
  border-radius: 50%;
}
.ceo-message .ceo-name {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 10px;
}
.ceo-message .position {
  font-family: "Ghawar Hefty";
  font-size: 18px;
  color: #323232;
  opacity: 80%;
}

.video-section {
  display: flex;
  flex-wrap: wrap;
}
.video-section .video-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  background: #011e28;
  padding: 100px 65px 100px calc((100vw - 1200px) / 2);
}
.video-section .text {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
}
.video-section .video-popup {
  position: relative;
  background-size: cover;
  width: 50%;
  line-height: 0px;
}
.video-section .video-popup a {
  z-index: 2;
  display: block;
  height: 100%;
  overflow: hidden;
}
.video-section .video-popup a:hover img {
  transform: scale(1.1);
}
.video-section .video-popup a img {
  transition: 0.4s;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.video-section .video-popup a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.video-section .video-popup a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  background-image: url(../images/play-icon.svg);
  z-index: 1;
}

.participation-holder {
  background: #00a2e0;
  padding: 60px 0px;
}
.participation-holder .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.participation-holder h3 {
  color: #fff;
  font-weight: 700;
  max-width: 630px;
}

footer {
  padding: 100px 0px;
  background: #011e28;
}
footer .simpleListTitle {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .simpleList h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .simpleList li {
  margin-bottom: 30px;
}
footer .simpleList li a {
  transition: 0.4s;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
footer .simpleList li a:hover {
  color: #83bc00;
}
footer .social-media-icons ul {
  display: flex;
  align-items: center;
}
footer .social-media-icons ul li {
  transition: 0.4s;
}
footer .social-media-icons ul li:not(:last-child) {
  margin-right: 20px;
}
footer .social-media-icons ul li:hover {
  opacity: 0.6;
}
footer .newsletterContainer {
  position: relative;
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
}
footer .newsletterContainer input[type=text] {
  font-family: "Ghawar Hefty";
  font-weight: 500;
  width: 100%;
  border-radius: 30px;
  padding: 18px 20px;
  font-size: 12px;
  color: #5a5a5a;
}
footer .newsletterContainer a {
  font-weight: 700;
  transition: 0.4s;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  background: #00a2e0;
  border-radius: 25px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 30px;
}
footer .newsletterContainer a:hover {
  background: #0286b8;
}
footer .copyrights {
  color: #fff;
  font-size: 14px;
  font-family: "Ghawar Hefty";
  font-weight: 500;
}
footer .row {
  margin-bottom: 50px;
}
footer .bottom-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.internal-banner {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
.internal-banner.no-banner {
  height: 130px;
  background-color: #011e28;
  position: relative;
  margin-bottom: 130px;
}
.internal-banner.no-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: inherit;
  padding: 0 30px;
}
.internal-banner.no-banner .breadcrumb-holder {
  position: absolute;
  bottom: -30px;
}
.internal-banner.no-banner .breadcrumb-holder .breadCrumbInsideCont > ul li:not(:last-child):after {
  color: #323232;
}
.internal-banner.no-banner .breadcrumb-holder a {
  color: #323232;
}
.internal-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.internal-banner .big-container {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  display: flex;
  padding: 160px 60px 60px 60px;
}
.internal-banner h2 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.internal-banner .banner-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.internal-banner .banner-intro {
  z-index: 1;
  max-width: 650px;
}
.internal-banner .banner-intro-content {
  position: relative;
  padding-left: 20px;
}
.internal-banner .banner-intro-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.internal-banner .banner-intro-content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 100px;
  background: #83bc00;
}
.internal-banner .back-btn {
  margin-bottom: 25px;
}
.internal-banner .back-btn a {
  color: #fff;
  font-size: 16px;
  font-family: "Ghawar SmeiBold";
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
.internal-banner .back-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/back-icon.svg);
  width: 17px;
  height: 13px;
}
.internal-banner .banner-related-documents {
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  bottom: 40px;
  border-top: solid 3px #83bc00;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 20px 75px 0px 20px;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
}
.internal-banner .banner-related-documents h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.internal-banner .banner-related-documents ul li {
  margin-bottom: 20px;
}
.internal-banner .banner-related-documents ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "Ghawar SmeiBold";
  font-weight: 600;
  padding-left: 25px;
  transition: 0.4s;
}
.internal-banner .banner-related-documents ul li a:hover {
  color: #83bc00;
}
.internal-banner .banner-related-documents ul li a::after {
  content: "";
  position: absolute;
  background-image: url(../images/related-documents-arrow.svg);
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.internal-banner.small-height {
  height: 450px;
  margin-bottom: 40px;
}
.internal-banner.small-height + .links-bar {
  margin-top: -40px;
}
.internal-banner.small-height .banner-intro-content::before {
  height: 100%;
}

.breadcrumb-holder {
  z-index: 1;
}
.breadcrumb-holder .breadCrumbInsideCont > ul {
  display: flex;
  align-items: center;
}
.breadcrumb-holder .breadCrumbInsideCont > ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.breadcrumb-holder .breadCrumbInsideCont > ul li:not(:last-child) a:hover {
  color: #83bc00;
}
.breadcrumb-holder .breadCrumbInsideCont > ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: 0.4s;
}
.breadcrumb-holder .breadCrumbInsideCont > ul li:not(:last-child):after {
  content: "/";
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}

.text-image-block {
  padding-bottom: 100px;
}
.text-image-block .text-image-block-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #011e28;
  margin-top: 80px;
}
.text-image-block.reversed .text-image-block-holder {
  flex-direction: row-reverse;
}
.text-image-block h3 {
  color: #fff;
  margin-bottom: 15px;
}
.text-image-block .text-holder {
  width: 50%;
  padding: 30px 60px;
  z-index: 3;
}
.text-image-block .text {
  color: #fff;
  line-height: 26px;
  font-weight: normal;
  font-size: 16px;
}
.text-image-block .image-holder {
  position: relative;
  line-height: 0px;
  width: 50%;
}
.text-image-block .image-holder img {
  max-width: 100%;
}

.qualities-listing {
  margin-bottom: 120px;
}
.qualities-listing .listingImage {
  text-align: center;
  margin-bottom: 30px;
}
.qualities-listing .blockHead {
  text-align: center;
  max-width: 590px;
  margin: 0px auto;
}
.qualities-listing h5 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
}
.qualities-listing h2 {
  font-weight: 700;
  margin-bottom: 60px;
}
.qualities-listing h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .qualities-listing h2 {
    font-size: calc(26px + 14 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .qualities-listing h2 {
    font-size: 40px;
  }
}

.links-bar {
  border-bottom: solid 1px #e6e6e6;
}
.links-bar ul {
  display: flex;
  align-items: center;
}
.links-bar ul li a {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #323232;
  padding: 15px 0px;
  transition: 0.4s;
}
.links-bar ul li a.active {
  color: #83bc00;
}
.links-bar ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #83bc00;
}
.links-bar ul li a:hover {
  color: #83bc00;
}
.links-bar ul li:not(:last-child) {
  margin-right: 50px;
}

.supported-sectors {
  padding: 60px 0px 0px 0px;
}
.supported-sectors h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.supported-sectors h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .supported-sectors h2 {
    font-size: calc(26px + 14 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .supported-sectors h2 {
    font-size: 40px;
  }
}
.supported-sectors .listingItemLI {
  margin-bottom: 25px;
  position: relative;
}
.supported-sectors .listingInfos {
  padding: 15px;
  background: #f9fcff;
}
.supported-sectors .listingImage {
  line-height: 0px;
  overflow: hidden;
  position: relative;
}
.supported-sectors .listingImage img {
  transition: 0.4s;
  max-width: 100%;
}
.supported-sectors .listingImage:hover img {
  transform: scale(1.1);
}
.supported-sectors .listingTitle {
  margin-bottom: 40px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 80%;
  z-index: 2;
  height: unset !important;
}
.supported-sectors .listingTitle a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  transition: 0.4s;
  color: white;
}
.supported-sectors .listingTitle a:hover {
  color: #83bc00;
}
.supported-sectors .listingLink a {
  position: relative;
  font-family: "Ghawar SmeiBold";
  font-size: 14px;
  font-weight: 600;
  color: #00a2e0;
  padding-left: 20px;
  transition: 0.4s;
}
.supported-sectors .listingLink a:hover {
  opacity: 0.5;
}
.supported-sectors .listingLink a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../images/link-icon.svg);
  width: 15px;
  height: 15px;
}

.reversed-image-blocks {
  padding-bottom: 100px;
}
.reversed-image-blocks h3 {
  margin-bottom: 30px;
}
.reversed-image-blocks .mobile-image {
  display: none;
}
.reversed-image-blocks h6 {
  font-size: 16px;
  font-family: "Ghawar SmeiBold";
  font-weight: 600;
  color: #323232;
  margin-bottom: 5px;
}
.reversed-image-blocks .content-holder {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 26px;
  max-width: 490px;
}
.reversed-image-blocks .image-holder img {
  max-width: 100%;
}
.reversed-image-blocks .image-holder.inView::before {
  transform: translate3d(-102%, 0px, 0px);
}
.reversed-image-blocks .image-holder.inView::after {
  transform: translate3d(102%, 0px, 0px);
}
.reversed-image-blocks .image-holder::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: white;
  width: 100%;
  height: 101%;
  transform: translate3d(-85%, 0px, 0px);
  will-change: transform;
  z-index: 2;
  transition: transform 0.8s ease-out 0s;
}
.reversed-image-blocks .image-holder::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: white;
  width: 100%;
  height: 101%;
  transform: translate3d(85%, 0px, 0px);
  transition: transform 0.8s ease-out 0s;
  z-index: 2;
  will-change: transform;
}
.reversed-image-blocks .container > .row .col-md-12 {
  margin-bottom: 100px;
}
.reversed-image-blocks .container > .row .col-md-12 .row {
  align-items: center;
}
.reversed-image-blocks .container > .row .col-md-12 .row .col-md-6:nth-child(1) {
  z-index: 3;
}
.reversed-image-blocks .container > .row .col-md-12:nth-child(even) {
  margin-bottom: 0;
}
.reversed-image-blocks .container > .row .col-md-12:nth-child(even) .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.reversed-image-blocks .container > .row .col-md-12:nth-child(even) .row .content-holder {
  float: right;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background-image: url(../images/check.svg);
}

.internal-banner + .video-holder {
  margin-top: 80px;
}

.video-holder {
  padding-bottom: 100px;
}
.video-holder h3 {
  text-align: center;
  margin-bottom: 40px;
}
.video-holder.small-padding {
  padding: 0 0px 80px;
}
.video-holder img {
  max-width: 100%;
  transition: 0.4s;
}
.video-holder a {
  overflow: hidden;
  line-height: 0px;
  display: block;
  position: relative;
}
.video-holder a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.video-holder a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  background-image: url(../images/play-icon.svg);
  z-index: 2;
}
.video-holder a:hover img {
  transform: scale(1.1);
}

.right-image-block {
  margin-bottom: 100px;
}
.right-image-block .row {
  align-items: center;
}
.right-image-block .text-holder {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
  max-width: 480px;
}
.right-image-block .text-holder h3 {
  margin-bottom: 20px;
}
.right-image-block .image-holder {
  line-height: 0px;
}
.right-image-block .image-holder img {
  max-width: 100%;
}

.form-holder {
  padding-top: 60px;
  margin-bottom: 100px;
}
.form-holder input[type=text],
.form-holder input[type=number],
.form-holder .dk-select {
  font-family: "Ghawar";
  width: 100%;
  border: solid 1px #d9d9d9;
  height: 50px;
  color: #323232;
  padding-left: 20px;
  font-weight: 700;
}
.form-holder input::-moz-placeholder {
  font-family: "Ghawar";
  font-size: 15px;
  font-weight: 700;
  color: #323232;
}
.form-holder input::placeholder,
.form-holder .dk-selected {
  font-family: "Ghawar";
  font-size: 15px;
  font-weight: 700;
  color: #323232;
}
.form-holder .col-xs-12 {
  margin-bottom: 30px;
}
.form-holder .dk-select {
  padding-top: 13px;
}
.form-holder .dk-select::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/dropdown-arrow.svg);
  transition: 0.4s;
}
.form-holder .dk-select.dk-select-open-down::after {
  transform: translateY(-50%) rotate(180deg);
}
.form-holder .dk-select-options {
  padding: 15px 0px;
}
.form-holder .dk-option {
  font-size: 15px;
  padding: 10px;
}
.form-holder input[type=number]::-webkit-outer-spin-button, .form-holder input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-holder .date-picker {
  cursor: pointer;
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
.form-holder label {
  float: left;
  color: #323232;
}
.form-holder label .requiredStar {
  display: inline-block;
}
.form-holder label strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.form-holder label span {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.form-holder .stackedInput {
  float: left;
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-top: 16px;
}
.form-holder .stackedInput li {
  display: inline-block;
}
.form-holder .stackedInput label {
  float: initial;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  cursor: pointer;
}
.form-holder .stackedInput label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 21px;
  height: 21px;
  background: rgba(216, 216, 216, 0);
  border: solid 1px #c6c6c6;
  border-radius: 50%;
}
.form-holder .stackedInput li:not(:last-child) {
  margin-right: 30px;
}
.form-holder textarea {
  font-family: "Ghawar";
  font-size: 15px;
  color: #323232;
  font-weight: 700;
  width: 100%;
  height: 150px;
  border: solid 1px #d9d9d9;
  padding: 15px 20px;
}
.form-holder textarea::-moz-placeholder {
  font-family: "Ghawar";
  font-size: 15px;
  color: #323232;
}
.form-holder textarea::placeholder {
  font-family: "Ghawar";
  font-size: 15px;
  color: #323232;
}
.form-holder .extensions {
  color: #323232;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
}
.form-holder .fileUpload {
  position: relative;
  width: 100%;
  border: solid 1px #d9d9d9;
  height: 50px;
}
.form-holder .fileUpload::after {
  content: "Upload";
  position: absolute;
  font-weight: 600;
  color: #00a2e0;
  padding-left: 20px;
  font-size: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 30px;
  background-image: url(../images/upload-icon.svg);
  background-repeat: no-repeat;
  background-position: left 0px top 7px;
}
.form-holder .fileUpload input {
  font-size: 14px;
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-holder .fileUpload .uploadValue {
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  opacity: 1;
  z-index: 50;
  color: #323232;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
}
.form-holder .formActions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 30px;
  border-top: solid 1px #d8d8d8;
}
.form-holder .formActions input[type=reset] {
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: #00a2e0;
  border: solid 1px #00a2e0;
  border-radius: 25px;
  padding: 14px 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  transition: 0.4s;
}
.form-holder .formActions input[type=reset]:hover {
  background: #00a2e0;
  color: #fff;
}
.form-holder .formActions input {
  font-family: "Ghawar";
  background: initial;
  border: initial;
}
.form-holder .formActions input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  background: #00a2e0;
  color: #fff;
  border: solid 1px transparent;
  border-radius: 25px;
  padding: 14px 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  transition: 0.4s;
}
.form-holder .formActions input[type=submit]:hover {
  background: #0286b8;
}
.form-holder .formActions .requiredStar {
  text-align: left;
  line-height: 50px;
  display: inline-block;
}

.participation-steps {
  padding: 60px 0px 100px;
}
.participation-steps .step-title {
  margin-bottom: 50px;
}
.participation-steps .step-title::before {
  left: 0;
}
.participation-steps h2 {
  color: #323232;
  text-align: center;
}
.participation-steps h2 {
  font-size: 27px;
}
@media screen and (min-width: 320px) {
  .participation-steps h2 {
    font-size: calc(27px + 13 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .participation-steps h2 {
    font-size: 40px;
  }
}
.participation-steps h4 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 80px;
}
.participation-steps .number {
  position: relative;
  width: 40px;
  text-align: center;
  color: #fff !important;
  display: inline-block;
  color: #323232;
  font-weight: 700;
  margin-right: 15px;
}
.participation-steps .number {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .participation-steps .number {
    font-size: calc(20px + 10 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .participation-steps .number {
    font-size: 30px;
  }
}
.participation-steps .number:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #83bc00;
  border-radius: 100%;
  z-index: -1;
  left: 0;
}
.participation-steps .number-title {
  font-size: 30px;
  color: #323232;
  font-weight: 600;
}
.participation-steps .number-title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .participation-steps .number-title {
    font-size: calc(20px + 10 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .participation-steps .number-title {
    font-size: 30px;
  }
}
.participation-steps .intro {
  margin-bottom: 50px;
}
.participation-steps strong {
  display: block;
  font-size: 20px;
  color: #323232;
  margin-bottom: 10px;
}
.participation-steps li {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 26px;
}
.participation-steps li a {
  color: #00a2e0;
  text-decoration: underline;
}
.participation-steps .text {
  margin-bottom: 80px;
}
.participation-steps .blue-text {
  background: #f6f6f6;
  padding: 30px 70px 30px 30px;
  position: relative;
  position: relative;
}
.participation-steps .blue-text:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: #83bc00;
}
.participation-steps .blue-text::before {
  left: 0;
  top: 0;
}
.participation-steps .blue-text h3 {
  margin-bottom: 5px;
}
.participation-steps .blue-text h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .participation-steps .blue-text h3 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .participation-steps .blue-text h3 {
    font-size: 30px;
  }
}
.participation-steps .blue-text .learn-more {
  position: relative;
}
.participation-steps .blue-text .learn-more a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #00a2e0;
  padding-left: 20px;
  margin-top: 20px;
}
.participation-steps .blue-text .learn-more a:hover::before {
  left: -5px;
}
.participation-steps .blue-text .learn-more a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/right-arrow-circle.svg);
  transition: 0.4s;
}

.participants-listing-block {
  padding: 60px 0px 30px 0px;
}
.participants-listing-block p {
  margin-bottom: 45px;
}
.participants-listing-block .tabsLinks {
  display: flex;
  margin-bottom: 35px;
  flex-direction: row;
  padding: 0 25px;
}
.participants-listing-block .tabsLinks a {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 20px 10px;
  color: #323232;
  border-bottom: 1px solid transparent;
}
.participants-listing-block .tabsLinks a:hover, .participants-listing-block .tabsLinks a.active {
  border-color: #83bc00;
}
.participants-listing-block .tabsHolder .tab {
  display: none;
  color: #323232;
  font-size: 15px;
  line-height: 18px;
  padding-top: 30px;
  font-family: "Ghawar Hefty";
  cursor: pointer;
  margin-bottom: 45px;
}
.participants-listing-block .tabsHolder .tab .col-md-4 {
  margin-bottom: 20px;
}
.participants-listing-block .letters-holder {
  display: flex;
  margin-bottom: 35px;
}
.participants-listing-block .letters-holder li a {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 25px;
  color: #323232;
}
.participants-listing-block .toggleTitle {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #323232;
  padding-top: 15px;
}
.participants-listing-block .toggleTitle::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 40px;
  background: #83bc00;
  top: 0px;
  left: 0px;
}
.participants-listing-block .toggleTitle::before {
  content: "";
  background-image: url(../images/expand-icon.svg);
  height: 16px;
  width: 16px;
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 20px;
  background-size: cover;
}
.participants-listing-block .toggleTitle.active::before {
  content: "";
  background-image: url(../images/collapse-icon.svg);
  height: 3px;
  width: 16px;
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 20px;
  background-size: cover;
}
.participants-listing-block .toggleContent {
  display: none;
  color: #323232;
  font-size: 15px;
  line-height: 18px;
  padding-top: 30px;
}
.participants-listing-block .toggleItem {
  font-family: "Ghawar Hefty";
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 45px;
}
.participants-listing-block .toggleItem .col-md-4.col-xs-12 {
  margin-bottom: 20px;
}

.approved-auditing-firms {
  padding: 60px 0px;
}
.approved-auditing-firms h3 {
  line-height: 40px;
  margin-bottom: 40px;
}
.approved-auditing-firms h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .approved-auditing-firms h3 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .approved-auditing-firms h3 {
    font-size: 30px;
  }
}
.approved-auditing-firms h5 {
  line-height: 26px;
}
.approved-auditing-firms h6 {
  font-size: 16px;
  color: #323232;
  margin-bottom: 5px;
}
.approved-auditing-firms a {
  color: #00a2e0 !important;
}
.approved-auditing-firms span {
  color: #5a5a5a;
  line-height: 26px;
  display: block;
}
.approved-auditing-firms span,
.approved-auditing-firms a {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 26px;
}
.approved-auditing-firms .firms-listing {
  margin-bottom: 60px;
  border-top: solid 1px #e6e6e6;
}
.approved-auditing-firms .firms-listing .logo-holder {
  margin-bottom: 20px;
}
.approved-auditing-firms .item {
  padding: 30px 20px;
  flex: 0 0 25%;
  max-width: 25%;
  display: inline-block;
}
.approved-auditing-firms .item:first-child {
  border-top: solid 3px #83bc00;
  display: block;
  max-width: 75%;
}
.approved-auditing-firms .item:first-child .logo-holder,
.approved-auditing-firms .item:first-child .title {
  display: inline-block;
}
.approved-auditing-firms .item:first-child h5 {
  max-width: 500px;
  display: flex;
  height: 64px;
  align-items: center;
  margin-left: 50px;
}
.approved-auditing-firms .item:first-child .subtitle {
  margin-left: 50px;
}

.overview {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}
.overview .container {
  max-width: 827px;
}
.overview img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.overview .intro-text {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  width: 610px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.overview h2 {
  margin-bottom: 15px;
}

.map-holder {
  padding: 80px 0px;
  text-align: center;
}
.map-holder p {
  font-size: 20px;
  max-width: 830px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 50px;
  line-height: 32px;
}
.map-holder h3 {
  margin-bottom: 20px;
}

.training-centers-listing {
  margin-bottom: 80px;
}
.training-centers-listing h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.training-centers-listing .list-item {
  position: relative;
  padding: 40px 20px 55px 20px;
  border: solid 1px #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.training-centers-listing .list-item::after {
  content: "Read more";
  position: absolute;
  font-weight: bold;
  padding-right: 20px;
  height: 17px;
  bottom: 20px;
  background-image: url(../images/right-blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  color: #00a2e0;
}
.training-centers-listing .list-item img {
  max-width: 100%;
  transition: 0.4s;
}
.training-centers-listing .list-item:hover img {
  transform: scale(1.1);
}
.training-centers-listing .fullItemClick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.training-centers-listing .listingItemLI {
  margin-bottom: 25px;
}

.training-center-details {
  padding-bottom: 100px;
}
.training-center-details .logo-holder img {
  max-width: 100%;
}
.training-center-details h3 {
  margin-bottom: 20px;
  line-height: 40px;
  margin-top: 20px;
}
.training-center-details .back-btn {
  position: relative;
  font-size: 16px;
  color: #00a2e0;
  margin-bottom: 60px;
  font-weight: 600;
  display: block;
  padding-left: 25px;
}
.training-center-details .back-btn:hover::before {
  content: "";
  left: -5px;
}
.training-center-details .back-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/back-arrow.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.training-center-details .logo-holder {
  margin-bottom: 30px;
}
.training-center-details .date {
  font-size: 18px;
  font-weight: 600;
  color: #83bc00;
  margin-bottom: 20px;
}
.training-center-details .location {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
}
.training-center-details .location::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/location.svg);
}
.training-center-details .location span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #323232;
}
.training-center-details .location span:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}
.training-center-details .location span:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #323232;
}
.training-center-details .image-holder {
  margin-bottom: 30px;
}
.training-center-details .intro-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 40px;
}
.training-center-details .blue-box {
  background: #f6f6f6;
  padding: 30px 30px 10px 30px;
  margin-bottom: 40px;
}
.training-center-details .blue-box h3 {
  margin-bottom: 20px;
}
.training-center-details .blue-box ul {
  display: flex;
  flex-wrap: wrap;
}
.training-center-details .blue-box ul li {
  position: relative;
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 600;
  line-height: 27px;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 30px;
}
.training-center-details .blue-box ul li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/check.svg);
}
.training-center-details .social-media-list li {
  display: flex;
  align-items: center;
}
.training-center-details .social-media-list li span,
.training-center-details .social-media-list li a {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 600;
  line-height: 22px;
}
.training-center-details .social-media-list li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}
.training-center-details .social-media-list li a {
  transition: 0.4s;
}
.training-center-details .social-media-list li a:hover {
  color: #83bc00;
}
.training-center-details .social-media-list li span:nth-child(1) {
  margin-right: 20px;
  line-height: 0px;
}

.news-listing {
  padding: 60px 0px;
}
.news-listing .list-item {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: solid 2px #83bc00;
  cursor: pointer;
}
.news-listing .list-item:hover .image-holder img {
  transform: scale(1.1);
}
.news-listing .list-item:hover .title {
  color: #83bc00;
}
.news-listing .date {
  font-weight: 600;
  color: #83bc00;
  font-size: 13px;
  line-height: 15px;
}
.news-listing .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #323232;
  margin-bottom: 40px;
  transition: 0.4s;
}
.news-listing .image-holder {
  margin-bottom: 20px;
  line-height: 0px;
  overflow: hidden;
}
.news-listing .image-holder img {
  transition: 0.4s;
  max-width: 100%;
}
.news-listing .fullItemClick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.paginationContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationContainer a {
  position: relative;
  font-family: "Ghawar Hefty";
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  line-height: 15px;
  margin: 0px 3px;
  padding: 0px 3px;
  transition: 0.4s;
}
.paginationContainer a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #83bc00;
}
.paginationContainer a:hover {
  color: #83bc00;
}

.news-details {
  padding: 80px 0px;
}
.news-details .news-info {
  border-top: solid 2px #83bc00;
  padding-top: 30px;
  margin-bottom: 80px;
}
.news-details h3 {
  margin-bottom: 20px;
}
.news-details .date {
  color: #83bc00;
  font-weight: 600;
  font-size: 13px;
}
.news-details .share-holder {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: solid 1px #d8d8d8;
}
.news-details .share-holder span {
  font-size: 18px;
  font-weight: 700;
  color: #323232;
  line-height: 22px;
  margin-right: 20px;
}
.news-details .share-holder ul {
  display: flex;
  align-items: center;
}
.news-details .share-holder ul li {
  transition: 0.4s;
}
.news-details .share-holder ul li:not(:last-child) {
  margin-right: 20px;
}
.news-details .share-holder ul li:hover {
  opacity: 0.6;
}
.news-details .other-news {
  background: #f9fcff;
  padding: 30px;
}
.news-details .other-news h4 {
  margin-bottom: 20px;
}
.news-details .other-news .title {
  font-family: "Ghawar Hefty";
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  margin-bottom: 10px;
  transition: 0.4s;
}
.news-details .other-news .date {
  font-size: 13px;
  color: #83bc00;
  font-weight: 600;
}
.news-details .other-news .listing .item {
  position: relative;
}
.news-details .other-news .listing .item:hover .title {
  color: #83bc00;
}
.news-details .other-news .listing .item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #d8d8d8;
}
.news-details .other-news .fullItemClick {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.news-details .news-thumbs-carousel .item {
  max-height: 90px;
}
.news-details .news-thumbs-carousel .owl-item {
  opacity: 0.3;
}
.news-details .news-thumbs-carousel .owl-item.current {
  opacity: 1;
}
.news-details .carousels-holder {
  margin-bottom: 30px;
}
.news-details .news-big-carousel {
  margin-bottom: 20px;
}
.news-details .news-big-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0px 20px;
}
.news-details .news-big-carousel .owl-nav .owl-prev,
.news-details .news-big-carousel .owl-nav .owl-next {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.news-details .news-big-carousel .owl-nav .owl-prev span,
.news-details .news-big-carousel .owl-nav .owl-next span {
  font-size: 0px;
}
.news-details .news-big-carousel .owl-nav .owl-prev::after,
.news-details .news-big-carousel .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 18px;
}
.news-details .news-big-carousel .owl-nav .owl-prev::after {
  background-image: url(../images/green-arrow-previous.svg);
}
.news-details .news-big-carousel .owl-nav .owl-next::after {
  background-image: url(../images/green-arrow-next.svg);
}

.site-custom-select {
  margin-right: 20px;
}
.site-custom-select .dk-select {
  background: transparent;
  color: #323232;
  min-width: 290px;
  border-bottom: solid 2px #e5e9ed;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 8px;
}
.site-custom-select .dk-select .dk-selected::after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../images/dropdown-arrow.svg);
}
.site-custom-select .dk-select.dk-select-open-down .dk-selected::after {
  transform: translateY(-50%) rotate(180deg);
}
.site-custom-select .dk-select-options .dk-option {
  font-family: "Ghawar";
  padding: 5px;
}

.downloads {
  padding: 50px 0px 100px;
}
.downloads .filter {
  display: flex;
  margin-bottom: 40px;
}
.downloads .filter span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
  margin-right: 40px;
  padding: 2px 0px;
}
.downloads .filter input[type=text] {
  font-family: "Ghawar";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
}
.downloads .filter input[type=text]::-moz-placeholder {
  font-family: "Ghawar";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
}
.downloads .filter input[type=text]::placeholder {
  font-family: "Ghawar";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
}
.downloads .filter .inputEntity {
  min-width: 290px;
}
.downloads .filter .inputEntity .inputParent {
  position: relative;
  border-bottom: solid 2px #e5e9ed;
  height: 100%;
}
.downloads .filter .inputEntity .inputParent::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  background-image: url(../images/blue-search.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
}
.downloads .downloads-listing {
  margin-bottom: 30px;
}
.downloads .downloads-listing .item {
  position: relative;
  padding: 20px;
  border: solid 1px #e6e6e6;
}
.downloads .downloads-listing .item:hover .text {
  color: #00a2e0;
}
.downloads .downloads-listing .item:hover .download-btn::before {
  transform: translateY(3px);
}
.downloads .downloads-listing h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 26px;
}
.downloads .downloads-listing h3 {
  margin-bottom: 30px;
}
.downloads .downloads-listing h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .downloads .downloads-listing h3 {
    font-size: calc(24px + 6 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .downloads .downloads-listing h3 {
    font-size: 30px;
  }
}
.downloads .downloads-listing .text {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 26px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.downloads .downloads-listing .fullItemClick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.downloads .downloads-listing .col-md-4 {
  margin-bottom: 25px;
}
.downloads .downloads-listing .download-btn {
  color: #00a2e0;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.downloads .downloads-listing .download-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  background-image: url(../images/download-icon.svg);
  transition: 0.4s;
}

.gallery-listing {
  padding: 50px 0px 100px 0px;
}
.gallery-listing h3 {
  margin-bottom: 30px;
}
.gallery-listing h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .gallery-listing h3 {
    font-size: calc(24px + 6 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .gallery-listing h3 {
    font-size: 30px;
  }
}
.gallery-listing .image-holder {
  display: block;
  line-height: 0px;
  position: relative;
  overflow: hidden;
}
.gallery-listing .image-holder:hover img {
  transform: scale(1.1);
}
.gallery-listing .image-holder img {
  max-width: 100%;
  transition: 0.4s;
}
.gallery-listing .col-md-3 {
  margin-bottom: 20px;
}
.gallery-listing .row {
  margin-bottom: 10px;
}

.faq .faq-container {
  max-width: 800px;
  margin: 0px auto;
}
.faq .faq-container .toggleContent table {
  width: 100%;
}
.faq .faq-container .toggleContent table tr td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.faq .faq-container .toggleContent table tr:first-child {
  background-color: #83bc00;
}
.faq .faq-container .toggleContent table tr:first-child th {
  padding: 20px 0;
  color: #fff;
}
.faq .dk-selected {
  padding-right: 40px;
}

.expand-collapse-holder .toggleContent {
  display: none;
}
.expand-collapse-holder .toggleItem {
  border: solid 3px #e5e9ed;
  border-radius: 5px;
  padding: 25px 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.expand-collapse-holder .toggleTitle {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #323232;
  padding-right: 30px;
}
.expand-collapse-holder .toggleTitle::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/expand-icon.svg);
}
.expand-collapse-holder .toggleTitle.active::after {
  content: "";
  height: 5px;
  background-image: url(../images/collapse-icon.svg);
}
.expand-collapse-holder .toggleContent {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
}

.contact-us {
  padding: 60px 0px 100px 0px;
}
.contact-us h3 {
  margin-bottom: 10px;
}
.contact-us h3 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(22px + 8 * (100vw - 320px) / 1580);
  }
}
@media screen and (min-width: 1900px) {
  .contact-us h3 {
    font-size: 30px;
  }
}
.contact-us .form-holder {
  padding-top: 0px;
  margin-bottom: 0px;
}
.contact-us .formActions {
  margin-top: 0px;
  padding-top: 0px;
  border-top: initial;
}
.contact-us .mail,
.contact-us .location-text {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact-us .mail {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-us .mail:hover {
  color: #00a2e0;
  transition: 0.4s;
}
.contact-us .map-location {
  position: relative;
  font-size: 14px;
  color: #00a2e0;
  font-weight: 600;
  line-height: 17px;
  padding-left: 20px;
  transition: 0.4s;
}
.contact-us .map-location::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../images/link-icon.svg);
}
.contact-us .map-location:hover {
  opacity: 0.5;
}

.panel-overlapper {
  position: relative;
  z-index: 2;
  background: #fff;
}

.iti__country-list {
  z-index: 100 !important;
}

.requiredStar {
  display: inline-block;
  font-weight: bold !important;
}

.contactForm {
  position: relative;
}
.contactForm .ajaxLoader {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 60;
}
.contactForm .ajaxLoader::before {
  position: absolute;
  content: "";
  background-image: url(../images/loader.svg);
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactForm .inputParent {
  position: relative;
}
.contactForm .inputParent label {
  display: none;
  font-size: 12px;
  color: #5a5a5a;
  font-weight: bold;
  text-transform: capitalize;
}
.contactForm .inputParent input:focus + label {
  position: absolute;
  left: 20px;
  display: block;
  top: 3px;
}

.successMessage {
  font-size: 20px;
  text-align: center;
  margin: 100px 0;
  color: #000;
  max-width: 740px;
  margin: 0 auto;
}
.successMessage h3 {
  font-size: 30px;
  font-weight: bold;
}

.ui-autocomplete {
  background: transparent;
  border: none !important;
  margin-top: 20px;
}
.ui-autocomplete .ui-menu-item {
  border: none !important;
}
.ui-autocomplete .ui-menu-item-wrapper {
  color: #fff;
  font-weight: bold;
  font-family: "Ghawar Hefty";
  background: transparent;
  font-size: 20px;
  padding: 0;
  width: 100%;
  padding-bottom: 13px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 20px 0;
}
.ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #83bc00;
}
.ui-autocomplete .ui-search-hover a {
  color: #83bc00;
}
.ui-autocomplete .ui-view-all-results a {
  font-weight: bold;
}

#button {
  display: inline-block;
  border: 1px solid #00a2e0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:after {
  content: "";
  position: absolute;
  background-image: url(../images/dropdown-arrow.svg);
  line-height: 50px;
  color: #fff;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transform: rotate(180deg);
}
#button:hover {
  background-color: #00a2e0;
}
#button:hover:after {
  filter: brightness(0) invert(1);
}

.form-holder .formFieldTextArea .errorMessage {
  right: 15px;
}
.form-holder .errorMessage,
.form-holder .captchaError {
  position: absolute;
  top: -15px;
  right: 0;
  color: red;
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
}
.form-holder .captchaError {
  right: auto;
  left: 10px;
  top: -20px;
}

.errorRecord {
  position: absolute;
  color: red;
  font-weight: bold;
  right: 0;
  margin-top: 10px;
}

.ui-search-hover {
  border: none !important;
}
.ui-search-hover * {
  color: #83bc00;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  font-weight: bold;
  font-family: "Ghawar Hefty";
  background: transparent;
  font-size: 20px;
  padding: 0;
  width: 100%;
  padding-bottom: 13px;
  font-weight: 500;
  display: block;
  padding: 20px 0;
  margin: 0;
}

.right-image-block .col-sm-12 .text-holder {
  max-width: inherit;
}

.searchResults {
  margin-bottom: 60px;
}
.searchResults .blockTitle {
  margin-bottom: 30px;
}
.searchResults .listingItem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.searchResults .listingTitle {
  line-height: 30px;
}
.searchResults .listingTitle a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #323232;
  margin-bottom: 10px;
  transition: 0.4s;
  line-height: 30px;
  display: block;
}
.searchResults .listingTitle a:hover {
  color: #83bc00;
}
.searchResults .listingDescription a {
  color: #00a2e0;
  transition: 0.4s;
  margin-bottom: 10px;
  display: block;
}
.searchResults .listingDescription a:hover {
  text-decoration: underline;
}

footer .successMessage {
  font-size: 16px;
  color: green;
  font-weight: bold;
  text-align: left;
}
footer .errorMessage span {
  font-size: 10px;
  color: red;
  margin-top: 10px;
  position: absolute;
  top: 45px;
  left: 35px;
  font-weight: bold;
}

.rounded-circle {
  border-radius: 50% !important;
  color: #fff;
  background-color: #83bc00;
  width: 40px;
  height: 40px;
  position: fixed !important;
  right: 20px;
  bottom: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: 0.4s;
  border: none;
}
.rounded-circle:hover {
  background-color: #7baf05;
}
.rounded-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/dropdown-arrow.svg);
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  top: -15px;
  left: -12px;
  filter: brightness(0) invert(1);
}

.text-holder * {
  font-weight: 200;
}
.text-holder ul li {
  margin-bottom: 15px;
}

.participants-listing-block .letters-holder {
  display: flex;
  margin-bottom: 35px;
  background: #f9fcff;
  padding: 15px;
}

.tabsLinks a {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.tab {
  display: none;
}

@media all and (max-width: 1520px) {
  .internal-banner .banner-intro {
    max-width: 450px;
  }
}
.right-image-block:nth-child(even) .row {
  flex-direction: row-reverse;
}

.text-holder strong {
  font-weight: bold;
}

.text-holder ul {
  margin-top: 10px;
}
.text-holder ul li {
  position: relative;
  padding-left: 20px;
}
.text-holder ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  left: 0;
  background: #83bc00;
}/*# sourceMappingURL=iktiva-en.css.map */