@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 300;
  src: url(https://website.wotn.com.sa/Front/assets/fonts/DINNextLTArabic-Regular-3.ttf) format("truetype");
}

@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 400;
  src: url(https://website.wotn.com.sa/Front/assets/fonts/DINNextLTArabic-Medium-4.ttf) format("truetype");
}

@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 600;
  src: url(https://website.wotn.com.sa/Front/assets/fonts/DINNextLTArabic-Bold-4.ttf) format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&amp;display=swap");

.logo img,
img {
  max-width: 100%;
}

.block span a,
.modern-ticker a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.specialTitle {
  font-size: 38px !important;
  color: #1c86c0 !important;
  font-weight: bold !important;
  border-bottom: 1.6px solid;
  width: fit-content;
}

.text-main {
  color: #1c86c0 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.ff-Ubuntu {
  font-family: "Tajawal", sans-serif !important;
}

.fs-50px {
  font-size: 50px !important;
}

a h3,
a.butt,
a.buty,
a.red {
  text-decoration: none;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

.text-c {
  text-align: center;
}

.hiddena {
  display: none;
}

body {
  color: #777;
  font-family: "Ubuntu", sans-serif;
  background: #fff;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-brand {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 180px;
  text-align: center;
}

.rota {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
}

@-webkit-keyframes rota {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  border-color: #ddd !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.form-control {
  height: auto;
}

a:focus {
  outline: 0;
  border: none;
}

div#html5-watermark {
  display: none !important;
}

a,
button {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  color: #0d3862;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 180%;
  font-size: 14px;
}

.clear {
  clear: both;
}

[data-sr] {
  visibility: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c6cdde;
}

::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #c6cdde;
  border-radius: 46px;
}

/* start header */
.video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.top-bar a {
  color: #d3edfc;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}

.top-bar a:hover {
  color: #fff;
}

.main-head {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /* background: url(../images/hero.webp) no-repeat center; */
  background-size: cover;
}

/*** Start Update Main Header ***/

.main-head:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    285.25deg,
    rgba(0, 0, 0, 0.76) 26.85%,
    rgba(0, 0, 0, 0) 58.18%
  );
  /* background: url(../images/before.png) no-repeat center;
  background-size: 100%;
  background-size: cover !important; */
}

.main-head .rotating-text {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

.main-head .rotating-text > .word {
  position: absolute;
  display: inline-block;
  bottom: 0;
  animation: slide 6s infinite backwards;
  color: #25b4e5;
}

@-webkit-keyframes slide {
  25% {
    bottom: 0;
  }

  50% {
    bottom: -1.2em;
  }

  75% {
    bottom: -2.4em;
  }
}

@keyframes slide {
  25% {
    bottom: 0;
  }

  50% {
    bottom: -1.2em;
  }

  75% {
    bottom: -2.4em;
  }
}

/*** End Update Main Header ***/

img.head-shapes {
  position: absolute;
  left: 0;
  top: 0;
}

img.head-shapes.shape-1 {
  position: absolute;
  left: auto;
  right: -50%;
  z-index: 1;
  top: -70%;
}

img.head-shapes.shape-2 {
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  top: -50%;
}

.header {
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0px 8px 6px #27080830;
  border-radius: 8px;
  border-radius: 8px;
  padding: 16px 40px;
}

.navbar-nav .nav-link {
  color: #455467;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 0.8rem !important;
  position: relative;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1225px) {
  .navbar-nav .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 1132px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1084px) {
  .navbar-nav .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 1037px) {
  .navbar-nav .nav-link {
    font-size: 12px;
  }
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
  color: #1c86c0;
}

.navbar-nav .active .nav-link:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #1d5475;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1225px) {
  .navbar-nav .active .nav-link:before {
    bottom: -31px;
  }
}

@media (max-width: 1132px) {
  .navbar-nav .active .nav-link:before {
    bottom: -32px;
  }
}

@media (max-width: 1084px) {
  .navbar-nav .active .nav-link:before {
    bottom: -33px;
  }
}

@media (max-width: 1037px) {
  .navbar-nav .active .nav-link:before {
    bottom: -34px;
  }
}

.header.affix .navbar-nav .active .nav-link:before {
  bottom: -28px;
}

.container-fluid .navbar-nav .active .nav-link:before {
  content: unset !important;
}

ul.navbar-nav li.dropdown-m {
  position: relative;
}

ul.dropdown-menu {
  background: #fff;
  box-shadow: 0px 8px 6px #27080830;
  border-radius: 8px;
  border: 0;
  padding: 0.3em 1em;
  top: 65px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ul.dropdown-menu li + li {
  border-top: 1px solid #eee;
}

ul.dropdown-menu li a {
  color: #455467;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 0.7rem 0;
  display: block;
  font-family: "Roboto", sans-serif;
}

ul.dropdown-menu li a:hover {
  color: #1c86c0;
}

.top-bar {
  position: relative;
  z-index: 5;
  padding: 15px 0;
}

.top-bar a img {
  height: 16px;
  display: inline-block;
}

a.main-btn,
.main-btn,
button.main-btn {
  padding: 10px 25px;
  background: #1c86c0;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
}

a.main-btn:before,
.main-btn:before,
button.main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background: #455467;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

a.main-btn:hover:before,
.main-btn:hover:before,
button.main-btn:hover:before,
a.main-btn:focus:before,
.main-btn:focus:before,
button.main-btn:focus:before,
a.main-btn:active:before,
.main-btn:active:before,
button.main-btn:active:before {
  transform: scaleX(1);
}

.navbar-nav .nav-link i {
  font-weight: 600;
}

a.lang {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 29px;
  border: 2px solid #455467;
  border-radius: 50%;
  text-align: center;
  color: #455467;
  font-size: 22px;
  font-weight: 600;
}

a.lang:hover {
  border: 2px solid #1c86c0;
  color: #1c86c0;
}

.header .row {
  margin: 0 -5px;
}

.header .col-lg-2,
.header .col-lg-8 {
  padding: 0 5px;
}

.header a.main-btn,
.header .main-btn,
.header button.main-btn {
  padding: 10px 15px;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  /* text-align: center; */
  padding-bottom: calc(3em + 56px);
}

.hero h1 em,
.hero .hero-title em {
  margin-bottom: 15px;
  display: block;
  /* color: #B9E6FF; */
  font-size: 28px;
  font-style: normal;
}

.hero h1,
.hero .hero-title {
  color: #fff;
  font-size: 80px;
}

.hero h1 span,
.hero .hero-title span {
  color: #25b4e5;
}

.hero .hero-title {
  line-height: 1.2;
  font-weight: 500;
}

.hero a.main-btn,
.hero .main-btn,
.hero button.main-btn {
  /* background: #1D5475; */
  font-size: 20px;
}

.top-head {
  position: relative;
  z-index: 11;
}

a.play {
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff url(https://website.wotn.com.sa/en.html) no-repeat center;
  background-position-x: 27px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

a.play.paused {
  background: #fff url(https://website.wotn.com.sa/Front/assets/images/icons/play.svg) no-repeat center;
  background-position-x: 27px;
  -webkit-animation: none;
  animation: none;
}

a.play.playing {
  background: #fff url(https://website.wotn.com.sa/Front/assets/images/icons/pause.svg) no-repeat center;
  background-position-x: 13px;
  background-size: 45px;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.22);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.22);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.22);
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.22);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.22);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.22);
  }
}

#heroVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* sections */

.section-1 {
  padding: 75px 0;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.section-1 h2 em {
  display: block;
  color: #1d5475;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}

.section-1 h2 {
  color: #747474;
  font-size: 24px !important;
  vertical-align: top;
  font-weight: 600;
}

.section-1 h2 span {
  font-size: 42px;
  color: #1c86c0;
  display: inline-block;
}

.section-1 p {
  color: #272727;
  font-size: 17px;
  font-weight: 500;
}

.shape .shape_content p {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
}

a.main-btn.whity {
  background: #fff;
  color: #272727;
  border: 1px solid #1c86c0;
}

a.main-btn.whity:before {
  background: #b4b4b4;
}

.counter-box {
  border: 1px solid #e8e8e8;
  padding: 70px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.counter-box2 span {
  font-size: 30px;
  color: #1c86c0;
  font-weight: bold;
}

.counter-box2 p {
  font-size: 16px;
  color: #000;
}

.counter-box,
.counter-box * {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.counter-box:hover {
  background: #1c86c0;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 15%);
}

.counter-box:hover * {
  color: #fff;
}

.counter-box img {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 50px;
}

.counter-box h6 {
  font-size: 20px;
  color: #b4b4b4;
  margin: 0;
  font-weight: 600;
}

.subtitle {
  font-size: 20px !important;
  color: #b4b4b4 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

.counter-box span {
  font-size: 30px;
  font-weight: 600;
  color: #007ebb;
  margin: 0;
}

.counter-box img {
  -webkit-filter: invert(20%);
  filter: invert(20%);
}

.counter-box:hover img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

a.main-btn.whity:hover img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

a.main-btn.whity1:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(10%) hue-rotate(346deg)
    brightness(1004%) contrast(97%);
  filter: invert(100%) sepia(100%) saturate(10%) hue-rotate(346deg)
    brightness(1004%) contrast(97%);
}

.counter-block.project .row .col {
  padding: 0;
}

.counter-block .row {
  margin: 0;
}

.counter-block .col-lg-6 {
  padding: 0;
  margin: -1px;
}

.counter-block .col-lg-6:nth-child(2) .counter-box {
  border-left: 0;
}

.counter-block .col-lg-6:nth-child(3) .counter-box {
  border-top: 0;
}

.counter-block .col-lg-6:nth-child(4) .counter-box {
  border-top: 0;
  border-left: 0;
}

.Slider1 .swiper-slide {
  /* border: 1px solid #E8E8E8;
    padding: 10px 15px; */
}
.Slider1 .swiper-slide div {
  height: 90px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.Slider1 .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.slide-withNav .Slider1 {
  padding: 0;
  padding-bottom: 40px;
}

.Slider1 .swiper-button-prev {
  left: 0;
  z-index: 9;
}

.Slider1 .swiper-button-prev:after,
.Slider1 .swiper-rtl .swiper-button-next:after,
.Slider1 .swiper-button-next:after,
.swiper-rtl .Slider1 .swiper-button-prev:after {
  display: none;
}

.Slider1 .swiper-button-next {
  right: 0;
  z-index: 9;
}

.section-1.grey {
  background: #fcfcfc;
  overflow: hidden;
}

.snip1579 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1579 * {
  transition: all 0.35s;
  box-sizing: border-box;
}

.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1579 figcaption {
  position: absolute;
  height: 66px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgb(28 134 192 / 95%);
}

.snip1579 h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  margin-bottom: 15px;
}

.snip1579 blockquote {
  padding: 0;
  margin: 0;
}

.snip1579 blockquote p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 160%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.snip1579 figcaption a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px 19px;
  font-size: 15px;
}

.snip1579 figcaption a:hover {
  color: #1c86c0;
  background: #fff;
  border: 1px solid #1c86c0;
}

.snip1579 figcaption:hover,
.snip1579 figcaption.hover {
  height: calc(60%);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
}

/* #pills-tabContent .snip1579{
  max-height: 440px;
}
#pills-tabContent .snip1579:hover figcaption, #pills-tabContent .snip1579.hover figcaption {
  height: calc(79%) !important;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
} */
.slide-withNav.extra-width {
  position: relative;
  height: 500px;
}

.slide-withNav.proje {
  position: relative;
  height: 930px;
}

.Slider2,
.Slider3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 125%;
  padding-bottom: 65px;
}

.Slider5 {
  padding-bottom: 65px;
}

.Slider5 .col-lg-5 .snip1579.custom-shape h3 {
  font-size: 14px;
}

@media (max-width: 1440px) {
  .Slider2,
  .Slider3 {
    width: 110%;
  }
}

.Slider2 .swiper-pagination,
.Slider3 .swiper-pagination,
.Slider5 .swiper-pagination {
  text-align: inherit;
  bottom: -2px;
}

.Slider5 .swiper-pagination {
  bottom: 11px;
}

.Slider1 .swiper-pagination {
  text-align: center;
  bottom: -4px;
  top: auto;
}

.Slider2 span.swiper-pagination-bullet,
.Slider3 span.swiper-pagination-bullet,
.Slider5 span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #1c86c0;
  background: #fff;
  opacity: 1;
  direction: rtl !important;
}

.Slider1 span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #1c86c0;
  background: #fff;
  opacity: 1;
}

