/*$mio: 'Material Icons Outlined';*/
/*$heading-color: #83AD12;
$heading-black-color: #000000;
$theme-color: #83AD12;
$theme-darker: #6C900A;
$white: #fff;
$off-white: #D9D8D6;
$light-blue: #7DBFEB;
$gray-bg: #F8F8F8;
$text-color: #000000;
$link-color: #83AD12;
$pink-color:#DB1A79;
$orange-color:#F17A20;
$yellow-color:#F4DD32;*/
/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 16, 0.5970763305) 0%, rgba(7, 84, 105, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(90deg, rgb(0, 41, 35) 0%, rgba(108, 105, 106, 0.0424544818) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

body {
  direction: rtl;
  font-family: "co-arabic", sans-serif;
  font-weight: 400;
}

.rev-slider-wrapper {
  position: relative;
  z-index: 0;
  direction: ltr !important;
}

.rev-slider .tp-caption,
.rev-slider .caption {
  text-align: right !important;
  direction: rtl !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", "sans-serif";
  /*    color: $heading-color;*/
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  color: #003C34;
}

.strong {
  font-family: "co-arabic", sans-serif;
}

[class*=scaption][class*=-large] p {
  font-family: "Cairo", "sans-serif";
  line-height: 90px !important;
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-large] p {
    line-height: 75px !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-large] p {
    line-height: 65px !important;
  }
}
@media (max-width: 767.98px) {
  [class*=scaption][class*=-large] p {
    line-height: 45px !important;
  }
}
@media (max-width: 480px) {
  [class*=scaption][class*=-large] p {
    line-height: 35px !important;
  }
}

p {
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
  }
}

.trans-font {
  font-family: "co-arabic", sans-serif;
  font-weight: 400;
}

h6 {
  line-height: 26px;
  font-family: "co-arabic", sans-serif;
  color: #F6630C;
  text-transform: uppercase;
  font-weight: 400;
}

h2 {
  font-size: 38px;
}

[class*=scaption][class*=-medium] {
  font-family: "co-arabic", sans-serif;
}

.semi-strong {
  font-family: "co-arabic", sans-serif;
}

.arabic {
  float: left;
  margin-top: -8px;
  font-weight: 400;
  font-weight: 500;
  font-family: "Certo Sans";
}
@media (max-width: 1199.98px) {
  .arabic {
    margin-top: -68px;
  }
}

ul.header-top-right {
  float: left;
  margin-right: 0px;
  margin-left: 25px;
}

ul.header-top-right li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

ul.header-top-right li:first-child {
  border-right: 0px;
}

.navik-menu {
  float: left;
}

.navik-menu > ul > li > a {
  margin-right: 0px;
  margin-left: 15px;
  padding: 0px 0px 0px 10px;
}

.main-navigation-right {
  float: left;
  padding-right: 10px;
}

.navik-menu li > ul {
  right: 0;
  left: inherit;
}

.navik-menu ul ul li > a:before {
  right: 35px;
  left: inherit;
}

.navik-menu ul ul li:hover > a {
  padding-right: 55px !important;
  padding-left: inherit;
  /* margin-left: -20px !important; */
}

.search_close {
  left: 100px;
  right: inherit;
}
@media (max-width: 575.98px) {
  .search_close {
    left: 20px;
  }
}

.page_search_box .searchinput button {
  left: 0;
  right: inherit;
}

.page_search_box .searchinput input {
  padding: 0 0px 0 35px;
}

.navik-menu .mega-menu-container ul li > a:after {
  right: 0px;
  left: inherit;
}

.navik-menu .mega-menu-desc ul li:hover > a {
  padding-right: 20px !important;
  /* margin-left: -20px !important; */
  padding-left: inherit;
}

.icon-search {
  transform: scaleX(-1);
}

