/*-------------- Fonts -----------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700&display=swap");
/*-------------- Fonts -----------------*/

/*-------------- Start Global Rules -----------------*/
:root {
  --mainColor: #d61957;
  --white: #fff;
  --black: #2b2b2b;
  --textColor: #444444;
  --textColor2: #474747;
  --smallSize: 12px;
  --mdSize: 14px;
  --mdSize2: 16px;
  --mdSize3: 18px;
  --lgSize: 20px;
  --lightFont: 100;
  --light2Font: 300;
  --mdFont: 600;
  --lgFont: 800;
  --paddingY: 60px;
  --paddingX: 100px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*,
::before,
::after {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: var(--light2Font);
  font-size: var(--mdSize3);
  color: var(--white);
  background-color: #444444;
  position: relative;
  background-size: 100% !important;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000004f url("../images/backgroundBody.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

/*-------------- End Global Rules -----------------*/

.page-node-mediaoffers #block-verona-content .views-row {
  margin-bottom: 20px;
}

/*-------------- Header Style -----------------*/
.myRow {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px 0;
}

.myRow .header_logo {
  float: left;
  width: 21%;
}

span.cart-block--summary__count {
  width: 67px;
}

a.cart-block--link__expand {
  display: flex;
  color: white;
  align-items: center;
  gap: 10px;
}

.cart-block--summary,
.cart-block--summary__icon img,
.cart-block--summary__count {
  color: white;
}

.myRow .header_menu {
  display: flex;
  width: 75%;
  align-items: center;
  justify-content: end;
}

.myRow .header_menu nav#block-mainnavigation {
  float: left;
  width: 78%;
}

.myRow .header_menu nav#block-mainnavigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.myRow div#block-languageswitcher {
  float: right;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myRow .header_menu nav#block-mainnavigation a,
.myRow div#block-languageswitcher a {
  color: var(--white);
  font-size: var(--mdSize2);
  font-weight: bold;
  font-size: 13px;
}

.myRow .header_menu nav#block-mainnavigation a {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.myRow .header_menu nav#block-mainnavigation a:hover {
  border-bottom: 2px solid #ffff;
}


/**** add to cart *******/


.cart.cart-form::before {
  content:
    "Cart";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  background: #d61957;
  font-size: 18px;
  padding: 15px;
  font-size: 18px;
}



.page-args-ar-cart #block-verona-content,
.page-node-cart #block-verona-content {
  text-align: center;
}

.cart.cart-form table thead,
.cart.cart-form table .flag {
  display: none;
}

.page-args-ar-cart #block-verona-content,
.page-cart #block-verona-content {
  display: flex;
  justify-content: center;
}

.cart.cart-form {
  display: inline-block;
  width: 80%;
  margin: 10px auto;
  border-radius: 4px;
  background-color: fefefe;
  border: 1px solid #cdcdcd;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;

  border-bottom: 40px solid #d61957;
  padding-top: 80px;
  font-size: 14px;
}

.cart.cart-form table thead,
.cart.cart-form table .flag {
  display: none;
}

.cart.cart-form table {
  width: 100%;
}

.cart.cart-form table tbody tr {
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}

.cart.cart-form table tbody tr .views-field.views-field-remove-button input {
  font-size: -0;
  border-radius: 3px;
  background: url(/themes/verona/assets/images/deleteopy.png) center no-repeat;
  background-size: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 11.76px 0.24px rgba(48, 48, 48, 0.14);
  height: 32px;
  width: 35px;
  border: none;
}

.cart.cart-form table tbody tr .views-field.views-field-purchased-entity a {
  font-size: 15.3px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}


.cart.cart-form table .views-field-edit-quantity input {
  background: transparent;
  border: 1px solid #cdcdcd;
  padding: 4px 7px;
}

[dir="rtl"] .cart.cart-form table tbody tr .views-field.views-field-purchased-entity,
[dir="rtl"] .cart.cart-form table tbody tr .views-field.views-field-total-price__number,
[dir="rtl"] .cart.cart-form table tbody tr .views-field.views-field-unit-price__number {
  float: right;
  clear: right;
}

.cart.cart-form table tbody tr .views-field.views-field-purchased-entity,
.cart.cart-form table tbody tr .views-field.views-field-total-price__number,
.cart.cart-form table tbody tr .views-field.views-field-unit-price__number {
  font-size: 13.3px;
  float: left;
  clear: left;
  width: 65%;
}

[dir="rtl"] .cart.cart-form table tbody tr .views-field.views-field-remove-button,
[dir="rtl"] .cart.cart-form table tbody tr .views-field.views-field-edit-quantity {
  float: right;
}

.cart.cart-form table tbody tr .views-field.views-field-remove-button,
.cart.cart-form table tbody tr .views-field.views-field-edit-quantity {
  float: left;
  width: 100px;
}

.cart.cart-form .order-total-line.order-total-line__subtotal,
.cart.cart-form .order-total-line.order-total-line__total {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: -7px;
}

[dir="rtl"] .cart.cart-form .order-total-line-value {
  float: left;
}

.cart.cart-form .order-total-line-value {
  float: right;
  width: 50%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ddd;
  padding: 20px 60px;
}

[dir="rtl"] .cart.cart-form .order-total-line-label {
  float: right;
  text-align: right;
}