.Slider2 span.swiper-pagination-bullet-active,
.Slider3 span.swiper-pagination-bullet-active,
.Slider1 span.swiper-pagination-bullet-active,
.Slider5 span.swiper-pagination-bullet-active {
  background: #1c86c0;
}

a.main-btn.whity1 {
  background: #fff;
  color: #1c86c0;
  border: 1px solid #1c86c0;
  position: relative;
  z-index: 9;
}

.section-1.grey a.main-btn.whity1 {
  margin-top: -42px;
}

.swiper-button-disabled img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a.main-btn.whity1:before {
  background: #1c86c0;
}

a.main-btn.whity1:hover {
  color: #fff;
  border: 1px solid #1c86c0;
}

.section-1.pattern {
  background: url(../images/Website-Pattern-opacity2-08.png);
}

.pattern1 {
  background-image: url(../images/Website-Pattern-opacity2-08.png);
  background-position: center center, center center;
  background-repeat: no-repeat, repeat;
}

.shape {
  width: 388px;
  height: 620px;
  background: #d3edfc;
  border-radius: 195px;
  transform: rotate(-27deg) translate(115px, 67px);
  position: relative;
  padding: 25px;
}

.shape img.main-im {
  width: 100%;
  border-top-left-radius: 170px;
  border-top-right-radius: 170px;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 0px,
    100% 35%,
    141.37% 116.19%,
    -152px 26.14%,
    0px 0px
  );
  clip-path: polygon(
    50% 0%,
    100% 0px,
    100% 35%,
    141.37% 116.19%,
    -152px 26.14%,
    0px 0px
  );
}

.shape_content {
  position: absolute;
  transform: translateX(-50%) rotate(27deg);
  left: 50%;
  margin-left: -2px;
  top: 308px;
  text-align: center;
  width: 100%;
}

.shape_content1 {
  position: absolute;
  transform: translate(-50%, 62px) rotate(27deg);
  left: 50%;
  margin-left: -46px;
  top: 409px;
  text-align: center;
  width: 100%;
}

.shape_content h3 {
  color: #1c86c0;
  font-size: 19px;
  font-weight: 600;
}

.shape_content1 h5 {
  font-size: 50px;
  color: #c0dbeb;
  font-weight: 600;
}

.shape_content1 p {
  font-size: 50px;
  color: #c0dbeb;
  font-weight: 600;
}

ul.list-unstyled li {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

ul.list-unstyled li.active,
ul.list-unstyled li:hover {
  color: #1c86c0;
}

ul.list-unstyled li i {
  color: #1c86c0;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}

ul.list-unstyled li span {
  display: inline-block;
  vertical-align: middle;
}

.bg-0 {
  background: url(https://website.wotn.com.sa/Front/assets/images/shapes/shape-0.svg) no-repeat center;
  background-size: 100%;
}

.bg-0 {
  background: unset;
  background-size: 100%;
}

.bg-0:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 170%;
  top: -50%;
  z-index: -1;
  background: url(https://website.wotn.com.sa/Front/assets/images/shapes/shape-0.svg) no-repeat center;
  background-size: auto;
  background-size: auto;
  transform: rotate(190deg);
  background-size: contain;
  left: -146px;
}

ul.list-unstyled li:nth-child(2) {
  transform: translate(20px);
}

ul.list-unstyled li:nth-child(3) {
  transform: translate(40px);
}

ul.list-unstyled li:nth-child(4) {
  transform: translate(60px);
}

ul.list-unstyled li:nth-child(5) {
  transform: translate(80px);
}

ul.list-unstyled li:nth-child(6) {
  transform: translate(100px);
}

p.why {
  color: #272727;
  margin-top: -27px;
}

.value-box {
  padding: 30px;
  border: 1px solid #cecece;
  margin-top: 30px;
}

.value-box h3 {
  color: #1d5475;
  font-size: 20px;
  font-weight: bold;
}

.value-box p {
  color: #272727;
  font-size: 16px;
  margin: 0;
}

.value-box img {
  width: 38px;
}

.section-1 .custom-back h2 span {
  font-size: 32px;
}

.section-1 .custom-back h3 {
  font-size: 24px;
}

.section-1 .custom-back :nth-child(2) {
  font-size: 24px;
  color: #1d5475;
}

.section-1 .custom-back p {
  font-size: 14px;
  /* max-width: 80%; */
}

.pattern1 .col-lg-4.custom-back {
  position: relative;
  padding: 50px 0px;
  z-index: 0 !important;
}

.pattern1 .col-lg-4.custom-back:before {
  content: "";
  width: 604.51px;
  height: 494.09px;
  position: absolute;
  left: -141px;
  top: -37px;
  z-index: -1;
  background: url(https://website.wotn.com.sa/Front/assets/images/shapes/shape-3.svg) no-repeat center;
  background-size: 100%;
}

.section-fixed {
  background: #0d3862 url(https://website.wotn.com.sa/Front/assets/images/cta2.webp) no-repeat center;
  background-attachment: fixed;
}

.section-fixed .col-lg-8 {
  background: rgb(29 84 117 / 87%);
  padding: 70px;
}

.section-fixed .col-lg-8 h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}

.section-fixed .col-lg-8 .title:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}

.section-fixed .col-lg-8 .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: -2px;
}

.section-fixed .col-lg-8 p {
  margin: 0;
  color: #d3edfc;
  font-size: 17px;
  margin-bottom: 20px;
}

.section-fixed .col-lg-8 .btn-outline-light {
  background: #fff;
  color: #1c86c0;
  font-size: 18px;
  font-weight: 500;
}

.section-fixed .col-lg-8 .btn-outline-light:hover {
  background: #0d3862 !important;
  color: #fff !important;
  border: 1px solid #0d3862 !important;
}

.copyright {
  background: #e8e8e8;
  padding: 12px 0;
}

.copyright p {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  padding: 50px;
  background: #f8f8f8;
}

img.logo-foot {
  width: 150px;
  margin-bottom: 10px;
}

.footer p {
  font-size: 14px;
  font-weight: bold;
}

.footer li a {
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  direction: ltr;
  display: inline-block;
}

.footer li a:hover {
  color: #007ebb;
}

.footer h5 {
  color: #0a0a0a;
}

.footer .input-group .form-control {
  border: 1px solid #a4a4a4;
  padding: 11px;
}

.footer .input-group .btn {
  background: #1d5475;
  color: #fff;
  padding: 11px 15px;
  border-color: #1d5475;
}

.footer .input-group .btn:hover {
  background: #007ebb;
  border-color: #007ebb;
}

.custom-tabs a {
  color: #646262;
  font-size: 18px;
  font-weight: 500;
}

.custom-tabs a:hover,
.custom-tabs a.active {
  color: #1c86c0;
}

.project-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: inherit;
}

