:root {
    --lightBlue: #5F96BB;
    --darkBlue: #5f96bb;

    --bg4: rgba(235, 244, 255, 0.25);

    --grad1: linear-gradient(90deg, #6FBFD0, #3A378B);
    --grad2: linear-gradient(90deg, #3A378B, #6FBFD0);
}
.en-text {
    
}
.ar-text {
    display: none;
}
input::placeholder,
select::placeholder{
  color: #909090 !important
}
.language-switcher-language-url .links  > span {
    background: #717788;
  border-radius: 6px;
   
}
.language-switcher-language-url .links  > span > * {
   color: #fff !Important;
}
.language-switcher-language-url .links  .is-active{
    display: none !important;
}
a,
a:hover,
a:focus-visible,
a:focus {
  text-decoration: none;
}
body {
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.row.mb-0 {
  margin-bottom: 0 !important
}
form .row > * {
  margin-bottom: 30px !important;
}
form .row > * > .row > * {
  margin-bottom: 0px !important;
}
p{
  overflow-wrap: break-word; 
}
#closeBtn {
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noStyle {
  border: 0;
  text-shadow: none;
  background: none;
}
.openModal.noStyle {
  color: #5F96BB
}
.btn {
  border: 0;
  padding: 12px 25px;
  font-weight: 700;
  font-size: 105%;
}
.btn-primary {
  background: var(--grad1);
  transition: 0.5s linear;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background: var(--grad2);
}
.btn-secondary {
  background: #6FBFD0;
  transition: 0.5s linear;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background: #5397a7;
}
.actions > * {
  margin-inline: 6px;
  padding-block: 8px;
}
.actions > * svg {
  width: 16px;
}
.path-frontpage header {
    position: absolute;
    top: 0;
    z-index: 100;
    inset-inline: 0;
}
.banner {
    position: relative;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}
.blogbanner {
  background-color: rgb(194, 194, 194);
  height: 250px;
  position: relative;
  z-index: 0;
}
.blogbanner::before {
  background-image: url(../imgs/blog.png);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  opacity: 0.5;
}
.blogbanner .breadcrumb {
  margin-bottom: 0
}
.navbar-brand {
    padding-block: 0;
}
.coverBanner {
    object-fit: cover;
    object-position: 50%;
    position: absolute;
    z-index: -1;
    width: 100%;
}
.banner-content {
    height: calc(100vh - 0px);
}
.banner-content h1 {
  color: var(--lightBlue);
  font-weight: 700
}
.bannerImg img {
    max-height: 66vh;
    width: auto
}

.logos-bg {
    background-color: #010c2b8f;
    padding-block: 12px;
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    border-top: 1px solid #ffffff6b;
}

.logos-bg .ccc {
    max-width: 80%;
    margin-inline: auto;
}

.logos-bg img {
    max-width: 120px;
    max-height: 36px;
    object-fit: contain;
}
.bannerLogos .swiper-slide {
  width: auto !important;
  flex-shrink: 0; 
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;

  span{
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    font-size: 70px;
    font-weight: 700;
    color: #98C9FF;
  }
}

.form,
.why-choose-us {
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding-block: 60px;
}
.why-choose-us {
  background-image: url(../imgs/bg2.png);
}
.why-choose-us {
  background-image: url(../imgs/bg2.png);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding-block: 70px;
  
  & .blocks{
      border: 1px solid #ffffff57;
      margin-top: 40px;
  }
  & .blocks > * {
    display: flex;
    flex-direction: column;
    border-inline-end: 1px solid #ffffff57;
    
     

    & .title {
      color: var(--lightBlue);
      font-weight: 700;
      font-size: 125%;
      margin-block: 12px;
    }

    & img {
      padding: 10px;
      width: 120px;
      height: 120px;
      border-radius: 120px;
      border: 1px solid #fff;
      display: flex;
      margin-inline: auto;
    }
  }
  & .blocks > *:last-child {
    border: 0
  }
}
.section-title{
  font-weight: 700;
}
.form {
  padding-top: 140px;
  background-color: #17282df2;
  position: relative;
  z-index: 0;
}
.form:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  background-image: url(../imgs/bg3.png);
}
.form .marquee {
  position: absolute;
  top: 0;
  inset-inline: 0;
  opacity: 0.2;
}

.form-control, 
.form-select {
  background-color: #212121c2;
  border: 1px solid #4e4e4e;
  padding: 14px;
  color: #fff
}
.form-control:focus, 
.form-select:focus {
  color: #fff
}
.form-select option[value=""] {
  color: #868686 !important;
}
.form-control:focus , 
.form-select:focus{
  background: #4e4e4e
} 

.form h3 {
  color: var(--lightBlue);
  font-weight: 700;
  /* text-align: center; */
}
.form label {
  margin-bottom: 15px;
}
.js-form-type-webform-terms-of-service {
  margin-top: 35px;
  padding-inline-start: 38px;
  display: flex;
}
.js-form-type-webform-terms-of-service .form-check-label {
  padding-inline-start: 15px;
}
.js-form-type-webform-terms-of-service input {
  border-radius: 100px !important;
  width: 28px;
  height: 28px;
}
.js-form-type-webform-terms-of-service a {
  color: var(--lightBlue);
  font-weight: bold;
}
.aboutus {
  background-color: #F8FBFF;
  padding-block-end: 60px;
}
.aboutus .section-title {
  margin-top: 20px
}
.products .marquee,
.aboutus .marquee {
  opacity: 0.3
}
.text-bg-1{
  font-size: 120%;
}
.services {
  padding-block: 70px;
}
.aboutus .section-title,
.services .section-title {
  color: var(--lightBlue);
  font-weight: 700;
  margin-bottom: 30px;
}
.service{
  background: url(../imgs/bg4.png);
  color: #fff;
  /* margin-block: 12px; */
  height: 100%;
  padding-block: 0px 0px;
  min-height: 236px;
  display: flex;
  flex-direction: column;
}

.service .title {
  font-size: 130%;
  font-weight: 700;
  color: var(--lightBlue);
  padding: 18px;
}
.service p {
  background-color: #010c2baf;
  padding: 18px;
  margin-bottom: 0;
  margin-top: auto;
}

footer {
  background-color: #19272B;
}
.team{
  background: #19272B;
  padding: 80px;
  color: #fff;
}
.team-member {
  border: 1px solid #5F96BB;
  padding: 20px;
}
.team-image{
  position: relative;
  height: 270px;
  overflow: hidden;
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover !IMPORTANT;
  object-position: 50% !IMPORTANT;
}
.team-name {
  font-weight: 700;
  font-size: 120%;
  margin-block: 10px 2px;
}
.team-name,
.position {
  text-align: center
}
.center-navs {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 60px;
}

.products {
  background-color: #F8FBFF;
  padding-block: 10px 50px;
}
.center-navs > * {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #5f96bb;
  margin-inline: 20px;
}
.center-navs > *:after {
  font-size: 24px;
  color: #5d92b7;
} 

.cusModal {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: rgb(0 0 0 / 37%);
  z-index: -10;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out
}
.cusModal.open {
  z-index: 9999999;
  opacity: 1;
  transform: scale(1);
  
}
.cusModal:not(.open) {
  transition-delay: 0.8s;
}
.cusModal > div {
  min-height: 75vh;
  max-height: 90vh;
  background: rgb(255 255 255);
  min-width: 820px;
  max-width: 900px;
  padding: 5px 25px 25px 25px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: auto;
}
.cusModal.open > div {
  opacity: 1;
  transition-delay: 0.5s;
  position: relative;
}
.products .section-title {
  color: #5F96BB;
  margin-top: 16px;
  margin-bottom: 40px;
}
.products {}
.p-row-1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  align-content: flex-start;
}
.p-row-1 .product-image {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  padding: 12px;
  box-shadow: 0px 4px 10px #00000042;
  margin-inline-end: 14px;
}
.p-row-1 .label {
  font-weight: 800;
  font-size: 110%;
}
.p-row-1 > *:last-child {
  width: calc(100% - 70px)
}
.p-row-1 .product-image img {
  width: 100%;
  height: 100%;
}
.product .desc p {
  margin-bottom: 0;
}
.product {
  margin-bottom: 40px;
}

#cusModalContent .p-row-1 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.paragraph--type--products-details {
  display: flex;
  align-items: center;
  margin-bottom: 24px
}
.paragraph--type--products-details p {
  background: #F7FAFC;
  margin-bottom: 0;
  padding: 14px;
  font-size: 95%;
}
.close-row{
  position: sticky;
  top: 26px;
  inset-inline: auto 10px;
  z-index: 1;
}

