/*@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");*/
/* @font-face {
  font-family: "Agenda-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Agenda-Light"), url("../fonts/agenda-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Agenda-Black";
  font-style: normal;
  font-weight: normal;
  src: local("Agenda-Black"), url("../fonts/agenda-black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Agenda-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Agenda-Bold"), url("../fonts/agenda-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-display: swap
}
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-display: swap;
} */

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #3c3c3b;
  line-height: 3.6rem;
  letter-spacing: normal;
  counter-reset: my-sec-counter;
}
h2 {
    font-size: 4rem;
    line-height: 4.5rem;
}
h3 {
    font-size: 3.5rem;
    line-height: 4.5rem;
}
h4 {
    font-size: 2rem;
    line-height: 3rem;
}
header.header {
  background: #ffffff;
  padding: 0;
  position: relative;
  z-index: 9999999;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  outline: unset !important;
}
.ui-button-icon-only .ui-button-text:focus-visible, .ui-button-icons-only .ui-button-text:focus-visible {
    outline: unset !important;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0 !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background: #C8102E;
    color: #fff;
}
strong.readmore_content {
    cursor: pointer;
}
header.header .toggle-search--box {
  position: absolute;
  z-index: 9999;
  display: block;
  background: #3c3c3b;
  right: 0;
  top: 100%;
  width: 100%;
  border-bottom-left-radius: 10px;
  padding: 50px;
  border-top: 5px solid #c8102e;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: 0.5s;
}
header.header .toggle-search--box.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {font-size: 1.8rem !important;}
header.header .toggle-search--box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c8102e;
  top: -13px;
  right: 6px;
}
header.header .search--bar {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  header.header .search--bar.mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  header.header .search--bar.desktop-hide {
    display: none !important;
  }
}
header.header .search--bar li {
  cursor: pointer;
  color: #3c3c3b;
  transition: 0.5s;
}
header.header .search--bar li:hover, header.header .search--bar li:focus, header.header .search--bar li.active {
  color: #c8102e;
}
header.header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media screen and (max-width: 991px) {
  header.header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  header.header .container {
    max-width: 100% !important;
  }
}
header.header nav.navbar {
  padding: 0;
}
p {
    /* margin-bottom: 10px !important; */

}
header.header nav.navbar .navbar-toggler {
  background: #3c3c3b;
  border-radius: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 60px;
}
header.header nav.navbar .navbar-toggler .burger-btn {
  fill: #ffffff;
}
header.header nav.navbar .navbar-toggler .burger-btn--1, header.header nav.navbar .navbar-toggler .burger-btn--2, header.header nav.navbar .navbar-toggler .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
header.header nav.navbar .navbar-toggler[aria-expanded=true] .burger-btn--1 {
  transform: translate(-7px, 7px) rotate(45deg);
}
header.header nav.navbar .navbar-toggler[aria-expanded=true] .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
header.header nav.navbar .navbar-toggler[aria-expanded=true] .burger-btn--3 {
  transform: translate(-10px, -10px) rotate(-45deg);
}
header.header nav.navbar .navbar-brand {
  padding: 0;
}
header.header nav.navbar .navbar-nav .nav-item {
  position: relative;
  padding: 30px 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header.header nav.navbar .navbar-nav .nav-item {
    padding: 30px 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header nav.navbar .navbar-nav .nav-item {
    padding: 30px 3px;
  }
}
@media screen and (max-width: 991px) {
  header.header nav.navbar .navbar-nav .nav-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f7f7f7;
    margin: 3px 0;
  }
  header.header nav.navbar .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
}
header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 260px;
}
@media screen and (max-width: 991px) {
  header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu {
    background: #c8102e;
    padding: 10px 15px;
    margin-top: 12px;
  }
}
header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li:last-child {
  border-bottom: 0;
}
header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li .dropdown-item {
  padding: 15px;
  font-size: 1.6rem;
  line-height: normal;
  transition: 0.5s;
  color: #3c3c3b;
}
@media screen and (max-width: 991px) {
  header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li .dropdown-item {
    color: #ffffff;
  }
}
header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li .dropdown-item:hover, header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu li .dropdown-item:focus {
  padding-left: 25px;
  background: #c8102e;
  color: #ffffff;
}
header.header nav.navbar .navbar-nav .nav-item.active > .nav-link, header.header nav.navbar .navbar-nav .nav-item.active > .dropdown-item {
  color: #c8102e;
}
@media screen and (min-width: 992px) {
  header.header nav.navbar .navbar-nav .nav-item:hover ul.dropdown-menu, header.header nav.navbar .navbar-nav .nav-item:focus ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  header.header nav.navbar .navbar-nav .nav-item:hover .nav-link, header.header nav.navbar .navbar-nav .nav-item:focus .nav-link {
    color: #c8102e;
  }
  header.header nav.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle, header.header nav.navbar .navbar-nav .nav-item:focus .nav-link.dropdown-toggle {
    transform: rotate(180deg);
  }
  header.header nav.navbar .navbar-nav .nav-item ul.dropdown-menu {
    display: block;
    opacity: 0;
    z-index: -222;
    visibility: hidden;
    transition: 0.5s;
    top: 100%;
  }
}
header.header nav.navbar .navbar-nav .nav-item .nav-link {
  font-size: 2rem;
  list-style: none;
  line-height: 3.6rem;
  color: #3c3c3b;
  transition: 0.5s;
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
header.header nav.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  right: 0;
}
@media screen and (max-width: 991px) {
  header.header nav.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    top: 4px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #c8102e;
    color: #ffffff;
  }
  header.header nav.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
    transform: rotate(180deg);
  }
}
header.header nav.navbar .navbar-nav .nav-item.dropdown {
  padding-right: 32px;
}
@media screen and (max-width: 991px) {
  header.header nav.navbar .navbar-nav .nav-item.dropdown {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header.header {
    z-index: 999999;
  }
  header.header .navbar-toggler {
    z-index: 99;
  }
  header.header .toggle-search--box {
    top: 71px;
  }
  header.header .navbar-collapse {
    display: block;
    position: fixed;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    right: -76%;
    background: #ffffff;
    transition: 0.5s;
    padding-top: 100px;
  }
  header.header .navbar-collapse.show {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header.header {
    z-index: 999999;
  }
  header.header .toggle-search--box {
    top: 71px;
  }
  header.header .navbar-toggler {
    z-index: 99;
  }
  header.header .navbar-collapse {
    display: block;
    position: fixed;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background: #ffffff;
    transition: 0.5s;
    padding-top: 100px;
  }
  header.header .navbar-collapse.show {
    right: 0;
  }
}
footer.footer {
  background: #ffffff;
}
footer.footer .top--footer {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  footer.footer .top--footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .top--footer-logo, footer.footer .top--footer-content-box, footer.footer .top--footer-social {
    margin: 20px 0;
  }
}
footer.footer .top--footer-content-box p {
  margin: 0;
  line-height: 4.5rem;
  padding-left: 50px;
  position: relative;
}
footer.footer .top--footer-content-box p .icon {
  position: absolute;
  top: 8px;
  left: 0;
}
footer.footer .bottom--footer {
  background: #c8102e;
}
footer.footer .bottom--footer-links {
  margin: 0;
  padding: 6px 0 10px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer.footer .bottom--footer-links {
    display: block;
    text-align: left !important;
  }
}
footer.footer .bottom--footer-links .link {
  display: inline;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.footer .bottom--footer-links .link {
    display: block;
    padding: 0;
  }
}
footer.footer .bottom--footer-links .link:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  footer.footer .bottom--footer-links .link:before {
    display: none;
  }
}
footer.footer .bottom--footer-links .link:first-child:before {
  display: none;
}
footer.footer .bottom--footer-links .link a {
  font-size: 1.2rem;
  color: #ffffff;
  transition: 0.5s;
}
footer.footer .bottom--footer-links .link a.company-url {
  color: #ea9292;
}
footer.footer .bottom--footer-links .link a:hover, footer.footer .bottom--footer-links .link a:focus {
  color: #3c3c3b;
}

a {
  text-decoration: none;
}

.row > * {
  padding: 0 15px;
}

.layout-section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .layout-section {
    padding: 60px 0;
  }
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: Verdana, sans-serif;
  font-weight:  bold  ;
}

h2 {
  font-size: 4.5rem;
  line-height: 5.5rem;
}