.image-hold-pro {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

.image-hold-pro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project-item {
  transition-property: all;
}

.project-item .content {
  padding: 15px;
  background: #1c86c0;
  color: #fff;
  /* margin-top: -170px; */
  margin-top: -123px;
  display: block;
  z-index: 9;
  position: relative;
  /* max-height: 106px;
  overflow: hidden; */
  /* width: 288px; */
  transition: max-height 0.15s ease-out;
}

/* .project-item .content:hover{
  max-height: 100% !important;
  transition: max-height 0.25s ease-in;
} */
.project-item .content h4 {
  font-size: 20px;
  line-height: 180%;
  color: #fff;
}

.project-item .content h3 {
  font-size: 17px;
  line-height: 148%;
  color: #fff;
  margin-bottom: 0;
}

.project-item .content h3 {
  min-height: 49px;
}

.section-1 .custom-back p:nth-child(1) {
  font-size: 30px !important;
  color: #1c86c0 !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  display: inline-block !important;
  padding: 30px 50px;
  background: url(https://website.wotn.com.sa/Front/assets/images/icons/service-title.svg) no-repeat center;
  background-size: contain;
}

html[lang="ar"] .project-item .content h3 {
  font-size: 18px;
  min-height: 57.59px;
}

.shape-3 {
  width: 315px;
  height: 499px;
  background: #fafdff;
  border-radius: 195px;
  transform: rotate(-27deg) translate(57px, 36px);
  position: relative;
  padding: 25px;
}

.shape-3 .list-unstyled {
  transform: rotate(27deg);
  margin-left: -45px;
  margin-top: 88px;
}

html[lang="ar"] ul.list-unstyled li {
  font-weight: 600;
}

html[lang="ar"] .shape-3 {
  transform: rotate(27deg) translate(-76px, 12px);
}

html[lang="ar"] .shape-3 .list-unstyled {
  transform: rotate(-27deg);
  margin-right: -45px;
  margin-left: 0;
  margin-top: 88px;
}

.bg-0:before {
  display: none;
}

html[lang="ar"] .bg-0:before {
  left: 43px;
  transform: rotate(75deg);
  top: -44%;
}

.project-item .content p {
  font-size: 13px !important;
  line-height: 210%;
  color: #fff !important;
  margin-bottom: 0;
}

.project-item .content a {
  font-size: 14px;
  padding: 15px 46px;
  font-weight: 500;
  border-radius: 6px;
  background: #1d5475;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.project-item .content a:hover {
  background: #2a97d3;
}

.message1 {
  padding: 35px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #1c86c0;
  background: #d3edfc;
  border-radius: 6px;
}

/* inners */

.main-head.inners {
  height: auto;
  background: url(../images/inner.jpg) no-repeat center;
  background-size: cover;
}

.main-head.inners:after {
  background: rgba(0, 0, 0, 0.75);
}

.bread-crumb {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  padding-top: 50px;
}

.bread-crumb h1 {
  color: #fff;
  margin: 0;
  font-size: 42px;
}

.bread-crumb h1 {
  color: #fff;
  margin: 0;
  font-size: 42px;
  font-weight: bold;
}

.bread-crumb p a,
.bread-crumb p {
  color: #fff !important;
}

.bread-crumb h1 span {
  font-size: 23px;
  font-weight: lighter;
}

.bread-crumb h1 span {
  font-size: 24px;
  display: block;
}

.bread-crumb h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.bread-crumb h3 a {
  text-decoration: none;
  color: #cecece;
}

.bread-crumb h3 a:hover {
  color: #92d9ff;
}

.blue-section {
  background: #1d5475;
  padding: 70px 0;
  text-align: center;
}

.blue-section h2 {
  color: #d3edfc;
  font-weight: 600;
}

.blue-section p {
  font-size: 18px;
  color: #d3edfc;
}

.blue-section a {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 40px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.blue-section a:hover {
  color: #1d5475;
  border: 1px solid #fff;
  background: #fff;
}

.custom-tabs.custom1 a {
  color: #646262;
  font-size: 16px;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  position: relative;
}

ul.pagination .page-item a {
  background: #ebebeb;
  font-size: 16px;
  color: #272727;
  border: 0 !important;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 4px;
  margin: 0 3px;
}

ul.pagination .page-item.active .page-link,
ul.pagination .page-item .page-link:hover {
  background-color: #1c86c0;
  border-color: #1c86c0;
  border: 0 !important;
}

.section-1 h2.pro span {
  font-size: 24px;
}

.custom-tabs.custom1 a:hover,
.custom-tabs.custom1 a.active {
  color: #1c86c0;
}

.custom-tabs.custom1 li.nav-item {
  border-bottom: 1px solid #d5d5d5;
}

.custom-tabs.custom3 li.nav-item {
  border-bottom: 1px solid #ffffff;
}

.custom-tabs.custom1 a.active:after,
.custom-tabs.custom3 a.active:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #1c86c0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom3 li a.active {
  border-bottom: 3px solid #059bec;
  color: #000;
}

.lista {
  margin-bottom: 30px;
}

.lista h3 {
  color: #007ebb;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.lista h3 img {
  width: 30px;
}

.section-1.inner h1 {
  color: #1c86c0;
  font-size: 36px;
}

.c-block {
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: -2px 3px 3px rgb(28 134 192 / 35%);
  border-radius: 10px;
}

.c-block .imagee {
  background: #e9f3f9;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.c-block h5 {
  color: #707070;
  font-size: 16px;
}

.c-block a {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.c-block a:hover {
  color: #007ebb;
}

.c-block img {
  height: 22px;
}

.c-forma {
  padding: 50px 30px;
  background: #f8f8f8;
  border-radius: 15px;
  margin-top: 45px;
}

.c-forma h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 30px;
}

input.form-control,
textarea.form-control,
select.form-control {
  padding: 12px;
}

.form-group label {
  color: #272727;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group label span {
  color: #888;
}

.form-group {
  margin-bottom: 20px;
}

.upload-video {
  border: 1px dashed #007ebb;
  border-radius: 6px;
  background: #e3edf3;
  padding: 25px;
  text-align: center;
  cursor: pointer;
}

.fileu1 {
  display: none;
}

.upload-video h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.upload-video i {
  font-size: 32px;
  color: #007ebb;
}

.project-item.main-proj .image-hold-pro {
  margin-left: 0 !important;
}

.project-item.main-proj .content {
  margin-right: 0 !important;
  margin-top: 0;
  padding: 35px;
}

.numberic li {
  color: #272727;
  font-size: 17px;
  font-weight: 500;
  line-height: 180%;
  list-style: numberic;
  list-style-position: inside;
}

img.shadow {
  border: 5px solid #fff;
  margin: 15px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.lightblue {
  background: #f1faff;
  padding: 50px 0;
}

.lightblue h5 {
  color: #1c86c0;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

a.vidi,
.vidi {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 9;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

a.vidi:before {
  content: "";
  background: rgb(28 134 191 / 38%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row.clients {
  border: 1px solid #cecece;
}

.clients .col-lg-4 {
  border: 1px solid #cecece;
  padding-top: 30px;
  padding-bottom: 30px;
}

.clients .col-lg-4 img {
  height: 85px;
  width: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(0);
  filter: none;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.clients .col-lg-4 img:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

a.vidi img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

a.vidi span.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

a.vidi span.back p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 28.5px;
  transform: translateX(-50%);
}

a.vidi span.icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -17.5px;
  margin-left: -17.5px;
  background: #fff url(https://website.wotn.com.sa/Front/assets/images/icons/play.svg) no-repeat center;
  background-position: 56%;
  background-size: 13px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}

.lightblue .project-item .content h3 {
  font-size: 18px;
}

.lineh-180 {
  line-height: 180%;
}

input.form-control.search {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #272727;
  padding: 13px;
  background: #ffffff url(https://website.wotn.com.sa/Front/assets/images/search-normal.svg) no-repeat center;
  background-position-x: 15px;
  border: 1px solid #b9b9b3;
  border-radius: 10px;
}

select.form-control.filter {
  font-style: normal;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #b9b9b3;
  border-radius: 10px;
}

#sidebar,
#sidebar1 {
  position: relative;
  top: 0;
  padding-bottom: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar1.heighlight {
  box-shadow: 0 -2px 7px 0 rgb(22 22 22 / 1%), 0 2px 10px 0 rgb(80 80 80 / 10%);
  z-index: 999;
  background: #fff;
  border: 0 !important;
}

.scroll-block {
  padding: 0 10px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}

#sidebar h2.side-title {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  padding: 13px;
  border: 1px solid #00979b;
  background: #00979b;
  font-weight: 500;
}

#sidebar h3.side-title {
  font-size: 16px;
  padding: 13px;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  margin: 10px 0;
  margin-bottom: 10px;
  color: #484848;
}

#sidebar h3.side-title i {
  float: right;
  color: #f26442;
}

.side-title a {
  border-bottom: 1px solid #c1c1c163;
  width: 100%;
}

.side-title a:hover {
  text-decoration: none;
  color: #059bec !important;
}

.side-title.active a {
  color: #059bec !important;
}

.form-check {
  position: relative;
  padding-left: 2rem;
}

.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  color: #272727;
  cursor: pointer;
  font-weight: 600;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px #ccc solid;
  border-radius: 4px;
}

.form-check:hover input ~ .checkmark {
  background-color: #eee;
}

.form-check input:checked ~ .checkmark {
  background-color: #1c86c0;
  border: 2px #1c86c0 solid;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check input:checked ~ .checkmark:after {
  display: block;
}

.form-check .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}

span.counte {
  background: #f1f1f5;
  padding: 8px;
  font-size: 14px;
  border-radius: 4px;
  color: #696974;
}

.filter .checkmark {
  position: absolute;
  top: 7px;
}

h4.side-title {
  color: #0d3862;
  font-size: 19px;
  font-weight: 600;
}

.form-check.filter {
  margin-bottom: 20px;
}

.side-head p {
  color: #272727;
  font-size: 19px;
  font-weight: 600;
}

.side-head a {
  font-weight: 500;
  color: #777;
  text-decoration: none;
}

.side-head a:hover {
  color: #007ebb;
}

.career-list {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #e9e9e9;
}

.career-list h1 {
  font-size: 24px;
  color: #272727;
  font-weight: 500;
}

.career-list h6 {
  font-size: 20px;
  color: #272727;
  font-weight: 500;
}

.career-list p {
  color: #444;
  font-size: 15px;
}

.ca-content {
  padding: 20px 0;
  padding-bottom: 0;
  border-top: 1px solid #e9e9e9;
}

.list-j {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.list-j:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.list-j p {
  margin-bottom: 0;
}

.list-j span {
  color: #555;
}

ul.circle-point li {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 210%;
  list-style: disc;
  list-style-position: inside;
}

.apply-job {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 5%);
}

.share-icons {
  margin: 0;
  padding: 0;
}

.share-icons li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.share-icons li a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 35px;
  background: #fff;
  border: 2px solid #007ebb;
  border-radius: 50px;
}

.share-icons li a i {
  color: #007ebb;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.share-icons li a:hover {
  background: #007ebb;
}

.share-icons li a:hover i {
  color: #fff;
}

.conta1 h5 {
  color: #272727;
  text-align: initial;
  line-height: 150%;
  font-size: 18px;
  font-weight: 500;
}

.conta1 p {
  color: #333;
  text-align: initial;
  line-height: 170%;
  font-size: 14px;
  font-weight: 500;
}

/* .main-head.inners.services {
  position: relative;
  height: 100vh;
  overflow: hidden;
} */
.service-head {
  padding: 4em 0;
  z-index: 9;
  position: relative;
  padding-bottom: 9em;
}

.service-head h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
}

.service-head p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.service-head .vidi {
  border-radius: 10px;
  box-shadow: 0 19px 17px rgb(0 0 0 / 48%);
  height: 350px;
}

.service-head .btn-outline-light {
  background: #fff;
  color: #1d5475;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 40px;
  display: inline-block;
}

.service-head .btn-outline-light:hover {
  background: #0d3862;
  color: #fff;
  border: 1px solid #0d3862;
}

.after-head {
  background: #007ebb;
  color: #fff;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 10%);
  margin-top: -88px;
  position: relative;
  z-index: 1;
}

.after-head h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.after-head p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.timeline h3 {
  line-height: 180%;
  color: #272727;
}

.timeline .time {
  padding: 2.5em 0;
  padding-bottom: 1.5em;
}

.timeline .time span {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 16px;
  background: #1c86c0;
  top: -63px;
  position: absolute;
}

.timeline .time.time-right span {
  right: 27px;
}

.timeline .time.time-left span {
  left: 27px;
}

ul.time-list {
  min-height: 150px;
}

.timeline .time {
  position: relative;
  margin: 0 -4px;
  margin-top: 8px;
  background: #fff;
}

.timeline .time.time-right {
  border-right: 8px solid #1c86c0;
}