footer {
  color: #9F9F9F !important;
  padding-block: 60px 40px;
}
footer a{
  color: #9F9F9F !important;
}
.social-link {
  background-color: #5F96BB;
  border-radius: 400px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
  transition: all 0.3s
}
.social-link:hover {
  background: #ffffffd6
}
.social-link svg{
  color: #19272B;
}
.noStyle.show-locations {
  border: 1px solid #ffffff6b;
  border-radius: 10px;
  padding: 8px 14px;
  color: #fff !important;
  display: flex;
  flex-direction: column;
}
.about-blocks{
  display: flex;
  align-items: center;
}
.about-blocks img{
  width: 100%;
  height: auto;
}
.about-blocks p {
  font-size: 130%;
}
.about-blocks.row:nth-child(even) {
  flex-direction: row-reverse
}
@media only screen and (min-width: 992px) {
  .view-products > .row > :nth-child(odd) {
    padding-inline-end: 80px;
  }
  .view-products > .row > :nth-child(even) {
    padding-inline-start: 80px;
  }
  .about-blocks.row:nth-child(odd) > *:last-child {
    padding-inline-start: 80px;
  }
  .about-blocks.row:nth-child(even) > *:last-child {
    padding-inline-end: 80px;
  }

}

.t-row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.t-row-1 > div:first-child img{
  width: 64px;
  height: 64px;
  border-radius: 200px;
  margin-inline-end: 10px;
}
.t-row-1 > div {
  display: flex;
  align-items: center;
}
.stars svg {
  color: transparent
}
.stars svg path {
  fill: #E8AD15
}
.testimonials .row {
  align-items: center
}
.heading h3 {
  font-size: 200%;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 350px;
  color: #5F96BB;
  margin-bottom: 30px;
}
.testimonials .desc {
  max-width: 75%;
  font-size: 110%;
}
.t-row-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dd1{
  display: flex;
  align-items: center
}
.dd1 > *:nth-child(2) > *:first-child {
  color: #5F96BB;
  font-size: 120%;
  font-weight: 600;
}
.t-row-3 img {
  width: 90px;
  height: 90px;
  border-radius: 800px;
  border: 1px solid #33333333;
  margin-inline-end: 12px
}
.t-row-3 svg {
  color: transparent;
  width: 60px;
  height: 60px;
}
.t-row-3 svg path {
  fill: #666
}
.t-row-4 a.btn-primary {
  min-width: 50%;
  margin-inline-start: 100px;
}
.testimonials {
  padding-block: 70px 50px;
}
.testimonialView .swiper-slide {
  border: 1px solid #e1e1e1;
  border-radius: 20px 0 20px 0;
  padding: 30px;
}