.cart.cart-form .order-total-line-label {
  border: 1px solid #ddd;
  padding: 20px 60px;
  float: left;
  width: 50%;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.cart.cart-form .form-actions input {
  border-radius: 24px;
  border: none;
  color: #fff;
  width: 40%;
  margin-top: 10px;
  padding: 13px;

  font-size: 15px;
}

[dir="rtl"] .cart.cart-form .form-actions input:nth-child(1) {
  float: right;
  margin-right: 60px;
  margin-left: 0px;
}

.cart.cart-form .form-actions input:nth-child(1) {
  float: left;
  float: left;
  margin-left: 60px;
  background: #d61957;
  margin-left: 60px;
  display: none;

}


.form-wrapper__guest-checkout {
  width: 48%;
  float: none;
  margin: 0 auto;
}


.layout-region-checkout-main {
  float: none;
  width: 65%;
  padding-right: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.layout-region-checkout-secondary,
.form-wrapper__returning-customer {
  display: none;
}

.cart.cart-form .form-actions input:hover {}

[dir="rtl"] .cart.cart-form .form-actions input:nth-child(2) {
  float: left;
}

[dir="rtl"] .cart.cart-form .form-actions input:nth-child(2) {
  float: left;
}

.cart.cart-form .form-actions input:nth-child(2) {
  float: none;
  background-color: #d61957;
  margin-right: 60px;
}

.page-node-checkout .layout-checkout-form .form-item label,
.address-container-inline>.form-item label {
  font-weight: normal;
  text-transform: capitalize;
}

.layout-region.layout-region-checkout-secondary h3 {
  margin-top: 0px;
  margin-bottom: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 21px;
}

.form-item-sidebar-coupon-redemption-form-code label {
  margin-top: 24px;
  font-weight: bold;
}

.page-node-checkout .link--previous {
  display: none;
}

.checkout-pane.checkout-pane-payment-information {
  margin-top: 20px;
}

.page-node-checkout .layout-checkout-form .fieldset-legend {
  font-weight: bold;
  margin-top: 20px;
}

.page-node-checkout #block-verona-content .form-item-payment-information-billing-information-address-0-address-country-code {
  display: none;
}

.page-node-checkout #block-verona-content .field--name-field-countrie {
  width: 100%;
  display: inline-block;
}

.js input.form-autocomplete {}

.page-node-checkout #block-verona-content,
.page-node-checkout #block-verona-content {
  text-align: center;
}

.page-node-checkout #block-verona-content .commerce-checkout-flow,
.page-node-checkout #block-verona-content .commerce-checkout-flow {
  width: 900px;
  display: inline-block;
  box-shadow: 1px 0px 11px #cdcdcd;
  background: transparent;
  border-radius: 7px;
  padding: 40px 60px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}


.page-node-checkout #block-verona-content legend {
  color: #fff;
}

.page-args-ar-cart #block-verona-content,
.page-node-cart #block-verona-content {
  text-align: center;
}

.page-node-checkout #block-verona-content .commerce-checkout-flow::before {
  content: "Checkout";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  background: #d61957;
  font-size: 18px;
  padding: 15px;

}

.address-container-inline>.form-item {
  width: 100%;
}






.commerce-order-item-add-to-cart-form input.form-submit,
.layout-checkout-form input.form-submit {
  left: 0px;
  color: #fff;
  background: #d61957;
  font-size: 18px;
  border-radius: 7px;
  padding: 5px 20px;
  border: 0px;
  margin-top: 10px;
}

.page-node-checkout #block-verona-content .form-item input {
  width: 100%;
}


.page-args-ar-cart #block-verona-content .form-item input,
.page-node-checkout #block-verona-content .form-item input {
  color: #000;
  padding: 3px;
}

.form-wrapper__login-option input.button {
  left: 0px;
  color: #fff;
  background: #d61957;
  font-size: 18px;
  border-radius: 7px;
  padding: 5px 20px;
  border: 0px;
}

.page-node-checkout #block-verona-content .form-item input.form-submit {
  color: #fff;
}


.cart-form .views-field-edit-quantity {
  display: none;
}

/*-------------- Header Style -----------------*/
nav#block-socialmediaoffers {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #d61957;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9;
}

nav#block-socialmediaoffers a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

/************** social menu style **************/
nav#block-socialmenu,
nav#block-socialmenu-3 {
  position: fixed;
  left: 0;
  top: 36%;
}

nav#block-socialmenu ul,
nav#block-socialmenu-3 ul {
  display: grid;
  min-width: max-content;
  gap: 50px;
}

nav#block-socialmenu ul li,
nav#block-socialmenu-3 ul li {
  rotate: -90deg;
}

nav#block-socialmenu ul li a,
nav#block-socialmenu-3 ul li a {
  color: #fff;
  font-size: 14px;
  padding: 5px;
}

nav#block-socialmenu ul li a:hover,
nav#block-socialmenu-3 ul li a:hover {
  background-color: var(--mainColor);
}

/************** social menu style **************/

/*-------------- inner pages Style -----------------*/
.inner-page-content-main {
  min-height: 400px;
}

/*-------------- inner pages Style -----------------*/

/*-------------- slider Style -----------------*/
.slider {
  position: relative;
}

.slider ul.slick-dots {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.slider ul.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f287b0;
  font-size: 0;
  border: 1px solid #eee;
}

.slider ul.slick-dots li.slick-active button {
  background-color: var(--mainColor);
  border: 1px solid #fff;
}

/*-------------- slider Style -----------------*/

/*-------------- strategy section Style -----------------*/
div#block-views-block-our-strategy-block-1 .item-list ul,
.innerStrategy .item-list ul {
  display: inline-block;
  width: 100%;
}

div#block-views-block-our-strategy-block-1 .item-list ul li .views-field.views-field-fieldset fieldset,
.innerStrategy .item-list ul .views-field.views-field-fieldset fieldset {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mainColor);
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}

.innerStrategy .item-list ul .views-field.views-field-fieldset fieldset {
  color: var(--white);
}

.innerStrategy .item-list ul .views-field.views-field-fieldset fieldset div#block-views-block-our-strategy-block-1 .item-list ul li .views-field.views-field-fieldset fieldset img,
.innerStrategy .item-list ul img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

div#block-views-block-our-strategy-block-1 .item-list ul li .views-field.views-field-body {
  height: 56px;
  overflow: hidden;
  color: #474747;
  font-size: 13px;
}