.timeline .time.time-left {
  border-left: 8px solid #1c86c0;
}

.timeline .time::before {
  content: "";
  width: 14px;
  height: 14px;
  top: -11px;
  background: #1c86c0;
  border-radius: 50%;
  position: absolute;
}

.timeline .time.time-right::before {
  right: -11px;
}

.timeline .time.time-left::before {
  left: -11px;
}

.timeline .time::after {
  content: "";
  width: 14px;
  height: 14px;
  bottom: -11px;
  background: #1c86c0;
  border-radius: 50%;
  position: absolute;
}

.timeline .time.time-right::after {
  right: -11px;
}

.timeline .time.time-left::after {
  left: -11px;
}

ul.time-list li {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 210%;
  list-style: none;
}

ul.time-list li::before {
  content: "";
  background: #1c86c0;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}

.timeline > .row > .col-lg-6 {
  padding: 0;
}

.timeline > .row {
  margin: 0;
}

.main-head.inners.about.blog {
  padding-bottom: 25px;
}

.main-head.inners.about.blog:after {
  background: #191c1e;
}

.bolg-main {
  padding: 40px 0;
  background: #191c1e;
  position: relative;
  z-index: 9;
}

.blog-deta {
  padding: 50px;
  background: #191c1e;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.blog-deta span.date {
  color: #666d71;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-deta span.date img {
  height: 17px;
  display: inline-block;
  font-weight: 500;
  vertical-align: text-top;
  opacity: 0.5;
}

.blog-deta h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 160%;
}

.blog-deta .image-h {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 8px #0c0d0e;
  height: 350px;
}

.blog-deta .image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-main .col-lg-5 {
  border-right: 1px solid #3b4043;
}

.blog-item-style1 .image-h {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 8px #0c0d0e;
  margin-bottom: 18px;
  height: 250px;
}

.blog-item-style1 .image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item-style1 span.date {
  color: #666d71;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-item-style1 span.date img {
  height: 17px;
  display: inline-block;
  font-weight: 500;
  vertical-align: text-top;
  opacity: 0.5;
}

.blog-item-style1 h3 {
  color: #fff;
  font-weight: 600;
  line-height: 160%;
}

.blog-item-style1 h3 a {
  color: #fff;
  font-weight: 600;
  line-height: 160%;
}

.blog-item-style1 p {
  color: #bbc3c8;
  font-weight: 500;
  font-size: 16px;
}

.blog-item-style1 a {
  color: #1b85be;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.blog-item-style1 a:hover {
  color: #fff;
}

.blog-item-style2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #3b4043;
  margin-bottom: 15px;
}

.blog-item-style2:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog-item-style2 .image-h {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 8px #0c0d0e;
  height: 150px;
}

.blog-item-style2 .image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item-style2 span.date {
  color: #666d71;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-item-style2 span.date img {
  height: 17px;
  display: inline-block;
  vertical-align: text-top;
  opacity: 0.5;
}

.blog-item-style2 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.blog-item-style2 a {
  color: #1b85be;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-item-style2 a:hover {
  color: #fff;
}

.blog-item-style3 {
  margin-bottom: 30px;
}

.blog-item-style3 .image-h {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
  height: 200px;
}

.blog-item-style3 .image-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item-style3 span.date {
  color: #666d71;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-item-style3 span.date img {
  height: 17px;
  display: inline-block;
  vertical-align: text-top;
  opacity: 1;
  -webkit-filter: invert(60%);
  filter: invert(60%);
}

.blog-item-style3 h3 {
  color: #191c1e;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 15px;
}

.blog-item-style3 p {
  color: #3b4043;
  font-weight: 500;
  font-size: 14px;
}

.blog-item-style3 a {
  color: #1b85be;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-item-style3 a:hover {
  color: #272727;
}

.blog .navbar-nav .active .nav-link:before {
  border-bottom: 12px solid #202124;
}

.serve .snip1579 {
  margin-bottom: 30px;
}

.serve h6 {
  color: #1c86c0;
  font-size: 31px;
  font-weight: 600;
  display: inline-block;
  padding: 30px 50px;
  line-height: 140%;
  background: url(https://website.wotn.com.sa/Front/assets/images/icons/service-title.svg) no-repeat left center;
  background-size: contain;
  text-align: initial;
}

.serve h6 span {
  font-size: 24px;
  color: #1d5475;
  display: block;
}

.serve h2 {
  color: #1c86c0;
  font-size: 31px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  padding: 30px 50px;
  line-height: 140%;
  background: url(https://website.wotn.com.sa/Front/assets/images/icons/service-title.svg) no-repeat left center;
  background-size: contain;
  text-align: initial;
  /* font-family: 'Ubuntu', sans-serif; */
}

.serve h2 span {
  font-size: 24px;
  color: #1d5475;
  display: block;
}

.section-custom.serve p {
  color: #272727;
  font-size: 17px;
  font-weight: 500;
}

.section-custom {
  background: #f1faff;
  overflow: hidden;
}

.section-custom .container-fluid {
  padding: 0;
}

.right-cont {
  padding: 0 50px;
}

.serv-d {
  position: relative;
  overflow: hidden;
}

.serv-d .conta {
  background: rgb(6 60 90 / 50%);
  color: #fff;
  padding: 50px 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.serv-d .conta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.serv-d .conta p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.serv-d .image-hold {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.serv-d .image-hold img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.Slider4 .swiper-pagination {
  width: 50px;
  right: 0;
  margin: 0 !important;
  left: auto;
  background: #3a5b78;
  padding: 19px 36px;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Slider4 span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  opacity: 1;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  display: block;
  font-size: 0;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.Slider4 span.swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}

.Slider4 span.swiper-pagination-bullet-active {
  background: #1c86c0;
  font-size: 14px;
  color: #fff;
  background: transparent;
  font-weight: 600;
  border: 2px solid #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 26px;
}

.swal2-popup {
  padding: 5px 30px 30px !important;
  width: 570px !important;
  border-radius: 13px !important;
}

.swal2-popup .swal2-actions {
  width: 100% !important;
  justify-content: space-between !important;
}

.swal2-popup .swal2-actions button {
  width: 49% !important;
}

@media (min-width: 992px) {
  .bolg-main .col-lg-5 {
    border-right: 1px solid #3b4043;
  }
}

/* arabic */
html[lang="ar"] body {
  direction: rtl;
  font-family: "Tajawal", sans-serif !important;
}

html[lang="ar"] .nav,
h1,
h2,
h3,
h4,
h5,
a.lang h6 {
  font-family: "Tajawal", sans-serif;
}

html[lang="ar"] #heroVideo {
  position: absolute;
  right: auto;
  left: 0;
  width: 100%;
}

html[lang="ar"] a.lang {
  line-height: 37px;
}

html[lang="ar"] .form-check {
  padding-left: 1.25rem;
  padding-right: 2rem;
}

html[lang="ar"] .checkmark {
  left: auto;
  right: 0;
}

html[lang="ar"] .Slider1 .swiper-button-prev {
  right: auto;
  left: 0;
}

html[lang="ar"] .Slider1 .swiper-button-next {
  left: auto;
  right: 0;
}

html[lang="ar"] .timeline .time.time-right::after {
  right: auto;
  left: -11px;
  bottom: -6px;
}

html[lang="ar"] .timeline .time.time-right::before {
  right: auto;
  left: -11px;
}

html[lang="ar"] .timeline .time.time-right {
  border-right: 0;
  border-left: 8px solid #1c86c0;
}

html[lang="ar"] .timeline .time.time-right span {
  right: auto;
  left: 27px;
}

html[lang="ar"] .timeline .time.time-left {
  border-left: 0;
  border-right: 8px solid #1c86c0;
}

html[lang="ar"] .timeline .time.time-left::before {
  left: auto;
  right: -11px;
}

html[lang="ar"] .timeline .time.time-left::after {
  left: auto;
  right: -11px;
  bottom: -6px;
}

html[lang="ar"] .timeline .time.time-left span {
  left: auto;
  right: 27px;
}

html[lang="ar"] .Slider2,
html[lang="ar"] .Slider3 {
  left: auto;
  right: 0;
}

html[lang="ar"] .pattern1 .col-lg-4.custom-back:before {
  left: auto;
  top: -84px;
  right: -151px;
  background: url(https://website.wotn.com.sa/Front/assets/images/shapes/shape-3-r.svg) no-repeat center;
  background-size: 100%;
}

html[lang="ar"] ul.list-unstyled li:nth-child(2) {
  transform: translate(-20px);
}

html[lang="ar"] ul.list-unstyled li:nth-child(3) {
  transform: translate(-40px);
}

html[lang="ar"] ul.list-unstyled li:nth-child(4) {
  transform: translate(-60px);
}

html[lang="ar"] ul.list-unstyled li:nth-child(5) {
  transform: translate(-80px);
}

html[lang="ar"] ul.list-unstyled li:nth-child(6) {
  transform: translate(-100px);
}

html[lang="ar"] .shape {
  transform: rotate(27deg) translate(-143px, 30px);
}

html[lang="ar"] .shape img.main-im {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 0px,
    100% 35%,
    120.37% 38.14%,
    -11px 96.19%,
    0px 0px
  );
  clip-path: polygon(
    50% 0%,
    100% 0px,
    100% 35%,
    120.37% 33%,
    -11px 96.19%,
    0px 0px
  );
}

html[lang="ar"] .shape_content {
  transform: translateX(-50%) rotate(-27deg);
  top: 320px;
  margin-left: 10px;
}

html[lang="ar"] .shape .shape_content p {
  font-size: 16px !important;
  font-weight: 600 !important;
}

html[lang="ar"] .shape_content1 {
  transform: translateX(-50%) rotate(-27deg);
  margin-left: 28px;
  top: 398px;
}

html[lang="ar"] .counter-block .col-lg-6:nth-child(2) .counter-box {
  border-left: 1px solid #e8e8e8;
  border-right: 0;
}

html[lang="ar"] .counter-block .col-lg-6:nth-child(4) .counter-box {
  border-top: 0;
  border-left: 1px solid #e8e8e8;
  border-right: 0;
}

.editClick,
.HideeditClick {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -29px);
  background: #1b85be;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 0 24px 5px #1b85be42;
  color: #fff;
  z-index: 99999;
  cursor: pointer;
}

.HideeditClick {
  display: none;
}

a .fa-pencil {
  background: #1b85be63;
  padding: 11px 13px;
  border-radius: 50%;
  color: #1b85be;
}

.main-head .modify .fa-pencil {
  background: #059bec;
  color: #fff;
}

.main-head .modify {
  position: relative;
  left: 45px;
  z-index: 9999999;
  bottom: -42px;
}

.modify {
  position: absolute;
  left: 183px;
  transform: translate(-50%, -137%);
}

.project .modify,
.servicee .modify,
.aboutt .modify,
.Slider .modify {
  position: absolute;
  left: 72px;
  transform: translate(-50%, -32%);
  z-index: 99999;

  position: absolute;
  left: 18px;
  transform: translate(-50%, -32%);
  z-index: 99999;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #000;
  background: #fff;
  line-height: 30px;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 600;
  box-shadow: rgb(28, 134, 192) -2px -2px 0px 2px,
    rgb(29, 84, 117) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
}

.Slider .modify {
  left: 48px;
  transform: translate(-10%, 598%);
}

.project a .fa-pencil,
.servicee a .fa-pencil,
.aboutt a .fa-pencil {
  background: #fff;
  padding: 11px 13px;
  border-radius: 50%;
  color: #1b85be;
}

.servicee .h5 {
  font-size: 1.25rem !important;
}

.scoialIcon {
  background: #1c86c0 !important;
  font-size: 16px !important;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  padding: 8px 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 7px !important;
  text-align: center;
  line-height: normal;
}

ul.list-unstyled li {
  padding: unset !important;
}

.Special {
  border-radius: 8px;
  border: 1px solid #1c86c0;
  color: #1c86c0 !important;
  margin: 0 3px;
}

.Special:hover {
  background: #1c86c0 !important;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 780px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1233px;
  }
}

.mapLocation a {
  display: block ruby;
  margin: 8px 0;
}

.mapLocation .mapLink i {
  padding: 6px;
  background: #1b85be52;
  border-radius: 7px;
  width: 27px;
  text-align: center;
  margin: 0 9px;
}

.header {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.header.affix {
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  padding: 16px 40px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 3px 9px #27080830;
}

.header.Pdetails {
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  padding: 21px 40px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 3px 9px #27080830;
}

#ScrollupBTN {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #1c86c0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}

#ScrollupBTN:hover {
  background-color: #146591;
}

/* circular-menu */
.circular-menu {
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 9999999999;
}

.circular-menu .floating-btn {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color: hsl(201.2, 74.5%, 43.1%);
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.26);
  text-align: center;
  line-height: 3.2;
  cursor: pointer;
  outline: 0;
  color: #fff !important;
}

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
}