h3 {
  font-size: 4rem;
  line-height: 5.5rem;
}

h4 {
  font-size: 2.6rem;
  line-height: 3.6rem;
}

.container {
  position: relative;
  z-index: 1;
}

.font-color--primary-1 {
  color: #3c3c3b;
}

.font-color--primary-2 {
  color: #c8102e;
}

.font-color--secondary-1 {
  color: #000000;
}

.font-color--secondary-2 {
  color: #ffffff;
}

.font-color--secondary-3 {
  color: #232020;
}

.bg--primary-1 {
  background: #3c3c3b;
}

.bg--primary-2 {
  background: #c8102e;
}

.bg--secondary-1 {
  background: #000000;
}

.bg--secondary-2 {
  background: #ffffff;
}

.bg--secondary-3 {
  background: #232020;
}

.bg--secondary-4 {
  background: #faf6f7;
}

.button--red {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding: 18px 37px 16px;
  position: relative;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  line-height: 3.6rem;
  color: #ffffff;
  background: #c8102e;
  font-size: 2.4rem;
  cursor: pointer !important;
  box-shadow: none;
  border: 0;
  width: auto;
  display: inline-block;
}
.button--red:before, .button--red:after {
  background: #c8102e;
  content: "";
  width: 15%;
  height: 1px;
  transition: 0.5s;
  position: absolute;
}
.button--red:before {
  top: 9px;
  left: 70%;
}
.button--red:after {
  bottom: 9px;
  left: 15%;
}
.button--red:focus, .button--red:hover {
  color: #ffffff;
}
.button--red:focus:before, .button--red:hover:before {
  left: 15%;
}
.button--red:focus:after, .button--red:hover:after {
  left: 70%;
}

.button--blue {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding: 18px 37px 16px;
  position: relative;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  line-height: 3.6rem;
  background: #3c3c3b;
  color: #ffffff;
  font-size: 2.4rem;
  cursor: pointer !important;
  box-shadow: none;
  border: 0;
  width: auto;
  display: inline-block;
}
.button--blue:before, .button--blue:after {
  background: #3c3c3b;
  content: "";
  width: 15%;
  height: 1px;
  position: absolute;
  transition: 0.5s;
}
.button--blue:before {
  top: 9px;
  left: 70%;
}
.button--blue:after {
  bottom: 9px;
  left: 15%;
}
.button--blue:focus, .button--blue:hover {
  color: #ffffff;
}
.button--blue:focus:before, .button--blue:hover:before {
  left: 15%;
}
.button--blue:focus:after, .button--blue:hover:after {
  left: 70%;
}

.button--white {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding: 18px 37px 16px;
  position: relative;
  outline: 1px solid #3c3c3b;
  outline-offset: -10px;
  line-height: 3.6rem;
  background: #ffffff;
  color: #3c3c3b;
  font-size: 2.4rem;
  cursor: pointer !important;
  box-shadow: none;
  border: 0;
  width: auto;
  display: inline-block;
}
.button--white:before, .button--white:after {
  background: #ffffff;
  content: "";
  width: 15%;
  height: 1px;
  position: absolute;
  transition: 0.5s;
}
.button--white:before {
  top: 9px;
  left: 70%;
}
.button--white:after {
  bottom: 9px;
  left: 15%;
}
.button--white:focus, .button--white:hover {
  color: #3c3c3b;
}
.button--white:focus:before, .button--white:hover:before {
  left: 15%;
}
.button--white:focus:after, .button--white:hover:after {
  left: 70%;
}

p {
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}

.outline--red {
  position: relative;
  outline: 1px solid #c8102e;
  outline-offset: -10px;
}
.outline--red:before, .outline--red:after {
  background: #ffffff;
  content: "";
  width: 15%;
  height: 1px;
  position: absolute;
  transition: 0.5s;
}
.outline--red:before {
  top: 9px;
  left: 70%;
}
.outline--red:after {
  bottom: 9px;
  left: 15%;
}
.outline--red:focus:before, .outline--red:hover:before {
  left: 15%;
}
.outline--red:focus:after, .outline--red:hover:after {
  left: 70%;
}

.outline--blue {
  position: relative;
  outline: 1px solid #3c3c3b;
  outline-offset: -10px;
}
.outline--blue:before, .outline--blue:after {
  background: #ffffff;
  content: "";
  width: 15%;
  height: 1px;
  position: absolute;
  transition: 0.5s;
}
.outline--blue:before {
  top: 9px;
  left: 70%;
}
.outline--blue:after {
  bottom: 9px;
  left: 15%;
}
.outline--blue:focus:before, .outline--blue:hover:before {
  left: 15%;
}
.outline--blue:focus:after, .outline--blue:hover:after {
  left: 70%;
}

.contact-us--wrapper {
/*   background: url(../images/bg/contact-us-bg.png);
 */  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.contact-us--wrapper:after {
  content: "";
  position: absolute;
  background: url(../images/pattern-1.png);
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center left;
  top: 0;
  left: 5%;
  background-repeat: no-repeat;
}
.contact-us--wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(42, 42, 42, 0.65);
}
.contact-us--wrapper .contatc--form {
  margin: 50px 0 70px;
}
.contact-us--wrapper .form-note--wrapper .note {
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 3.6rem;
}

form .form-field {
  margin-bottom: 25px;
  position: relative;
}
form .form-field button {
  margin-top: 30px;
}
form .form-control {
  font-size: 1.8rem !important;
  background: transparent !important;
  border: 0;
  color: #ffffff !important;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0;
  line-height: 3.6rem;
  outline: none !important;
  box-shadow: none !important;
  resize: none;
}
form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.85) !important;
}
form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
form .form-control::placeholder {
  color: #ffffff;
}

.heroo-video-banner .video--wrapper {
  height: 756px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .heroo-video-banner .video--wrapper {
    height: auto;
  }
}
.heroo-video-banner .video--wrapper:before {
  content: "";
  position: absolute;
  background: rgba(42, 42, 42, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.heroo-video-banner .video--wrapper video {
  width: 100%;
  transform: scale(1.2);
}

main.main {
  overflow-x: hidden;
}

.middle-east--wrapper {
/*   background: url(../images/bg/market-entry.png);
 */  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}
.middle-east--wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 16, 46, 0.85);
}
.middle-east--wrapper .text {
  max-width: 80%;
  margin: 40px auto 50px;
}
@media screen and (max-width: 767px) {
  .middle-east--wrapper .text {
    max-width: 100%;
    margin: 20px auto 40px;
  }
}