div#block-views-block-our-strategy-block-1 .item-list ul li {
  background-color: rgba(255, 255, 255, 0.754);
  border-radius: 12px;
  padding: 15px 20px;
  width: 33%;
  min-height: 160px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  div#block-views-block-our-strategy-block-1 .item-list ul li {
    max-height: 160px;
  }
}

div#block-views-block-our-strategy-block-1 .item-list ul li:nth-child(odd) {
  float: left;
  clear: left;
}

div#block-views-block-our-strategy-block-1 .item-list ul li:nth-child(even) {
  float: right;
  clear: right;
}

div#block-views-block-our-strategy-block-1 .item-list ul li:hover {
  background-color: var(--mainColor);
}

div#block-views-block-our-strategy-block-1 .item-list ul li:hover img,
.innerStrategy .item-list ul img {
  filter: invert(1) brightness(10);
}

div#block-views-block-our-strategy-block-1 .item-list ul li:hover .views-field.views-field-body,
div#block-views-block-our-strategy-block-1 .item-list ul li:hover .views-field.views-field-fieldset fieldset {
  color: var(--white);
}

.about-us {
  position: relative;
}

.about-us header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-us header h4,
.services header h4 {
  font-size: 19px;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}

.about-us header h2,
.services header h2 {
  font-size: 26px;
  color: var(--white);
  font-weight: 800;
}

.about-us {
  padding: 120px 0 40px 0;
  border-bottom: 1px solid #a3a3a3;
}

div#block-views-block-facts-block-1 .item-list ul {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  text-align: center;
}

.experience {
  padding: 50px 0;
}

div#block-views-block-facts-block-1 .item-list ul li:hover {
  color: var(--mainColor);
}

div#block-views-block-facts-block-1 .item-list ul li {
  animation-name: fadeInUp;
}

div#block-views-block-facts-block-1 .item-list ul li:nth-child(2) {
  animation-delay: 0.5s;
}

div#block-views-block-facts-block-1 .item-list ul li:nth-child(3) {
  animation-delay: 1s;
}

div#block-views-block-facts-block-1 .item-list ul li:nth-child(4) {
  animation-delay: 1.5s;
}

div#block-views-block-facts-block-1 .item-list ul li:nth-child(5) {
  animation-delay: 2s;
}

div#block-views-block-facts-block-1 .item-list ul li:nth-child(6) {
  animation-delay: 2.5s;
}

div#block-views-block-facts-block-1 .item-list ul .views-field.views-field-title {
  font-size: 16px;
  font-weight: 400;
}

div#block-views-block-facts-block-1 .item-list ul .views-field.views-field-nothing {
  font-size: 58px;
  font-weight: 600;
}

/*-------------- strategy section Style -----------------*/

/*-------------- .services  section Style -----------------*/
.services {
  padding: 60px 0;
}

.services header {
  text-align: center;
  margin-bottom: 130px;
}

.services .item-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.services .serviceItem .views-field.views-field-field-image a,
.services .item-list ul .views-field.views-field-field-image a,
.services .serviceItem img,
.services .item-list ul img {
  width: 100%;
  height: 190px;
  object-fit: fill;
  margin-bottom: 15px;
  border-radius: 6px;
}

.services .serviceItem img {
  height: 190px;
}

.services .serviceItem .views-field.views-field-fieldset,
.services .item-list ul .views-field.views-field-fieldset {
  background: var(--white);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 6px;
  height: 220px;
}

.serviceItem {
  animation-name: fadeInUp;
}

.serviceItem:nth-child(2) {
  animation-delay: 0.5s;
}

.serviceItem:nth-child(3) {
  animation-delay: 1s;
}

.serviceItem:nth-child(4) {
  animation-delay: 1.5s;
}

.serviceItem:nth-child(5) {
  animation-delay: 2s;
}

.serviceItem:nth-child(6) {
  animation-delay: 2.5s;
}

.services .serviceItem .views-field.views-field-fieldset .views-field.views-field-body,
.services .item-list ul .views-field.views-field-fieldset .views-field.views-field-body {
  height: 56px;
  overflow: hidden;
  color: #444444;
  font-size: 14px;
}

.services .serviceItem .views-field.views-field-fieldset a,
.services .item-list ul .views-field.views-field-fieldset a {
  color: var(--black);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services .serviceItem:hover .views-field.views-field-fieldset a,
.services .item-list ul li:hover .views-field.views-field-fieldset a {
  color: var(--mainColor);
}

.services .serviceItem .views-field.views-field-field-image a,
.services .item-list ul .views-field.views-field-field-image a {
  position: relative;
}

.services .serviceItem .views-field.views-field-field-image a::before,
.services .item-list ul .views-field.views-field-field-image a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: url("../images/more.png") no-repeat center;
  background-size: contain;
  opacity: 0;
}

.services .serviceItem:hover .views-field.views-field-field-image a::before {
  opacity: 1;
}

/*-------------- .services  section Style -----------------*/

/*-------------- about us   page Style -----------------*/
.inner {
  height: 150px;
}

h1.page-title {
  font-size: 31px;
  color: var(--white);
  font-weight: 700;
}

div#block-views-block-bredcramb-block-1 a {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}

div#block-views-block-bredcramb-block-1 a:hover {
  color: var(--mainColor);
}

div#block-views-block-bredcramb-block-1 .title {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 18px;
}

.strategyPge .item-list ul li .views-field.views-field-body,
div#block-views-block-about-us-block-1 .item-list ul li .views-field.views-field-body {
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
  line-height: 1.7;
}

.strategyPge .item-list ul li .views-field.views-field-title span.field-content,
div#block-views-block-about-us-block-1 .item-list ul li .views-field.views-field-title span.field-content {
  padding: 5px 40px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  background-color: #d61957b3;
  color: var(--white);
  margin-bottom: 40px;
  display: block;
  width: max-content;
}