.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: " ";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(27, 133, 190, 0);
  transition: all 0.3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: hsl(201, 75.1%, 42.5%);
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: #fff;
  transition: transform 0.3s ease, background 0.2s ease;
  transition-timing-function: ease, ease;
  box-shadow: 0 0 22px 5px #f5f9fc6b;
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-4em, 1.5em, 0);
}

@media only screen and (max-width: 600px) {
  .pro-deta img {
    border-radius: 10px;
    height: auto;
    width: auto;
    margin: auto;
  }

  .blog-deta h1 {
    font-size: 1.5rem !important;
  }

  .pattern1 .col-lg-4.custom-back:before {
    content: none;
  }

  .hero h1,
  .hero .hero-title {
    font-size: 35px !important;
  }

  #ScrollupBTN {
    display: none !important;
  }

  #Videomain {
    height: 100vh;
  }

  .owl-wrapper,
  .owl-wrapper-outer,
  .owl-item .item {
    height: 100%;
  }

  .owl-wrapper .owl-item {
    height: 100%;
  }

  #Videomain video {
    height: 100% !important;
    width: auto;
  }

  .imgClip:nth-child(1) {
    transform: rotate(53deg) translate(18px, 92px) !important;
    width: 400px !important;
    height: 240px !important;
  }

  .imgClip:nth-child(2) {
    transform: rotate(53deg) translate(-98px, -3px) !important;
    width: 400px !important;
    height: 240px !important;
  }

  .main-head::after {
    /* background-size: 182% !important; */
    opacity: 0.7;
  }

  .header {
    padding: 5px 5px !important;
  }

  svg {
    max-height: 47px !important;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
}

.projectHeader {
  text-align: center;
  background: #000000b2;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 105px;
  padding: 21px 2px 30px;
}

.projectHeader h1 {
  width: fit-content;
  margin: auto;
  font-weight: bold;
  font-size: 30px;
  color: #4bbefd !important;
}

.clientData p {
  line-height: 2;
  font-size: 14px;
}

.imgClip:nth-child(1) {
  border-radius: 50pc;
  transform: rotate(53deg) translate(227px, 20px);
  width: 430px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  transition: all 0.5s;
}

.imgClip:nth-child(2) {
  border-radius: 50pc;
  transform: rotate(53deg) translate(-78px, 10px);
  width: 430px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}

.imgClip:nth-child(1):hover {
  z-index: 9 !important;
}

.imgClip:nth-child(2):hover {
  z-index: 9 !important;
}

.blue-section {
  position: relative;
}

.blue-section .container {
  z-index: 10;
  position: relative;
}

.blue-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 !important;
  opacity: 0.7;
}

#sync1 .item {
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .synced .item {
  background: #e4e4e488;
}

.owl-buttons {
  display: flex;
  justify-content: space-between;
  transform: translate(0px, 150px);
  position: relative;
  z-index: 99999;
}

.owl-wrapper {
  margin: auto;
}

.header {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.header.affix {
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  padding: 15px 40px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 3px 9px #27080830;
}

#Videomain {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
}

#carouselExampleIndicators .owl-wrapper {
  margin-bottom: 0;
}

.owl-theme .owl-controls {
  margin-top: 0 !important;
  text-align: center !important;
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  transform: translate(-50%) !important;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #1c86c0 !important;
}

.main-btn .mr-2 {
  width: 21px;
}

.videoContainer {
  height: calc(100vh - 54px);
  position: relative;
  overflow: hidden;
}

.videoContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#Videomain {
  overflow: hidden;
}
#Videomain .swiper-slide {
  height: 500px;
  position: relative;
  overflow: hidden;
}

#Videomain .swiper-slide img {
  width: 100% !important;
  max-width: inherit !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#Videomain .swiper-button-next,
#Videomain .swiper-button-prev {
  color: #fff;
  padding: 25px 14px;
  background: #1c86c0;
  width: auto;
  height: auto;
}
#Videomain .swiper-button-next:hover,
#Videomain .swiper-button-prev:hover {
  background: #1d5475;
}
#Videomain .swiper-button-next::after,
#Videomain .swiper-button-prev::after {
  font-size: 24px;
}

#Videomain .swiper-button-next,
#Videomain.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

#Videomain .swiper-button-prev,
#Videomain.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.col-lg-6.project.section {
  overflow: hidden;
}