.abstract-text-main {
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .abstract-text-main {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .abstract-text-main {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .abstract-text-main {
    font-size: 16px;
  }
}

.drilling-since h5 {
  font-family: "Cairo", "sans-serif";
  font-weight: 700;
  font-size: 23px;
}

.main-btn {
  font-family: "co-arabic", sans-serif;
  font-weight: 400;
  margin-right: 0px;
}

.main-btn.right-arrow {
  position: relative;
  padding-left: 45px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 30px;
}

.main-btn:before {
  bottom: -100%;
  left: 0;
  z-index: -1;
}

.main-btn.right-arrow:after {
  left: 12px;
  transform: scaleX(-1);
  bottom: 10px;
}

.main-btn.right-arrow:hover:after {
  left: 10px;
}

.container-fluid.sustainability .sustainability-background {
  right: inherit;
  left: 0px;
}

.sustainability-section-home {
  margin-top: 150px;
  padding-left: 130px;
  padding-right: inherit;
}
@media (max-width: 991.98px) {
  .sustainability-section-home {
    padding-left: 20px;
  }
}

.news-slider .owl-nav {
  position: absolute;
  left: -83px;
  bottom: 0%;
  right: inherit;
}

.awards-main:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(270deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  background: -webkit-linear-gradient(270deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  background: linear-gradient(270deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.strive-cont {
  direction: ltr;
}

.our-values-inner .at-a-glance-yellow .number-employee h1 {
  font-family: "Certo Sans";
  direction: ltr;
  text-align: right;
  margin-right: 52px;
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 86px;
  }
}

.our-values-inner .at-a-glance-yellow .saudization h1 {
  font-family: "Certo Sans";
  direction: ltr;
}

.our-values-inner .at-a-glance-yellow {
  margin-right: 80px;
  margin-left: inherit;
}

.our-values-inner .at-a-glance-yellow .number-employee .number-sub-head {
  font-family: "Cairo", "sans-serif";
  font-weight: 700;
}

.our-values-inner .at-a-glance-yellow .saudization .number-sub-head {
  font-family: "Cairo", "sans-serif";
  font-weight: 700;
}

.oil-rig-main h1 {
  direction: ltr;
  text-align: right;
  font-family: "Certo Sans";
}

.oil-rig-main .number-sub-head {
  font-family: "Cairo", "sans-serif";
  font-weight: 700;
}

.play-btn2 {
  left: 10%;
  right: inherit;
}
@media (max-width: 388px) {
  .play-btn2 {
    left: 17%;
  }
}

.news-slider .owl-nav .owl-prev {
  transform: scaleX(-1);
}

.news-slider .owl-nav .owl-next {
  transform: scaleX(-1);
}

.awards-section-main .awards-col .awards-name {
  font-weight: 700;
}

.awards-slider .owl-nav {
  left: 0px;
  right: inherit;
}

.awards-slider .owl-nav button.owl-prev:before {
  content: "\e900";
  left: 25px;
  right: inherit;
}

.awards-slider .owl-next span {
  right: 15px;
  top: 2px;
  left: inherit;
}

.awards-slider .owl-prev span {
  margin-left: 14px;
  margin-right: inherit;
}

.news-home-thumb .news-first-head {
  font-weight: 400;
}

.main-text {
  font-weight: 400;
}

.gallery-play3 p {
  font-weight: 400;
}

.news-home-thumb .news-home-text {
  border-left: 45px solid #E5A93F;
  border-right: 0px;
}

.news-home-thumb .news-home-text:after {
  left: -36px;
  right: inherit;
  transform: scaleX(-1);
}

.copyright .boxon-logo {
  margin-top: -8px;
  padding-left: inherit;
  padding-right: 4px;
}

ul.header-social-media li {
  padding-left: 15px;
  padding-right: 0px;
}

.copyright li:first-child {
  padding-right: 0px;
  padding-left: 5px;
}

.share-this {
  float: left;
}

.inside-page-header:before {
  background: rgb(0, 14, 13);
  background: -moz-linear-gradient(190deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: -webkit-linear-gradient(190deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: linear-gradient(190deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000e0d", endColorstr="#000f0d", GradientType=1);
}

.sticky .navik-sticky-logo {
  display: block;
  float: right;
  padding-top: 10px;
  margin-left: 71px;
  margin-right: inherit;
}

.sticky .left-menu {
  float: left;
  padding-top: 18px;
}

.breadcrumb-container ul li:after {
  padding-right: 10px;
  padding-left: inherit;
}

.breadcrumb-container ul li {
  padding-left: 10px;
  padding-right: inherit;
}

.breadcrumb-container ul li a {
  font-weight: 400;
}

.breadcrumb-container ul li {
  font-weight: 400;
}

.addthisholder {
  position: absolute;
  left: 0;
  top: 26px;
  right: inherit;
}

.text-on-video-inner {
  font-weight: 400;
  right: 4%;
  left: inherit;
}

.abstract-text-inner {
  font-weight: 400;
  font-size: 22px;
  margin-right: 0;
  margin-left: 3rem;
}
@media (max-width: 991.98px) {
  .abstract-text-inner {
    font-size: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .abstract-text-inner {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .abstract-text-inner {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .abstract-text-inner {
    font-size: 15px;
  }
}

.drilling-since-inner h5 {
  font-weight: 700;
  font-family: "Cairo", "sans-serif";
  font-size: 23px;
}

.oil-rig-main-inner h1 {
  line-height: 83px;
  direction: ltr;
  text-align: right;
}

.btn-who-we {
  left: 0px;
  right: inherit;
}

.text-on-video-inner-heritage {
  right: 4%;
  font-weight: 400;
  left: inherit;
}

.path2 {
  display: none;
}

.gallery-sorting .nav-link {
  font-weight: 400 !important;
}

.bod-tab .nav-link:first-child {
  padding-right: 0px;
  padding-left: 30px;
}

.bod-leading-text .sub-title {
  font-weight: 400;
}

.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
  left: 45px;
  right: inherit;
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    left: 25px;
  }
}

.management-team-wrapper .management-team-title h4 {
  font-weight: 400;
}

.management-team-wrapper .management-team-title span {
  font-weight: 400;
  padding-right: inherit;
  padding-left: 80px;
}

.management-team-wrapper:hover .management-team-title {
  right: 40px;
  left: inherit;
}

.ceo-header:before {
  background-position: center right;
  background-image: url("../images/leader-pattern-ar.png");
}

.ceo-header .ceo-leader {
  transform: scaleX(-1);
}

.ceo-header .abstract-text-main {
  margin-right: 20%;
  margin-left: inherit;
}

.awards-section .bg-img-awards {
  background-position: 54px 33px;
}

.awards-section .awards-sub-head {
  font-weight: 400;
}

.navik-menu ul li > a {
  font-family: "co-arabic", sans-serif;
  font-weight: 400;
}

.sustain-div .sustain-btn {
  right: 30px;
  left: inherit;
}

.sustain-btn .main-btn.right-arrow {
  padding-left: 51px;
}

.sustain-div .sustain-btn .right-arrow:after {
  bottom: 11px;
}

.copyright a {
  font-weight: 400;
}

.rigs-main-inner .sustain-btn {
  left: 30px;
  right: inherit;
}

.services .serives-inner {
  right: 35px;
  left: inherit;
}

.services .shore-number {
  direction: ltr;
  text-align: right;
}

.services .sustain-btn {
  left: 30px;
  right: inherit;
}

.footer a {
  font-weight: 400;
}

.footer ul.footer-numbers a {
  font-weight: 400;
  direction: ltr;
}

.navik-menu .mega-menu-heading {
  font-family: "Cairo", "sans-serif";
  font-weight: 700;
}

.navik-menu ul ul li > a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 767.98px) {
  .navik-menu ul ul li > a {
    font-size: 14px !important;
  }
}

.navik-menu .mega-menu-container ul li a {
  font-weight: 400;
}

.our-team {
  height: 100%;
  padding-left: 150px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.font-en {
  font-family: "Certo Sans";
}

.footer ul.footer-numbers {
  font-family: "Certo Sans";
}

.press-release-search {
  transform: scaleX(-1);
}

.news-listing-inner .input-group-append {
  left: 5px;
  right: inherit;
}

.nice-select:after {
  left: 32px;
  right: inherit;
}

.nice-select {
  padding-right: 18px;
  padding-left: 30px;
  text-align: right !important;
}

.nice-select .option {
  text-align: right;
}

.news-inner-thumb h6 {
  right: 20px;
  left: inherit;
  bottom: 111px;
}
@media (max-width: 1199.98px) {
  .news-inner-thumb h6 {
    bottom: 100px;
  }
}

.pagination li a {
  font-family: "Certo Sans";
}

.pagination .page-item.active .page-link {
  font-family: "Certo Sans";
}

.news-inner-thumb .news-first-head {
  font-size: 28px;
  font-weight: 400;
  line-height: 2.4rem;
}

.news-inner-thumb .news-home-text {
  font-size: 28px;
  line-height: 2.4rem;
}

ul.header-top-right a {
  font-weight: 400;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
  font-family: "co-arabic", sans-serif;
  font-weight: 400;
}

.news-detail-head .news-head .date-news {
  left: 0px;
  right: inherit;
}

.news-detail-head .news-head h1 {
  font-size: 48px;
}
@media (max-width: 1399.98px) {
  .news-detail-head .news-head h1 {
    font-size: 43px;
  }
}
@media (max-width: 1199.98px) {
  .news-detail-head .news-head h1 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .news-detail-head .news-head h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .news-detail-head .news-head h1 {
    font-size: 33px;
  }
}
@media (max-width: 575.98px) {
  .news-detail-head .news-head h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .news-detail-head .news-head h1 {
    font-size: 26px;
  }
}
@media (max-width: 388px) {
  .news-detail-head .news-head h1 {
    font-size: 23px;
  }
}

.news-dtls-quote:before {
  background: url(../images/quote-left-ar.png);
  background-repeat: no-repeat;
  right: 0px;
  left: inherit;
  background-position: right top;
}

.news-dtls-quote:after {
  background: url(../images/quote-right-ar.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: -12px;
}

.main-btn.left-arrow2 {
  padding-right: 30px;
  padding-left: 0px;
  margin-right: 0px;
}

.news-details-main-slider h1 {
  font-size: 46px;
}
@media (max-width: 1399.98px) {
  .news-details-main-slider h1 {
    font-size: 43px;
  }
}
@media (max-width: 1199.98px) {
  .news-details-main-slider h1 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .news-details-main-slider h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .news-details-main-slider h1 {
    font-size: 33px;
  }
}
@media (max-width: 575.98px) {
  .news-details-main-slider h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .news-details-main-slider h1 {
    font-size: 26px;
  }
}
@media (max-width: 388px) {
  .news-details-main-slider h1 {
    font-size: 23px;
  }
}

.news-details-main-inner-slider .owl-nav {
  left: 30px;
  right: inherit;
}

.news-details-main-inner-slider .owl-nav button.owl-prev:before {
  left: 25px;
  right: inherit;
}

.news-details-main-inner-slider .owl-next span {
  right: 15px;
  left: inherit;
}

.news-details-main-inner-slider .owl-prev span {
  margin-right: -41px;
}

.gallery-text {
  right: 30px;
  left: inherit;
  text-align: right;
}

.gallery-sorting .nav-link:first-child {
  padding-right: 0px;
  padding-left: 30px;
}

.contact-form-area .cnt-btn {
  padding-right: 30px;
  padding-left: 52px;
  margin-right: 0px;
}

.contact-form-area .cnt-btn:after {
  left: 19px;
  right: inherit;
  content: "\e908";
}

.contact-form-area .cnt-input {
  margin-left: 3%;
  margin-right: inherit;
  float: right;
  text-align: right;
  direction: rtl;
}

button.gm-ui-hover-effect {
  left: -6px !important;
  right: inherit !important;
}

.gm-style .gm-style-iw-d {
  padding-right: 15px;
  padding-left: 15px;
}

.cnt-social-media {
  float: right;
}

.cnt-social-media span {
  margin-left: 18px;
  margin-right: 0px;
}

.gm-style .gm-style-iw p {
  font-family: "co-arabic", sans-serif;
}

.gm-style-iw-d .tel {
  direction: ltr;
}

.main-btn.left-arrow2:before {
  content: "\e904";
}

.address-txt p a {
  direction: ltr;
}

.address-txt p {
  direction: ltr;
  text-align: right;
}

.search-result-section h4 {
  font-size: 28px;
}
@media (max-width: 1399.98px) {
  .search-result-section h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .search-result-section h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .search-result-section h4 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .search-result-section h4 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .search-result-section h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .search-result-section h4 {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .search-result-section h4 {
    font-size: 14px;
  }
}

.page-not-main:before {
  background-position: right bottom;
  transform: scaleX(-1);
}

.page-not-big-text {
  left: inherit;
  right: 50px;
}

.page-not-logo {
  right: 50px;
  top: 50px;
  left: inherit;
}

.page-not-img:after {
  background: -moz-linear-gradient(94deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: -webkit-linear-gradient(94deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: linear-gradient(94deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
}

.page-not-img img {
  float: right;
  transform: scaleX(-1);
}

.page-not-found-text {
  left: 0%;
  right: inherit;
}

.page-not-found-text .left-arrow {
  margin-right: 0px;
}

.page-not-found-text .main-btn.left-arrow:before {
  right: 0;
}

.rev-slider .tp-parallax-wrap {
  margin-left: 0px !important;
}

/*.rev-slider .tp-parallax-wrap .scaption-white-large.guy  {
    right
}*/
@media (max-width: 1440px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}

@media (max-width: 1440px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}

@media (max-width: 1440px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  .banner-button {
    left: auto !important;
  }
}

.banner-button .main-btn {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 1199.98px) {
  .banner-button .main-btn.right-arrow.big-font:after {
    left: 7px;
  }
}
@media (max-width: 767.98px) {
  .banner-button .main-btn.right-arrow.big-font:after {
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .banner-button .main-btn.right-arrow.big-font:after {
    bottom: 11px !important;
  }
}

.banner-button {
  margin-right: 0px !important;
}
@media (max-width: 767.98px) {
  .banner-button {
    margin-top: -30px !important;
  }
}
@media (max-width: 575.98px) {
  .banner-button {
    margin-top: -13px !important;
  }
}
@media (max-width: 480px) {
  .banner-button {
    margin-top: -5px !important;
  }
}

@media (max-width: 767.98px) {
  .banner-button .main-btn.big-font {
    padding-right: 0px !important;
    padding-left: 25px !important;
  }
}

@media (max-width: 1399.98px) {
  .tp-caption span {
    font-size: 68px !important;
  }
}
@media (max-width: 1199.98px) {
  .tp-caption span {
    font-size: 61px !important;
  }
}
@media (max-width: 991.98px) {
  .tp-caption span {
    font-size: 57px !important;
    line-height: 56px !important;
  }
}
@media (max-width: 991.98px) {
  .tp-caption span {
    line-height: 50px !important;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/25/2022, 6:02:09 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(246, 99, 12);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: #003C34;
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: #003C34;
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  fill: #003C34;
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: #003C34;
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  fill: #003C34;
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: #003C34;
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: #003C34;
}

@media (max-width: 1199.98px) {
  .navik-menu > ul > li > a {
    margin-left: 17px;
  }
}

.burger-menu {
  left: 0px;
  right: inherit;
}

@media (max-width: 1199.98px) {
  .main-navigation-right {
    margin-left: 69px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right {
    margin-left: 76px;
  }
}

.header-top .main-side-block {
  left: 30px;
  right: inherit;
}
@media (max-width: 575.98px) {
  .header-top .main-side-block {
    padding-left: 15px;
    top: 32px;
  }
}

@media (max-width: 1399.98px) {
  .navik-menu > ul > li > a {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .navik-menu > ul > li > a {
    margin-left: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 15px;
  }
}

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}

.line-menu.first-line {
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(6px);
  transform: rotate(-90deg) translateX(6px);
}

.line-menu.last-line {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.dropdown-plus:before,
.dropdown-plus:after {
  left: 18px;
  right: inherit;
}

.dropdown-plus {
  left: 0;
  right: inherit;
}

@media (max-width: 1199.98px) {
  .ipo-menu a {
    margin-right: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .ipo-menu {
    text-align: right;
  }
}

@media (max-width: 575.98px) {
  .main-navigation {
    padding-left: 15px;
  }
}

.fancybox-infobar {
  right: 0px;
  left: inherit;
}

.fancybox-toolbar {
  right: inherit;
  top: 0;
  left: 0px;
}

@media (max-width: 1399.98px) {
  .sustainability-section-home {
    margin-top: 120px;
  }
  .management-team-wrapper .management-team-title span {
    font-size: 16px;
  }
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 67px;
  }
  .strive-letter .meaning {
    font-size: 18px;
  }
  .strive-desc p {
    font-size: 21px;
  }
  .drilled-in h1 {
    margin-right: 27px;
  }
  .sustainability-section-home {
    margin-top: 66px;
  }
  .news-slider .owl-nav {
    bottom: 17%;
  }
  .awards-slider .owl-nav {
    left: 20px;
  }
  .management-team-wrapper .management-team-title h4 {
    font-size: 24px;
  }
  .management-team-wrapper .management-team-title span {
    font-size: 13px;
  }
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    text-align: left;
  }
  .ceo-header:before {
    bottom: -56px;
    left: 3px;
  }
  .services .sustain-btn {
    left: -21px;
    right: inherit;
  }
  .page-not-logo {
    right: 0px;
    top: 50px;
    left: 0px;
    text-align: center;
  }
  .page-not-found-text {
    left: 0px;
    right: 0px;
  }
  .page-not-found-text .left-arrow:before {
    display: none;
  }
  .page-not-main:before {
    background-position: 0px bottom;
    transform: scaleX(-1);
  }
  .page-not-big-text {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
  .drilling-since {
    margin-right: -50px;
    margin-left: inherit;
  }
  .strive-letter .meaning {
    font-size: 14px;
  }
  .strive-desc p {
    font-size: 17px;
  }
  .strive-cont {
    margin-bottom: 60px;
  }
  .our-values-inner .at-a-glance-yellow {
    margin-right: 0px;
    margin-left: inherit;
  }
  .our-values-inner .at-a-glance-yellow {
    margin-left: 0px;
    text-align: right;
  }
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    margin-right: 34px;
  }
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    padding-right: 61px;
  }
  .our-values-inner .at-a-glance-yellow .saudization {
    text-align: right;
  }
  .oil-rig-main .number-employee {
    text-align: right;
  }
  .news-slider .owl-nav {
    left: -18px;
  }
  .sustainability-section-home {
    margin-top: 8px;
  }
  .vision-mission-main h1 {
    font-size: 34px;
  }
  .inside-page-header .heading p {
    padding-right: 0px;
    padding-left: 30px;
  }
  .oil-rig-main-inner .number-employee {
    text-align: right;
  }
  .awards-section .bg-img-awards {
    background-position: 0px 8px;
  }
  .gallery-text {
    right: 15px;
  }
  .gallery-text h5 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
  .navik-menu .mega-menu-heading {
    font-size: 16px;
  }
  .tp-caption span {
    font-size: 40px !important;
    line-height: 56px !important;
  }
  .drilling-since h5 {
    font-size: 21px;
  }
  .drilling-since {
    margin-right: -80px;
  }
  .strive-letter .meaning.active {
    font-size: 13px;
    line-height: 15px;
  }
  .strive-desc p {
    font-size: 15px;
  }
  .strive-last .meaning {
    margin-left: -33px;
  }
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 60px;
  }
  .our-people .main-btn {
    margin-right: 0px;
  }
  .oil-rig-main-top {
    margin-left: 0px !important;
    margin-right: inherit;
  }
  .management-team-wrapper:hover .management-team-title {
    right: 20px;
    left: inherit;
  }
  .management-team-wrapper .management-team-title span {
    font-size: 12px;
  }
  .services.rigs-main-inner .right-arrow:after {
    bottom: 0px;
  }
  .services .right-arrow:after {
    bottom: 0px !important;
  }
  .our-team {
    padding-left: 50px;
  }
  .strive-disc-inner p {
    font-size: 12px;
  }
  .strive-inner-pages {
    border-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 23px;
  }
  .tp-caption span {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .burger-menu {
    left: 15px;
  }
  .main-navigation {
    padding-left: 0px;
  }
  .header-top .main-side-block {
    padding-left: 8px;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .header-top .main-side-block {
    padding-left: 14px;
  }
}
@media (max-width: 575.98px) {
  .strive-cont {
    margin-bottom: 0px;
  }
  .history-section h5 {
    line-height: 30px;
  }
  .management-team-wrapper:hover .management-team-title {
    right: 40px;
    left: inherit;
  }
  .saudi-vision-ftr .text-end {
    text-align: right !important;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
  .our-team {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-inner-thumb .news-first-head {
    font-size: 18px;
  }
  .tp-caption span {
    font-size: 23px !important;
    line-height: 34px !important;
  }
  .video-text-area2 h1 {
    padding-right: 0px;
    padding-left: 100px;
  }
}
@media (max-width: 388px) {
  h2 {
    font-size: 20px;
  }
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 45px;
  }
  .oil-rig-main h1 {
    font-size: 31px;
  }
}
.sustainability {
  overflow: hidden;
}

.icon-pdf:before {
  margin-left: 10px;
  margin-right: inherit;
}

.ipo-menu a {
  font-family: "co-arabic", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
}

.sustainability-section-home .abstract-text-main {
  font-weight: 400;
}

.video-text-area2 p {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .video-text-area2 p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .video-text-area2 p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .video-text-area2 p {
    font-size: 16px;
  }
}

.awards-section-main .awards-col p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .awards-section-main .awards-col p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .awards-section-main .awards-col p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .awards-section-main .awards-col p {
    font-size: 14px;
  }
}

.inside-page-header .heading p {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .inside-page-header .heading p {
    margin-top: 20px;
  }
}

.slotholder:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 41, 35);
  background: -moz-linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002923",endColorstr="#002923",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 9;
}

.rigs-dtls:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(300deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: -webkit-linear-gradient(300deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: linear-gradient(300deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.oil-dril-svg-inner {
  margin-left: 30px;
  margin-right: inherit;
}

.tp-bullets {
  left: 50px !important;
}
@media (max-width: 767.98px) {
  .tp-bullets {
    left: 50px !important;
  }
}

/***************************************************
  Publications
****************************************************/
.flipbook-menuTop {
  direction: rtl;
}

.training-awrds-main .tran-awrds-right {
  padding-left: 150px;
  padding-right: inherit;
}
@media (max-width: 991.98px) {
  .training-awrds-main .tran-awrds-right {
    padding-left: 20px;
  }
}

.external-link a:after {
  margin-right: 8px;
  margin-left: inherit;
  transform: scaleX(-1);
}

.faq-section .accordion-button {
  padding: 1rem 1rem;
}

.faq-section .accordion-button:not(.collapsed)::before {
  left: 16px;
  right: inherit;
}

.faq-section .accordion-button:before {
  left: 16px;
  right: inherit;
}
.faq-section .accordion-body {
  padding-right: 1rem;
}

@media (max-width: 1199.98px) {
  .main-btn.right-arrow:after {
    bottom: 13px;
  }
}
@media (max-width: 767.98px) {
  .main-btn.right-arrow:after {
    bottom: 7px;
  }
}

.tran-awrds-right h3 {
  color: #313131;
}

@media (max-width: 480px) {
  .inside-page-header .heading h1 {
    padding-left: 20px;
    padding-right: inherit;
  }
}

.sticky .navik-menu li:first-child {
  padding-right: 300px;
  padding-left: inherit;
}
.sticky .navik-menu li ul li:first-child {
  padding-right: unset;
}

.our-values-inner .at-a-glance-yellow .saudization {
  margin-right: 102px;
  margin-left: inherit;
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-right: 80px;
  }
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 2000px) {
  #guy {
    left: 250px !important;
  }
}
@media only screen and (min-width: 999px) and (max-width: 1299px) {
  #guy {
    left: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
  #guy {
    left: 100px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #guy {
    left: 50px !important;
  }
}
.nice-select {
  text-align: right !important;
}

.nice-select:after {
  left: 32px;
  right: inherit;
}

.nice-select .option {
  text-align: right;
}

ul.header-top-right li:last-child {
  border-right: 0px;
  padding-left: 0px;
  padding-right: inherit;
}

/*================================================================
NEW CSS FROM MUTHU STARTS
================================================================*/
.financial-slide-sec .financial-slide-list-img {
  left: 0;
  right: auto;
}
.financial-slide-sec .financial-slide-list ul li {
  padding: 0 100px 0 0px;
}
.financial-slide-sec .financial-slide-list ul li:hover a span {
  right: auto;
  left: 10px;
}
.financial-slide-sec .financial-slide-list ul li a {
  padding: 25px 0px 25px 35%;
}
.financial-slide-sec .financial-slide-list ul li a img {
  right: 2%;
  left: auto;
}
.financial-slide-sec .financial-slide-list ul li a span {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  left: 20px;
  right: auto;
}

.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li a {
  padding: 15px 0px 15px 30px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus {
  right: auto;
  left: 7px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li a::before {
  right: 4px;
  left: auto;
}

.newcontainer-sec .faq-section .accordion-item .accordion-body ul li {
  padding: 10px 40px 10px 0px;
  font-weight: 300;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li::before {
  left: auto;
  right: 0;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li {
  padding: 10px 30px 10px 0px;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li::before {
  left: auto;
  right: 0;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li ul li {
  padding: 10px 30px 10px 0px;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li ul li::before {
  left: auto;
  right: 0;
  background: #fff;
  border: 1px solid #003C34;
  border-radius: 100%;
}
.newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button {
  padding-left: 50px;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.newcontainer-sec .faq-contact .faq-contact-col-img {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-contact .faq-contact-col-img {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.newcontainer-sec .faq-contact .faq-contact-col {
  padding-left: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-contact .faq-contact-col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li {
  /*.overlay-dropdown-plus{
  	&::before{
  		left: 7px;
  		right: auto;
  	}
  }*/
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li a {
  font-family: "co-arabic";
}

.financial-box-sec .financial-box-col {
  margin-bottom: 15px;
}
.financial-box-sec .financial-box-col .financial-box-col-in {
  height: 100%;
}

.financial-box-sec .financial-box-col .financial-box-col-in h2 {
  font-size: 35px;
  line-height: 45px;
}
@media (max-width: 1399.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1199.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}

/*================================================================
NEW CSS FROM MUTHU ENDS
================================================================*/
.our-values-main .at-a-glance-yellow .saudization .number-sub-head {
  text-align: right;
}

.our-values-main .at-a-glance-yellow .saudization .number-sub-head2 {
  text-align: right;
}

.our-values-main .at-a-glance-yellow .saudization h1 {
  text-align: right;
  margin-right: 105px !important;
  margin-left: inherit;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .our-values-main .at-a-glance-yellow .saudization h1 {
    margin-right: 84px !important;
  }
}
@media (max-width: 1199.98px) {
  .our-values-main .at-a-glance-yellow .saudization h1 {
    margin-right: 64px !important;
  }
}
@media (max-width: 991.98px) {
  .our-values-main .at-a-glance-yellow .saudization h1 {
    margin-right: 0px !important;
  }
}

.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
  margin-bottom: 10px;
}

.management-team-wrapper .management-team-title h4 {
  margin-bottom: 10px;
}

.main-list li {
  margin-left: inherit;
  position: relative;
  margin-right: 20px;
}

.news-listing-inner .nice-select {
  text-align: right !important;
  padding-right: 18px;
  padding-left: 30px;
}

.news-listing-inner .nice-select:after {
  left: 32px;
  right: inherit;
}

.news-listing-inner .nice-select .option {
  text-align: right;
}

.gallery-text h5 {
  margin-left: 15px;
  margin-right: inherit;
}

.main-swiper-banner .swiper-content-area .container .hero-container {
  left: auto;
  right: 0px;
}
@media (max-width: 575.98px) {
  .main-swiper-banner .swiper-content-area .container .hero-container {
    right: 15px;
  }
}

.navik-menu.f-right {
  float: left;
}

.main-navigation-right .search-icon {
  font-size: 22px;
  padding-top: 10px;
}
@media (max-width: 575.98px) {
  .main-navigation-right .search-icon {
    padding-top: 17px;
  }
}

.main-swiper-banner .swiper-content-area .container .slider-main-text p {
  font-family: "co-arabic", sans-serif;
  line-height: 93px !important;
}
@media (max-width: 1440px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    line-height: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    line-height: 65px !important;
  }
}
@media (max-width: 767.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    line-height: 50px !important;
  }
}
@media (max-width: 575.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    line-height: 40px !important;
  }
}

.main-swiper-banner .swiper-content-area .container .slider-small-text {
  font-family: "co-arabic", sans-serif;
}

.main-swiper-banner .library-pagination {
  right: auto !important;
  left: 0px !important;
}

.main-swiper-banner .swiper-content-area .swiper-single-img {
  right: inherit;
  text-align: left;
  left: 0px;
}

.main-swiper-banner .swipe-slider-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 41, 35);
  background: -moz-linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: linear-gradient(270deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002923",endColorstr="#002923",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 9;
}

.page-not-found-text .abstract-text-inner {
  font-family: "Cairo", "sans-serif";
}

.page-not-found-text .left-arrow {
  font-family: "Cairo", "sans-serif";
}

/********************************************
INTEGRITY HOTLINE STARTS
********************************************/
.integrity-section .cnt-btn {
  padding-right: 30px;
  padding-left: 52px;
}
.integrity-section .cnt-btn:after {
  left: 19px;
  right: inherit;
  content: "\e908";
}
.integrity-section .cnt-btn.add-btn span {
  margin-left: 0;
  margin-right: 5px;
}
.integrity-section .field-wrap input[type=file]::file-selector-button {
  background-color: #E1E1E1;
  margin: -15px -15px 0 5px;
  height: 55px;
}
.integrity-section .nice-select:after {
  left: 10px;
  bottom: 28px;
}
@media (max-width: 575.98px) {
  .integrity-section .nice-select:after {
    bottom: 25px;
    right: auto;
  }
}
.integrity-section .nice-select .current {
  padding-right: 0px;
  padding-left: 40px;
}
.integrity-section .nice-select .list .option {
  padding-right: 18px;
}
.integrity-section .add-identity-party-item .identity-party-row .col-css {
  border-right: 0px solid #dedede;
  border-left: 1px solid #dedede;
}

.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg {
  float: left;
  margin-right: 0px;
  margin-left: 14px;
  border-radius: 0px 5px 5px 5px;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg:before {
  clip-path: polygon(100% 0, 36% 0, 100% 45%);
  left: -23px;
  right: auto;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_text {
  padding-right: 0px;
  padding-left: 15px;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer .time_date {
  font-weight: 300;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer a {
  font-weight: 300;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer a span {
  margin-left: 4px;
  margin-right: 0px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg {
  float: right;
  margin-right: 14px;
  margin-left: 0px;
  border-radius: 5px 0px 5px 5px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg:before {
  clip-path: polygon(64% 0, 0 0, 0 45%);
  left: auto;
  right: -23px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_text {
  padding-left: 0px;
  padding-right: 15px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer .time_date {
  font-weight: 300;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer a {
  font-weight: 300;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer a span {
  margin-left: 4px;
  margin-right: 0px;
}

.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details {
  padding: 0 0px 0 20px;
}
@media (max-width: 575.98px) {
  .form-submission-details .form-submi-row .form-submi-col .form-submi-col-details {
    padding: 0;
  }
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-qus {
  padding-left: 10px;
  padding-right: 0px;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans {
    font-size: 16px;
  }
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans span {
  margin-left: 10px;
  margin-right: 0px;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans a .icon-download {
  margin-right: 0;
  margin-left: 5px;
}

/********************************************
INTEGRITY HOTLINE ENDS
********************************************//*# sourceMappingURL=style-ar.css.map */