div#block-views-block-about-us-block-1 header {
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}

div#block-views-block-services-block-1-2 header {
  display: none;
}

.strategyPge {
  margin: 60px 0;
}

.strategyPge .item-list ul {
  display: grid;
  gap: 60px;
}

div#block-views-block-services-block-1-2 .views-field.views-field-body {
  display: none;
}

div#block-views-block-services-block-1-2 {
  padding: 80px 0;
}

div#block-views-block-services-block-1-2 .item-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

div#block-views-block-services-block-1-2 img {
  margin-bottom: 30px;
  display: block;
}

div#block-views-block-services-block-1-2 .views-field.views-field-title a {
  color: var(--white);
  font-size: 23px;
  font-weight: 800;
}

div#block-views-block-services-block-1-2 a,
div#block-views-block-services-block-1-2 img {
  width: 100%;
  height: 220px;
  object-fit: fill;
}

.innerStrategy .item-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

div#block-views-block-services-block-1-2 .views-field.views-field-title a {
  height: auto !important;
}

div#block-views-block-services-block-1-2 .item-list ul li:nth-child(even) {
  margin-top: 40px;
}

div#block-views-block-services-block-1-2 {
  margin-bottom: 30px;
}

.innerStrategy .views-field.views-field-body {
  height: 54px;
  overflow: hidden;
}

.innerStrategy {
  margin-bottom: 30px;
}

/*-------------- about us   page Style -----------------*/

/*-------------- services page Style -----------------*/
.servicesPage header {
  display: none;
}

.servicesPage .item-list ul li {
  display: inline-block;
  width: 100%;
}

.servicesPage .item-list ul li:nth-child(odd) .views-field.views-field-field-image {
  float: right;
  width: 48%;
}

.servicesPage .item-list ul li:nth-child(odd) .views-field.views-field-fieldset {
  float: left;
  width: 48%;
}

.servicesPage .item-list ul li:nth-child(even) .views-field.views-field-field-image {
  float: left;
  width: 48%;
}

.servicesPage .item-list ul li:nth-child(even) .views-field.views-field-fieldset {
  float: right;
  width: 48%;
}

.servicesPage .item-list ul li .views-field.views-field-title a {
  color: var(--white);
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 50px;
}

.servicesPage .item-list ul li .views-field.views-field-title a:hover {
  color: var(--mainColor);
}

.servicesPage .item-list ul li .views-field.views-field-title a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mainColor);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.servicesPage .item-list ul li {
  margin-bottom: 160px;
}

.servicesPage .item-list ul li .views-field.views-field-field-image img,
.servicesPage .item-list ul li .views-field.views-field-field-image a {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.servicesPage .item-list ul li .views-field.views-field-fieldset p {
  font-size: 16px;
  line-height: 1.7;
}

.servicesPage .item-list .views-field.views-field-body ul li {
  margin-bottom: 0;
}

.servicesPage .views-field.views-field-body {
  height: 260px;
  overflow: auto;
}

.servicesPage .views-field.views-field-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.servicesPage .views-field.views-field-body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.servicesPage .views-field.views-field-body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

/*-------------- services page Style -----------------*/

/*-------------- chairwomen page Style -----------------*/
div#block-views-block-chairwomen-block-1 .item-list ul li {
  display: inline-block;
  width: 100%;
}

div#block-views-block-chairwomen-block-1 .item-list ul li .views-field.views-field-field-chairwomen-image {
  float: left;
  width: 40%;
}

div#block-views-block-chairwomen-block-1 .item-list ul li .views-field.views-field-field-chairwomen-image img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

div#block-views-block-chairwomen-block-1 .item-list ul li .views-field.views-field-fieldset {
  float: right;
  width: 58%;
}

div#block-views-block-chairwomen-block-1 .item-list ul li .views-field.views-field-fieldset .views-field.views-field-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 50px;
}

div#block-views-block-chairwomen-block-1 {
  margin-bottom: 30px;
}

div#block-views-block-chairwomen-block-1 .item-list ul li .views-field.views-field-fieldset p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.7;
}

footer {
  padding: 35px 0 !important;
}

/*-------------- chairwomen page Style -----------------*/

/*-------------- news and event page Style -----------------*/
div#block-views-block-news-block-1,
div#block-views-block-events-block-1 {
  margin-bottom: 80px;
}

div#block-views-block-news-block-1 header,
div#block-views-block-events-block-1 header {
  font-size: 31px;
  color: var(--white);
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

div#block-views-block-news-block-1 header::before,
div#block-views-block-events-block-1 header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #e8e8e8;
}

.newsEvents .views-field.views-field-field-image a,
.newsEvents .views-field.views-field-field-event-image a {
  width: 100%;
  height: 240px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.newsEvents .views-field.views-field-field-image a::before,
.newsEvents .views-field.views-field-field-event-image a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 65%;
  background: url("../images/more.png") no-repeat center;
  background-size: auto;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.newsEvents .slide__caption:hover a::before {
  opacity: 1;
}

.newsEvents .slide__caption img {
  width: 100%;
  height: 240px;
  object-fit: fill;
}

.newsEvents .views-field.views-field-title a {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.newsEvents .slick__slide:nth-child(even) {
  margin-top: 60px;
}

.newsEvents ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  display: flex;
}

.newsEvents ul.slick-dots button {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  position: relative;
  font-size: 0;
  border-radius: 50%;
}

.newsEvents ul.slick-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #29abe2;
  border-radius: 50%;
  z-index: 2;
  width: 10px;
  height: 10px;
}

.newsEvents ul.slick-dots .slick-active button {
  border: 1px solid var(--white);
}

.newsEvents ul.slick-dots .slick-active button::before {
  background-color: var(--white);
}