/* responsive */
@media (max-width: 991px) {
  #Videomain {
    height: 260px;
  }
  .videoContainer {
    height: 260px;
  }

  #Videomain .swiper-slide {
    height: 260px;
  }

  .counter-box2 span {
    font-size: 20px;
  }

  .counter-box2 p {
    font-size: 13px;
  }

  .video-container {
    width: 100%;
    height: 100%;
  }

  .video-container iframe {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.25);
  }

  a.main-btn.whity1.ml-3 {
    margin-left: 0.2rem !important;
    padding: 10px 9px;
  }

  .section-1.section a.main-btn {
    padding: 10px 9px;
    margin: 4px;
    /* margin-top: -42px; */
  }

  .section-1.section a.swiperbtn {
    margin-top: -42px;
  }

  html[lang="ar"] a.main-btn.whity1.ml-3 {
    margin-left: 0 !important;
    margin-right: 0.2rem !important;
    padding: 10px 9px;
  }

  html[lang="ar"] .hero h1,
  html[lang="ar"] .hero .hero-title {
    font-size: 25px !important;
  }

  html[lang="ar"] #heroVideo {
    width: 169%;
  }

  .shape-3 {
    transform: translateX(0%) rotate(0deg) !important;
    background: transparent;
    width: auto;
    height: auto;
  }

  .shape-3 ul.list-unstyled {
    transform: translateX(0%) rotate(0deg) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 4px !important;
    line-height: 220%;
  }

  html[lang="ar"] .shape .shape_content1 {
    transform: translateX(0%) rotate(0deg) !important;
    margin-left: 28px !important;
    top: -11px !important;
  }

  html[lang="ar"] .pattern1 .col-lg-4.custom-back:before {
    left: auto;
    top: -138px;
    right: -171px;
  }

  .projectHeader h1 {
    font-size: 21px !important;
    color: #1c86c0 !important;
    line-height: 160%;
  }

  .projectHeader {
    padding: 14px 2px 14px !important;
    background: #000000b2 !important;
  }

  .projectHeader {
    top: auto;
    position: relative;
    margin-top: 24px;
    background: #fff !important;
  }

  .service-head .vidi {
    height: 190px !important;
  }

  .top-bar a {
    font-size: 0;
    display: inline-block;
  }

  .section-1.pattern + .section-1 #pills-tab {
    display: none;
  }

  .section-1.pattern + .section-1 h2 span {
    margin-bottom: 0 !important;
  }

  /* .main-head {
    height: auto;
    overflow: inherit;
  } */

  /* .hero {
    position: relative;
    height: auto;
    padding: 30px 13px;
  } */

  .main-head:after {
    /* background-size: auto; */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 56.89%,
      rgba(0, 0, 0, 0.357503) 66.44%,
      rgba(0, 0, 0, 0.85) 82.72%
    );
  }

  .hero h1,
  .hero .hero-title {
    font-size: 40px;
  }

  .hero a.main-btn,
  .hero .main-btn,
  .hero button.main-btn {
    font-size: 12px !important;
    padding: 10px 25px !important;
  }

  .hero h1 em,
  .hero .hero-title em {
    font-size: 16px;
    color: #fff;
  }

  a.play {
    margin-top: 25px !important;
  }

  .header > .row > .col-lg-2 > a img {
    display: block;
    margin: 0 auto;
  }

  .header a.main-btn {
    font-size: 0;
    background: #1c86c0 url(https://website.wotn.com.sa/Front/assets/images/icons/envelope-2.svg) center no-repeat;
    padding: 20px 25px;
    background-size: 40px;
  }

  .header .col-lg-2.text-right {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }

  .navbar-toggler {
    border: 1px solid #455467 !important;
    top: 27px;
    position: absolute;
    background: #455467 url(https://website.wotn.com.sa/Front/assets/images/icons/menu.svg) no-repeat center;
    background-size: 39px;
    z-index: 99;
    padding: 0.26rem 0.57rem;
  }

  .c-block {
    margin-bottom: 15px;
  }

  .upload-video {
    margin-bottom: 15px;
  }

  .navbar-toggler[aria-expanded="true"] {
    background: #455467 url(https://website.wotn.com.sa/Front/assets/images/icons/close.svg) no-repeat center;
    background-size: 39px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 71px;
    left: 0;
    z-index: 99;
    box-shadow: 0px 4px 6px #27080830;
    border-radius: 6px;
  }

  .navbar-nav .active .nav-link:before {
    display: none;
  }

  .section-1 h2 em {
    font-size: 22px;
  }

  .section-1 h2 span {
    font-size: 24px;
  }

  /* .section-1 h2 {
    font-size: 19px !important;
  } */
  .pro-deta h3 {
    font-size: 1.7rem !important;
  }

  .section-1 p {
    font-size: 14px;
  }

  .counter-block h2 {
    text-align: center;
    margin-top: 18px;
  }

  .counter-box {
    border: 1px solid #e8e8e8 !important;
    padding: 20px 30px;
    margin-bottom: 15px;
  }

  .Slider2,
  .Slider3,
  .Slider5 {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }

  .slide-withNav.extra-width,
  .slide-withNav.proje {
    height: auto;
  }

  .Slider2 .swiper-pagination,
  .Slider3 .swiper-pagination,
  .Slider5 .swiper-pagination {
    bottom: -6px;
  }

  .section-1 {
    padding: 35px 0 !important;
    border-bottom: 1px solid #ddd;
  }

  .section-fixed .col-lg-8 {
    padding: 30px 15px;
  }

  .tab-content .main-btn.whity1 {
    margin-top: -42px;
  }

  ul.nav.justify-content-center.custom-tabs.mb-3#pills-tab {
    justify-content: start !important;
    -ms-flex-pack: center !important;
  }

  .custom-tabs a {
    font-size: 16px;
    font-weight: 600;
  }

  .project-item .content h3 {
    font-size: 26px;
  }

  .project-item .content p {
    font-size: 14px;
  }

  ul.list-unstyled li {
    transform: unset !important;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .pattern1 .col-lg-4.custom-back:before {
    width: 400px;
    height: 410px;
  }

  footer.footer .col-md-4 .pl-3 {
    padding: 0 !important;
  }

  .custom-tabs.custom1 a {
    padding: 0.9rem 1rem;
  }

  ul.list-unstyled.py-5 {
    padding: 10px 0 !important;
  }

  .section-1.pt-0 .tab-content .col-lg-6 > img {
    margin-bottom: 20px;
  }

  p.why {
    margin: 0 !important;
    margin-top: -27px !important;
  }

  .footer {
    padding: 30px 0;
    background: #f8f8f8;
  }

  .shape {
    width: 100%;
    transform: unset;
    padding: 15px;
    height: auto;
    border-radius: 15px;
  }

  .shape img.main-im {
    width: 100%;
    border-radius: 15px;
    -webkit-clip-path: polygon(
      50% 0%,
      100% 0px,
      100% 12%,
      114.37% 66.19%,
      -14px 66.14%,
      0px 0px
    );
    clip-path: polygon(
      50% 0%,
      100% 0px,
      100% 12%,
      114.37% 66.19%,
      -14px 66.14%,
      0px 0px
    );
  }

  .shape_content {
    position: relative;
    transform: unset;
    left: auto;
    margin-left: 0;
    top: auto;
    margin-top: -100px;
  }

  .shape_content1 {
    position: relative;
    transform: unset;
    left: auto;
    margin-left: 0;
    top: auto;
  }

  .shape_content1 h5 {
    font-size: 24px;
    color: #81b0cb;
    margin: 0 !important;
  }

  .slide-withNav .Slider1 {
    padding: 0;
  }

  .Slider1 .swiper-button-next,
  .Slider1 .swiper-button-prev {
    top: 90%;
  }

  .slide-withNav .Slider1 {
    padding-bottom: 45px;
  }

  .section-custom {
    border-bottom: 10px solid #3a5b78;
  }

  .right-cont {
    padding: 20px;
  }

  .section-custom.serve:nth-child(odd) .row,
  .time.time-right .row {
    flex-direction: column-reverse;
  }

  .image-hold-pro.ml-5 {
    margin: 0 !important;
  }

  .content.mr-5 {
    margin: 0 !important;
  }

  .service-head .btn-outline-light {
    margin-bottom: 20px;
  }

  .blog-item-style2 .image-h {
    margin-bottom: 15px;
  }

  .blog-item-style1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #3b4043;
    margin-bottom: 15px;
  }

  .blog-deta {
    padding: 20px;
  }

  .blog-deta .image-h {
    height: 250px;
  }

  #sidebar,
  #sidebar1 {
    margin-bottom: 15px;
  }

  input.form-control.search {
    margin: 15px 0;
  }

  .ca-content .d-flex {
    display: block !important;
  }

  .ca-content .d-flex p {
    margin-bottom: 15px !important;
  }

  /* .header .col-lg-2.text-right .main-btn:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../asses/images/icons/phone.svg);
    display: block;
    position: relative;
  } */
  html[lang="ar"] .shape {
    transform: unset;
  }

  html[lang="ar"] .shape_content {
    transform: unset;
    top: unset;
    margin-left: 10px;
  }

  html[lang="ar"] .shape img.main-im {
    width: 100%;
    border-radius: 15px;
    -webkit-clip-path: polygon(
      50% 0%,
      100% 0px,
      100% 12%,
      114.37% 66.19%,
      -14px 66.14%,
      0px 0px
    );
    clip-path: polygon(
      50% 0%,
      100% 0px,
      100% 12%,
      114.37% 66.19%,
      -14px 66.14%,
      0px 0px
    );
  }

  .pattern1 .col-lg-4.custom-back {
    padding: 50px 20px;
  }

  .pattern1 .col-lg-4.custom-back:before {
    width: 560px;
  }
}

.h5,
h5 {
  font-size: 1.25rem !important;
}

.section-1.grey a.main-btn.whity1 {
  margin-top: -42px;
}

.iti--allow-dropdown {
  width: 100%;
}

/* ---------custom radio---------- */

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 62px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* .plans .plan {
  cursor: pointer;
  width: 48.5%;
} */

.plans .plan .plan-content {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  height: 52px;
  margin-bottom: 1em;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"] + .plan-content:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: #ffffff4d;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #1c86c0;
  box-shadow: 0px 0px 0px 2px #1c86c024;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: #1c86c0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #1c86c0;
  box-shadow: 0px 0px 0px 2px #1c86c0;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #1c86c0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px;
  }

  .container .title {
    margin: 1em auto;
  }

  .plans .row {
    margin: auto;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .plans .plan .plan-content {
    display: flex !important;
    flex-direction: inherit !important;
    align-items: center !important;
  }

  .plans .plan .plan-content img {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}

@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

#phone {
  padding-left: 10px !important;
  width: 80% !important;
  float: right;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  min-height: 50px;
  max-width: 550px;
  border-radius: 4px;
  border: solid 1px #e6e9ec;
  background: #fff;
}

/* blog edit */

.pro-deta h1 {
  color: #007ebb;
}

.pro-deta h2 {
  color: #007ebb;
  font-weight: 600;
  font-size: 2rem;
}

.pro-deta h3 {
  color: #007ebb;
  font-size: 1.75rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.pro-deta h4 {
  color: #007ebb;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px !important;
}

.pro-deta h5 {
  color: #007ebb;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pro-deta h6 {
  color: #007ebb;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.pro-deta ul {
  color: #000;
  list-style: none;
  padding: 0 20px;
}

.pro-deta ul li {
  position: relative;
  right: -14px;
  font-size: 18px;
}

.pro-deta ul li:not(.ftco-animate)::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -12px;
  background: #007ebb;
  border-radius: 50%;
  top: 11px;
  display: none !important;
}

.pro-deta ol {
  color: #000;
  padding: 0 20px;
}

.pro-deta ol li {
  position: relative;
  left: 10px;
  right: 10px;
}

.pro-deta strong,
.pro-deta b {
  /* color: #000; */
}

.blog-deta h1 {
  color: #eef0f1;
}

.pro-deta img {
  border-radius: 5px;
  margin: auto;
  display: block;
  height: auto;
}

.pro-deta a {
  color: #1c86c0;
}

.pro-deta p {
  text-align: justify;
}

.project-item:hover {
  cursor: pointer;
}

.project-item .content h3 {
  font-size: 16px;
  line-height: 185%;
}

.project-item .content {
  opacity: 0.9;
  height: 56px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

.project-item:hover .content {
  opacity: 1;
  height: inherit;
  height: calc(48%);
}

.snip1579.custom-shape figcaption {
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  background-color: rgb(28 134 192 / 85%);
  z-index: 9;
}
.snip1579.custom-shape:hover figcaption {
  background-color: rgb(28 134 192 / 30%);
}

.snip1579.custom-shape figcaption:hover {
  padding: 15px;
  height: calc(20%);
  background-color: rgb(28 134 192 / 95%);
}

.Slider3 .snip1579.custom-shape figcaption:hover {
  height: calc(50%);
}

.snip1579.custom-shape h3 {
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 18px;
}

.snip1579.custom-shape blockquote p {
  font-size: 16px !important;
}

.snip1579.custom-shape figcaption a {
  background: #0e618f;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
}

.snip1579.custom-shape figcaption a:hover {
  border: 0;
  background: #053956;
  color: #fff;
}

/* custom */
.section-1.grey.section .Slider3 .snip1579.custom-shape:hover figcaption {
  background: linear-gradient(
    180deg,
    rgba(28, 134, 192, 0.08) 0%,
    #0e4766 100%
  );
  padding: 15px;
  height: calc(50%);
}
.section-1.section .Slider3 .snip1579.custom-shape:hover figcaption {
  height: calc(25%);
}

@media screen and (max-width: 992px) {
  .Slider3 .snip1579.custom-shape:hover figcaption {
    height: 200px;
  }
}

.Slider3 .snip1579.custom-shape h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}

.Slider3 .snip1579.custom-shape blockquote p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.Slider3 .snip1579.custom-shape figcaption a {
  background: #0e618f;
  background: transparent;
  color: #fff;
  padding: 7px 24px 9px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
}

.Slider3 .snip1579.custom-shape figcaption a:hover {
  background: #053956;
}
/* custom */

.snip1579.custom-shape figcaption .d-flex a {
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
  border: 0;
}

.snip1579.custom-shape figcaption .d-flex a:hover {
  border: 0;
  background: transparent;
  color: #fff;
}

.snip1579.custom-shape figcaption .d-flex a:hover img {
  transform: translatex(-10px);
}