.business-in--uae {
  /* background: url(../images/bg/business-in-uae-bg.png); */
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.business-in--uae .business-in--uae-content--box {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
}
.business-in--uae .business-in--uae-content--box:after {
  content: "";
  position: absolute;
  background: url(../images/pattern-2.png);
  height: 50px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  bottom: -125px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .business-in--uae .business-in--uae-content--box:after {
    bottom: -85px;
  }
}
.business-in--uae .business-in--uae-content--box .intro-text {
  font-size: 2.6rem;
  line-height: 3.6rem;
  /*margin: 55px 0 55px;*/
  margin: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-in--uae .business-in--uae-content--box .intro-text {
    margin: 20px 0;
  }
}
.business-in--uae .business-in--uae-content--box .text {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .business-in--uae .business-in--uae-content--box .text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .business-in--uae .business-in--uae-content--box {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 767px) {
  .business-in--uae .business-in--uae-content--box {
    padding: 50px 25px;
  }
}

.our-services--wrapper .single-our-service {
  margin-top: 60px;
  /*padding: 50px 30px;*/
  padding: 0;
}
.our-services--wrapper .single-our-service .heading {
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .our-services--wrapper .single-our-service {
    margin-top: 20px;
  }
}

.why-work-with-us .single-our-service {
  margin: 60px 0;
  /*padding: 50px 30px;*/
  padding: 0;
}
.why-work-with-us .single-our-service .heading {
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .why-work-with-us .single-our-service {
    margin-top: 20px;
  }
}

.our-service--banner {
/*   background: url(../images/bg/our-services-banner.png);
 */  background-attachment: fixed;
}

.inner-banner--wrapper {
  height: 471px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inner-banner--wrapper {
    height: 350px;
  }
}
.inner-banner--wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(200, 16, 46, 0.55);
  position: absolute;
}

.service-overview--wrapper .text {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .service-overview--wrapper .text {
    margin-top: 25px;
  }
}

.our-services-list--wrapper .our-services-list {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #c8102e;
}
.our-services-list--wrapper .our-service-list--title {
  margin: 20px 0;
}
.our-services-list--wrapper .our-service-list--title .heading {
  padding: 20px 0;
}

.logo--carousel-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .logo--carousel-wrapper {
    margin-top: 30px;
  }
}
.logo--carousel-wrapper .slick-list {
  padding: 0 10% !important;
}
.logo--carousel-wrapper .slick--arrow.slick-prev {
  right: 13%;
}
@media screen and (max-width: 767px) {
  .logo--carousel-wrapper .slick--arrow.slick-prev {
    right: 40px;
  }
}
.logo--carousel-wrapper .slick--arrow.slick-prev:before {
  content: "" !important;
  width: 12px;
  border: 2px solid #3c3c3b;
  display: block;
  height: 12px;
  transform: rotate(45deg);
  border-right: 0;
  border-top: 0;
}
.logo--carousel-wrapper .slick--arrow.slick-next {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .logo--carousel-wrapper .slick--arrow.slick-next {
    right: 0;
  }
}
.logo--carousel-wrapper .slick--arrow.slick-next:before {
  content: "" !important;
  width: 12px;
  border: 2px solid #3c3c3b;
  display: block;
  height: 12px;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
.logo--carousel-wrapper .slick-prev, .logo--carousel-wrapper .slick-next {
  position: absolute;
  right: 0;
  left: auto;
  top: -95px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .logo--carousel-wrapper .slick-prev, .logo--carousel-wrapper .slick-next {
    top: -20px;
  }
}
.logo--carousel-wrapper .logo--carousel .single--logo {
  background: #ffffff;
  padding: 60px 20px;
  position: relative;
  margin: 20px 15px;
  box-shadow: 0px 0px 10px 5px rgba(6, 33, 51, 0.06);
}
.logo--carousel-wrapper .logo--carousel .single--logo .icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin: 0 auto;
}
.logo--carousel-wrapper .logo--carousel .single--logo .text {
  margin-top: 40px;
}

/*# sourceMappingURL=main.css.map */

.site-meet-out-team-main-wrap .single-our-service .icon--box img {
    width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.siet-our-brands-main-wrap .row:last-child {
    margin-top: 50px;
}
.siet-our-brands-main-wrap .row:last-child img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.contact-us-inner-bg-wrap {
    background: transparent;
    padding: 0 0 60px;
}
.contact-us-inner-bg-wrap .row,.contact-us-inner-bg-wrap .row a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.contact-us-inner-bg-wrap .row .col-lg-12.col-md-12{
    margin-bottom: 15px;
    border-bottom: 1px solid #b1b1b1;
    padding: 0 0 15px;
}
.contact-us-inner-bg-wrap .row .col-lg-12.col-md-12:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}
.contact-us-inner-bg-wrap .row .col-1, .contact-us-inner-bg-wrap .row .col-10 {
    margin-bottom: 10px;
}
.normal-content h2 {
    margin-bottom: 30px;
}
.normal-content ul {
    list-style-type: square;
    margin-bottom: 5px;
}
.normal-content table {
    width: 100%;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}
.normal-content table tr td,.normal-content table tr th {
    padding: 10px 25px;
    border: 1px solid #ff87a5;
    vertical-align: -webkit-baseline-middle;
}
.normal-content table tr td ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Heading color*/
h1{
    color: #3c3c3b !important;
}
h2{
    color: #374d5b !important;
}
h3{
    color: #6a7985 !important;
}
h4{
    color: #7d7f81 !important;
}

.banner-title--wrapper .heading {
  letter-spacing: 4px;
  color: #3c3c3b !important;
}
.col-divide-section{
  display: flex;
}
.col-divide-section div{
  width: 50%;
}
.col-divide-section div:first-child{
  padding-right: 30px;
}
.contact-us-fform--title h3{
  color: #3c3c3b !important;
}
.middle-east--wrapper .heading{
  color: #fff !important;
}
.footer-img-inner{
    padding: 0;
    display: flex;
    justify-content: end;
}
.footer-img-inner li{
  list-style: none;
  padding: 0 25px;
}
.footer-img-inner li:last-child{
  padding-right: 0;
}

/* .about-us-page-section-inner-wrap {
    padding: 35px 30px;
    border: 1px solid #c8102e;
} */
.about-us-page-section-inner-wrap img{
    height: 100%;
    object-fit: cover;
}
.layout-section.site-meet-out-team-main-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.layout-section.site-meet-out-team-main-wrap h2.heading {
    color: #ffffff !important;
}
.layout-section.site-meet-out-team-main-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(6,33,51,0.6);
    height: 100%;
}
img {
    width: 100%;
    max-width: 100%;
}

.site-meet-out-team-main-wrap .item .content-box {
    background: #ffffff;
    padding: 15px;
    width: calc(100% - 50px);
    margin: -19px auto 0;
    z-index: 9;
    position: relative;
    /* outline: 1px solid #c8102e; */
    outline-offset: -7px;
}
.site-meet-out-team-main-wrap .item .content-box .heading {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
}
.site-meet-out-team-main-wrap .item .content-box p.text {
    font-size: 16px;
    line-height: normal;
}
.site-meet-out-team-main-wrap .item .content-box:after,
.site-meet-out-team-main-wrap .item .content-box:before {
    background: #ffffff;
    content: "";
    width: 15%;
    height: 1px;
    position: absolute;
    transition: 0.5s;
}
.site-meet-out-team-main-wrap .item .content-box:after {
    left: 72%;
    top: 6px;
}
.site-meet-out-team-main-wrap .item .content-box:before {
    bottom: 6px;
    left: 12%;
}
.site-meet-out-team-main-wrap .item:hover .content-box:after {
    left: 12%;
}
.site-meet-out-team-main-wrap .item:hover .content-box:before {
    left: 72%;
}
.layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav{
    position: absolute;
    left: 00%;
    top: -80px;
    width: 100%;
    margin: 0;
}
.siet-our-brands-main-wrap .site-our-brands-slider .owl-nav{
    position: absolute;
    left: 50%;
    top: -99px;
    width: 100%;
    margin: 0;
    max-width: 1295px;
    transform: translateX(-50%);
}
.layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav button {
    position: absolute;
    top: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    background: url(../images/arrow-left-solid.svg);
    border-radius: 0;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav button.owl-prev {
    left: 0;
}
.layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav button.owl-next {
    transform: rotate(180deg);
    right: 0;
}
.siet-our-brands-main-wrap .site-our-brands-slider .item {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 24px 0px rgba(16, 38, 63, 0.06);
}
.siet-our-brands-main-wrap .site-our-brands-slider .item img {
    width: 100%;
    margin: 0 auto;
}
.siet-our-brands-main-wrap .site-our-brands-slider .owl-nav button{
    position: absolute;
    top: 0;
    margin: 0;
    font-size: 60px;
    background: transparent !important;
    color: #0a2e46 !important;
}
.siet-our-brands-main-wrap .site-our-brands-slider .owl-nav button.owl-prev {
    left: 0;
}
.siet-our-brands-main-wrap .site-our-brands-slider .owl-nav button.owl-next {
    right: 0;
}
.siet-our-brands-main-wrap .heading {
    margin-bottom: 50px;
}
.business-in--uae .business-in--uae-content--box:after{
    display: none;
}
.contact-us--wrapper:before{
    display: none;
}
.contact-us-form--wrapper .contact-us-fform--title .heading {
    color: #3c3c3b !important;
    font-size: 28px;
}
.contact-us--wrapper .contatc--form form .form-control,
.contact-us--wrapper .contatc--form form .messsage-label {
    border-color: #3c3c3b !important;
    color: #3c3c3b !important;
    -webkit-text-fill-color: #3c3c3b !important;
}
.contact-us--wrapper .form-note--wrapper .note {
    color: #062132 !important;
    margin-top: 0;
    line-height: normal;
}
.contact-us--wrapper .contact-us-form--wrapper .contatc--form form p.note {
    color: #062132 !important;
    margin-top: 0;
    font-weight: 600 !important;
}
.contact-us-inner-bg-wrap i {
    color: #c8102e !important;
}
.contact-us-inner-bg-wrap .row .col-lg-12.col-md-12:first-child i {
    color: #3c3c3b;
}
.ui-widget-content p a{
    color: #fff;
}
.site-business-support-services-wrap {
    padding: 35px;
    border: 1px solid #c8102e;
}
.site-business-support-services-wrap .wp-block-column p a {
    color:  #c8102e;
    text-decoration: underline;
}
.site-business-support-services-wrap .wp-block-column p a:hover {
    text-decoration: none;
}
.site-support-services-wrap-inner .wp-block-image{
  height: 100%;
}
.site-support-services-wrap-inner .wp-block-image .size-large{
  height: 100%;
}
.site-support-services-wrap-inner .wp-block-image img{
  height: 100%;
  object-fit: cover;
}
.site-meet-out-team-main-wrap.site-meet-out-team-main-wrap-inner {
  padding: 120px 0 60px !important;
}
.new-page-wrap-inner {

}
.cbd-archive-box p {
  font-size: 18px;
  color: rgb(87, 87, 86) !important;
  line-height: 1.667;
}
.cbd-archive-box h1,
.cbd-archive-box h2,
.cbd-archive-box h3,
.cbd-archive-box h4,
.cbd-archive-box h5,
.cbd-archive-box h6{
  color: #c8102e !important;
  margin-bottom: 25px;
  border-top: 1px solid #c5cfd7;
  padding-top: 20px;
}
.call-to-action--wrapper .button--blue{
    outline: 1px solid #3c3c3b;
    background: #ffffff;
    color: #3c3c3b;
}
.call-to-action--wrapper .button--blue:before,
.call-to-action--wrapper .button--blue:after {
    background: #ffffff;
}
.call-to-action--wrapper .button--blue:focus,
.call-to-action--wrapper .button--blue:hover {
    color: #3c3c3b;
}
.new-page-wrap-inner .cbd-insights .cbd-archive-box:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 7px solid #c8102e;
  bottom: 0;
  left: 0;
}
.new-page-wrap-inner .color-wrap-grey {
  color: #565655 !important;
  font-size: 36px;
  padding-bottom: 20px;
  border: none;
  padding-top: 0;
}
.cbd-archive-box ul {
  list-style: none;
  font-size: 18px;
  color: rgb(87, 87, 86) !important;
  line-height: 1.667;
}
.cbd-archive-box ul li {
  position: relative;
}
.cbd-archive-box ul li:before {
  content: "";
  position: absolute;
  background: #c8102e;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 8px;
  border-radius: 30px;
}