.newsEvents .views-field.views-field-body {
  height: 55px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.newsEvents .views-field.views-field-field-event-date {
  font-size: 11px;
  color: #caedfc;
  font-weight: 400;
  margin-bottom: 10px;
}

/*-------------- news and event page Style -----------------*/

/*-------------- contact us page Style -----------------*/
body.page-node-contact-us div#content-wrap,
body.page-args-ar-contact-us div#content-wrap {
  display: inline-block;
  width: 100%;
}

div#block-webform {
  display: block;
  margin: 0 auto;
  width: 75%;
  padding: 30px 40px;
  background-color: #29aae285;
  color: var(--white);
  border-radius: 29px;
  filter: drop-shadow(0 0 4.5px rgba(86, 86, 86, 0.13));
}

div#block-webform form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

div#block-webform form .js-form-item {
  display: grid;
}

div#block-webform form .js-form-item label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

div#block-webform form .form-actions input {
  padding: 8px 20px;
  border-radius: 14px;
  background-color: #f75983;
  color: var(--white);
  font-size: 11px;
  border: none;
}

div#block-webform form .form-actions input:hover {
  background-color: var(--mainColor);
}

div#block-webform form .js-form-item input,
div#block-webform form .js-form-item select,
div#block-webform form .js-form-item textarea {
  width: 100%;
  border-radius: 19px;
  background-color: #ffffff;
  border: 0.7px solid #a3a3a3;
  padding: 5px;
  color: #000;
}

div#block-webform form .js-form-item.form-item-message {
  grid-column: 1/-1;
}

nav#block-ouroffice {
  float: left;
  width: 23%;
  padding-top: 100px;
  display: none;
}

.page-node-contact-us iframe {
  margin-top: 60px;
  border-radius: 29px;
  width: 100%;
}

nav#block-ouroffice h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

nav#block-ouroffice ul {
  display: grid;
  gap: 20px;
}

nav#block-ouroffice ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  position: relative;
}

nav#block-ouroffice ul li a svg {
  margin-right: 20px;
}

nav#block-ouroffice ul li a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #29aae285;
  left: -8px;
  top: -5px;
  z-index: -1;
}

nav#block-socialmenu-4 {
  float: left;
  width: 25%;
}

nav#block-socialmenu-4 a {
  font-size: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

nav#block-socialmenu-4 ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

nav#block-socialmenu-4 a.facebook {
  background: url("../images/facebook.png") no-repeat center;
  background-size: auto;
}

nav#block-socialmenu-4 a.insta {
  background: url("../images/instagram.png") no-repeat center;
  background-size: auto;
}

nav#block-socialmenu-4 a.twiter {
  background: url("../images/twitter.png") no-repeat center;
  background-size: auto;
}

nav#block-socialmenu-4 a.linkedin {
  background: url("../images/linkedin.png") no-repeat center;
  background-size: auto;
}

nav#block-socialmenu-4 a.youtube {
  background: url("../images/youtube.png") no-repeat center;
  background-size: auto;
}

nav#block-socialmenu-4 {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 40px;
}

nav#block-socialmenu-4 h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.page-node-node div#block-verona-page-title,
.page-args-ar-node div#block-verona-page-title {
  display: none;
}

.innerNews .views-field.views-field-field-inner-image-,
.innerNews .views-field.views-field-field-image,
.innerNews .views-field.views-field-field-event-image {
  margin-bottom: 30px;
}

.innerNews .views-field.views-field-field-image a {
  display: block;
  margin: 0 auto;
}

.innerNews .views-field.views-field-field-inner-image- img,
.innerNews .views-field.views-field-field-image img,
.innerNews .views-field.views-field-field-event-image img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}

.innerNews.innerServices .views-field.views-field-field-inner-image- img {
  height: 500px;
  object-fit: fill;
}

.innerNews .views-field.views-field-field-image-1,
.innerNews .views-field.views-field-field-event-image-1 {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}

.innerNews .views-field.views-field-field-image-1 ul,
.innerNews .views-field.views-field-field-event-image-1 ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.innerNews .views-field.views-field-field-image-1 ul img,
.innerNews .views-field.views-field-field-event-image-1 ul img {
  width: 175px;
  height: 160px;
  cursor: pointer;
}

.innerNews .views-field.views-field-title {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 15px;
}

.innerNews .views-field.views-field-field-event-date::before,
.innerNews .views-field.views-field-field-date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../images/time.png") no-repeat center;
  background-size: auto;
  transform: translateY(-50%);
  top: 50%;
}

.innerNews .views-field.views-field-field-event-date,
.innerNews .views-field.views-field-field-date {
  padding: 10px 40px;
  font-size: 12px;
  color: var(--white);
  position: relative;
  margin-bottom: 30px;
}

.innerNews .views-field.views-field-body {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  font-weight: 600;
  text-align: justify;
}

.innerBredCramb {
  position: absolute;
  top: 160px;
}

.innerBredCramb h1 {
  font-size: 31px;
  color: var(--white);
  font-weight: 700;
}

.innerBredCramb a {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
}

.innerBredCramb .title {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 18px;
}

/*-------------- contact us page Style -----------------*/

/*-------------- footer  Style -----------------*/
div#block-sitebranding-2 {
  margin-bottom: 30px;
}

div#block-copyright p {
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
}

div#block-simplenewssubscription-2 .field--type-simplenews-subscription {
  display: none;
}

div#block-simplenewssubscription-2 .field--type-email input {
  background: transparent;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

div#block-simplenewssubscription-2 .field--type-string,
div#block-simplenewssubscription-2 label,
div#block-simplenewssubscription-2 .description {
  display: none;
}

footer h2 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}

div#block-simplenewssubscription-2 form {
  position: relative;
}

div#block-simplenewssubscription-2 form input[type="submit"] {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  border: none;
  background: url("../images/send.png") no-repeat center;
  background-size: auto;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

div#block-footertext p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  text-align: justify;
}

div#block-copyright p a {
  color: #29abe2;
  font-weight: 600;
}