.snip1579.custom-shape figcaption .d-flex a img {
  width: 33px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

figure.custom-shape.not-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
figure.custom-shape.not-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(https://website.wotn.com.sa/Front/assets/images/icons/play.svg);
  background-size: cover;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
figure.custom-shape.not-main:hover::before,
figure.custom-shape.not-main:hover::after {
  opacity: 0;
}

.snip1579 figcaption blockquote p:last-child {
  margin-bottom: 0;
}

.project-logo {
  height: 50px;
  width: 135px;
  position: relative;
  overflow: hidden;
  margin-top: -6px;
}
.project-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

figure.snip1579.custom-shape {
  width: 100%;
  height: 428px;
  overflow: hidden;
  position: relative;
}

figure.snip1579.custom-shape > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.snip1579.custom-shape h3 {
  font-size: 16px;
}

@media (max-width: 991px) {
  figure.snip1579.custom-shape {
    height: 300px;
  }
}

/* new */
.main-head.inners.privacy {
  min-height: 400px;
  height: 50vh;
}

.privacy-block .row .col-lg-6:first-child {
  background: #1c86c0;
  color: #fff;
  padding: 50px;
}

.privacy-block .row .col-lg-6 {
  background: #fff;
}

.privacy-block h2 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.2px;
  margin-bottom: 20px;
}

.privacy-block p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.privacy-block img {
  margin: 0 auto;
  display: block;
  max-width: 80%;
}

.privacy-block {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  overflow: hidden;
  margin-top: -97px;
}

.privacy-block1 {
  margin-top: 60px;
  padding: 50px 0;
  padding-bottom: 60px;
  background: #f8f8f8;
}

.privacy-block1 h2 {
  color: #1c86c0;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.2px;
  /* 106.875% */
  margin-bottom: 20px;
}

.privacy-block1 h3 {
  color: #272727;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.2px;
  /* 142.5% */
  margin-bottom: 20px;
}

.privacy-block1 p {
  color: #465567;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.privacy-block1 li {
  list-style: inside;
  color: #1c86c0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.privacy-block2 {
  padding: 50px 0;
}

.privacy-block2 h2 {
  color: #272727;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.2px;
  /* 106.875% */
  margin-bottom: 20px;
}

.privacy-block2 p {
  color: #465567;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.privacy-block2 li {
  list-style: inside;
  color: #465567;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.privacy-block3 {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  overflow: hidden;
  margin-top: -57px;
  padding: 50px;
  z-index: 2;
  position: relative;
}

.privacy-block3 h2 {
  color: #272727;
  font-size: 22.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.632px;
  /* 142.5% */
  text-transform: capitalize;
  text-align: center;
  padding: 60px;
  background: url(https://website.wotn.com.sa/Front/assets/images/shapes/icon3.svg) no-repeat center;
}

.privacy-block3 h3 {
  color: #1c86c0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.632px;
}

.privacy-block3 p,
.privacy-block3 li {
  color: #465567;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy-block3 li {
  list-style: inside;
}

.cookies {
  background: #0b2239;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 999;
}

.cookies p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 153.846% */
}

.cookies a {
  color: #87d5ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 166.667% */
  text-decoration: none;
}

.cookies .col-lg-3 a {
  text-decoration: underline;
  color: #1c86c0;
}

.cookies a:hover {
  color: #fff;
}

.cookies a.btn1 {
  border-radius: 4px;
  background: #1c86c0;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
}

.cookies a.btn1:hover {
  background: #061524;
}

.cookies .dismiss {
  background: url(https://website.wotn.com.sa/Front/assets/images/icons/close1.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.cookies .dismiss:hover {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 991px) {
  .privacy-block1 h2,
  .privacy-block2 h2,
  .privacy-block3 h2,
  .privacy-block h2 {
    font-size: 20px;
  }

  .privacy-block1 p,
  .privacy-block2 p,
  .privacy-block3 p,
  .privacy-block p,
  .privacy-block1 li,
  .privacy-block2 li,
  .privacy-block3 li,
  .privacy-block li {
    font-size: 14px;
  }

  .privacy-block1 img,
  .privacy-block2 img,
  .privacy-block3 img,
  .privacy-block img {
    max-width: 250px;
    margin: 15px auto;
    display: block;
  }

  .privacy-block1 {
    margin-top: 30px;
    padding: 25px 0;
  }

  .privacy-block3 {
    padding: 30px;
  }

  .cookies .dismiss {
    bottom: 17px;
    top: auto;
  }
}

#loader {
  background: #fbfbfb url(../images/preloader.gif) no-repeat center;
}

.section-1.value-section {
  background: #fff url(https://website.wotn.com.sa/en);
}

.section-1.value-section {
  background: #fff url(https://website.wotn.com.sa/en);
}

.section-1.value-section h2 {
  font-weight: 500;
}

html[lang="ar"] body {
  direction: rtl;
  font-family: "din", sans-serif;
}

html[lang="ar"] .nav,
h1,
h2,
h3,
h4,
h5,
a.lang h6 {
  font-family: "din", sans-serif;
}

.value-section .col-lg-5 .d-flex span {
  color: #1c86c0;
  font-size: 40.889px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.value-section .col-lg-5 .d-flex p {
  color: #465567;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.value-shapes .text h3 {
  color: #1c86c0;
  font-size: 18.596px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.value-shapes .text p {
  color: #464646;
  font-size: 13.947px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.value-shapes .shape-hold {
  position: relative;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.text {
  position: absolute;
  width: 140px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.text.text-1 {
  transform: translate(-197px, -186px);
}

.text.text-2 {
  transform: translate(69px, -164px);
  text-align: left;
}

.text.text-3 {
  transform: translate(-217px, -164px);
  width: 165px;
}

.text.text-4 {
  transform: translate(209px, -169px);
  text-align: left;
  width: 189px;
}

.text.text-5 {
  transform: translate(-230px, -139px);
  width: 175px;
}

.value-shapes {
  max-height: 700px;
}

html[lang="ar"] .shape-hold.vshape-1 {
  transform: translate(-84px, 74px);
}

html[lang="ar"] .shape-hold.vshape-2 {
  transform: translate(-84px, -142px);
}

html[lang="ar"] .shape-hold.vshape-3 {
  transform: translate(-275px, -364px);
}

html[lang="ar"] .shape-hold.vshape-4 {
  transform: translate(-276px, -388px);
}

html[lang="ar"] .shape-hold.vshape-5 {
  transform: translate(-84px, -604px);
}

html[lang="ar"] .shape-hold.animation2.vshape-1 {
  transform: translate(-84px, 74px) !important;
  -webkit-animation: shape1 15s infinite linear;
  animation: shape1 15s infinite linear;
}

html[lang="ar"] .shape-hold.animation2.vshape-2 {
  transform: translate(-84px, -142px) !important;
  -webkit-animation: shape2 15s infinite linear;
  animation: shape2 15s infinite linear;
}

html[lang="ar"] .shape-hold.animation2.vshape-3 {
  transform: translate(-275px, -364px) !important;
  -webkit-animation: shape3 15s infinite linear;
  animation: shape3 15s infinite linear;
}

html[lang="ar"] .shape-hold.animation2.vshape-4 {
  transform: translate(-276px, -388px) !important;
  -webkit-animation: shape4 15s infinite linear;
  animation: shape4 15s infinite linear;
}

html[lang="ar"] .shape-hold.animation2.vshape-5 {
  transform: translate(-84px, -604px) !important;
  -webkit-animation: shape5 15s infinite linear;
  animation: shape5 15s infinite linear;
}

@keyframes shape1 {
  0% {
    transform: translate(0, 0) !important;
  }

  50% {
    transform: translate(-84px, 74px) !important;
  }

  100% {
    transform: translate(0, 0) !important;
  }
}

@-webkit-keyframes shape1 {
  0% {
    transform: translate(0, 0) !important;
  }

  50% {
    transform: translate(-84px, 74px) !important;
  }

  100% {
    transform: translate(0, 0) !important;
  }
}

@keyframes shape2 {
  0% {
    transform: translate(-84px, -142px) !important;
  }

  50% {
    transform: translate(-1px, -50px) !important;
  }

  100% {
    transform: translate(-84px, -142px) !important;
  }
}

@-webkit-keyframes shape2 {
  0% {
    transform: translate(-84px, -142px) !important;
  }

  50% {
    transform: translate(-1px, -50px) !important;
  }

  100% {
    transform: translate(-84px, -142px) !important;
  }
}

@keyframes shape3 {
  0% {
    transform: translate(-275px, -364px) !important;
  }

  50% {
    transform: translate(-275px, -300px) !important;
  }

  100% {
    transform: translate(-275px, -364px) !important;
  }
}

@-webkit-keyframes shape3 {
  0% {
    transform: translate(-275px, -364px) !important;
  }

  50% {
    transform: translate(-275px, -300px) !important;
  }

  100% {
    transform: translate(-275px, -364px) !important;
  }
}

@keyframes shape4 {
  0% {
    transform: translate(-276px, -388px) !important;
  }

  50% {
    transform: translate(-454px, -290px) !important;
  }

  100% {
    transform: translate(-276px, -388px) !important;
  }
}

@-webkit-keyframes shape4 {
  0% {
    transform: translate(-276px, -388px) !important;
  }

  50% {
    transform: translate(-454px, -290px) !important;
  }

  100% {
    transform: translate(-276px, -388px) !important;
  }
}

@keyframes shape5 {
  0% {
    transform: translate(-84px, -604px) !important;
  }

  50% {
    transform: translate(33px, 410px) !important;
  }

  100% {
    transform: translate(-84px, -604px) !important;
  }
}

@-webkit-keyframes shape5 {
  0% {
    transform: translate(-84px, -604px) !important;
  }

  50% {
    transform: translate(33px, 410px) !important;
  }

  100% {
    transform: translate(-84px, -604px) !important;
  }
}

html[lang="en"] .shape-hold.vshape-1 {
  transform: translate(240px, 74px);
}

html[lang="en"] .shape-hold.vshape-2 {
  transform: translate(240px, -142px);
}

html[lang="en"] .shape-hold.vshape-3 {
  transform: translate(48px, -364px);
}

html[lang="en"] .shape-hold.vshape-4 {
  transform: translate(48px, -388px);
}

html[lang="en"] .shape-hold.vshape-5 {
  transform: translate(240px, -604px);
}

html[lang="en"] .text.text-1 {
  transform: translate(-94px, -186px);
}

html[lang="en"] .text.text-2 {
  transform: translate(139px, -164px);
}

html[lang="en"] .text.text-3 {
  transform: translate(-180px, -164px);
}

html[lang="en"] .text.text-4 {
  transform: translate(226px, -169px);
}

html[lang="en"] .text.text-5 {
  transform: translate(-143px, -139px);
}

html[lang="en"] .shape-hold.animation2.vshape-1 {
  transform: translate(240px, 74px) !important;
  -webkit-animation: shape1en 15s infinite linear;
  animation: shape1en 15s infinite linear;
}

html[lang="en"] .shape-hold.animation2.vshape-2 {
  transform: translate(240px, -142px) !important;
  -webkit-animation: shape2en 15s infinite linear;
  animation: shape2en 15s infinite linear;
}

html[lang="en"] .shape-hold.animation2.vshape-3 {
  transform: translate(48px, -364px) !important;
  -webkit-animation: shape3en 15s infinite linear;
  animation: shape3en 15s infinite linear;
}

html[lang="en"] .shape-hold.animation2.vshape-4 {
  transform: translate(48px, -388px) !important;
  -webkit-animation: shape4en 15s infinite linear;
  animation: shape4en 15s infinite linear;
}

html[lang="en"] .shape-hold.animation2.vshape-5 {
  transform: translate(240px, -604px) !important;
  -webkit-animation: shape5en 15s infinite linear;
  animation: shape5en 15s infinite linear;
}

@keyframes shape1en {
  0% {
    transform: translate(443px, 0) !important;
  }

  50% {
    transform: translate(240px, 74px) !important;
  }

  100% {
    transform: translate(443px, 0) !important;
  }
}

@-webkit-keyframes shape1en {
  0% {
    transform: translate(443px, 0) !important;
  }

  50% {
    transform: translate(240px, 74px) !important;
  }

  100% {
    transform: translate(443px, 0) !important;
  }
}

@keyframes shape2en {
  0% {
    transform: translate(240px, -142px) !important;
  }

  50% {
    transform: translate(443px, -50px) !important;
  }

  100% {
    transform: translate(240px, -142px) !important;
  }
}

@-webkit-keyframes shape2en {
  0% {
    transform: translate(240px, -142px) !important;
  }

  50% {
    transform: translate(443px, -50px) !important;
  }

  100% {
    transform: translate(240px, -142px) !important;
  }
}

@keyframes shape3en {
  0% {
    transform: translate(48px, -364px) !important;
  }

  50% {
    transform: translate(160px, -300px) !important;
  }

  100% {
    transform: translate(48px, -364px) !important;
  }
}

@-webkit-keyframes shape3en {
  0% {
    transform: translate(48px, -364px) !important;
  }

  50% {
    transform: translate(160px, -300px) !important;
  }

  100% {
    transform: translate(48px, -364px) !important;
  }
}

@keyframes shape4en {
  0% {
    transform: translate(48px, -388px) !important;
  }

  50% {
    transform: translate(-26px, -290px) !important;
  }

  100% {
    transform: translate(48px, -388px) !important;
  }
}

@-webkit-keyframes shape4en {
  0% {
    transform: translate(48px, -388px) !important;
  }

  50% {
    transform: translate(-26px, -290px) !important;
  }

  100% {
    transform: translate(48px, -388px) !important;
  }
}

@keyframes shape5en {
  0% {
    transform: translate(240px, -604px) !important;
  }

  50% {
    transform: translate(443px, 410px) !important;
  }

  100% {
    transform: translate(240px, -604px) !important;
  }
}

@-webkit-keyframes shape5en {
  0% {
    transform: translate(240px, -604px) !important;
  }

  50% {
    transform: translate(443px, 410px) !important;
  }

  100% {
    transform: translate(240px, -604px) !important;
  }
}

.shape-hold.animation2 .text {
  opacity: 0 !important;
}

/*

.shape-hold.vshape-2.animate1 {
    transform: translate(-1px, -50px);
}

.shape-hold.vshape-3.animate1 {
  transform: translate(-275px, -300px);
}

.shape-hold.vshape-4.animate1 {
  transform: translate(-454px, -265px);
}

.shape-hold.vshape-5.animate1 {
  transform: translate(33px, -385px);
} */
html[lang="en"] .text.text-5 {
  width: 138px;
}

html[lang="en"] .text.text-2 {
  width: 150px;
}

html[lang="en"] .text.text-3,
html[lang="en"] .text.text-4 {
  width: 180px;
}

@media (max-width: 991px) {
  html[lang="en"] .text.text-2 {
    transform: translate(101px, -218px);
    width: 143px;
  }

  html[lang="ar"] .lanBtn a.nav-link {
    margin-right: -4px;
    display: inline-block;
  }

  .text.text-2 {
    transform: translate(49px, -185px);
    text-align: left;
  }

  .value-shapes {
    scale: 0.53 !important;
    transform: translate(125px, -223px);
    max-height: 364px;
  }

  html[lang="en"] .value-shapes {
    scale: 0.53 !important;
    transform: translate(-145px, -223px);
  }
  html[lang="en"] .shape-hold.animation2.vshape-1 {
    transform: translate(319px, 74px) !important;
  }

  html[lang="en"] .shape-hold.animation2.vshape-2 {
    transform: translate(319px, -142px) !important;
  }

  html[lang="en"] .shape-hold.animation2.vshape-3 {
    transform: translate(127px, -364px) !important;
  }

  html[lang="en"] .shape-hold.animation2.vshape-4 {
    transform: translate(127px, -388px) !important;
  }

  html[lang="en"] .shape-hold.animation2.vshape-5 {
    transform: translate(319px, -604px) !important;
  }

  html[lang="en"] .shape-hold.vshape-1 {
    transform: translate(319px, 74px);
  }

  html[lang="en"] .shape-hold.vshape-2 {
    transform: translate(319px, -142px);
  }

  html[lang="en"] .shape-hold.vshape-3 {
    transform: translate(127px, -364px);
  }

  html[lang="en"] .shape-hold.vshape-4 {
    transform: translate(127px, -388px);
  }

  html[lang="en"] .shape-hold.vshape-5 {
    transform: translate(319px, -604px);
  }
}

/*---------------Start cookies Popup-----------------*/

/*------------------------- Var colors------------------*/

:root {
  --dark-blue: #0b2239;
  --btn-light: #1c86c0;
}
/* @font-face {
  font-family: "DIN Next LT W23";
  src: url("/Front/assets/fonts/DINNextLTArabic-Regular-3.ttf"); 
}
p {
  font-family: "DIN Next LT W23", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
} */

/*-------------------------end Var colors------------------*/

.popup {
  background-color: var(--dark-blue) !important;
  width: 100%;
  min-height: 72px;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  bottom: 0%;
  position: fixed;
  z-index: 999;
  display: none;
  transition: transform 0.7s ease-out;
}
.hide-popup {
  transform: translateY(100%);
}

.popup-text p {
  margin: 0px;
  margin: 0px;
  padding-bottom: 20px;
  text-align: left;
}

.popup-link {
  text-decoration: underline !important;
  color: #87d5ff !important;
}
.popup-link:hover {
  text-decoration: underline !important;
  color: #e2f5ff !important;
}
.popup-darker-link {
  color: #1c86c0;
  text-decoration: underline;
}
.popup-darker-link:hover {
  color: #8cd2f8;
  text-decoration: underline;
}
.popup-btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
.popup-btn {
  background: var(--btn-light);
  color: white;
  padding: 8px, 10px, 8px, 10px;
  border-radius: 2px;
  width: 99px;
  height: 33px;
  cursor: pointer;
}
.popup-btns .popup-darker-link,
.popup-btns .popup-btn {
  cursor: pointer;
}
.x-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#circularMenu {
  bottom: 11%;
}

@media screen and (max-width: 767px) {
  .popup-btns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
  }
  .x-btn {
    bottom: -5%;
    display: none;
    text-align: left !important;
  }
  #circularMenu {
    bottom: 2%;
  }
}
@media screen and (max-width: 992px) {
  .popup-btns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #circularMenu {
    bottom: 1%;
  }
  .x-btn {
    justify-content: flex-end;
    align-items: center;
  }
}

/*-------------------------------how we work------------------------------*/

.how-we-work {
  background-image: url(https://website.wotn.com.sa/en);
  padding: 20px;
}

.text-part h2 em {
  color: #1d5475;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
}
.text-part h2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.text-part h2 span {
  text-align: center;
  margin-bottom: 20px;
}
.text-part h2 em {
  text-align: right;
  margin-left: -20px !important;
}

.how-we-work h2 {
  font-size: 42.22px;
  line-height: 44.41px;
  font-weight: 700;
  color: #1c86c0;
}
.how-we-work p {
  font-size: 18px;
  line-height: 27.93px;
  font-weight: 500;
  color: #465567;
}
.text-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.headline-p {
  max-width: 690px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-card {
  position: relative; /* Ensure the container is positioned */
  padding: 10px;
  text-align: center;
}

.img-card {
  position: relative;
  /* Position the .img-card relatively for absolute positioning within */
}

.img-card img {
  position: relative;
  width: 415px;
  height: 318px;
  filter: brightness(0.5);
}

.img-card-text {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 40px;
  overflow: hidden;

  transition: height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.img-card:hover .img-card-text {
  height: 50%;
  width: 100%;
  padding: 8px !important;
  background-image: linear-gradient(
    to top,
    rgba(28, 135, 192, 0.795),
    rgba(28, 135, 192, 0.199)
  );
  bottom: 0px !important;
}
.img-card:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .img-card {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .img-box {
    position: relative;
    width: 415px;
  }
  .img-card-text {
    position: absolute;
    bottom: 10px;

    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 40px;
    overflow: hidden;

    transition: height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .img-card:hover .img-card-text {
    height: 50%;
    width: 100% !important;
    padding: 8px !important;
    background-image: linear-gradient(
      to top,
      rgba(28, 135, 192, 0.795),
      rgba(28, 135, 192, 0.199)
    );
    bottom: 0px !important;
  }
}
@media screen and (max-width: 440px) {
  .img-card {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .img-box {
    position: relative;
    width: 110%;
  }
}

.img-card-text h5 {
  color: #eff9ff;
  font-size: 25.33px;
  font-weight: 500;
  line-height: 24.07px;
  text-align: right;
  margin-bottom: 20px !important;
}

.img-card-text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.51px;
  text-align: right;
}
.section-fixed .col-lg-8 .btn-outline-light:before,
.section-fixed .col-lg-8 .btn-outline-light:after {
  display: �none;
}

.section-fixed .col-lg-8 .btn-outline-light:before,
.section-fixed .col-lg-8 .btn-outline-light:after,
.footer .input-group .btn:before,
.footer .input-group .btn:after {
  display: none !important;
}

.not-main .video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 129%;
  height: 129%;
  transform: translate(-50%, -50%);
  pointer-events: �none;
}

.section-fixed .col-lg-8 .btn-outline-light {
  background: #fff;
  color: #1c86c0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0 !important;
}
.footer .input-group .btn {
  background: #1d5475;
  color: #fff;
  padding: 11px 15px;
  border-color: #1d5475;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0 !important;
}

figure.snip1579.custom-shape.projectDetails {
  height: 50vh;
  min-height: 600px;
}

figure.snip1579.custom-shape.projectDetails iframe {
  width: 114vw;
  height: 114vh;
}

.projectDetails iframe.video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 129%;
  height: 129%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