.new-page-wrap-inner .cbd-insights .cbd-archive-box {
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.14);
  position: relative;
}

.new-page-wrap-inner .cbd-archive-meta-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 25px;
}
.new-page-wrap-inner .cbd-archive-meta-content .cbd-archive-cat a:nth-child(odd){
  font-size: 13px;
  color: #fff;
  background-color: #3c3c3b;
  padding: 9px 14px;
}
.new-page-wrap-inner .cbd-archive-meta-content .cbd-archive-cat a:nth-child(even){
  font-size: 13px;
  color: #fff;
  background-color: #c8102e;
  padding: 9px 14px;
  margin: 0 10px;
}
.cbd-archive-box {
    box-shadow: 0px 0px 10px 0px rgb(81 81 81 / 14%);
    margin-bottom: 30px;
}
.cbd-archive-box .cbd-insights-content {
  padding: 40px;
}
.cbd-archive-box .cbd-insights-image img {
  /* height: 275px; */
  object-fit: cover;
}
.cbd-archive-box .cbd-insights-content .cbd-insights-title {
  font-size: 22px;
  border-top: none;
  min-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.cbd-archive-box .cbd-insights-content .cbd-insights-meta span{
  font-size: 16px;
}
.cbd-archive-box .cbd-insights-content .cbd-insights-meta .pull-right{
    font-size: 14px;
    border: 1px solid;
    padding: 3px 6px;
    line-height: normal;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination{
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  color: #575756;
  font-size: 18px;
}
.pagination .nav-links .current {
  font-size: 22px;
}
.cbd-search-form-group .cbd-search-form-area-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner {
    width: 66.66%;
    padding: 0 15px;
}
.cbd-search-form-group{
  padding-bottom: 30px;
}
.cbd-search-form-group .cbd-search-form-area-2 .cbd-search-category-order-area {
    width: 33.33%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select {
    width: calc(70% - 30px);
    padding: 0;
    position: relative;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select .fa-angle-down{
  width: 30px;
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%;
  right: -16px;
  color: #3c3c3b;
  font-weight: 600;
  font-size: 20px;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner {
    width: 30%;
    padding: 0;
    position: relative;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner .fa-sort-amount-up{
  width: 30px;
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%;
  right: -10px;
  color: #3c3c3b;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select .selectpicker,
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner .selectpicker {
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3c3c3b;
  font-size: 16px;
  color: #3c3c3b;
  outline: 0;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input::-webkit-input-placeholder { /* Edge */
  color: #3c3c3b !important;
}

.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input:-ms-input-placeholder { /* Internet Explorer */
  color: #3c3c3b !important;
}

.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input::placeholder {
  color: #3c3c3b !important;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input {
    width: 100%;
    font-size: 16px;
    color: #3c3c3b;
    border: none;
    background: transparent;
    border-bottom: 1px solid #3c3c3b;
    outline: 0;
}
.cbd-search-form-group .input-group-inner {
  position: relative;
}
.cbd-search-form-group .input-group-inner .input-group-append{
  width: 30px;
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%;
 right: 5px;
}
.cbd-search-form-group .input-group-inner .input-group-append button{
  border: none;
  background: none;
}
.cbd-search-form-group .input-group-inner .input-group-append .fa-search:hover{
  color: #c8102e;
}
.cbd-search-form-group .input-group-inner .input-group-append .fa-search {
  color: #a6a6a6;
  font-size: 14px;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input::-webkit-input-placeholder { /* Edge */
  color: #a6a6a6;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a6a6a6;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner input::placeholder {
  color: #a6a6a6;
}
@media screen and (min-width:1025px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
      height: 56px;
      line-height: 56px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
      background-color: #fff;
      border-top: 8px solid #c8102e;
    }
    .mega-sub-menu .mega-menu-item .mega-menu-link {
      color: #c8102e !important;
    }
    .mega-sub-menu .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {
      color: #3c3c3b !important;
      font-weight: bold !important;
      position: relative !important;
      padding-left: 15px !important;
      font-size: 18px !important;
    }
    .mega-sub-menu .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link:before {
        content: "";
        width: 8px !important;
        height: 8px !important;
        left: 0;
        position: absolute !important;
        background-color: #c8102e !important;
        top: 9px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu {
        padding: 0 25px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        height: auto;
        font-size: 2rem;
        list-style: none;
        line-height: 3.6rem;
        color: #3c3c3b !important;
        transition: 0.5s;
        position: relative;
        padding: 0;
        font-weight: 400 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        padding: 40px 5px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus > a.mega-menu-link {
        color: #c8102e !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        top: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover>a.mega-menu-link span.mega-indicator:after {
        transform: rotate(180deg);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator:after {
        transition: all 500ms ease-in-out;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0;
        position: unset;
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item:first-child {
        padding: 60px 40px 20px 40px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        position: absolute;
        left: 0;
        top: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(1) > a.mega-menu-link:first-child {
        left: 40px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(2) > a.mega-menu-link:first-child {
        left: 100px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(3) > a.mega-menu-link:first-child {
        left: 240px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:first-child > ul.mega-sub-menu > li.mega-menu-item:nth-child(4) > a.mega-menu-link:first-child {
        left: 320px;
    }
    header.header .search--bar {
        display: none !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
        display: block;
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        margin: 0;
        padding-left: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a {
        font-weight: 400 !important;
        transition: 0.5s;
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a::before {
        content: '-';
        background-color: transparent !important;
        margin: 0 !important;
        width: auto !important;
        height: auto !important;
        top: 1px !important;
        line-height: normal;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a:hover {
        padding-left: 25px !important;
        color: #c8102e !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
        margin: 5px 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item:first-child > ul.mega-sub-menu:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 48px;
        width: 100%;
        height: 1px;
        background: #dee2e6;
        display: block;
        transform: translateX(-50%);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item:not(:first-child) > ul.mega-sub-menu {
        padding: 0 25px 20px 25px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width:1500px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        padding: 40px 15px;
    }
}
@media screen and (min-width:1024px) and (max-width:1280px){
  /* .cbd-archive-box .cbd-insights-image img{
    height: 175px;
  } */
  .cbd-archive-box .cbd-insights-content{
    padding: 20px;
  }
  .cbd-archive-box .cbd-insights-content .cbd-insights-title{
    font-size: 18px;
    min-height: 80px;
  }
}
@media screen and (max-width:1024px){
  .cbd-search-form-group .cbd-search-category-order-area .cbd-form-select .selectpicker,
  .cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner .selectpicker{
    font-size: 12px;
  }
}
@media screen and (max-width:991px){
  .new-page-wrap-inner .cbd-insights .cbd-archive-box{
    padding: 25px 10px;
  }
  .new-page-wrap-inner .color-wrap-grey{
    font-size: 22px;
  }
  .new-page-wrap-inner .cbd-archive-meta-content .cbd-archive-arrow span{
    font-size: 16px;
  }
    .contact-us-form--wrapper {
        margin-top: 50px;
    }
    .col-divide-section{
      display: block;
    }
    .col-divide-section div{
      width: 100%;
    }
    .col-divide-section div:first-child{
      padding-right: 0;
    }
    .footer-img-inner{
      display: block;
      text-align: center;
    }
    .footer-img-inner li {
        padding: 15px 0;
    }
    .top--footer-logo{
      text-align: center;
    }
    header.header nav.navbar .navbar-toggler {
        display: none;
    }
    .mega-menu-primary-mobile-open div#mega-menu-wrap-primary {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background: #222222;
        padding: 15px;
        overflow: auto;
    }
    .mega-menu-primary-mobile-open div#mega-menu-wrap-primary .mega-menu-toggle {
        padding: 0;
    }
    .mega-menu-primary-mobile-open div#mega-menu-wrap-primary ul#mega-menu-primary {
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        color: #c8102e !important;
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a {
        color: #000 !important;
        font-weight: bold !important;
        position: relative !important;
        padding-left: 15px !important;
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a:after {
        content: "";
        width: 8px !important;
        height: 8px !important;
        left: 0;
        position: absolute !important;
        background-color: #c8102e !important;
        top: 9px !important;
        display: block;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a {
        font-weight: 400 !important;
        transition: 0.5s;
        font-size: 16px !important;
        padding-left: 15px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a:after {
        content: '-';
        background-color: transparent !important;
        margin: 0 !important;
        width: auto !important;
        height: auto !important;
        top: 1px !important;
        line-height: normal;
        display:block;
        position: absolute;
        left: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .about-us-page-section,
    .site-meet-out-team-main-wrap,
    .business-in--uae,
    .siet-our-brands-main-wrap {
        padding: 50px 15px !important;
    }
    .business-in--uae .business-in--uae-content--box {
        padding: 30px 0 0;
    }
    .about-us-page-section-inner-wrap {
        padding: 23px 15px;
    }
    .about-us-page-section-inner-wrap img {
        height: auto;
        margin-bottom: 20px;
    }
    .heading {
        font-size: 30px;
        line-height: normal;
    }
    .layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav button {
        background-size: 20px;
    }
    .layout-section.site-meet-out-team-main-wrap .site-meet-our-team-slider .owl-nav {
        top: -74px;
    }
    .call-to-action--wrapper {
        padding: 30px 10px;
        height: auto !important;
        text-align: center;
    }
    .call-to-action--wrapper a.cta-btn.button--white {
        margin: 25px auto 0;
        display: block;
        float: unset;
        width: 250px;
    }
    footer .footer-social-media {
        padding: 0;
        text-align: center;
    }
    footer.footer {
        padding: 15px;
    }
    footer.footer img.logo.img-fluid {
        width: 184px;
        margin: 0 auto 15px;
    }
    .contact-us--wrapper {
        padding: 60px 15px !important;
    }
    .contact-us-inner-bg-wrap {
        padding-bottom: 0;
    }
    .contact-us--wrapper .contatc--form .col-md-6,.contact-us--wrapper .contatc--form .col-md-12 {
        padding: 0;
    }
    .contact-us--wrapper .contatc--form .row {
        margin: 0;
    }
    .contact-us--wrapper:after {
        display: none;
    }
    .contact-us-image-wrap {
        margin-bottom: 30px;
    }
   .new-page-support-service-inner .new-page-service-inner .wp-block-column h4{
      height: 92px;
   }
   .new-page-support-service-inner .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){
      flex-basis: unset !important;
      flex-grow: 0;
      width: 50%;
   }
}
@media screen and (max-width:767px){
  .bank-inner-wrap .wp-block-image img {
    padding-top: 15px;
  }
  .cbd-search-form-group .cbd-search-form-area-2 .input-group-inner{
    width: 100%;
  }
  .cbd-search-form-group .cbd-search-form-area-2 .cbd-search-category-order-area{
    padding: 0 15px;
    margin: 0;
    width: 100%;
  }
  .cbd-search-form-group .cbd-search-category-order-area .cbd-form-select .selectpicker,
  .cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner .selectpicker {
    font-size: 16px;
  }
  .new-page-support-service-inner h2 {
    font-size: 26px;
    line-height: normal;
  }
  .new-page-support-service-inner .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){
    width: 100%;
  }
  .new-company-formation-inner {
    padding: 20px !important;
  }
  .new-company-formation-inner .wp-block-image img {
    height: 350px !important;
  }
}
.new-page-support-service-inner .new-page-service-inner{
  flex-wrap: wrap;
  margin-left: -30px;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-column{
  width: 33.33%;
  flex-basis: unset;
  flex-grow: unset;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-left: 0 !important;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-column .wp-block-media-text{
  display: block;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px 0px;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-media-text__content {
  padding: 0;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-column h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  padding: 20px 40px 0 0;
  margin-bottom: 0;
  position: relative;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-column h4 a {
    color: #3c3c3b;
    display: inline-block;
    width: 100%;

}
.new-page-support-service-inner .new-page-service-inner .wp-block-column h4 a:before {
    content: "";
    position: absolute;
    background-image: url(../images/Icon.png);
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 100%;
    right: 0;
}
.new-page-support-service-inner .new-page-service-inner .wp-block-column .wp-block-image img {
  height: 250px;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link {
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: Verdana, sans-serif;
    padding: 18px 37px 16px;
    position: relative;
    outline: 1px solid #ffffff;
    outline-offset: -10px;
    color: #ffffff;
    background: #c8102e;
    cursor: pointer !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    width: auto;
    display: inline-block;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:before,
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:after {
    background: #c8102e;
    content: "";
    width: 15%;
    height: 1px;
    transition: 0.5s;
    position: absolute;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:before {
    top: 9px;
    left: 70%;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:after {
    bottom: 9px;
    left: 15%;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:focus:before,
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:hover:before {
    left: 15%;
}
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:focus:after,
.new-page-service-inner .new-btn-inner-wrap .wp-block-button__link:hover:after {
    left: 70%;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap[aria-expanded="false"] p {
    color: #c8102e !important;
}

.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap[aria-expanded="true"] .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
    color: #3c3c3b !important;
}
.use-page-list-box>.wp-block-columns {
  background-color: #fff;
  padding: 30px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px 0px;
  height: 100%;
}
.heading-color-red{
  color: #c8102e !important;
}
.heading-color-red span{
  display: block;
  font-size: 26px;
  line-height: normal;
  color: #3c3c3b !important;
}
.normal-content .use-page-list-box ul,
.normal-content .new-list-design-inner {
  margin-bottom: 0;
  list-style-type: none !important;
}
.use-page-list-box ul li,
.new-list-design-inner li {
    position: relative;
    word-break: break-word;
}
.use-page-list-box ul li:before,
.new-list-design-inner li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c8102e;
  border-radius: 30px;
  left: -20px;
  top: 12px;
}
.call-to-action--wrapper p.cta-text{
    color: #fff !important;
}
.new-img-with-text .wp-block-image {
  height: 100%;
}
.new-img-with-text .wp-block-image img {
  height: 100%;
  object-fit: cover;
}
.new-company-formation-inner {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 59px 0px rgb(16 38 63 / 6%);
}
.new-company-formation-inner h3{
  font-size: 25px;
  line-height: normal;
  margin-bottom: 20px;
  color: #c8102e !important;
}
.new-company-formation-inner .wp-block-image{
  margin-bottom: 0;
}
.new-company-formation-inner .wp-block-image img {
  height: 560px;
  object-fit: cover;
}
.new-list-design-inner li {
  line-height: 1.6;
  padding-bottom: 10px;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle{
  margin: 0;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion {
  margin-bottom: 25px;
  border: none;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap{
  box-shadow: 0px 0px 59px 0px rgb(16 38 63 / 6%);
  background-color: #fff !important;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion [aria-expanded="true"] {
    background-color: #dce5eb !important;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion-content-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 59px 0px rgb(16 38 63 / 6%);
}
.site-market-entry-inner .wp-block-columns{
  margin-bottom: 0;
}
.site-market-entry-inner .wp-block-columns .wp-block-image {
  height: 100%;
}
.site-market-entry-inner .wp-block-columns .wp-block-image img{
  height: 100%;
}
.banner-title--wrapper {
 max-width: fit-content;
  padding: 30px 40px;
 /* height: 170px;*/
  text-align: left;
  background-color: #C8102E;
}
.banner-title--wrapper .heading {
  letter-spacing: 4px;
  text-align: left;
  color: #fff !important;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion-content-wrap a {
    color: #3c3c3b;
    text-decoration: underline;
    font-weight: 600;
}
.new-company-formation-toggle-inner .wp-block-ub-content-toggle-accordion-content-wrap a {
    color: #3c3c3b;
    text-decoration: underline;
    font-weight: 600;
}
.about-us-page-section-inner-wrap{
  position: relative;
}
.about-us-page-section-inner-wrap:before,
.about-us-page-section-inner-wrap:after {
    background: #faf6f7;
    content: "";
    width: 15%;
    height: 1px;
    position: absolute;
    transition: 0.5s;
}
.about-us-page-section-inner-wrap:before {
    top: -1px;
    left: 70%;
}
.about-us-page-section-inner-wrap:after {
    bottom: -1px;
    left: 15%;
}
.about-us-page-section-inner-wrap:focus:after,
.about-us-page-section-inner-wrap:hover:after {
    left: 70%;
}
.about-us-page-section-inner-wrap:focus:before,
.about-us-page-section-inner-wrap:hover:before {
    left: 15%;
}
.about-us-page-section-inner-wrap h4 {
    color: #c8102e !important;
}
.about-us-page-section-inner-wrap p a,
.new-company-formation-inner li a{
    color: #3c3c3b !important;
}
/*.layout-section.site-meet-out-team-main-wrap:after{
  background: url(../images/meet-team.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
/*.site-meet-out-team-main-wrap .item .content-box:before{
  bottom: 5px;
}
.site-meet-out-team-main-wrap .item .content-box:after {
  top: 5px;
}*/
.layout-section .business-in--uae-content--box .heading {
    color: #3c3c3b !important;
}
.siet-our-brands-main-wrap .site-our-brands-slider .owl-nav{
  display: block;
}
.bank-inner-wrap .wp-block-image {
  height: 100%;
}
.bank-inner-wrap .wp-block-image img{
  height: 100%;
}
.site-testimonial-box-main-wrap .testimonial-box {
  height: 100%;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px 0px;
  padding: 20px;
}
.site-testimonial-box-main-wrap .testimonial-box .client-image-inner {
  max-width: 116px;
  padding-bottom: 20px !important;
}
.site-testimonial-box-main-wrap .testimonial-box .row > * {
  padding: 0 8px;
}
.site-testimonial-box-main-wrap .testimonial-box .client-name {
  color: #C8102E !important;
}
.site-testimonial-box-main-wrap .testimonial-box .client-profile .row{
  align-items: center;
}
.site-testimonial-box-main-wrap .client-review .client-review-content {
  font-size: 16px;
  line-height: 1.5;
}
.site-testimonial-box-main-wrap .row .col-lg-6{
  margin-bottom: 30px;
}
.mega-menu-primary-mobile-open {
  overflow: hidden;
}
.call-to-action--wrapper{
  background-image: none !important;
  background-color: transparent;
}
.call-to-action--wrapper:before{
  background-color: transparent !important;
}
.call-to-action--wrapper .container {
  background-color: #3c3c3b;
  padding: 36px 30px;
}
.prev-next-link{
  background-color: #c8102e;
  color: #fff !important;
  padding: 10px;
  border: none !important;
  font-size: 14px;
}
.prev-next-link:hover {
  background-color: #3c3c3b;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner{
  position: relative;
}
.cbd-search-form-group .cbd-search-form-area-2 .input-group-inner:before {
  content: "\f002";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 6px;
  font-size: 15px;
  z-index: 9;
  color: #3c3c3b;
}

.cbd-form-select .select2 .select2-selection {
    border: none !important;
    padding: 0;
    font-size: 16px;
    height: 38px;
    border-bottom: 1px solid #3c3c3b !important;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 0;
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
    background: transparent;
}
.cbd-form-select .select2 .select2-selection {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

.cbd-form-select .select2 .select2-selection::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.cbd-form-select .select2 .select2-selection .select2-search__field {
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #b2aaa6;
}


.select2-container--open .select2-results__options .select2-results__group {
    background-color: #6a7985;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.select2-container--open .select2-results__options .select2-results__option--selectable:hover {
    background-color: #a6a6a6  !important;
}

.select2-container--open .select2-results__options .select2-results__option--selectable {
    padding: 5px;
    font-size: 14px;
    line-height: 15px;
    padding-left: 15px;
    background-color: transparent !important;
    color: #000 !important;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  height: 28px;
  line-height: 28px;
  background-color: #c8102e !important;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 1.3px;
  color: #fff;
  font-weight: bold;
  border: none !important;
  border-radius: 8px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 0;
}
.cbd-form-select .select2 {
  width: 100%  !important;
}
.cbd-search-form-group .cbd-search-category-order-area .cbd-form-select-inner .selectpicker{
  background-color: transparent;
}
@media screen and (max-width:1023px){
  .cbd-form-select .select2 .select2-selection .select2-search__field{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .cbd-form-select .select2 .select2-selection .select2-search__field{
    font-size: 16px;
  }
}
.why-work-with-us .single-our-service .content-box p {
    line-height: 1.3;
}
.our-services--wrapper .single-our-service .content-box p.text {
    line-height: 1.3;
}
.wp-block-image,
.wp-block-media-text__media,
.cbd-insights-image,
.img-zoom-in {
    overflow: hidden;
}
.wp-block-image img,
.wp-block-media-text__media img,
.cbd-insights-image img,
.img-zoom-in img {
    transform: scale(1);
    transition: all 6s ease-out;
}
.wp-block-image img:hover,
.wp-block-media-text__media img:hover,
.img-zoom-in img:hover {
    transform: scale(1.2);
    transition: all 6s ease-in-out;
}

.site-services-page-inner .site-services-blog-inner {
    margin: 0 !important;
}
.site-services-page-inner .site-services-blog-inner .wp-block-media-text {
    flex-direction: column-reverse;
    display: flex;
}
.site-services-page-inner .site-services-blog-inner  .wp-block-media-text__content {
    height: 430px;
    padding: 40px;
    background-color: #ffffff;
    position: relative;
}
.site-services-page-inner .site-services-blog-inner  .wp-block-media-text__content h6{
    font-size: 0;
    position: absolute;
    bottom: 20px;
}
.site-services-page-inner .site-services-blog-inner  .wp-block-media-text__content h6 a {
    position: relative;
}
.site-services-page-inner .site-services-blog-inner  .wp-block-media-text__content h6 a:before {
    content: "";
    position: absolute;
    background-image: url(../images/Icon.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100%;
    left: 0;
    bottom: 0;
}
.site-services-page-inner .site-services-blog-inner .wp-block-media-text__media img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}
.site-services-page-inner .site-services-blog-inner:nth-last-child(even)  .wp-block-media-text {
    flex-direction: column;
}
.site-services-page-inner .site-services-blog-inner .wp-block-media-text__content p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    font-size: 18px;
}
.border-top-left-shape{
    position: relative;
}
.border-top-left-shape:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 46px solid #faf6f7;
    border-right: 46px solid transparent;
    width: 0;
}
.site-services-page-inner .site-services-blog-inner .wp-block-media-text__content h3{
    font-size: 35px;
    line-height: normal;
}
.site-services-heading-wrap-inner {
    margin-top: 25px;
    margin-bottom: 0;
}

.banner-title--wrapper .heading {
    position: relative;
    width: max-content;
}
.banner-title--wrapper .heading:after,.banner-title--wrapper .heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.banner-title--wrapper .heading:after {
    opacity: 1;
    width: 0.15em;
    background: #ffffff;
    animation: write 2.5s steps(25) 0.5s forwards, blink 0.75s steps(2) infinite;
}
.banner-title--wrapper .heading:before {
    background: #C8102E;
    animation: write 2.5s steps(25) 0.5s forwards;
    width: 100%;
}
@keyframes write {
  to {
    left: 100%;
  }

}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49.9% {
     opacity: 0;
  }
  50% {
     opacity: 1;
  }
  100% {
     opacity: 1;
  }
}
.banner-title--wrapper {
    overflow: hidden;
}

.site-services-page-inner .wp-block-media-text figure img {
    -webkit-animation: zoomeffect 70s infinite;
    -moz-animation: zoomeffect 70s infinite;
    animation: zoomeffect 70s infinite;
}
@-webkit-keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.5,1.5);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}
@keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1.5,1.5);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}
.normal-content .site-uae-page-wrap ul {
    list-style-type: none !important;
    margin-bottom: 0;
    margin: -20px;
}
.site-uae-page-wrap {
    margin-bottom: 0;
}
.site-uae-page-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.site-uae-page-wrap ul li {
    width: calc(33.33% - 40px);
    padding: 30px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: start;
    background-color: #fff;
    margin: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px 0px;
}
/* .site-uae-page-wrap ul li:nth-child(3n) {
    border-right: 0;
} */
.site-uae-page-wrap ul li:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    color: #c8102e;
    width: 30px;
    font-size: 22px;
    font-weight: 600;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 0;
    position: absolute;
    right: 20px;
}
/* .site-uae-page-wrap ul li:nth-last-child(1){
    border-bottom: 0;
} */
.site-uae-new-section-wrap .site-uae-new-section-inner {
    background-color: #fff;
    padding: 30px;
    opacity: 0.949;
}
.site-uae-new-section-wrap .site-uae-new-section-inner .wp-block-button {
    width: 100%;
}
.site-uae-new-section-wrap .site-uae-new-section-inner .wp-block-button a {
    text-align: center;
}
.site-uae-new-section-wrap .site-uae-new-section-inner .wp-block-image {
    margin: 0 auto;
    padding: 10px;
}
.site-uae-new-section-wrap .site-uae-new-section-inner p span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}
.site-uae-new-section-wrap .site-uae-new-section-inner p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.new-uae-page-wrap-inner .wp-block-column {
    margin: 0 !important;
}
.new-uae-page-wrap-inner {
    align-items: center;
}
.new-uae-page-wrap-inner .wp-block-column p {
    margin-bottom: 0;
    text-align: center;
}
.site-uae-new-section-wrap .site-uae-new-section-inner ul {
    list-style-type: none !important;
    padding: 0;
    display: flex;
    text-transform: uppercase;
    column-gap: 6px;
    font-size: 16px;
    margin-bottom: 10px;
}

.site-uae-new-section-wrap .site-uae-new-section-inner h3 {
    line-height: 1.2;
    margin-bottom: 15px;
}
.site-uae-new-section-wrap {
    padding: 40px;
/*     background-image: url(http://projects.worldwebdev.in/cbddubai/wp-content/uploads/2022/02/Image.png);
 */    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.site-uae-new-section-wrap .new-uae-page-wrap-inner {
    border: 1px solid #cccccc;
    padding: 0 10px;
}
.new-site-listing-wrap .new-site-listing-wrap-inner {
    align-items: center;
}
.new-site-listing-wrap .new-site-listing-wrap-inner .wp-block-buttons {
    justify-content: right;
}
.new-site-listing-wrap .new-site-listing-wrap-inner .wp-block-column {
    margin: 0 !important;
}
.new-site-listing-wrap {
    padding-top: 15px;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    border: 1px solid #d3d3d3;
    border-top: none;
    border-radius: 0;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tab-title-vertical-wrap:first-child{
    border-top: 1px solid #d3d3d3;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tab-holder .active{
    transition: .5s;
    text-align: center !important;
    justify-content: center;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-content h4 {
    color: #c8102e !important;
    font-size: 25px;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-content {
    padding: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 59px 0px rgba(16, 38, 63, 0.06);
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-content .active {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-title {
    border-bottom: 1px solid #c8102e;
    justify-content: space-between !important;

}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap {
    margin: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap h4 {
    color: #c8102e !important;
}
.wp-block-ub-tabbed-content-tab-holder{
    background-color: #fff;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap:last-child:before {
    display: none;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-holder {
    box-shadow: 0px 0px 59px 0px rgb(16 38 63 / 6%);
}
.use-page-list-box .wp-block-columns {
    margin-bottom: 0;
}
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tabs-content .active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.site-new-page-tabs-wrap .wp-block-ub-tabbed-content-tab-title-vertical-wrap .wp-block-ub-tabbed-content-tab-title {
    line-height: 1.2;
}
.site-services-page-inner .site-services-blog-inner figure {
    width: 100%;
}
.site-services-page-inner .site-services-blog-inner .wp-block-media-text__content {
    width: 100%;
}
.site-services-page-inner:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close {
    outline: none !important;
}
.popup_open .ui-dialog {
    position: fixed !important;
    padding: 0;
    border: 0 !important;
    top: 50% !important;
    transform: translatey(-50%);
    left: 0 !important;
    margin: 0 auto;
    right: 0 !important;
    width: 100% !important;
    max-width: 800px;
    opacity: 1;
    z-index: 99999999;
}
.popup_open {
    overflow: hidden;
    position: relative;
}
.popup_open:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0.5;
    z-index: 99999999;
}
.ui-dialog .ui-dialog-titlebar {
    border: 0;
}
.ui-dialog .ui-dialog-content p {
    font-size: 16px;
    line-height: 1.7;
}
.ui-dialog .ui-dialog-content ul li {
    font-size: 16px;
    line-height: 1.7;
}
.ui-dialog .ui-dialog-content p strong {
    font-size: 20px;
    display: block;
    padding-bottom: 15px;
}
.ui-dialog .ui-dialog-content {
    padding: 30px !important;
}
.ui-dialog .ui-dialog-content p br {
    display: none;
}
@media screen and (min-width:1025px){
    .d-lg--none{
        display: none !important;
    }
}
@media screen and (max-width:1025px){
    .d-table-none{
        display: none !important;
    }
    .site-services-page-inner .site-services-blog-inner .wp-block-media-text__content p{
        font-size: 17px;
    }
}
@media screen and (max-width:991px){
    .popup_open .ui-dialog {
        width: calc(100% - 30px) !important;
        margin: 0 auto 15px;
    }
}
@media screen and (max-width:781px){
    .site-services-page-inner:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: unset !important;
    }
    .site-services-page-inner .site-services-blog-inner .wp-block-media-text{
        flex-direction: column;
    }
    .site-services-page-inner .site-services-blog-inner .wp-block-media-text__content{
        padding: 30px
    }
    .site-uae-page-wrap ul li{
        padding: 13px;
        padding-right: 40px;
        width: calc(33.33% - 20px);
        margin: 10px;
    }
    .site-uae-page-wrap ul li:before{
        right: 10px;
    }
    .normal-content .site-uae-page-wrap ul {
        margin: -10px;
    }
}
@media screen and (max-width:767px){
    .site-services-page-inner .site-services-blog-inner .wp-block-media-text__content p{
        -webkit-line-clamp: 7;
    }
    .site-uae-page-wrap ul li:nth-last-child(1), .site-uae-page-wrap ul li:nth-last-child(2){
        border-bottom: 0px;
    }
    /* .site-uae-page-wrap ul li:nth-child(2n) {
        border-right: 0 !important;
    } */
    .site-uae-page-wrap ul li {
        width: calc(50% - 20px);
    }
    /* .site-uae-page-wrap ul li:nth-child(3n) {
        border-right: 1px solid #000;
    } */
    .site-uae-page-wrap ul li:before {
        right: 6px;
    }
    .site-uae-page-wrap ul li {
        padding: 10px;
        padding-right: 30px;
        font-size: 13px;
    }
    .site-uae-new-section-wrap {
        padding: 10px;
    }
    .site-uae-new-section-wrap .site-uae-new-section-inner .wp-block-image {
        max-width: 180px;
    }
    .site-uae-new-section-wrap .site-uae-new-section-inner h3{
        font-size: 28px;
    }
    .new-site-listing-wrap .new-site-listing-wrap-inner .wp-block-buttons {
        justify-content: center;
        padding-top: 15px;
    }
    .site-uae-new-section-wrap .site-uae-new-section-inner .wp-block-button {
        text-align: center;
    }
    .site-uae-page-wrap ul li:before{
        width: 20px;
        font-size: 20px;
    }
    .site-gallary-page-wrap .swiper-container-pointer-events  .swiper-slide img {
        height: 250px;
    }
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-holder {
    background-color: transparent;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-holder .wp-block-ub-tabbed-content-tabs-title {
    justify-content: flex-start !important;
    column-gap: 10px;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-holder .wp-block-ub-tabbed-content-tab-title-wrap {
    background-color: #c8102e !important;
    border-radius: 5px;
    margin: 0;
    transition: 0.4s;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-title-wrap a {
    color: #fff;
    font-size: 18px
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-title-wrap:hover a {
    color: #3c3c3b;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-holder .wp-block-ub-tabbed-content-tab-title-wrap:hover {
    background-color: #fff !important;
    transition: .4s;
}
.site-new-page-tabs-wrap-new-section .d-table-none {
    display: block !important;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-accordion-toggle {
    background-color: #c8102e !important;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-accordion-toggle a {
    color: #fff;
}
.site-new-page-tabs-wrap-new-section .wp-block-ub-tabbed-content-tab-content-wrap {
    padding: 0;
    border: none;
}
.site-gallary-page-wrap h2 {
    margin-bottom: 15px;
}
.site-gallary-page-wrap .swiper-container-pointer-events .swiper-button-prev:after,
.site-gallary-page-wrap .swiper-container-pointer-events .swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}
.site-gallary-page-wrap .swiper-container-pointer-events .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.site-gallary-page-wrap .swiper-container-pointer-events  .swiper-slide img {
    object-fit: cover;
    height: 500px;
}
.site-gallary-page-wrap .swiper-container-pointer-events .swiper-slide .ub_image_slider_image_caption {
    font-size: 40px;
    color: #c8102e;
    font-weight: bold;
    margin-top: 10px;
}
.site-gallary-page-wrap .swiper-container-pointer-events .swiper-pagination{
    bottom: 85px;
}

/* .site-gallary-page-wrap .swiper-container-pointer-events .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 500px;
} */
.call-to-action--wrapper {
    position: relative;
}

/* .inner-banner--wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
} */
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;
  height: calc(100% + 200px);
object-fit: cover;
}
.site-icon-inner-wrap .wp-block-column.is-vertically-aligned-center {
    margin-left: 0 !important;
}
.site-icon-inner-wrap  h4 a {
    color: #c8102e;
}
.site-icon-inner-wrap .is-vertically-aligned-center {
    align-self: start;
}
.call-to-action--wrapper .row {
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    font-weight: 600;
    letter-spacing: 0;
}

.wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 13px 25px;
}
.wp-block-ub-tabbed-content-tab-content-wrap p {
    margin-bottom: 0 !important;
}
.wp-block-ub-tabbed-content-tab-content-wrap ul {
    margin-bottom: 0;
}
.wp-block-ub-tabbed-content-tab-content-wrap .wp-block-columns {
    margin-bottom: 10px;
}
.cbd-insights-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-type-archive-cbd-insights{
    background: #faf6f7;
}
.type-cbd-insights .cbd-archive-box {
    background-color: #fff;
}
.cbd-insights-image{
    position: relative;
}
.img-button-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
}
.img-button-play svg {
    color: #fff;
    fill: #fff;
}
.site-icon-inner-wrap .wp-block-image img:hover {
    transform: none;
    transition: none;
}
.site-new-section-img-text {
    padding: 50px;
}
.site-section-img-text-inner h2 {
    color: #c8102e !important;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 1.2;
}
.site-section-img-text-inner p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.site-section-img-text-inner h3 {
    color: #3c3c3b !important;
    font-size: 20px;
}
.section-img-text-ul {
    margin-bottom: 10px;
}
.section-img-text-ul ul {
    font-size: 16px;
    line-height: 1.8;
}
.site-section-img-text-inner .wp-block-image img {
    transition: all .8s ease-in-out !important;
    transform-origin: center center;
    transform: scale(.8) !important;
    height: 400px;
}
.site-section-img-text-inner:hover .wp-block-image img {
    transform: scale(.9) !important;
}
.site-section-img-text-inner .wp-block-image {
    overflow: unset;
}
.site-section-img-text-inner {
    align-items: center;
}
.site-section-img-text-inner h4 {
    font-size: 18px;
    line-height: 1;
}
.site-gallary-page-wrap .gallery {
	 width: 100%;
	 margin: 40px auto;
     margin-top: 0;
}
.site-gallary-page-wrap .gallery-slider {
	 width: 100%;
	 height: auto;
	 margin: 0 0 20px 0;
}
.site-gallary-page-wrap .gallery-slider .swiper-slide {
	 width: auto;
	 height: auto;
}
.site-gallary-page-wrap .gallery-slider .swiper-slide img {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
}
.site-gallary-page-wrap .gallery-thumbs {
	 width: 100%;
	 padding: 0;
	 overflow: hidden;
}
/* .site-gallary-page-wrap .gallery-thumbs-slider-wrap {
    column-gap: 20px;
} */
.site-gallary-page-wrap .gallery-thumbs .swiper-slide {
	 width: 20%;
     height: auto;
	 text-align: center;
	 overflow: hidden;
}
.site-gallary-page-wrap .gallery-thumbs .swiper-slide-active {
	 opacity: 1;
     border: 3px solid #c8102e;
}
.site-gallary-page-wrap .gallery-thumbs .swiper-slide img {
	 width: 100%;
	 height: auto;
     object-fit: cover;
}
.site-gallary-page-wrap .gallery .swiper-button-prev, .site-gallary-page-wrap .gallery .swiper-button-next {
    width: 35px;
}
.site-gallary-page-wrap .swiper-button-prev:after,
.site-gallary-page-wrap .swiper-button-next:after {
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    height: 35px;
    font-weight: 900;
    color: #fff;
    background-color: #c8102e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.site-gallary-page-wrap h2 {
    color: #c8102e !important;
    font-size: 40px;
    line-height: 1;
}
.post_gallery_wrap .cbd-insights-image img {
    height: 330px;
}
.post_gallery_wrap .cbd-insights-content {
    padding: 20px 40px;
}
.post_gallery_wrap .cbd-insights-content .cbd-insights-title {
    padding-top: 0;
    min-height: 50px;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.site-service-heading-main ul.mega-sub-menu .mega-sub-menu {
    display: none !important;
}

.site-service-heading-main>a.mega-menu-link {
    margin-bottom: 25px !important;
}
@media screen and (max-width: 991px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
        color: #000 !important;
        font-weight: bold !important;
        position: relative !important;
        padding-left: 15px !important;
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        color: #c8102e !important;
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:after{
        content: "";
        width: 8px !important;
        height: 8px !important;
        left: 0;
        position: absolute !important;
        background-color: #c8102e !important;
        top: 9px !important;
        display: block;
    }
    .site-section-img-text-inner.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: calc(100% - var(--wp--style--block-gap, 0em)/2)!important;
    }
    .site-section-img-text-inner-wrap {
        order: 2;
    }
    .site-section-img-text-inner .wp-block-column{
        margin: 0 !important;
    }
    .site-section-img-text-inner h2{
        padding-bottom: 10px;
    }
    .site-section-img-text-inner .wp-block-image img{
        transform: unset !important;
        height: 300px !important;
    }
}
@media screen and (max-width: 767px){
    .site-gallary-page-wrap .gallery-slider .swiper-slide{
        height: auto;
    }
    .site-gallary-page-wrap .gallery-thumbs .swiper-slide {
        width: 50%;
    }
}