nav#block-contactus a:hover {
  color: #29abe2;
}

nav#block-contactus a {
  color: #fff;
  font-size: 12px;
}

.footer_menu,
.footer_subscribe,
.footer_links {
  padding-top: 55px;
}

.footer_menu a,
.footer_subscribe a,
.footer_links a {
  color: #fff;
  display: block;
  width: 100%;
}

nav#block-socialmenu-2 ul {
  display: grid;
  gap: 10px;
  padding-top: 15px;
}

nav#block-socialmenu-2 ul a {
  padding-left: 30px;
}

a.whatsap {
  background: url(../images/whatsapp.png) no-repeat left;
  background-size: auto;
  padding-left: 20px;
}

nav#block-socialmenu-2 ul a.facebook {
  background: url(../images/facebook.png) no-repeat left;
  background-size: auto;
}

nav#block-socialmenu-2 ul a.insta {
  background: url(../images/instagram.png) no-repeat left;
  background-size: auto;
}

nav#block-socialmenu-2 ul a.twiter {
  background: url(../images/twitter.png) no-repeat left;
  background-size: auto;
}

nav#block-socialmenu-2 ul a.linkedin {
  background: url(../images/linkedin.png) no-repeat left;
  background-size: auto;
}

nav#block-socialmenu-2 ul a.youtube {
  background: url(../images/youtube.png) no-repeat left;
  background-size: auto;
}

div#block-simplenewssubscription-2 .field--type-email input:focus,
div#block-simplenewssubscription-2 .field--type-email input:focus-visible {
  border: none;
}

div#block-simplenewssubscription-2 .field--type-email input {
  padding-left: 0;
}

div#block-simplenewssubscription-2 .field--type-email input::placeholder {
  font-size: 14px;
}

div#block-simplenewssubscription-2 .field--type-email input::placeholder {
  color: #fff;
}

a.language-link {
  font-size: 0px !important;
  width: 27px;
  height: 27px;
  background: url("../images/language.png") no-repeat center;
  background-size: auto;
}

a.language-link.is-active {
  display: none;
}

div#block-languageswitcher li {
  display: flex;
  align-items: baseline;
}

/*-------------- footer  Style -----------------*/

/*-------------- cool message  Style -----------------*/
#messages div.cool-messages.messages .context {
  display: inline-block;
  padding: 20px !important;
  position: fixed;

  display: inline-block;
  top: 0;
  bottom: 0;
  height: 200px;
  right: 0;
  left: 0;
  margin: auto;
  width: 500px;
  /* background: #bdbdbd; */
  /* align-items: center; */
  text-align: center;
  color: #ffffff;
  /* box-shadow: 0px 1px 15px #a5a4a4; */
  border-radius: 15px;
  z-index: 999;
  position: fixed !important;
  height: auto !important;
  width: 38% !important;
  top: 36% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 237px !important;
  margin: 0 auto !important;
  border: 1px solid #dddddd borderColorContent;
  background-color: #ffffff !important;
  color: #333333 fcContent;
  font-size: 22px;
  padding-top: 97px;
}

.cool-messages a {
  color: #d61957;
  text-decoration: underline;
}


.order-total-line {
  text-align: left;
}

#messages div.cool-messages.messages .context {
  font-size: 22px;
  margin-bottom: 22px !important;
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  color: #000;
  height: auto !important;
  max-block-size: fit-content;
  min-height: 100px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  border-radius: 2px;
  margin-bottom: 0px !important;
  top: 0 !important;
  bottom: 0px !important;
  margin: auto !important;
  padding-top: 20px !important;
}

#messages div.cool-messages.messages .context:after {
  content: " ";
  width: 24px;
  height: 24px;
  margin: 0;
  clip: unset;
  font-size: 0px;
  display: inline-block;
  background: url(../images/closee.png) no-repeat center;
  background-size: 13px;
  float: none;
  position: absolute;
  right: 3%;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}

#messages div.cool-messages.messages {
  border: 0px !important;
  background-color: #0000007a !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background-size: 0;
  -moz-animation: unset;
  -moz-background-size: unset;
  -moz-box-shadow: unset;
  -webkit-animation: unset;
  z-index: 999;
}

#messages div.cool-messages.messages p {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

#messages,
#console {
  font-family: var(--mdFont);
}

/*-------------- cool message  Style -----------------*/

[dir="ltr"] li[hreflang="en"] {
  display: none;
}

form#user-login-form input {
  color: #000;
  padding: 5px 10px;
  margin-top: 10px;
}

form#user-login-form input[type="submit"] {
  padding: 5px 20px;
  background-color: #29abe2;
  color: #fff;
  border: none;
}

form#user-login-form {
  width: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.loader {
  display: grid;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: grid;
  width: 30px;
  height: 30px;
  /* position: relative; */
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
  place-items: center;
}

.loader-inner {
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

div#block-video video {
  width: 100%;
}

/************** animation **************/
body {
  overflow-x: hidden;
}

.myRow .header_menu nav#block-mainnavigation ul li:nth-child(2) {
  transition-delay: 0.4s;
}

.myRow .header_menu nav#block-mainnavigation ul li:nth-child(3) {
  transition-delay: 0.8s;
}

.myRow .header_menu nav#block-mainnavigation ul li:nth-child(4) {
  transition-delay: 1.2s;
}

.myRow .header_menu nav#block-mainnavigation ul li:nth-child(5) {
  transition-delay: 1.6s;
}

.myRow .header_menu nav#block-mainnavigation ul li:nth-child(6) {
  transition-delay: 2s;
}

/************** animation **************/

#block-views-block-products-block-1 .views-row,
#block-views-block-services-block-4 .views-row ul li {
  width: 31%;
  float: left;
  margin: 1%;
}


.checkout-order-summary table a {
  display: none;
}