.testimonialView .center-navs {
  margin-top: 30px;
}
.menu--main a {
  font-size: 120%;
  font-weight: 500;
}
.menu--main a:hover {
  color: #5F96BB;
}
.team {
  padding-inline: 15px
}

.navbar-toggler {
  border: 0;
}

.offcanvas-body .social-link svg {
    color: #fff;
}
.per-lc {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  box-shadow: 0 0 10px #0000002e;
  margin-block: 14px;
}
.per-lc .lc-title {
  font-weight: 600;
  font-size:140%;
  color: #5F96BB;
}
.lc-link {
  display: flex;
  justify-content: end
}
.lc-link a {
  min-width: 200px;
  padding-block: 8px;
}
.lc-phones {
  display: flex;
  flex-direction: column;
}
.lc-phones .social-link {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-inline-end: 5px;

}
.lc-phones a {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-block: 5px;
}
.lc-phones .social-link svg {
  width: 16px;
  color: #fff;
}

/*node--type-blog-article*/
.node--type-blog-article {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cusModal > div {
    max-width: 100%;
    min-width: 98%;
  }

}
@media screen and (min-width: 992px) {
  .offcanvas-header img {
    display: none;
  }
    
  .navbar-expand-lg .offcanvas .offcanvas-body{
        display: flex;
        justify-content: center;
    }
  .navbar-expand-lg .offcanvas .offcanvas-body > *:first-child{
    flex: 8;
    display: flex;
    justify-content: center
  }
}
@media screen and (max-width: 991px) {
    .language-switcher-language-url {
    margin-top: 20px;
  }
  #cusModalContent .p-row-1 {
    padding-top: 30px;
  }
  .why-choose-us {
    & .blocks > * {
        & .title {
            text-align: center;
        }
    }
    & .blocks p {
      text-align: center;
    }
}
  .offcanvas-header {
    padding-inline-start: 5px;
  }
  .navbar-nav li {
    border-bottom: 1px solid #e1e1e1;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
  }
  .offcanvas-body .d-lg-none {
    margin-block: auto 30px;
    display: flex;
    justify-content: center;
  }
  .offcanvas-body .d-lg-block {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--products-details {
    flex-direction: column;
}
  .text-bg-1 p {
    text-align: center;
  }
  .footer-logo {
    display: flex;
    margin-inline: auto;
  }
  form .form-actions {
    align-self: unset !important;
    text-align: center;
  }
  footer .views-element-container .row > *:nth-child(3) {
    margin-top: 20px;
  }
  footer .views-element-container .row > *:nth-child(2) {
    order: 4;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  footer .views-element-container .row > *:nth-child(1) {
    order: 5;
    text-align: center;
  }
}
.view-blog .field--name-title{
  font-weight: 600;
  font-size: 140%;
}
.view-blog p{
  color: #777
}
.bog-teaser-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50%;
  border-radius: 18px;
}
.tag {
  display: flex;
  gap: 10px;
  margin-block: 10px;
  color: #999
}
.tag svg {
  opacity: 0.75;
  width: 20px;;
}