.checkout-order-summary table {
  background-color: transparent;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.page-node-ar #block-views-block-services-block-4 .views-row ul li {
  float: right;
}

/************** findUs **************/
.findUs .item-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 100px;
}

.findUs .item-list ul li {
  border-radius: 29px;
  background-color: #ffffffed;
  padding: 40px 45px;
}

.findUs .item-list ul li .views-field.views-field-title {
  font-size: 23px;
  line-height: 1.9;
  color: #ffffff;
  font-weight: 700;
  padding: 0px 20px;
  margin-bottom: 20px;
  background-color: #ca5984;
  width: max-content;
}

.findUs .item-list ul li .views-field.views-field-body {
  height: 85px;
  font-size: 19px;
  line-height: 29px;
  color: #4a4747;
  font-weight: 600;
  overflow: hidden;
}

.globalOffice .item-list ul {
  display: grid;
  gap: 100px;
  margin-bottom: 60px;
  grid-template-columns: repeat(2, 1fr);
}

.globalOffice .item-list ul li {
  display: inline-block;
  width: 100%;
}

/* .globalOffice .item-list ul li .views-field.views-field-fieldset {
  float: left;
  width: 28%;
} */
.globalOffice .item-list ul li .views-field.views-field-fieldset fieldset a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito Sans";
}

.globalOffice .item-list ul li .views-field.views-field-fieldset fieldset a:hover {
  color: #29abe2;
}

.globalOffice .item-list ul li .views-field.views-field-fieldset fieldset {
  display: grid;
  gap: 15px;
  color: #fff;
}

.globalOffice .item-list ul li .views-field.views-field-field-office-image img {
  width: 100%;
  border-radius: 24px;
  height: 280px;
}

.globalOffice .item-list ul li .views-field.views-field-field-office-image {
  float: right;
  width: 70%;
  border-radius: 24px;
  display: none;
}

/* .globalOffice
  .item-list
  ul
  li:nth-child(odd)
  .views-field.views-field-fieldset {
  float: right;
  padding-left: 8px;
} */
.globalOffice header {
  font-size: 31px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito Sans";
  margin-bottom: 20px;
}

.globalOffice .item-list ul li:nth-child(odd) .views-field.views-field-field-office-image {
  float: left;
}

.globalOffice .item-list ul li .views-field.views-field-fieldset .views-field {
  padding-left: 35px;
  background: url("../images/smbg (1).png") left no-repeat;
  background-size: 26px;
}

.globalOffice .item-list ul li .views-field.views-field-fieldset .views-field.views-field-title {
  padding: 2px 20px;
  background: #ca5984;
  font-size: 20px;
  line-height: 54px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito Sans";
  margin-bottom: 20px;
  width: max-content;
}

.globalOffice .item-list ul li .views-field.views-field-fieldset .views-field.views-field-field-rqm-alhatf {
  background-image: url("../images/smbg (4).png");
}

.globalOffice .item-list ul li .views-field.views-field-fieldset .views-field.views-field-field-e-mail {
  background-image: url("../images/smbg (3).png");
}

.globalOffice .item-list ul li .views-field.views-field-fieldset .views-field.views-field-field-phone-number-2 {
  background-image: url("../images/smbg (2).png");
}

/************** findUs **************/

div#block-views-block-our-strategy-block-1 .item-list ul li .views-field.views-field-body p {
  margin-bottom: 0;
}

/************** global office in contact page***************/
div#block-views-block-global-officies-block-2 {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}

.globalOffice.info .item-list ul {
  display: inline-block;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}


.globalOffice.info .item-list ul li .views-field.views-field-fieldset {
  float: none;
  width: 100%;
}
/* 
.globalOffice.info .item-list ul li:nth-child(odd) {
  float: left;
  width: 50%;
}

.globalOffice.info .item-list ul li:nth-child(even) {
  float: right;
  width: 50%;
}

.globalOffice.info .item-list ul li:nth-child(odd) .views-field.views-field-fieldset {
  padding: 0;
} */

.globalOffice.info .item-list ul {
  margin-bottom: 0;
}

/************** global office in contact page***************/

/************** map ***************/

div#block-map {
  width: max-content;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #000;
  margin-bottom: 30px;
}

.iraq {
  position: absolute;
  top: 36%;
  right: 30%;
  color: #000;
  display: flex;
  flex-direction: column;
}

.amman {
  position: absolute;
  top: 40%;
  left: 36%;
  color: #000;
  display: flex;
  flex-direction: column;
}

.Palestine {
  position: absolute;
  top: 38%;
  left: 24%;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.Qatar {
  position: absolute;
  top: 60%;
  right: 5.5%;
  color: #000;
  display: flex;
  flex-direction: column;
}

.ksa {
  position: absolute;
  top: 70%;
  left: 60%;
  display: flex;
  flex-direction: column;
}

.uae {
  position: absolute;
  top: 75%;
  right: -2%;
  display: flex;
  flex-direction: column;
}

.arbil {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17%;
  right: 32%;
}

.turkey {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8%;
  right: 59%;
}

.kuwait {
  position: absolute;
  top: 46%;
  right: 17%;
  display: flex;
  flex-direction: column;
}

div#block-map img {
  max-width: 650px;
}

.position {
  display: inline-block;
  width: 24px;
  height: 51px;
  background: url("../images/pin.png") no-repeat center center;
  float: left;
  background-size: 80%;
}

.position a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0px;
}

div#block-map .info {
  color: #000;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  width: 104px;
  height: 41px;
  border-radius: 5px;
  filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  display: grid;
  place-items: center;
  margin-left: -35px;
  transition: 0.3s;
}

div#block-map .position:hover+.info {
  opacity: 1;
  visibility: visible;
}

div#block-views-block-services-block-1 .serviceItem .views-field.views-field-fieldset a {
  font-size: 18px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 0;
}

div#block-views-block-services-block-1 .serviceItem .views-field.views-field-fieldset .views-field.views-field-body {
  display: none;
  height: auto;
}

div#block-views-block-services-block-1 .serviceItem .views-field.views-field-fieldset {
  height: auto;
}

nav#block-socialmenu-2 ul a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

/************** map ***************/

nav.slick__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav.slick__arrow button.slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url("../images/l.png") no-repeat center;
  background-size: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.5);
}

nav.slick__arrow button.slick-next.slick-arrow {
  background-image: url("../images/r.png");
}

/*******************************/
/**********************************/

div#block-loadingpage {
  z-index: 999999;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: var(--black);
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  opacity: 1;
  left: 0px;
}

div#block-loadingpage .c_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#block-loadingpage img {
  width: auto;
  height: auto;
  max-width: 200px;
}

div#block-loadingpage .loading-overlay__circle {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;

  transform: rotate(-90deg) translate3d(50%, -50%, 0);
  z-index: 3;
  -webkit-transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: opacity, transform;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: opacity, transform;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: opacity, transform;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

div#block-loadingpage .loading-overlay__circle circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 536;
  stroke-dashoffset: 536;
  transition: stroke-dashoffset 2s ease-in-out;
}

div#block-loadingpage .loading-overlay__logo-icon {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: none;
  transition: 0.4s linear ease-in;
}

.servicesPage .item-list ul li:nth-child(odd) .views-field.views-field-field-image,
.servicesPage .item-list ul li:nth-child(even) .views-field.views-field-field-image,
.servicesPage .item-list ul li:nth-child(odd) .views-field.views-field-fieldset,
.servicesPage .item-list ul li:nth-child(even) .views-field.views-field-fieldset {
  opacity: 0;
}

.findUs .item-list ul li {
  opacity: 0;
}

.findUs .item-list ul li:nth-child(2) {
  animation-delay: 0.5s;
}

.findUs .item-list ul li:nth-child(3) {
  animation-delay: 1s;
}

.findUs .item-list ul li:nth-child(4) {
  animation-delay: 1.5s;
}

.findUs .item-list ul li:nth-child(5) {
  animation-delay: 2s;
}

.findUs .item-list ul li:nth-child(6) {
  animation-delay: 2.5s;
}

.findUs .item-list ul li:nth-child(7) {
  animation-delay: 3s;
}

.findUs .item-list ul li:nth-child(8) {
  animation-delay: 3.5s;
}

.findUs .item-list ul li:nth-child(9) {
  animation-delay: 4s;
}

div#block-map {
  opacity: 0;
}

div#block-map.animate__animated {
  opacity: 1;
}

/* .globalOffice header {
  opacity: 0;
} */
/* .globalOffice .item-list ul li {
  opacity: 0;
} */
div#block-video {
  animation-delay: 10s;
}

div#block-footertext {
  padding-right: 30px;
}

nav#block-contactus h2 {
  opacity: 0;
}

nav#block-contactus a {
  font-weight: 800;
  font-size: 14px;
}

.myRow div#block-languageswitcher a {
  pointer-events: none;
}

.findUs .item-list ul li .views-field.views-field-body {
  height: 110px;
}

div#block-whatsap {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  right: 30px;
  left: auto;
}

div#block-whatsap a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgb(79, 206, 93);
  padding: 12px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1100x) {
  footer {
    max-width: 95%;
  }
}

.globalOffice .item-list ul li:nth-child(1) .views-field.views-field-field-phone-number-2 {
  display: none;
}

div#block-languageswitcher li[hreflang="en"] {
  display: none;
}

@media (max-width: 1092px) and (min-width: 1200px) {
  body {
    background-size: cover !important;
  }
}

.page-node-News-and-Events #block-verona-content video {
  width: 100%;
  margin-bottom: 30px;
}





.term-and-conditions-list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.term-and-conditions-list-items>li {
  border: 1px solid;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.term-and-conditions-list-items>li .views-field.views-field-title {
  font-weight: bold;
  font-size: 24px;
}

.term-and-conditions-list-items>li:nth-child(3) ul {
  display: list-item !important;
  list-style: disc !important;
}

.term-and-conditions-list-items>li:nth-child(3) ul li {
  display: list-item !important;
  list-style: disc !important;
}

.cart.cart-block tr {
  font-size: initial;
  display: flex;
  gap: 10px;
  border-bottom: 1.5px solid #d61957;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cart-block--contents {
  min-width: 250px !important;
  border-radius: 0 0 10px 10px;
  margin-top: 10px;
}

.cart-block--summary__count {
  display: none;
}

.cart-block--summary__icon img {
  width: 50px;
  height: auto;
}

.cart-block--contents__links a {
  background: #d61957;
  margin-top: 20px;
  color: white !important;
  padding: 3px 19px;
}

.innerNews .views-field-field-pdf-file ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  padding: 60px 0;
  /* width: 50%; */
  /* margin: 0 auto; */
}

.innerNews .views-field-field-pdf-file ul li {
  width: 100%;
  max-width: 265px;
}

.innerNews .views-field-field-pdf-file ul li a {
  display: block;
  width: 100%;
  height: 200px;
  font-size: 0;
  background: #fff url("../images/pdf.png") no-repeat center;
  background-size: 100px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 2px solid transparent;
}

.innerNews .views-field-field-pdf-file ul li a:hover {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

div#block-logo-2 img,
div#block-logo img{
  max-width: 180px;
}
[dir="rtl"] div#block-logo-2 img,
[dir="rtl"] div#block-logo img{
  max-width: 200px;
}
div#block-logo-2 p,
.myRow .header_logo p{
  font-size: 12px;
}

@media (max-width: 768px) {
  .innerNews .views-field-field-pdf-file ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
  }

}


.page-node-mediaoffers .views-row .views-field.views-field-rendered-entity img{
  border: 5px solid #000;
}