.readmore{
  display: inline-flex;
  color: #111;
  position: relative;
  margin-bottom: 10px;
  padding-block: 8px;
}
.readmore::before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #111;
  width: 60%;
  inset-inline: 20%;
  transition: all 0.2s
}
.readmore:hover::before{
  width: 100%;
  inset-inline: 0%;
}

body:not(.path-frontpage) #main-wrapper {
  padding-block: 60px;
}
.blogbanner h1 {
  color: #000
}
.blogbanner a {
  color: #000
}

.node--type-blog-article img {
  border-radius: 15px;
  margin-bottom: 15px
}
.node--type-blog-article .node__meta {
  display: none !important;
}
.node--type-blog-article h1 {
  font-size: 1.8rem
}
.iti__country {
    background: #242729;
}
.iti__country.iti__highlight {
    background-color: rgb(59 86 96) !important;
}
.form  label {
    display: flex;
}
.form-item-terms-of-service label {
  display: block 
}
.iti {
    width: 100%;
}
.view-blog form .d-flex {
  gap: 15px;
  border: 1px solid #dadada;
  padding: 10px 20px 0 20px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.view-blog .form-control, 
.view-blog  .form-select {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  color: #333;
  padding-block: 12px;
}
/* pagination */
.pagination {
  gap: 10px;
  justify-content: center;
}
.page-item .page-link {
  border-radius: 5px;
  border-color: #bbbbbb;
  color: #272727;
  min-width: 40px;
  text-align: center;
}
.active>.page-link {
  background: var(--darkBlue);
  border-color: var(--darkBlue);
  color: #fff;
}