@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background: #fff;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
/*------bootstrap css checkbox -------*/
.form-check {
  border: 0px;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/*---------------- mixin css ----------*/
/* header */
.logo a.englogo {
  display: none;
}
.logo a.arabiclogo {
  display: block;
}

#sidebarCollapse {
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0;
  position: relative;
  margin-right: 20px;
  z-index: 9999;
}
#sidebarCollapse:focus {
  box-shadow: none;
}
#sidebarCollapse span {
  display: block;
  margin: 5px 0 5px auto;
  transition: all ease-in-out 0.5s;
}
#sidebarCollapse span.one {
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(0deg) translate(0px, 0px);
}
#sidebarCollapse span.two {
  width: 100%;
  height: 2px;
  background: #000;
}
#sidebarCollapse span.three {
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(0deg) translate(0px, 0px);
}
#sidebarCollapse:hover span {
  width: 100%;
}
#sidebarCollapse.active span.one {
  transform: rotate(45deg) translate(5px, 5px);
  background: #fff;
}
#sidebarCollapse.active span.two {
  opacity: 0;
}
#sidebarCollapse.active span.three {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 100%;
  background: #fff;
}

body.overflowHidden {
  overflow: hidden;
}

.mainHeader {
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
}
.mainHeader .language-switch-btn label {
  color: #fff;
  text-transform: capitalize;
  width: 25px;
  height: 30px;
  padding-top: 9px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 991px) {
  .mainHeader .language-switch-btn label {
    color: #000;
  }
}
.mainHeader .toplogoblack {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader .toplogoblack {
    display: block;
  }
}
.mainHeader .toplogowhite {
  display: block;
}
@media (max-width: 991px) {
  .mainHeader .toplogowhite {
    display: none;
  }
}
.mainHeader.scroll-add header {
  background: #fff;
}
.mainHeader.scroll-add header .navbarLink ul li > .dropdown-menu {
  background: #fff;
}
.mainHeader.scroll-add header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
}
.mainHeader.scroll-add header .navbarLink ul li a {
  color: #000;
}
.mainHeader.scroll-add header .language-switch-btn label {
  color: #000;
}
.mainHeader.scroll-add header .toplogoblack {
  display: block;
}
.mainHeader.scroll-add header .toplogowhite {
  display: none;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1186px;
  margin: 0 auto;
  filter: drop-shadow(0px 20px 44px rgba(0, 0, 0, 0.15));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  --webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px 0px 8px 8px;
  padding: 0px 20px 0;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 25px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 16px;
  padding: 25px 10px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
    padding: 25px 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 18px;
    padding: 25px 5px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 18px;
    padding: 25px 0px;
  }
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li a .arrowDown {
    display: none;
  }
}
.mainHeader header .navbarLink ul li a .arrowDown {
  color: #000;
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  color: #fe6d05;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fe6d05;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fe6d05;
  }
}
.mainHeader header .navbarLink ul li:nth-last-child(1) .dropdown-menu, .mainHeader header .navbarLink ul li:nth-last-child(2) .dropdown-menu {
  right: 0% !important;
  left: inherit !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 310px;
  border: 0px;
  transform: inherit !important;
  opacity: 0;
  visibility: hidden;
  top: 100 !important;
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  border-bottom: 1px solid #C4C4C4;
  margin-right: 0px;
  text-align: right;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: right;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 15px;
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    padding: 3px 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    padding: 3px 5px;
    font-size: 18px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
  background: #fe6d05;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #fff !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 250px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    display: block !important;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: transparent;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    border-bottom: 0px;
    padding: 0;
    margin: 5px 0px;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    width: 100%;
    text-align: right;
    padding: 0px 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li a {
    padding: 0px;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }
  .mainHeader header .navbarLink ul li a .arrowDown {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    opacity: 0.9;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
    padding-right: 0px !important;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .dropdown-menu.show {
    display: block;
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .mainHeader header .navbarLink .dropdown-menu {
    display: none;
  }
}
.mainHeader header div:empty {
  display: none;
}
.mainHeader .navBlock {
  display: flex;
  align-items: center;
}
.mainHeader .searchbtn {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .mainHeader {
    position: relative;
  }
  .mainHeader .searchbtn {
    margin-right: 15px;
  }
  .mainHeader .navBlock {
    flex-direction: row-reverse;
  }
  .mainHeader header {
    padding: 15px;
    border-radius: 0px;
  }
  .mainHeader .container {
    padding: 0;
    max-width: 100%;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .mobileCenter {
    text-align: center;
  }
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

.orangeText {
  color: #FE6D05;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.graybg {
  background: #f3f3f3;
}

.darkgraybg {
  background: #ccc;
}

.mgmb0 {
  margin-bottom: 0px !important;
}

.max1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.max980 {
  max-width: 980px;
  margin: 0 auto;
}

.centerRow {
  align-items: center;
}

.whiteText {
  color: #fff !important;
}

.centerRow {
  align-items: center;
}

@media (max-width: 991px) {
  .mobileCenter {
    text-align: center;
  }
}
.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #125AD3;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  background: #9E9595;
  top: 7px;
  width: 13px;
  height: 13px;
}
.bullets.whiteBullets li {
  color: #fff;
}
.bullets.whiteBullets li::before {
  background: #fff;
}
@media (max-width: 1199px) {
  .bullets li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .bullets li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}

.grayBullets li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 25px;
}
.grayBullets li::before {
  background: #9E9595;
  top: 7px;
  width: 13px;
  height: 13px;
}
@media (max-width: 1199px) {
  .grayBullets li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .grayBullets li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}

.blackButton {
  padding: 11px 30px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 11;
  transition: all 0.35s;
}
.blackButton::before, .blackButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.35s;
}
.blackButton:before {
  opacity: 0.5;
}
.blackButton:after {
  transition-delay: 0.2s;
}
.blackButton:hover {
  color: #000;
}
.blackButton:hover:before, .blackButton:hover:after {
  top: 0;
}

.orangeButton {
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #F47920;
  text-transform: capitalize;
  z-index: 11;
  transition: all 0.35s;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: 1px;
  display: inline-block;
  outline: none;
}
.orangeButton::before, .orangeButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.35s;
}
.orangeButton:before {
  opacity: 0.5;
}
.orangeButton:after {
  transition-delay: 0.2s;
}
.orangeButton:hover {
  color: #fff;
}
.orangeButton:hover:before, .orangeButton:hover:after {
  top: 0;
}

.grayButton {
  padding: 10px 30px;
  background: #b8b8b8;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 11;
  transition: all 0.35s;
}
.grayButton::before, .grayButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.35s;
}
.grayButton:before {
  opacity: 0.5;
}
.grayButton:after {
  transition-delay: 0.2s;
}
.grayButton:hover {
  color: #000;
}
.grayButton:hover:before, .grayButton:hover:after {
  top: 0;
}

.sectionTitle {
  font-size: 80px;
  line-height: 90px;
  color: #000;
  font-weight: 800;
  margin-bottom: 35px;
}
.sectionTitle.whiteText {
  color: #fff;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.font30 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 20px;
    line-height: 30px;
  }
}

.largeFont {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  color: #000;
}
@media (max-width: 1600px) {
  .largeFont {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .largeFont {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .largeFont {
    font-size: 22px;
    line-height: 32px;
  }
}

.sectionPadding {
  padding: 92px 0px;
}
@media (max-width: 1600px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.paddingTop {
  padding-top: 70px;
}

.sectionPaddingBottom {
  padding-bottom: 92px;
}
@media (max-width: 991px) {
  .sectionPaddingBottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sectionPaddingBottom {
    padding-bottom: 30px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.homebanner .bannerText .bannerDesc {
  font-size: 70px;
  letter-spacing: -0.01em;
  line-height: 70px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 300;
}
.homebanner .bannerText .bannerDesc span {
  font-weight: bold;
  display: block;
}
.homebanner .bannerText .bannerBtn {
  text-align: center;
}
.homebanner .bannerText .bannerBtn a {
  margin: 0 5px;
}
.homebanner .bannerText .bannerBtn .orangeButton {
  padding: 10px 30px;
  background: #F47920;
  color: #fff;
  border: 2px solid #F47920 !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 14px;
  display: inline-block;
}
.homebanner .bannerText .bannerBtn .orangeButton::before, .homebanner .bannerText .bannerBtn .orangeButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.35s;
}
.homebanner .bannerText .bannerBtn .orangeButton:before {
  opacity: 0.5;
}
.homebanner .bannerText .bannerBtn .orangeButton:after {
  transition-delay: 0.2s;
}
.homebanner .bannerText .bannerBtn .orangeButton:hover {
  color: #fff;
}
.homebanner .bannerText .bannerBtn .orangeButton:hover:before, .homebanner .bannerText .bannerBtn .orangeButton:hover:after {
  top: 0;
}
.homebanner .bannerText .bannerBtn .transparentButton {
  padding: 10px 30px;
  background: rgba(14, 14, 14, 0.31);
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 14px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  min-width: 170px;
}
.homebanner .bannerText .bannerBtn .transparentButton::before, .homebanner .bannerText .bannerBtn .transparentButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #F47920;
  z-index: -1;
  transition: all 0.35s;
}
.homebanner .bannerText .bannerBtn .transparentButton:before {
  opacity: 0.5;
}
.homebanner .bannerText .bannerBtn .transparentButton:after {
  transition-delay: 0.2s;
}
.homebanner .bannerText .bannerBtn .transparentButton:hover {
  color: #fff;
}
.homebanner .bannerText .bannerBtn .transparentButton:hover:before, .homebanner .bannerText .bannerBtn .transparentButton:hover:after {
  top: 0;
}
@media (max-width: 1600px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 55px;
    line-height: 60px;
  }
}
.homebanner .owl-carousel .owl-nav .owl-prev::before {
  left: 0;
}
.homebanner .owl-carousel .owl-nav .owl-next::before {
  right: 0;
}
.homebanner .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 11%;
  left: 47.5%;
}
.homebanner .owl-carousel .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
}
.homebanner .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  width: 13px;
  height: 13px;
  margin: 5px 10px;
}
@media (max-width: 767px) {
  .homebanner .owl-carousel .owl-dots .owl-dot span {
    padding: 5px 5px;
  }
}
.homebanner .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 10%;
}
.homebanner .owl-carousel .owl-nav .owl-next {
  height: auto;
  width: auto;
  background: transparent !important;
}
.homebanner .owl-carousel .owl-nav .owl-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: url(/ar-kw/assets/common/images/arrow_right_slider.svg) no-repeat;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  right: 41%;
  top: auto;
  bottom: 10%;
  margin: auto;
}
.homebanner .owl-carousel .owl-nav .owl-prev {
  height: auto;
  width: auto;
  background: transparent !important;
}
.homebanner .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: transparent;
  font-weight: 600;
  line-height: 30px;
  background: url(/ar-kw/assets/common/images/arrow_left_slider.svg) no-repeat;
  position: absolute;
  left: 45%;
  top: auto;
  bottom: 10%;
  margin: auto;
}
@media (max-width: 767px) {
  .homebanner .owl-carousel .owl-nav {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .homebanner .owl-carousel .owl-nav .owl-next::before {
    right: 39%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .homebanner .owl-carousel .owl-dots {
    left: 0;
    right: 0;
    max-width: 150px;
    margin: 0 auto;
  }
  .homebanner .owl-carousel .owl-nav .owl-prev::before {
    left: 42%;
  }
  .homebanner .owl-carousel .owl-nav .owl-next::before {
    right: 40%;
  }
}
@media (max-width: 1199px) {
  .homebanner .owl-carousel .owl-dots {
    left: 0;
    right: 0;
  }
}
.homebanner::before {
  content: "";
  display: block;
  background: url(/ar-kw/assets/common/images/banner_shape.svg) no-repeat;
  width: 24.3%;
  height: 102%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: right;
  top: -2%;
  bottom: 0;
  z-index: 11;
}
.homebanner.videobanner::before {
  content: "";
  display: none;
  background: url(/ar-kw/assets/common/images/banner_shape.svg) no-repeat;
  width: 24.3%;
  height: 102%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: right;
  top: -2%;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerBox .bannerImage img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .homebanner .bannerText .bannerBtn a {
    margin-bottom: 8px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 30px;
  }
}

.innerbanner {
  position: relative;
  min-height: 200px;
}
.innerbanner::before {
  content: "";
  display: block;
  background: url(/ar-kw/assets/common/images/innerbannershape.svg) no-repeat;
  width: 16%;
  height: 102%;
  position: absolute;
  top: -2%;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: right;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbanner .innerBlock .innerText {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0px;
  font-size: 75px;
  letter-spacing: -0.01em;
  line-height: 75px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .innerbanner .innerBlock .innerText {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBlock .innerText {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
    line-height: 40px;
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .innerbanner img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn.language-switch-btn.btn-clean.btn-icon {
  width: 30px;
  height: 25px;
}

.aside-enabled.subheader-fixed .breadcrumbsbox {
  width: 100%;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader {
  right: 0px !important;
  left: 0px !important;
  position: relative !important;
  bottom: inherit !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 0px !important;
  top: inherit !important;
  height: 40px !important;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader .align-items-center {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader .align-items-center .subheader-separator, .aside-enabled.subheader-fixed .breadcrumbsbox .subheader .align-items-center h5 {
  display: none !important;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader ul.breadcrumb li a {
  color: #000 !important;
  text-transform: capitalize;
  font-size: 14px;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader ul.breadcrumb li a:hover {
  color: #f47920 !important;
}
.aside-enabled.subheader-fixed .breadcrumbsbox .subheader ul.breadcrumb li span {
  color: #000 !important;
  text-transform: capitalize;
  font-size: 14px;
}
@media (max-width: 991px) {
  .aside-enabled.subheader-fixed .breadcrumbsbox .subheader {
    bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}

/* home page css */
.builtSection {
  position: relative;
}
.builtSection.builtafterNone:after {
  display: none;
}
.builtSection::after {
  content: "";
  position: absolute;
  left: -7%;
  top: 10%;
  background: url(/ar-kw/assets/common/images/about_block_img.png);
  width: 250px;
  height: 650px;
  background-repeat: no-repeat;
  background-position: right;
}
.builtSection .buildContent {
  padding-left: 6%;
}
.builtSection .buildContent .sectionTitle {
  font-size: 100px;
  line-height: 105px;
}
.builtSection .buildContent .orangeButton {
  background: #F47920;
  padding: 12px 45px;
}
.builtSection .buildContent p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 740px;
}
.builtSection .builtFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .builtSection .builtFlex {
    margin: 0px;
    padding: 0px;
  }
}
.builtSection .builtFlex li {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.builtSection .builtFlex li .iconBoxExpertise {
  background: #fff;
  border-radius: 21px;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  padding: 25px 18px;
  margin-bottom: 15px;
}
.builtSection .builtFlex li .iconBoxExpertise img {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.builtSection .builtFlex li .iconBoxExpertise p {
  font-weight: 600;
  direction: ltr;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 60px;
  color: #fe6d05;
}
.builtSection .builtFlex li .iconBoxExpertise p span.cntnum {
  font-style: normal !important;
  margin-right: 3px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 60px;
  color: #fe6d05;
}
.builtSection .builtFlex li .iconBoxExpertise p .countno {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.01em;
  line-height: 60px;
  color: #fe6d05;
  font-style: normal;
}
.builtSection .builtFlex li .iconBoxExpertise p span.countname {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #000;
  display: block;
  max-width: 150px;
}
.builtSection .builtFlex li .iconBoxExpertise:hover img {
  transform: scale(1.1);
}
.builtSection .builtFlex li:nth-child(2) {
  padding-top: 15%;
}
@media (max-width: 1600px) {
  .builtSection::after {
    left: -10%;
    top: 3%;
    width: 200px;
  }
  .builtSection .buildContent {
    padding-left: 3%;
  }
  .builtSection .buildContent p {
    font-size: 18px;
    line-height: 26px;
  }
  .builtSection .buildContent .sectionTitle {
    font-size: 70px;
    line-height: 80px;
  }
  .builtSection .buildContent .orangeButton {
    padding: 12px 35px;
  }
  .builtSection .builtFlex {
    justify-content: flex-start;
  }
  .builtSection .builtFlex li {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 13px;
  }
  .builtSection .builtFlex li .iconBoxExpertise {
    padding: 15px;
  }
  .builtSection .builtFlex li .iconBoxExpertise p {
    font-size: 24px;
    line-height: 45px;
  }
  .builtSection .builtFlex li .iconBoxExpertise p .countno {
    font-size: 24px;
    line-height: 35px;
  }
  .builtSection .builtFlex li .iconBoxExpertise img {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .builtSection::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .builtSection .buildContent {
    padding-left: 3%;
  }
  .builtSection .buildContent .sectionTitle {
    font-size: 50px;
    line-height: 60px;
  }
  .builtSection .buildContent p {
    font-size: 16px;
    line-height: 26px;
  }
  .builtSection .builtFlex {
    flex-wrap: nowrap;
  }
  .builtSection .builtFlex li .iconBoxExpertise p .countno {
    font-size: 20px;
    line-height: 30px;
  }
  .builtSection .builtFlex li .iconBoxExpertise p span {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .builtSection:after {
    display: none;
  }
  .builtSection .buildContent {
    padding-left: inherit;
  }
  .builtSection .builtFlex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .builtSection:after {
    display: none;
  }
  .builtSection .buildContent {
    margin-bottom: 50px;
  }
  .builtSection .buildContent .sectionTitle {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
  }
  .builtSection .builtFlex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .builtSection .builtFlex li {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 0px 6px;
  }
  .builtSection .builtFlex li:nth-child(2) {
    padding-top: 0;
  }
  .builtSection .builtFlex li .iconBoxExpertise p {
    text-align: center !important;
  }
  .builtSection .builtFlex li .iconBoxExpertise p span {
    font-size: 12px;
    line-height: 15px;
  }
  .builtSection .builtFlex li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .builtSection .builtFlex li:last-child .iconBoxExpertise {
    width: 46%;
  }
}
@media (max-width: 575px) {
  .builtSection .buildContent .sectionTitle {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1510px) {
  .builtSection .buildContent {
    padding-left: 10%;
  }
}
.expertise {
  padding: 140px;
  background: url(/ar-kw/assets/common/images/expertise_bg.jpg) no-repeat;
  background-size: cover;
}
.expertise .sectionTitle {
  font-size: 75px;
  text-align: right;
  margin-bottom: 0;
}
.expertise .expertiseFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.expertise .expertiseFlex li {
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.expertise .expertiseFlex li .iconBoxExpertise {
  background: #fff;
  border-radius: 21px;
  box-shadow: 0px 10px 55px rgba(255, 255, 255, 0.36);
  padding: 30px 20px;
  margin-bottom: 15px;
}
.expertise .expertiseFlex li .iconBoxExpertise img {
  margin-bottom: 30px;
}
.expertise .expertiseFlex li .iconBoxExpertise p {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 21px;
  text-align: left;
  color: #000;
  font-weight: 800;
}
.expertise .expertiseFlex li:nth-child(3) {
  padding-top: 15%;
}
.expertise .expertiseFlex li .industrialcontainer .industrial {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.front {
  z-index: 2;
  position: relative;
  transform: rotateY(0deg);
  backface-visibility: hidden;
}
.expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  z-index: 1;
  min-height: 100%;
  background: #fff;
}
.expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.back ol {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  list-style-type: disc;
}
.expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.back ol li {
  margin: 0px 0px 0px;
  padding: 0px;
  text-align: right;
  color: #000;
  font-size: 12px;
  max-width: 90%;
  width: 100%;
}
@media screen and (min-width: 1650px) {
  .expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.back ol li {
    margin: 0px 0px 6px;
    font-size: 16px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.front {
      z-index: 2;
      position: relative;
    }
    .expertise .expertiseFlex li .industrialcontainer .industrial .iconBoxExpertise.back {
      z-index: 2;
    }
  }
}
.expertise .expertiseFlex li .industrialcontainer:hover {
  z-index: 1;
}
.expertise .expertiseFlex li .industrialcontainer:hover .industrial {
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .expertise .expertiseFlex li .industrialcontainer {
    margin-bottom: 25px;
  }
}
@media (max-width: 1600px) {
  .expertise {
    padding: 30px 0px 50px;
  }
  .expertise .sectionTitle {
    font-size: 50px;
    line-height: 60px;
  }
  .expertise .expertiseFlex li {
    margin-bottom: 15px;
    margin-right: 11px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise {
    margin-bottom: 10px;
    padding: 25px 14px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise img {
    height: 70px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .expertise {
    padding: 30px;
  }
  .expertise .sectionTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise img {
    height: 60px;
    margin-bottom: 20px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .expertise {
    padding: 50px 20px;
  }
  .expertise .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .expertise {
    padding: 50px 20px;
  }
  .expertise .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .expertise .expertiseFlex {
    margin-top: 30px;
    justify-content: center;
    padding: 0px;
  }
  .expertise .expertiseFlex li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 5px;
  }
  .expertise .expertiseFlex li .iconBoxExpertise {
    text-align: center;
  }
  .expertise .expertiseFlex li .iconBoxExpertise p {
    text-align: center;
  }
  .expertise .expertiseFlex li:nth-child(3) {
    padding-top: 0%;
  }
}

.newsEvents {
  background: #F3F3F3;
}
.newsEvents .newsFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 3.5%;
  padding-right: 3%;
}
.newsEvents .newsFlex .newsTitle {
  flex: 0 0 100%;
  max-width: 100%;
}
.newsEvents .newsFlex .newsTitle .maxWidthNews {
  max-width: 100%;
  text-align: center;
}
.newsEvents .newsFlex .newsSlider {
  flex: 0 0 100%;
  max-width: 100%;
}
.newsEvents .newsBox {
  box-shadow: 0px 10px 15px rgba(128, 88, 88, 0.36);
  border-radius: 20px;
  overflow: hidden;
  margin: 15px 20px 40px;
  transition: all 0.5s ease-in-out;
}
.newsEvents .newsBox .newimageBox {
  max-height: 300px;
  overflow: hidden;
  border: 0px solid #000;
}
.newsEvents .newsBox .newimageBox img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsEvents .newsBox .newsContent {
  padding: 40px 30px;
  background: #fff;
  min-height: 260px;
}
.newsEvents .newsBox .newsContent .date {
  color: #B8B8B8;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.newsEvents .newsBox .newsContent p {
  font-size: 21px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.newsEvents .newsBox .orangeButton {
  background: #F47920;
  padding: 11px 40px;
}
.newsEvents .newsBox:hover {
  transform: translateY(-10px);
}
@media (max-width: 1600px) {
  .newsEvents .newsFlex {
    padding-left: 0px;
  }
  .newsEvents .newsFlex .newsTitle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsEvents .newsSlider {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsEvents .newsBox .newsContent {
    padding: 30px 20px;
  }
  .newsEvents .newsBox .newsContent p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .newsEvents .newsFlex .newsTitle {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .newsEvents .newsFlex .newsTitle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsEvents .newsFlex .newsTitle .maxWidthNews {
    text-align: center;
  }
  .newsEvents .newsFlex .newsSlider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .newsEvents .newsBox .newsContent p {
    font-size: 18px;
    line-height: 26px;
  }
  .newsEvents .newsFlex .newsTitle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsEvents .newsFlex .newsTitle .maxWidthNews {
    text-align: center;
    margin-bottom: 20px;
  }
  .newsEvents .newsFlex .newsSlider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .newsEvents .newsFlex .newsTitle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsEvents .newsFlex .newsTitle .maxWidthNews {
    text-align: center;
  }
  .newsEvents .newsFlex .newsSlider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.newsEvents .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}
.newsEvents .owl-carousel .owl-nav .owl-prev::before {
  left: 0px;
}
.newsEvents .owl-carousel .owl-nav .owl-next::before {
  right: 0px;
}
@media (max-width: 1199px) {
  .newsEvents .owl-nav {
    display: none;
  }
}

.whyusSec {
  background: #ccc;
  display: none;
}

.ourprojects h4 {
  color: #000;
}
.ourprojects h4 i {
  color: #000 !important;
}

.partnerSlider {
  max-width: 1000px;
  margin: 0 auto;
}
.partnerSlider .partnerbox {
  text-align: center;
}
.partnerSlider .partnerbox img {
  margin-bottom: 15px;
  width: auto;
  margin: 0 auto 15px;
}
.partnerSlider .partnerbox p {
  font-style: italic;
  font-size: 28px;
  line-height: 35px;
  color: #000;
}
.partnerSlider .slick-dots {
  text-align: center;
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.partnerSlider .slick-dots li {
  height: auto;
  width: auto;
}
.partnerSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
  font-size: 0px;
  transition: all 0.2s ease-in-out;
}
.partnerSlider .slick-dots li button::before {
  display: none;
}
.partnerSlider .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 5px;
  background: #d4d4d4;
}
@media (max-width: 1600px) {
  .partnerSlider .partnerbox p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .partnerSlider {
    padding-left: 3%;
  }
  .partnerSlider .partnerbox p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .partnerSlider {
    padding-left: 0;
  }
  .partnerSlider .videobox iframe {
    width: 100% !important;
  }
}
.partnerSlider .owl-nav {
  position: absolute;
  top: 55%;
  width: 100%;
}
.partnerSlider .owl-carousel .owl-nav .owl-prev::before {
  left: -55px;
}
.partnerSlider .owl-carousel .owl-nav .owl-next::before {
  right: -50px;
}
.partnerSlider .owl-carousel .owl-dots {
  text-align: center;
}
@media (max-width: 1199px) {
  .partnerSlider .owl-nav {
    display: none;
  }
}

.projectSlider .owl-carousel {
  padding: 0 20px;
  padding-top: 35px;
}
.projectSlider .owl-carousel .owl-item {
  margin: 0px 15px;
}
.projectSlider .owl-carousel .owl-stage-outer {
  height: 120px;
}
.projectSlider .projectbox {
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: center;
  background: transparent;
  max-width: 90%;
  justify-content: center;
}
.projectSlider .projectbox img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.projectSlider.awardsbox .projectbox {
  box-shadow: none !important;
  border: 0px;
}
.projectSlider.awardsbox .projectbox img {
  height: 150px;
}
.projectSlider .slick-prev:before {
  content: "\f104";
  display: block;
  width: 30px;
  height: 30px;
  background: #686868;
  font-family: "FontAwesome";
  line-height: 30px;
  border-radius: 50%;
}
.projectSlider .slick-next:before {
  content: "\f105";
  display: block;
  width: 30px;
  height: 30px;
  background: #686868;
  font-family: "FontAwesome";
  line-height: 30px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .projectSlider .owl-carousel .owl-item {
    margin: 0px;
  }
}
.projectSlider.threeddemobox .owl-carousel img {
  border: 1px solid #cccccc;
}
.projectSlider.threeddemobox .owl-carousel .owl-stage-outer {
  height: 300px;
}
.projectSlider.threeddemobox h4 {
  padding: 12px 10px;
  text-align: center;
  color: #000000;
}

.partnerSec {
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.09);
}
.partnerSec .row {
  align-items: center;
}
@media (max-width: 991px) {
  .partnerSec .sectionTitle {
    text-align: center;
  }
}

.excellenceAbout {
  position: relative;
}
.excellenceAbout::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  background: url(/ar-kw/assets/common/images/graybgimage.png);
  width: 425px;
  height: 100%;
  background-repeat: no-repeat;
}
.excellenceAbout .sectionTitle {
  z-index: 11;
  position: relative;
}
.excellenceAbout p {
  position: relative;
  z-index: 11;
}

.portfolioSec {
  display: flex;
}
.portfolioSec .leftSide {
  background: url(/ar-kw/assets/common/images/expertise_bg.jpg) no-repeat;
  background-size: cover;
  flex: 0 0 55%;
  max-width: 55%;
  padding: 100px 9% 100px 8%;
}
.portfolioSec .rightSide {
  flex: 0 0 45%;
  max-width: 45%;
}
.portfolioSec .rightSide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1600px) {
  .portfolioSec .leftSide {
    padding: 60px 8% 60px 8%;
  }
}
@media (max-width: 1199px) {
  .portfolioSec .leftSide {
    position: relative;
    padding: 60px 5%;
  }
  .portfolioSec .leftSide::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .portfolioSec .leftSide h2, .portfolioSec .leftSide p {
    position: relative;
  }
}
@media (max-width: 991px) {
  .portfolioSec .leftSide {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .portfolioSec .rightSide {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .portfolioSec {
    flex-wrap: wrap;
  }
  .portfolioSec .leftSide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portfolioSec .rightSide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.portfolioSec.storageBgService .leftSide {
  background: url(/ar-kw/assets/common/images/storage_solution_service.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .portfolioSec.storageBgService {
    flex-wrap: wrap;
  }
  .portfolioSec.storageBgService .leftSide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portfolioSec.storageBgService .rightSide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.vision_missionSec {
  display: flex;
}
.vision_missionSec .leftSide {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 100px 9% 100px 8%;
}
.vision_missionSec .rightSide {
  flex: 0 0 45%;
  max-width: 45%;
}
.vision_missionSec .rightSide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .vision_missionSec {
    flex-wrap: wrap;
  }
  .vision_missionSec .leftSide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 9%;
  }
  .vision_missionSec .rightSide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.valueSection {
  position: relative;
}
.valueSection::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  background: url(/ar-kw/assets/common/images/graybgimage.svg);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.valuesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.valuesList li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}
.valuesList li:hover .valuebox img {
  transition: ease all 0.5s;
  margin-bottom: 30px;
  margin-top: 10px;
}
.valuesList li .valuebox {
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  padding: 35px 20px;
  height: 100%;
  min-height: 361px;
}
.valuesList li .valuebox img {
  margin-bottom: 40px;
  transition: ease all 0.5s;
  margin-top: 0px;
}
.valuesList li .valuebox p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
}
.valuesList li .valuebox .title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .valuesList li .valuebox img {
    margin-bottom: 20px;
  }
  .valuesList li .valuebox p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1600px) {
  .valuesList li {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .valuesList li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .valuesList li .valuebox {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .valuesList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .valuesList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .valuesList {
    padding: 0px;
  }
}

.teamList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teamList li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px;
}
.teamList li .teambox {
  margin-bottom: 15px;
}
.teamList li .teambox img {
  width: 100%;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  height: 100%;
}
.teamList li .teambox .name {
  font-size: 25px;
  letter-spacing: -0.01em;
  line-height: 19px;
  border-radius: 15px;
  background: #fff;
  max-width: 85%;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  text-align: center;
}
.teamList li .teambox .name span {
  display: block;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #5e5b5b;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .teamList li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .teamList li .teambox {
    margin-bottom: 0;
  }
  .teamList li .teambox .name {
    padding: 20px 15px;
    font-size: 20px;
  }
  .teamList li .teambox .name span {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .teamList li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .teamList li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 8px;
  }
  .teamList li .teambox {
    margin-bottom: 0px;
  }
  .teamList li .teambox .name {
    padding: 15px 8px;
    font-size: 18px;
  }
  .teamList li .teambox .name span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .teamList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .teamList li {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .teamList {
    padding: 0px;
  }
}

.floatleftImage {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .floatleftImage {
    padding: 0px;
    margin-right: 0px;
  }
}

/* footer */
.footer {
  background: #000;
  padding: 65px 0px 35px;
  color: #fff;
  position: relative;
}
.footer:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(/ar-kw/assets/common/images/footer_bg.png) no-repeat;
  background-size: cover;
  top: 0;
  width: 16%;
  height: 100%;
}
.footer .fenglogo {
  display: none;
}
.footer .farlogo {
  display: block;
}
.footer .centerAlign {
  align-items: center;
  margin-bottom: 45px;
}
.footer .orangeButton {
  background: #FF6600;
}
.footer .orangeButton::before, .footer .orangeButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #171717;
  z-index: -1;
  transition: all 0.35s;
  overflow: hidden;
  border-radius: 50px;
}
.footer .orangeButton:before {
  opacity: 0.5;
}
.footer .orangeButton:after {
  transition-delay: 0.2s;
}
.footer .orangeButton:hover {
  color: #fff;
}
.footer .orangeButton:hover:before, .footer .orangeButton:hover:after {
  top: 0;
}
.footer .footerLogo img {
  background: #fff;
  padding: 22px 32px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}
.footer .footerTopLeft {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footerTopRight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .footerTopRight h4 {
  margin: 0px;
  font-weight: 200;
  margin-right: 20px;
  font-size: 30px;
}
.footer .socialIcon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.footer .socialIcon li {
  margin-right: 5px;
  list-style: none;
}
.footer .socialIcon li a {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  transition: all 0.8s ease-in-out;
  transform: rotate(0deg);
}
.footer .socialIcon li a i {
  color: #000;
  font-size: 18px;
}
.footer .socialIcon li:hover a {
  transform: rotate(360deg);
}
.footer .footerHeading {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footerLinks li {
  margin-bottom: 8px;
  display: block;
}
.footer .footerLinks li a {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  transition: all 0.8s ease-in-out;
  text-transform: capitalize;
}
.footer .footerLinks li:hover a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyRight {
  padding-top: 40px;
}
.footer .copyRight p {
  font-size: 12px;
  font-weight: 200;
  color: #fff;
}
.footer .copyRight .bottomLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .copyRight .bottomLink li {
  margin-right: 25px;
}
.footer .copyRight .bottomLink li a {
  color: #FF6600;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.5s ease-in-out;
}
.footer .copyRight .bottomLink li:hover a {
  color: #fff;
}
@media (max-width: 1600px) {
  .footer .footerTopRight h4 {
    font-size: 25px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .footer .footerTopRight {
    align-items: center;
  }
  .footer .footerTopRight .orangeButton {
    padding: 10px 15px;
  }
  .footer .footerTopRight h4 {
    font-size: 18px;
    margin-right: 10px;
  }
  .footer .footerHeading {
    font-size: 18px;
  }
  .footer .footerLinks li a {
    font-size: 12px;
  }
  .footer .copyRight .bottomLink {
    justify-content: flex-start;
  }
  .footer .copyRight .bottomLink li {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 65px 30px 35px;
  }
  .footer .centerAlign {
    justify-content: center;
  }
  .footer .footerLogo {
    margin-bottom: 25px;
  }
  .footer .footerTopRight {
    justify-content: center;
    padding-top: 15px;
  }
  .footer .footerTopRight h4 {
    font-size: 25px;
  }
  .footer .tabmrbtm30 {
    margin-bottom: 30px;
  }
  .footer .tabmrbtm40 {
    margin-bottom: 40px;
  }
  .footer .copyRight {
    padding-top: 0;
    text-align: center;
  }
  .footer .copyRight .bottomLink {
    justify-content: center;
  }
  .footer .footerTopLeft {
    justify-content: center;
  }
  .footer .footerLinks li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 30px 50px;
  }
  .footer .centerAlign {
    margin-bottom: 15px;
  }
  .footer .footerHeading {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center !important;
  }
  .footer .socialIcon {
    margin-left: 0;
  }
  .footer .footerLogo {
    margin-bottom: 25px;
  }
  .footer .footerLogo img {
    transform: scale(0.8);
  }
  .footer .footerLinks li {
    text-align: center;
  }
  .footer .footerLinks li a {
    font-size: 14px;
  }
  .footer .footerTopLeft {
    flex-direction: column;
  }
  .footer .footerTopRight {
    padding-top: 25px;
    justify-content: center;
    padding-bottom: 10px;
  }
  .footer .footerTopRight h4 {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .footer .footerBottom {
    text-align: left;
  }
  .footer .copyRight {
    text-align: center;
  }
  .footer .copyRight p {
    margin-bottom: 5px;
    text-align: center !important;
  }
  .footer .copyRight .bottomLink {
    margin: 0px !important;
    padding: 0px !important;
  }
  .footer .copyRight .bottomLink li {
    margin-right: 14px;
  }
}
@media (max-width: 575px) {
  .footer .footerBottom {
    text-align: center;
  }
}

.owl-carousel .owl-nav .owl-next {
  height: auto;
  width: auto;
  background: transparent !important;
}
.owl-carousel .owl-nav .owl-next::before {
  content: "\f105";
  display: block;
  width: 30px;
  height: 30px;
  background: #686868;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-carousel .owl-nav .owl-prev {
  height: auto;
  width: auto;
  background: transparent !important;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "\f104";
  display: block;
  width: 30px;
  height: 30px;
  background: #686868;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-prev::before {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next::before {
    right: 0;
  }
}

.owl-theme .owl-dots {
  text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
  background: #000000;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  border-radius: 5px;
  background: #d4d4d4;
  width: 25px;
}

#accordionId .btn {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  text-decoration: none;
  background: transparent;
  color: #000;
  padding: 30px 0px;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  box-shadow: none !important;
}
#accordionId .btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 14px;
  font-weight: 600;
  top: 60px;
  position: absolute;
  right: 60px;
  background: url(/ar-kw/assets/common/images/faq_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#accordionId .btn.collapsed {
  background: #fff;
  color: #919191;
}
#accordionId .card-header {
  border-bottom: 0px;
}
#accordionId .card-body {
  padding-top: 0;
}
#accordionId .accordion-item {
  border: 0;
  margin-bottom: 30px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  overflow: hidden;
}
#accordionId .accordion-item.panel .btn {
  color: #919191;
}
#accordionId .accordion-item.panel .btn::after {
  transform: rotate(180deg);
}
#accordionId .accordion-item.panel-open .btn {
  color: #000;
}
#accordionId .accordion-item.panel-open .btn::after {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out all;
}
#accordionId .accordion-item .accordion-header1 {
  padding: 0;
  border: 0;
}
#accordionId .accordion-item .accordion-body {
  background: transparent;
}
@media (max-width: 1600px) {
  #accordionId .btn {
    font-size: 40px;
    line-height: 50px;
    padding-right: 60px;
  }
  #accordionId .accordion-body p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #accordionId .btn {
    font-size: 25px;
    line-height: 35px;
    padding-left: 60px;
    text-align: right;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #accordionId .btn::after {
    top: 45px !important;
  }
  #accordionId .accordion-body {
    text-align: right;
  }
  #accordionId .accordion-body p {
    font-size: 16px;
  }
  #accordionId .card-body .floatleftImage {
    float: none;
  }
}
@media (max-width: 575px) {
  #accordionId #accordionId .accordion-item.panel-open .btn {
    padding: 20px;
    padding-right: 40px;
  }
  #accordionId #accordionId .btn::after {
    left: 20px;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-button::after {
  background-image: none;
}

/*tab css */
.tabStructure {
  margin-top: 50px;
}
.tabStructure.salesnetwork {
  margin-top: 0px;
}
.tabStructure.salesnetwork .tab-content {
  padding-top: 50px;
}
.tabStructure.salesnetwork .filterProject {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.tabStructure.salesnetwork .filterProject li {
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 20px;
}
.tabStructure.salesnetwork .filterProject li.filterText {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.tabStructure.salesnetwork .filterProject li:first-child {
  flex: 0 0 15%;
  max-width: 15%;
  text-align: center;
}
.tabStructure.salesnetwork .filterProject li .form-group {
  margin-bottom: 0px;
}
.tabStructure.salesnetwork .filterProject li .form-group .form-control {
  border-radius: 5px;
  background: #f3f3f3;
  border: 0px;
  height: 65px;
  padding: 15px 20px;
  color: #8d8d8d;
  font-size: 17px;
}
.tabStructure.salesnetwork .filterProject li .orangeButton {
  padding: 23px 30px;
}
@media screen and (max-width: 767px) {
  .tabStructure.salesnetwork .filterProject li .orangeButton {
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure.salesnetwork .filterProject {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
  }
  .tabStructure.salesnetwork .filterProject li {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 20px;
    margin-right: 0px;
  }
  .tabStructure.salesnetwork .filterProject li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tabStructure.salesnetwork .filterProject {
    width: 100%;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .tabStructure.salesnetwork .filterProject li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .tabStructure.salesnetwork .filterProject li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.tabStructure.salesnetwork #accordionId button {
  margin: 0px;
  padding: 0px;
}
.tabStructure.salesnetwork #accordionId button.btn {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .tabStructure.salesnetwork #accordionId button.btn:after {
    top: 20px;
  }
}
.tabStructure.salesnetwork #accordionId .card-header {
  padding: 1rem 2.25rem;
}
.tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry {
  flex: 0 0 100%;
  max-width: 100%;
  box-shadow: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .flagIcon {
  flex: 0 0 10%;
  max-width: 10%;
}
.tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .detailContact {
  flex: 0 0 30%;
  max-width: 30%;
}
.tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .detailContact ul li:first-child {
  padding-left: 30px;
}
.tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .googlemapbox {
  flex: 0 0 57%;
  max-width: 57%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .flagIcon {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .detailContact {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .googlemapbox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .flagIcon {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .detailContact {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .googlemapbox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .flagIcon {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .detailContact {
    flex: 0 0 100%;
    margin: 15px 0px;
    max-width: 100%;
  }
  .tabStructure.salesnetwork #accordionId .accordion-body.countrySection .boxCountry .googlemapbox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tabStructure.mg0 {
  margin: 0px;
}
.tabStructure .nav-tabs {
  border: 0;
  justify-content: center;
  position: relative;
}
.tabStructure .nav-tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.tabStructure .nav-tabs > li.nav-item {
  margin: 0 40px;
  position: relative;
}
.tabStructure .nav-tabs > li.nav-item > a {
  color: #000;
  padding: 15px;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  border: 0;
  position: relative;
}
.tabStructure .nav-tabs > li.nav-item > a::after {
  content: "";
  display: block;
  width: 100%;
  z-index: 1;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.tabStructure .nav-tabs > li.nav-item > a.active, .tabStructure .nav-tabs > li.nav-item > a:hover {
  color: #fe6d05 !important;
  border-radius: 0;
  background: transparent;
}
.tabStructure .nav-tabs > li.nav-item > a.active::after, .tabStructure .nav-tabs > li.nav-item > a:hover::after {
  background: #fe6d05;
}
.tabStructure #accordionId {
  padding-top: 80px;
}
.tabStructure #accordionId .accordion-item .accordion-header1 .accordion-button,
.tabStructure #accordionId .accordion-item .accordion-header1 .accordion-button.collapsed {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000;
}
.tabStructure #accordionId .accordion-item .accordion-header1 {
  margin: 0px;
}
.tabStructure #accordionId .accordion-item .accordion-body p {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1300px) {
  .tabStructure .nav-tabs > li.nav-item {
    margin: 0px 15px;
  }
}
@media (max-width: 1600px) {
  .tabStructure #accordionId {
    padding-top: 50px;
  }
  .tabStructure #accordionId .btn::after {
    top: 30px;
  }
  .tabStructure #accordionId .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .tabStructure .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    border-bottom: 1px solid #9b9b9b;
  }
  .tabStructure .nav-tabs > li.nav-item {
    margin-left: 15px;
  }
  .tabStructure .nav-tabs > li.nav-item a {
    white-space: nowrap;
    font-size: 18px;
    line-height: 20px;
  }
  .tabStructure .nav-tabs:after {
    display: none;
  }
  .tabStructure #accordionId .accordion-item .accordion-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
  .tabStructure #accordionId .btn::after {
    top: 0;
    left: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .tabStructure #accordionId .btn {
    padding-left: 60px !important;
    padding-right: 0px !important;
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .tabStructure #accordionId .btn {
    font-size: 20px;
    line-height: 28px;
  }
  .tabStructure #accordionId .card-body {
    padding: 20px;
  }
  .tabStructure #accordionId .btn::after {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .tabStructure .nav-tabs {
    justify-content: flex-start;
  }
  .tabStructure #accordionId .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 25px;
  }
}

.stickyBtns {
  border-radius: 40px;
  background: #f47920;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.13);
  padding: 25px 10px;
  z-index: 11;
  position: fixed;
  right: 0;
  top: 40%;
}
.stickyBtns li {
  list-style: none;
  margin-bottom: 20px;
}
.stickyBtns li:last-child {
  margin-bottom: 0px;
}
.stickyBtns li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #f5f5f5;
  max-width: 60px;
  display: flex;
  text-align: center;
  transition: all 0.5s ease-in-out;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stickyBtns li a span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
}
.stickyBtns li a i {
  color: #fff;
  font-size: 18px;
}
.stickyBtns li:hover a {
  transform: scale(1.1);
}
.stickyBtns.getquotes {
  top: 28%;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  width: 86px;
  filter: drop-shadow(0px 20px 44px rgba(0, 0, 0, 0.15));
  height: 86px;
  border-radius: 100%;
  border: 5px solid #bebebe;
}
.stickyBtns.getquotes a {
  color: #fff;
}
.stickyBtns.getquotes a svg {
  fill: #fff;
}
.stickyBtns.getquotes a ​path {
  fill: #fff;
}
@media (max-width: 991px) {
  .stickyBtns.getquotes {
    background: #fff;
  }
  .stickyBtns.getquotes a {
    color: #000;
  }
}
.stickyBtns.saleslocation {
  top: 38%;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  width: 86px;
  filter: drop-shadow(0px 20px 44px rgba(0, 0, 0, 0.15));
  height: 86px;
  border-radius: 100%;
  border: 5px solid #bebebe;
}
.stickyBtns.saleslocation a {
  color: #fff;
}
.stickyBtns.saleslocation a svg {
  fill: #fff;
}
.stickyBtns.saleslocation a ​path {
  fill: #fff;
}
.stickyBtns.saleslocation.buildDesign {
  top: 51%;
}
.stickyBtns.saleslocation.buildDesign a span {
  font-size: 11px;
}
.stickyBtns.saleslocation.buildDesign img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1800px) {
  .stickyBtns.saleslocation.buildDesign {
    top: 48%;
  }
}
@media (max-width: 991px) {
  .stickyBtns.saleslocation {
    background: #fff;
  }
  .stickyBtns.saleslocation a {
    color: #000;
  }
}
.stickyBtns .quoteblack {
  display: none;
}
.stickyBtns .quotewhite {
  display: block;
}
@media (max-width: 991px) {
  .stickyBtns .quoteblack {
    display: block;
  }
  .stickyBtns .quotewhite {
    display: none;
  }
}
.stickyBtns.scroll-add.getquotes {
  background: #fff;
}
.stickyBtns.scroll-add.getquotes a {
  color: #000;
}
.stickyBtns.scroll-add.saleslocation {
  background: #fff;
}
.stickyBtns.scroll-add.saleslocation a {
  color: #000;
}
.stickyBtns.scroll-add .quoteblack {
  display: block;
}
.stickyBtns.scroll-add .quotewhite {
  display: none;
}
@media (max-width: 1600px) {
  .stickyBtns {
    padding: 20px 10px;
  }
  .stickyBtns li {
    margin-bottom: 20px;
  }
  .stickyBtns li:last-child {
    margin-bottom: 0px;
  }
  .stickyBtns.getquotes {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .stickyBtns {
    padding: 20px 0px;
  }
  .stickyBtns li a span {
    display: none;
  }
  .stickyBtns.getquotes {
    top: 28%;
    width: 63px;
    height: 63px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .stickyBtns.saleslocation {
    top: 40%;
    width: 63px;
    height: 63px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .stickyBtns.saleslocation {
    top: 48%;
  }
  .stickyBtns.saleslocation.buildDesign {
    top: 67%;
  }
}

.testimonialList {
  padding: 0px !important;
}
.testimonialList li {
  margin-top: 60px;
}
.testimonialList li .testimonialBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
}
.testimonialList li .testimonialBox .testimonialsimg {
  flex: 0 0 15%;
  max-width: 15%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.testimonialList li .testimonialBox .testimonialsimg img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .testimonialList li .testimonialBox .testimonialsimg {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonialList li .testimonialBox p {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 70px;
  margin-bottom: 0px;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  line-height: 38px;
}
.testimonialList li .testimonialBox .videobox {
  margin-right: 65px;
}
@media (max-width: 1600px) {
  .testimonialList li .testimonialBox {
    padding: 35px;
  }
  .testimonialList li .testimonialBox p {
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .testimonialList li .testimonialBox p {
    font-size: 18px;
    line-height: 26px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .testimonialList li .testimonialBox {
    flex-direction: column;
    align-items: center;
    padding: 25px;
  }
  .testimonialList li .testimonialBox img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .testimonialList li .testimonialBox p {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .testimonialList li .testimonialBox .videobox {
    margin-right: 0px;
  }
  .testimonialList li .testimonialBox .videobox iframe {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  .testimonialList li {
    margin-top: 30px;
  }
}

.videoList {
  display: flex;
  flex-wrap: wrap;
}
.videoList li {
  list-style: none;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 10px 15px;
}
.videoList li .videoBox {
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  border-radius: 21px;
  overflow: hidden;
  margin: 10px 0px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.videoList li .videoBox iframe {
  width: 100%;
  min-height: 250px;
}
.videoList li .videoBox .videoInfo {
  padding: 30px 40px;
}
.videoList li .videoBox .videoInfo span {
  display: block;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  min-height: 60px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #000;
}
.videoList li .videoBox .videoInfo p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}
.videoList li .videoBox:hover {
  transform: translateY(-10px);
}
@media (max-width: 1600px) {
  .videoList li .videoBox {
    margin: 0px;
  }
  .videoList li .videoBox iframe {
    min-height: 200px;
  }
  .videoList li .videoBox .videoInfo {
    padding: 25px 20px;
  }
  .videoList li .videoBox .videoInfo span {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .videoList li .videoBox .videoInfo p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .videoList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .videoList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .videoList li .videoBox {
    display: flex;
  }
  .videoList li .videoBox iframe {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: inherit;
  }
  .videoList li .videoBox .videoInfo {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .videoList li .videoBox {
    display: flex;
    flex-direction: column;
  }
  .videoList li .videoBox iframe {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 200px;
  }
  .videoList li .videoBox .videoInfo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .videoList {
    padding: 0px;
  }
}

.countrySection {
  display: flex;
  flex-wrap: wrap;
}
.countrySection .boxCountry {
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  padding: 30px;
  flex: 0 0 30%;
  max-width: 30%;
  margin: 0px 15px 30px;
  display: flex;
}
.countrySection .boxCountry .flagIcon {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.countrySection .boxCountry .flagIcon img {
  border-radius: 50%;
  border: 4px solid #fff;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.27));
}
.countrySection .boxCountry .detailContact {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.countrySection .boxCountry .detailContact .font25 {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px;
}
.countrySection .boxCountry .detailContact ul li {
  font-size: 16px;
  color: #5e5b5b;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  line-height: 21px;
}
.countrySection .boxCountry .detailContact ul li:first-child {
  padding-left: 0;
}
.countrySection .boxCountry .detailContact ul li a {
  font-size: 16px;
  color: #5e5b5b;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.countrySection .boxCountry .detailContact ul li a:hover {
  color: #fe6d05;
}
.countrySection .boxCountry .detailContact ul li img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
}
.countrySection.manufacturingSection {
  justify-content: center;
}
.countrySection.manufacturingSection .boxCountry {
  flex: 0 0 47%;
  max-width: 47%;
  padding: 0px;
  border-radius: 21px;
  overflow: hidden;
}
.countrySection.manufacturingSection .boxCountry .flagIcon {
  display: block;
  flex: 0 0 45%;
  max-width: 45%;
}
.countrySection.manufacturingSection .boxCountry .flagIcon img {
  border-radius: 0;
  filter: none;
  border: 0;
  width: 100%;
}
.countrySection.manufacturingSection .boxCountry .flagIcon .operationSince {
  text-align: center;
}
.countrySection.manufacturingSection .boxCountry .flagIcon .operationSince p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #FE6D05;
}
.countrySection.manufacturingSection .boxCountry .flagIcon .operationSince .orangeBg {
  background: #FE6D05;
  color: #fff;
}
.countrySection.manufacturingSection .boxCountry .detailContact {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 30px 30px 10px;
}
@media (max-width: 1600px) {
  .countrySection.manufacturingSection .boxCountry .detailContact {
    padding: 15px;
  }
  .countrySection.manufacturingSection .boxCountry .detailContact .font25 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .countrySection.manufacturingSection .boxCountry .detailContact ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .countrySection.manufacturingSection .boxCountry .detailContact ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .countrySection.manufacturingSection {
    flex-wrap: wrap;
  }
  .countrySection.manufacturingSection .boxCountry {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .countrySection.manufacturingSection .boxCountry .flagIcon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .countrySection.manufacturingSection .boxCountry .detailContact {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .countrySection.manufacturingSection .boxCountry {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .countrySection.manufacturingSection .boxCountry .flagIcon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .countrySection.manufacturingSection .boxCountry .detailContact {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  .countrySection {
    justify-content: center;
    padding: 0px;
  }
  .countrySection .boxCountry {
    flex-wrap: nowrap;
    padding: 20px 15px;
  }
  .countrySection .boxCountry .detailContact .font25 {
    font-size: 20px;
    line-height: 23px;
  }
  .countrySection .boxCountry .detailContact ul li {
    font-size: 15px;
    line-height: 21px;
  }
  .countrySection .boxCountry .detailContact ul li a {
    font-size: 15px;
    line-height: 21px;
    white-space: normal;
    word-break: break-word;
  }
}
@media (max-width: 1300px) {
  .countrySection .boxCountry {
    margin: 10px;
    display: initial;
  }
  .countrySection .boxCountry .flagIcon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .countrySection .boxCountry .detailContact {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .countrySection .boxCountry {
    flex: 0 0 47%;
    max-width: 47%;
    margin: 10px;
    display: initial;
  }
  .countrySection .boxCountry .flagIcon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .countrySection .boxCountry .detailContact {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .countrySection .boxCountry {
    margin: 10px 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-group {
  margin-bottom: 20px;
}

.pdbtm0 {
  padding-bottom: 0px !important;
}

.resume_bg {
  background: url(/ar-kw/assets/common/images/resume_bg.jpg) no-repeat;
}
.resume_bg select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/ar-kw/assets/common/images/btn_arrow.svg) no-repeat #f3f3f3 !important;
  background-position: 97% center !important;
}
.resume_bg .form-control {
  border-radius: 10px !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.1) !important;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  height: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.resume_bg #applyPosition.form-control option {
  color: #000;
}
.resume_bg .uploadresume {
  position: relative;
}
.resume_bg .uploadresume i {
  color: rgba(255, 255, 255, 0.61);
  cursor: pointer;
  font-size: 28px;
}
.resume_bg .uploadresume .input-group-btn {
  position: absolute;
  right: 10px;
  z-index: 222;
}
.resume_bg .uploadresume label.error {
  top: 100%;
}
.resume_bg .uploadresume .btn-file {
  padding-right: 2px;
}
.resume_bg .btn-file {
  position: relative;
  overflow: hidden;
  padding-top: 9px;
}
.resume_bg .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.resume_bg #filemsg {
  position: absolute;
  right: 0px;
  font-size: 14px;
}
.resume_bg ::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.resume_bg ::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.roboto .capcha_coad_area {
  display: flex;
}
.roboto .capcha_coad_area .pull-right {
  margin-left: 20px;
  background: #f57c21;
  display: flex;
  align-items: center;
  border-radius: 10px !important;
  overflow: hidden;
}

.orangeButton {
  border: 0px !important;
}

textarea {
  min-height: 120px !important;
}

.contactusPage .orangeButton {
  padding: 12px 45px;
}
.contactusPage .form-control, .contactusPage .ui-fileupload .ui-fileupload-buttonbar {
  background: #f3f3f3;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  border: 0px;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 22px;
  height: 80px;
  color: #363636;
  font-weight: 600;
  font-size: 21px;
}
.contactusPage ::-moz-placeholder {
  color: #363636;
  font-weight: 600;
  font-size: 21px;
}
.contactusPage ::placeholder {
  color: #363636;
  font-weight: 600;
  font-size: 21px;
}
.contactusPage select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/ar-kw/assets/common/images/btn_arrow.svg) no-repeat #f3f3f3 !important;
  background-position: 97% center !important;
}
.contactusPage .uploadresume {
  position: relative;
}
.contactusPage .uploadresume i {
  color: rgba(255, 255, 255, 0.61);
  cursor: pointer;
  font-size: 28px;
}
.contactusPage .uploadresume .input-group-btn {
  position: absolute;
  right: 10px;
  z-index: 222;
}
.contactusPage .uploadresume label.error {
  top: 100%;
}
.contactusPage .uploadresume .btn-file {
  padding-right: 2px;
}
.contactusPage .btn-file {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.contactusPage .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.contactusPage #filemsg {
  position: absolute;
  right: 0px;
  font-size: 14px;
}
.contactusPage .fileLimit {
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .contactusPage ::-moz-placeholder {
    font-size: 14px;
  }
  .contactusPage ::placeholder {
    font-size: 14px;
  }
  .contactusPage .form-control {
    height: 60px;
    font-size: 14px;
  }
}

.brochureSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brochureSection .boxBrochure {
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  margin: 0px 15px 30px;
  transition: all 0.8s ease-in-out;
}
.brochureSection .boxBrochure .brochureLink {
  padding: 30px;
  width: 100%;
  display: block;
}
.brochureSection .boxBrochure .brochureContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.brochureSection .boxBrochure .brochureContent img {
  transition: all 0.8s ease-in-out;
  transform: translateY(0);
}
.brochureSection .boxBrochure .brochureContent p {
  margin-bottom: 0px;
  max-width: 325px;
  font-size: 21px;
  color: #000;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
.brochureSection .boxBrochure:hover {
  transform: translateY(10px);
}
.brochureSection .boxBrochure:hover .brochureContent img {
  animation: mymove 2s infinite;
}
@media (max-width: 1600px) {
  .brochureSection .boxBrochure .brochureContent p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .brochureSection {
    padding: 0px;
  }
  .brochureSection .boxBrochure {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .brochureSection .boxBrochure .brochureContent {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .brochureSection .boxBrochure {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.newsPageListing {
  background: #fff;
}
.newsPageListing .newsBox {
  margin: 0px 0px 60px;
}
.newsPageListing .newsBox .newsimage {
  max-height: 320px;
  overflow: hidden;
  border: 0px solid #000;
  height: 320px;
}
.newsPageListing .newsBox .newsimage img {
  height: 100%;
}
.newsPageListing .newsBox .newsContent .newsDesc {
  min-height: 90px;
}
.newsPageListing .newsBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .newsPageListing .newsBox .newsContent .newsDesc {
    min-height: auto;
  }
}

.newsDetailPage .newContentDetail {
  max-width: 650px;
}
.newsDetailPage .owl-carousel .newsSliderImage img {
  width: 100%;
}
.newsDetailPage .owl-carousel .owl-nav .owl-prev::before {
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: url(/ar-kw/assets/common/images/newslider_left_arrow.png);
  font-size: 0;
  left: -40px;
  background-size: contain;
}
.newsDetailPage .owl-carousel .owl-nav .owl-next::before {
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: url(/ar-kw/assets/common/images/newslider_right_arrow.png);
  font-size: 0;
  right: -40px;
  background-size: contain;
}
.newsDetailPage .date {
  color: #B8B8B8;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .newsDetailPage .owl-carousel .owl-nav .owl-prev::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -22px;
  }
  .newsDetailPage .owl-carousel .owl-nav .owl-next::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -22px;
  }
}
@media (max-width: 991px) {
  .newsDetailPage .newContentDetail {
    max-width: 100%;
  }
  .newsDetailPage .owl-carousel .owl-nav .owl-prev::before {
    left: 0px;
  }
  .newsDetailPage .owl-carousel .owl-nav .owl-next::before {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .newsDetailPage .owl-carousel .owl-nav .owl-prev::before {
    width: 35px;
    height: 35px;
  }
  .newsDetailPage .owl-carousel .owl-nav .owl-next::before {
    width: 35px;
    height: 35px;
  }
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0px 5px;
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
}
.pagination .page-item.active .page-link {
  background: #fe6d05;
  border-color: #CCCCCC;
}
.pagination .page-item.disabled .page-link {
  background: rgba(204, 204, 204, 0.3);
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px;
  font-size: 0;
}
.pagination .page-item:last-child .page-link::after {
  content: "";
  position: absolute;
  background: url(/ar-kw/assets/common/images/pagination_next.svg) no-repeat;
  width: 10px;
  height: 18px;
}
.pagination .page-item:first-child .page-link::after {
  content: "";
  position: absolute;
  background: url(/ar-kw/assets/common/images/pagination_prev.svg) no-repeat;
  width: 10px;
  height: 18px;
}

.minheight500 {
  min-height: 500px;
}

.faqSection .tabStructure {
  min-height: 600px;
}
.faqSection #accordionId .btn {
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  padding-right: 60px;
}
.faqSection #accordionId .btn:after {
  top: 40px;
}
.faqSection #accordionId .card-header {
  padding: 30px;
}
.faqSection .accordion-body {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991px) {
  .faqSection .tabStructure {
    justify-content: flex-start;
  }
  .faqSection .tabStructure .nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0px 18px;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    border-bottom: 1px solid #9b9b9b;
  }
  .faqSection .tabStructure .nav-tabs:after {
    display: none;
  }
  .faqSection .tabStructure .nav-tabs li {
    margin: 0px 10px;
  }
  .faqSection .tabStructure .nav-tabs li a {
    white-space: nowrap;
  }
  .faqSection .tabStructure #accordionId .btn {
    font-size: 22px;
    line-height: 35px;
  }
  .faqSection .tabStructure #accordionId .accordion-item .accordion-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faqSection #accordionId .card-header {
    padding: 20px;
  }
  .faqSection .tabStructure #accordionId .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .faqSection .tabStructure #accordionId .btn {
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }
}

.faqTagLine .largeFont {
  max-width: 1200px;
  margin: 0 auto;
}

.currentOpening #accordionId .accordion-item {
  box-shadow: none;
  border: 0;
  border-radius: 0px;
}
.currentOpening #accordionId .accordion-item .btn::after {
  top: 15px;
}
.currentOpening #accordionId .accordion-item .card-header {
  padding-top: 0px;
  padding-left: 0px;
}
.currentOpening #accordionId .accordion-item.panel .btn {
  padding: 0;
  font-weight: 200;
}
.currentOpening #accordionId .accordion-item .card {
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid #E6E6E6;
}
.currentOpening #accordionId:last-child {
  margin-bottom: 0px;
}
.currentOpening #accordionId .card-body {
  padding-left: 0;
}
@media (max-width: 767px) {
  .currentOpening #accordionId .btn::after {
    top: 5px;
    left: 15px;
  }
}

@keyframes mymove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.builtSection.pebDet {
  position: relative;
}
.builtSection.pebDet::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  background: url(/ar-kw/assets/common/images/graybgimage.svg);
  width: 33%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  left: inherit;
}
.builtSection.pebDet .builtFlex {
  position: relative;
  z-index: 1;
}
.builtSection.pebDet .builtFlex li .iconBoxExpertise {
  padding: 45px 18px;
}
.builtSection.pebDet .builtFlex li .iconBoxExpertise img {
  transition: all 0.5s ease-in-out;
}
.builtSection.pebDet .builtFlex li .iconBoxExpertise p {
  font-size: 18px;
  line-height: 21px;
  direction: ltr;
}
.builtSection.pebDet .builtFlex li .iconBoxExpertise p span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  max-width: 165px;
  color: #000000;
}
.builtSection.pebDet .builtFlex li .iconBoxExpertise:hover img {
  transform: scale(1.1);
}
@media (max-width: 1600px) {
  .builtSection.pebDet .builtFlex li .iconBoxExpertise p span {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .builtSection.pebDet .builtFlex li {
    flex: 0 0 31%;
    max-width: 31%;
  }
  .builtSection.pebDet .builtFlex li:nth-child(2) {
    padding-top: 10%;
  }
  .builtSection.pebDet .builtFlex li .iconBoxExpertise {
    padding: 20px;
  }
  .builtSection.pebDet .builtFlex li .iconBoxExpertise p span {
    max-width: 100%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .builtSection.pebDet .builtFlex li:nth-child(2) {
    padding-top: 0%;
  }
  .builtSection.pebDet .builtFlex li .iconBoxExpertise {
    padding: 20px;
  }
  .builtSection.pebDet .builtFlex li .iconBoxExpertise p span {
    max-width: 100%;
    margin: 10px auto;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .builtSection.pebDet .builtFlex li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .builtSection.pebDet .builtFlex li .iconBoxExpertise p span {
    max-width: 200px;
    margin: 10px auto;
  }
}
.builtSection.pebDet .sectionTitle {
  font-size: 80px;
  line-height: 90px;
}
@media (max-width: 1600px) {
  .builtSection.pebDet .sectionTitle {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .builtSection.pebDet .sectionTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .builtSection.pebDet .sectionTitle {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .builtSection.pebDet .sectionTitle .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
.builtSection.pebDet .ssabsImg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .builtSection.pebDet .ssabsImg {
    position: relative;
    top: inherit;
  }
  .builtSection.pebDet .ssabsImg img {
    max-width: 100%;
  }
}
.builtSection.pebDet .ssDet {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .builtSection.pebDet .ssDet {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .builtSection.pebDet .ssDet {
    margin-top: 30px;
  }
}
@media (max-width: 1600px) {
  .builtSection.pebDet p {
    font-size: 18px;
    line-height: 26px;
  }
}

.callActionBg {
  background: #fe6d05;
  padding: 40px 0px;
}
.callActionBg .boxFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.callActionBg .boxFlex a {
  margin-left: 15px;
}
.callActionBg .boxFlex .actionTagLine {
  margin-bottom: 0px;
  max-width: 1200px;
  line-height: 55px;
  font-weight: 600;
}
@media (min-width: 1601px) and (max-width: 1799px) {
  .callActionBg .boxFlex .actionTagLine {
    max-width: 900px;
  }
  .callActionBg .boxFlex .actionTagLine.largeFont {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1600px) {
  .callActionBg .boxFlex .actionTagLine {
    max-width: 800px;
  }
  .callActionBg .boxFlex .actionTagLine.largeFont {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .callActionBg .boxFlex .actionTagLine {
    max-width: 600px;
  }
  .callActionBg .boxFlex .actionTagLine.largeFont {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .callActionBg {
    padding: 30px 0px;
  }
  .callActionBg .boxFlex {
    flex-direction: column;
  }
  .callActionBg .boxFlex .actionTagLine {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .callActionBg {
    padding: 30px 0px;
  }
  .callActionBg .boxFlex {
    flex-direction: column;
  }
  .callActionBg .boxFlex .actionTagLine {
    margin-bottom: 15px;
    text-align: center;
  }
  .callActionBg .boxFlex .actionTagLine.largeFont {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}

.advantagesKirby .sectionTitle {
  max-width: 730px;
}
@media (max-width: 991px) {
  .advantagesKirby .sectionTitle {
    text-align: right;
  }
}

.ssSection {
  position: relative;
}
.ssSection .ssContent {
  max-width: 733px;
}
.ssSection .ssabsImg {
  position: absolute;
  right: 0;
  top: 0;
}
.ssSection .ssabsImg img {
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ssSection .ssDet {
  margin-top: 120px;
}
@media (max-width: 1600px) {
  .ssSection .ssDet {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .ssSection .ssDet {
    margin-top: 30px;
  }
}
@media (min-width: 2000px) {
  .ssSection {
    max-width: 1900px;
    margin: 0 auto;
  }
}
@media (min-width: 1601px) and (max-width: 1799px) {
  .ssSection .ssContent {
    max-width: 630px;
  }
  .ssSection .ssContent .sectionTitle {
    font-size: 65px;
    line-height: 75px;
  }
  .ssSection .ssabsImg img {
    height: 525px;
  }
}
@media (max-width: 1600px) {
  .ssSection .ssContent {
    max-width: 600px;
  }
  .ssSection .ssabsImg img {
    height: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ssSection .ssContent {
    max-width: 600px;
  }
  .ssSection .ssabsImg img {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .ssSection .ssContent {
    max-width: 100%;
  }
  .ssSection .ssabsImg {
    position: relative;
    margin-top: 30px;
  }
  .ssSection .ssabsImg img {
    height: auto;
  }
}
.ssSection.advantagesKirbyproduct .ssContent {
  max-width: 980px;
}
.ssSection.advantagesKirbyproduct .ssabsImg img {
  height: 662px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1601px) and (max-width: 1799px) {
  .ssSection.advantagesKirbyproduct .ssContent {
    max-width: 630px;
  }
  .ssSection.advantagesKirbyproduct .ssContent .sectionTitle {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1600px) {
  .ssSection.advantagesKirbyproduct .ssContent {
    max-width: 570px;
  }
  .ssSection.advantagesKirbyproduct .ssContent .sectionTitle {
    font-size: 50px;
    line-height: 60px;
  }
  .ssSection.advantagesKirbyproduct .ssabsImg img {
    height: 615px;
  }
}
@media (max-width: 1199px) {
  .ssSection.advantagesKirbyproduct .ssContent {
    max-width: 100%;
  }
  .ssSection.advantagesKirbyproduct .ssabsImg img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .ssSection.advantagesKirbyproduct .ssContent .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .ssSection .ssabsImg {
    position: relative;
  }
  .ssSection .ssabsImg img {
    max-width: 100%;
  }
}

.infoAdvantages {
  position: relative;
}
.infoAdvantages::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  background: url(/ar-kw/assets/common/images/graybgimage.svg);
  width: 63%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.infoAdvantages .imgAdvantage {
  position: relative;
  z-index: 11;
}

.kirbyBuilder .kirbyBuilderContent {
  padding-right: 11%;
}
.kirbyBuilder .kirbyBuilderContent .sectionTitle {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .kirbyBuilder .kirbyBuilderContent {
    padding-right: 0;
  }
  .kirbyBuilder .kirbyBuilderContent .sectionTitle {
    text-align: right;
    margin-bottom: 20px;
  }
}

.kirbyCertified {
  position: relative;
}
.kirbyCertified::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  background: url(/ar-kw/assets/common/images/graybgimage.svg);
  width: 33%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  left: inherit;
}
.kirbyCertified .sectionTitle {
  max-width: 785px;
}
.kirbyCertified .builtFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 11;
}
.kirbyCertified .builtFlex li {
  flex: 0 0 38%;
  max-width: 38%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.kirbyCertified .builtFlex li .iconBoxExpertise {
  background: #fff;
  border-radius: 21px;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  padding: 45px 21px;
  margin-bottom: 15px;
}
.kirbyCertified .builtFlex li .iconBoxExpertise img {
  margin-bottom: 30px;
  transition: all 0.8s ease-in-out;
}
.kirbyCertified .builtFlex li .iconBoxExpertise p {
  font-weight: 600;
  direction: ltr;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 21px;
  color: #000;
}
.kirbyCertified .builtFlex li .iconBoxExpertise p span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #000;
  display: block;
  max-width: 150px;
}
.kirbyCertified .builtFlex li .iconBoxExpertise:hover img {
  transform: scale(1.1);
}
.kirbyCertified .builtFlex li:nth-child(2) {
  padding-top: 15%;
}
@media (max-width: 1600px) {
  .kirbyCertified .builtFlex li {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1199px) {
  .kirbyCertified .builtFlex {
    padding: 0px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .kirbyCertified .builtFlex {
    justify-content: center;
  }
  .kirbyCertified .builtFlex li {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0px 8px 15px;
  }
  .kirbyCertified .builtFlex li .iconBoxExpertise {
    padding: 25px;
  }
  .kirbyCertified .builtFlex li .iconBoxExpertise p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1300px) {
  .kirbyCertified .sectionTitle {
    max-width: 600px;
    padding-left: 10%;
  }
}
@media (max-width: 1199px) {
  .kirbyCertified .sectionTitle {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .kirbyCertified .sectionTitle {
    padding-left: 0px;
  }
}

.applicationList {
  display: flex;
  flex-wrap: wrap;
}
.applicationList li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 15px;
  transition: all 0.5s ease-in-out;
}
.applicationList li .appBox {
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  overflow: hidden;
  height: 100%;
}
.applicationList li .appBox img {
  width: 100%;
}
.applicationList li .appBox .appText {
  padding: 30px;
}
.applicationList li .appBox .appText span {
  font-weight: bold;
  font-size: 43px;
  letter-spacing: -0.01em;
  line-height: 43px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.applicationList li .appBox .appText p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
}
@media (max-width: 1600px) {
  .applicationList li .appBox .appText span {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .applicationList li .appBox .appText p {
    font-size: 15px;
    line-height: 20px;
  }
}
.applicationList li:hover {
  transform: translateY(-10px);
}
@media (max-width: 1199px) {
  .applicationList {
    padding: 0px !important;
  }
  .applicationList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .applicationList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.comparativeSection.tabStructure {
  margin-top: 0px;
}

.productTable {
  border-radius: 21px;
}
.productTable.tableBottom30 {
  margin-bottom: 30px;
}
.productTable .largeFont {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
.productTable .responsiveTable {
  margin: 0 auto;
  width: 100%;
}
.productTable .responsiveTable .bullets li {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1600px) {
  .productTable .responsiveTable .bullets li {
    font-size: 16px;
    line-height: 24px;
  }
}
.productTable .responsiveTable thead {
  background: #000;
  filter: drop-shadow(0px 10px 10px rgba(128, 88, 88, 0.36));
}
.productTable .responsiveTable thead th {
  padding: 20px 30px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  border-bottom: 5px solid white;
}
.productTable .responsiveTable thead th:nth-child(1) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.productTable .responsiveTable thead th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 1600px) {
  .productTable .responsiveTable thead th {
    font-size: 22px;
    line-height: 26px;
  }
}
.productTable .responsiveTable tbody tr:nth-child(odd) {
  background: #EEEEEE;
}
.productTable .responsiveTable tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.productTable .responsiveTable tbody tr td {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 5px solid white;
  color: #000;
  font-weight: 600;
  vertical-align: top;
}
.productTable .responsiveTable tbody tr td:nth-child(1) {
  width: 23%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.productTable .responsiveTable tbody tr td:nth-child(2) {
  width: 28%;
}
.productTable .responsiveTable tbody tr td:nth-child(3) {
  width: 28%;
}
.productTable .responsiveTable tbody tr td:last-child {
  width: 28%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 1600px) {
  .productTable .responsiveTable tbody tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
.productTable .responsiveTable .buttons {
  display: flex;
  justify-content: flex-end;
}
.productTable .responsiveTable .buttons a:nth-child(1) {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .productTable .responsiveTable thead th {
    padding: 10px 15px;
  }
  .productTable .responsiveTable tbody tr td {
    padding: 8px 15px;
    font-size: 18px;
  }
  .productTable .responsiveTable tbody tr td:first-child {
    width: auto;
  }
  .productTable .responsiveTable .buttons .blueBtn, .productTable .responsiveTable .buttons .greenBtn {
    font-size: 10px;
    padding: 5px 12px;
  }
  .productTable .responsiveTable .buttons a:nth-child(1) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .productTable .responsiveTable tbody tr td {
    font-size: 16px;
    line-height: 20px;
  }
  .productTable .responsiveTable .buttons {
    justify-content: flex-start;
  }
  .productTable .responsiveTable .buttons .blueBtn, .productTable .responsiveTable .buttons .greenBtn {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .productTable .responsiveTable {
    border: none;
  }
  .productTable .responsiveTable thead {
    display: none;
  }
  .productTable .responsiveTable tbody tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: none;
  }
  .productTable .responsiveTable tbody tr.tr_mgr {
    height: auto;
    display: block;
  }
  .productTable .responsiveTable tbody tr td {
    width: 100% !important;
    display: block;
    text-align: left;
    border: none;
    border: 0px;
    position: relative;
    padding: 10px;
  }
  .productTable .responsiveTable tbody tr td:last-child {
    border: none;
  }
  .productTable .responsiveTable tbody tr td:last-child .responsiveTableBlock {
    margin: 0;
  }
  .productTable .responsiveTable tbody tr td .responsiveTableBlock {
    font-size: 14px;
    line-height: 20px;
  }
  .productTable .responsiveTable tbody tr td:before {
    content: attr(data-th);
    margin: auto;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: #f47920;
  }
}

.ssApplication .applicationList li .grayBullets li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.ssApplication .applicationList li .grayBullets li::before {
  top: 6px;
}
.ssApplication .applicationList li .grayBullets li:hover {
  transform: inherit;
}

@media (min-width: 1800px) {
  .aboutMaxWidth {
    max-width: 1330px;
    margin: 0 auto;
  }
}
.flexboxForm {
  display: flex;
  align-items: center;
}

.getaQuoteForm .form-group {
  margin-bottom: 40px;
}
.getaQuoteForm .form-control {
  border-radius: 5px;
  background: #f3f3f3;
  border: 0px;
  height: 65px;
  padding: 20px;
  color: #8d8d8d;
  font-size: 21px;
}
.getaQuoteForm label {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.getaQuoteForm ::-moz-placeholder {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #8d8d8d;
}
.getaQuoteForm ::placeholder {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #8d8d8d;
}
.getaQuoteForm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/ar-kw/assets/common/images/btn_arrow.svg) no-repeat #f3f3f3 !important;
  background-position: 97% center !important;
}
.getaQuoteForm .flexboxForm {
  border-radius: 5px;
  background: #f3f3f3;
  border: 0px;
  height: 65px;
  padding: 10px 10px;
}
.getaQuoteForm .flexboxForm span {
  margin: 0 10px;
  background: #707070;
  width: 1px;
  height: 100%;
}
.getaQuoteForm .flexboxForm input, .getaQuoteForm .flexboxForm select {
  border: 0px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 49%;
  padding: 10px 10px;
  outline: 0 !important;
  box-shadow: none !important;
  color: #8d8d8d;
  font-size: 21px;
}
.getaQuoteForm .formRadioBtn {
  display: flex;
  flex-wrap: wrap;
}
.getaQuoteForm .formRadioBtn .form-check {
  margin-right: 20px;
}
.getaQuoteForm .formRadioBtn.flexCheck .form-check {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .getaQuoteForm .formRadioBtn.flexCheck .form-check {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .getaQuoteForm .formRadioBtn.flexCheck .form-check {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.getaQuoteForm .form-check-label {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #8d8d8d;
  margin-bottom: 0px;
  margin-left: 15px;
}
.getaQuoteForm .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 62px;
}
.getaQuoteForm .fileUpload span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #ffffff;
}
.getaQuoteForm .fileUpload .ui-button-text {
  color: #ffffff;
}
.getaQuoteForm .flexCenter {
  display: flex;
  align-items: center;
}
.getaQuoteForm .flexCenter a {
  margin-right: 10px;
}
.getaQuoteForm .orangeButton {
  padding: 10px 30px;
  background: #FF6600;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  display: inline-block;
}
.getaQuoteForm .blackButton {
  padding: 10px 30px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 11;
  transition: all 0.35s;
}
.getaQuoteForm .blackButton::before, .getaQuoteForm .blackButton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #b8b8b8;
  z-index: -1;
  transition: all 0.35s;
}
.getaQuoteForm .blackButton:before {
  opacity: 0.5;
}
.getaQuoteForm .blackButton:after {
  transition-delay: 0.2s;
}
.getaQuoteForm .blackButton:hover {
  color: #000;
}
.getaQuoteForm .blackButton:hover:before, .getaQuoteForm .blackButton:hover:after {
  top: 0;
}
.getaQuoteForm .grayButton {
  padding: 10px 30px;
  background: #b8b8b8;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  display: inline-block;
}
.getaQuoteForm .form-check-input {
  margin-top: 0px;
  border-radius: 0;
}
@media (max-width: 1600px) {
  .getaQuoteForm label {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .getaQuoteForm .form-check-label {
    font-size: 16px;
    line-height: 18px;
  }
  .getaQuoteForm .form-control {
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 19px;
  }
  .getaQuoteForm .form-group {
    margin-bottom: 30px;
  }
  .getaQuoteForm .flexboxForm {
    height: 50px;
  }
  .getaQuoteForm ::-moz-placeholder {
    font-size: 18px;
    line-height: 19px;
  }
  .getaQuoteForm ::placeholder {
    font-size: 18px;
    line-height: 19px;
  }
  .getaQuoteForm select {
    background-size: 15px !important;
    background-position: right 10px center !important;
  }
}

.projectListingSection {
  min-height: 500px;
}
.projectListingSection .projectList {
  display: flex;
  flex-wrap: wrap;
}
.projectListingSection .projectList li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 15px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.projectListingSection .projectList li .productBox {
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
}
.projectListingSection .projectList li .productBox img {
  width: 100%;
}
.projectListingSection .projectList li .productBox .productText {
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.projectListingSection .projectList li .productBox .productText p {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .projectListingSection .projectList li .productBox .productText p {
    font-size: 20px;
    line-height: 20px;
  }
}
.projectListingSection .projectList li:hover {
  transform: translateY(-10px);
}
@media (max-width: 1199px) {
  .projectListingSection .projectList {
    padding: 0px !important;
  }
  .projectListingSection .projectList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .projectListingSection .projectList {
    padding: 0px !important;
  }
}
@media (max-width: 575px) {
  .projectListingSection .projectList li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.termsCondition .font30 {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .termsCondition .font30 {
    font-size: 20px;
    line-height: 30px;
  }
}

.termsContent {
  border: 0px solid #000;
}
.termsContent b, .termsContent strong {
  font-weight: 800;
}
.termsContent #accordionId .btn {
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0px;
}
.termsContent #accordionId .btn::after {
  top: 30px;
}
.termsContent .termsbox {
  padding: 2.25rem;
  border: 0;
  margin-bottom: 30px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  overflow: hidden;
}
.termsContent .termsbox h2 {
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0px;
  color: #000000;
  margin-bottom: 25px;
}
.termsContent ul.bullets li {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1600px) {
  .termsContent ul.bullets li {
    font-size: 18px;
  }
}

.isosec ul {
  padding: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.isosec ul li {
  flex: 0 0 30.33%;
  max-width: 30.33%;
  position: relative;
  background: #fff;
  transition: 0.5s ease-in-out all;
  margin: 0 15px;
  border-radius: 21px;
  padding: 20px 60px;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  position: relative;
}
.isosec ul li .isoBox img {
  margin-bottom: 15px;
}
.isosec ul li p {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 20px;
}
.isosec ul li:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .isosec ul {
    flex-wrap: wrap;
  }
  .isosec ul li {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 20px;
  }
  .isosec ul li .isoBox {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .isosec ul {
    flex-wrap: wrap;
  }
  .isosec ul li {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .isosec ul {
    flex-wrap: wrap;
  }
  .isosec ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.accrSec .largeFont {
  font-weight: 800;
}
.accrSec .accreditationBox {
  background: #fff;
  box-shadow: 0px 10px 55px rgba(128, 88, 88, 0.36);
  padding: 20px 5px;
  border-radius: 21px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  transition: 0.5s ease-in-out all;
}
.accrSec .accreditationBox img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.accrSec .accreditationBox:hover {
  transform: translateY(-10px);
}
@media (max-width: 575px) {
  .accrSec .largeFont {
    text-align: center;
  }
  .accrSec .largeFont.disNone {
    display: none;
  }
}
@media (max-width: 767px) {
  .accrSec .accreditationBox {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.environmentSection {
  position: relative;
}
.environmentSection .ssContent {
  max-width: 860px;
  padding: 100px 0px;
}
.environmentSection .ssabsImg {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0px;
}
.environmentSection .ssabsImg img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1601px) and (max-width: 1799px) {
  .environmentSection .ssContent {
    max-width: 630px;
  }
  .environmentSection .ssContent .sectionTitle {
    font-size: 65px;
    line-height: 75px;
  }
  .environmentSection .ssabsImg img {
    height: 525px;
  }
}
@media (max-width: 1600px) {
  .environmentSection .ssContent {
    max-width: 550px;
  }
  .environmentSection .ssabsImg img {
    height: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .environmentSection .ssContent {
    max-width: 550px;
  }
  .environmentSection .ssabsImg img {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .environmentSection .ssContent {
    padding: 50px 0px 30px;
  }
  .environmentSection .ssabsImg {
    position: relative;
  }
  .environmentSection .ssabsImg img {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .metricsSection.builtSection .buildContent {
    padding-left: 0;
  }
}

.qualityAssuranceContent .largeFont {
  font-weight: 800;
  margin-bottom: 30px;
}

.projectDetail .form-group {
  margin-bottom: 40px;
}
.projectDetail .form-control {
  border-radius: 5px;
  background: #f3f3f3;
  border: 0px;
  height: 65px;
  padding: 15px 20px;
  color: #8d8d8d;
  font-size: 17px;
}
.projectDetail label {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.projectDetail ::-moz-placeholder {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #8d8d8d;
}
.projectDetail ::placeholder {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 19px;
  color: #8d8d8d;
}
.projectDetail select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/ar-kw/assets/common/images/btn_arrow.svg) no-repeat #f3f3f3 !important;
  background-position: 97% center !important;
}
.projectDetail .filterProject {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
}
.projectDetail .filterProject::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.projectDetail .filterProject .form-group {
  margin-bottom: 0px;
}
.projectDetail .filterProject .orangeButton {
  padding: 23px 30px;
}
.projectDetail .filterProject li {
  flex: 0 0 18%;
  max-width: 18%;
  margin-right: 20px;
}
.projectDetail .filterProject li:first-child {
  flex: 0 0 15%;
  max-width: 15%;
  text-align: center;
}
.projectDetail .filterProject li.filterText {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1199px) {
  .projectDetail .filterProject {
    justify-content: center;
    padding: 0px 15px;
  }
  .projectDetail .filterProject .orangeButton {
    text-align: center;
  }
  .projectDetail .filterProject li {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .projectDetail .filterProject li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .projectDetail .filterProject {
    justify-content: center;
    padding: 0px 15px;
  }
  .projectDetail .filterProject .orangeButton {
    text-align: center;
  }
  .projectDetail .filterProject li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .projectDetail .filterProject li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.projectDetail .projectgallery {
  padding: 50px 0px;
  min-height: 500px;
}
.projectDetail .projectgallery .backBtn {
  text-align: right;
  margin-bottom: 30px;
}
.projectDetail .projectgallery .projectFlex {
  display: flex;
  flex-wrap: wrap;
}
.projectDetail .projectgallery .projectFlex li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 35px;
  font-size: 16px;
  color: #5E5B5B;
  font-weight: 800;
}
.projectDetail .projectgallery .projectFlex li span {
  display: block;
  font-size: 30px;
  color: #000;
  margin-top: 15px;
  line-height: 35px;
}
.projectDetail .projectgallery .projectFlex li img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .projectDetail .projectgallery .projectFlex li span {
    font-size: 20px;
    line-height: 25px;
  }
}
.projectDetail .projectgallery .projectSlider {
  width: 100%;
  height: 100%;
}
.projectDetail .projectgallery .projectSlider ngx-gallery {
  width: 100% !important;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-animation-slide {
  border-radius: 50px;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-image {
  border-radius: 50px;
  box-shadow: 0px 10px 55px rgba(255, 255, 255, 0.36);
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-image:hover::after {
  opacity: 1;
  bottom: 25px;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-image::after {
  content: "";
  background: url(/ar-kw/assets/common/images/zoom_icon.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 30px;
  opacity: 0;
  transition: 0.5s ease-in-out all;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-thumbnail {
  border-radius: 15px;
  opacity: 0.5;
  transition: 0.5s ease-in-out all;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-thumbnail.ngx-gallery-active {
  opacity: 1;
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-thumbnail:hover {
  transform: scale(1.02);
}
.projectDetail .projectgallery .projectSlider .ngx-gallery-image-size-cover .ngx-gallery-arrow-wrapper {
  display: none;
}
.projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-left .ngx-gallery-icon {
  left: 0px;
  top: 30%;
}
.projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-left .ngx-gallery-icon .ngx-gallery-icon-content:before {
  content: "";
  background: url(/ar-kw/assets/common/images/project_slider_left.svg);
  font-size: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
}
.projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-right .ngx-gallery-icon {
  right: -15px;
  top: 30%;
}
.projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-right .ngx-gallery-icon .ngx-gallery-icon-content:before {
  content: "";
  background: url(/ar-kw/assets/common/images/project_slider_right.svg);
  font-size: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 991px) {
  .projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-left .ngx-gallery-icon {
    left: 0px;
    top: 30%;
  }
  .projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-right .ngx-gallery-icon {
    right: 0px;
    top: 30%;
  }
  .projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-right .ngx-gallery-icon .ngx-gallery-icon-content:before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-left, .projectDetail .projectgallery .projectSlider ngx-gallery-thumbnails.ng-star-inserted .ngx-gallery-arrow-right {
    display: none;
  }
}

.greenBuilding .greenBuildingImg {
  padding: 20px;
  overflow: hidden;
}
.greenBuilding .greenBuildingImg img {
  animation-name: spin;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .greenBuilding .greenBuildingImg img {
    max-width: 60%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.socialFloating {
  position: fixed;
  top: 30%;
  right: 30px;
  z-index: 11;
}
.socialFloating li {
  margin-bottom: 5px;
}
.socialFloating li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background: #fe6d05;
  line-height: 30px;
}
.socialFloating li a i {
  color: #fff;
  font-size: 18px;
}

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}

.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}

.banner-slider .slider.slider-nav {
  max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}

.banner-slider .slider.slider-nav {
  height: 610px;
  overflow: hidden;
}

.slider-banner-image {
  height: 610px;
}

.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/
@media screen and (max-width: 991px) {
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(-90deg);
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .slider-banner-image {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .slider-banner-image {
    height: 280px;
  }
}
.whykirbySlider {
  padding: 100px 0px;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .whykirbySlider {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .whykirbySlider {
    padding: 50px 0px;
  }
}

.slidermainBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.slidermainBox .leftBoxslider {
  width: 60%;
  position: relative;
}
.slidermainBox .leftBoxslider .imageSliderBox .slideImage img {
  width: 100%;
}
.slidermainBox .leftBoxslider .imageSliderBox .imgText {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
.slidermainBox .leftBoxslider .imageSliderBox .imgText p {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  background: rgba(78, 70, 65, 0.6);
  padding: 15px;
  color: #fff;
  font-size: 22px;
}
.slidermainBox .leftBoxslider .buttonbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 45%;
  margin: 20px 0px;
  width: 100%;
}
.slidermainBox .leftBoxslider .buttonbox a {
  width: auto;
  cursor: pointer;
}
.slidermainBox .leftBoxslider .buttonbox a.hide {
  display: none;
}
.slidermainBox .leftBoxslider .buttonbox a.prev {
  font-size: 0;
}
.slidermainBox .leftBoxslider .buttonbox a.prev::before {
  content: "\f104";
  display: block;
  width: 40px;
  height: 40px;
  background: #686868;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
}
.slidermainBox .leftBoxslider .buttonbox a.next {
  position: absolute;
  font-size: 0;
  right: 0;
}
.slidermainBox .leftBoxslider .buttonbox a.next::before {
  content: "\f105";
  display: block;
  width: 40px;
  height: 40px;
  background: #686868;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
}
.slidermainBox .rightBoxslider {
  width: 40%;
}
.slidermainBox .rightBoxslider .thumbsliderbox {
  width: 100%;
  display: FLEX;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  height: 100%;
}
.slidermainBox .rightBoxslider .thumbsliderbox a {
  font-size: 30px;
  cursor: pointer;
  color: #000;
  margin-bottom: 30px;
  display: block;
  text-align: right;
  font-weight: 600;
  transition: 0.5s ease-in-out all;
}
.slidermainBox .rightBoxslider .thumbsliderbox a:hover {
  color: #fe6d05;
}
.slidermainBox .rightBoxslider .thumbsliderbox a.active {
  color: #fe6d05;
}
@media (max-width: 1199px) {
  .slidermainBox .rightBoxslider .thumbsliderbox a {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .slidermainBox .leftBoxslider .imageSliderBox .imgText {
    bottom: 20px;
  }
  .slidermainBox .leftBoxslider .imageSliderBox .imgText p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .slidermainBox {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .slidermainBox .leftBoxslider {
    width: 100%;
  }
  .slidermainBox .leftBoxslider .imageSliderBox .imgText {
    bottom: 30px;
  }
  .slidermainBox .leftBoxslider .imageSliderBox .imgText p {
    font-size: 19px;
    line-height: 25px;
  }
  .slidermainBox .leftBoxslider .buttonbox a.prev::before {
    left: 0;
  }
  .slidermainBox .leftBoxslider .buttonbox a.next::before {
    right: 0;
  }
  .slidermainBox .rightBoxslider {
    width: 100%;
    margin-top: 20px;
  }
  .slidermainBox .rightBoxslider .thumbsliderbox {
    align-items: center;
  }
  .slidermainBox .rightBoxslider .thumbsliderbox a {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    background: #ccc;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.projectDetail .ng2-tag-input__text-input {
  height: auto !important;
  background: transparent !important;
  border-bottom: 0px !important;
}

.accrSec .maxaccreditation {
  max-width: 1170px;
  margin: 0 auto;
}

.accrSec .largeFont {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .accrSec .largeFont {
    font-size: 25px;
  }
}

.whyPEBSection img {
  width: 100%;
}

.socialListSticky .socialFlexSticky {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid white;
}
.socialListSticky .socialFlexSticky li {
  flex: 0 0 45%;
  max-width: 45%;
  padding-top: 15px;
  margin-bottom: 10px;
}
.socialListSticky .socialFlexSticky li a {
  transition: 0.5s ease-in-out all;
}
.socialListSticky .socialFlexSticky li:hover a {
  transform: scale(1.1) !important;
}
@media (max-width: 767px) {
  .socialListSticky .socialFlexSticky li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.socialListSticky:hover .socialFlexSticky li a {
  transform: scale(1);
}

.ui-fileupload-buttonbar .ui-button {
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #F47920;
  text-transform: capitalize;
  z-index: 11;
  transition: all 0.35s;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 0px;
  border: 0px;
  display: inline-block;
}
.ui-fileupload-buttonbar .ui-button:hover {
  background: #000000 !important;
}

body .ui-fileupload .ui-fileupload-content {
  padding: 0px;
  border: 0px;
}

form button.orangeButton {
  height: 50px;
  min-width: 200px;
}
form .ui-fileupload .ui-fileupload-buttonbar {
  border-radius: 5px;
  background: #f3f3f3;
  border: 0px;
  height: 55px;
  padding: 10px 20px;
  color: #8d8d8d;
  font-size: 21px;
}

.alertmessage {
  color: #000000;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

/*------Ar Css */
body {
  direction: rtl;
}

h1, h2, h3, h4, h5, h6, p {
  text-align: right;
}

.textCenter {
  text-align: center !important;
}

.largeFont {
  text-align: right;
}

.owl-carousel .owl-item {
  direction: rtl;
}

.homebanner::before {
  background-position: left;
}

.stickyBtns {
  left: 0;
  right: auto;
}

.socialListSticky .socialFlexSticky {
  padding: 0;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.newsDetailPage .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr;
}

.partnerSlider .partnerbox p {
  text-align: center;
}

.builtSection::after {
  right: -7%;
  background-position: right;
  transform: scaleX(-1);
}

.builtSection .buildContent {
  padding-right: 6%;
}
@media (max-width: 991px) {
  .builtSection .buildContent {
    padding-right: 0%;
  }
}

.builtSection .buildContent .sectionTitle {
  text-align: right;
}

.builtSection .buildContent p {
  text-align: right;
}

.builtSection .buildContent .orangeButton {
  float: right;
}

.builtSection .builtFlex li {
  text-align: right;
}

.expertise .expertiseFlex li {
  text-align: right;
}

.expertise .expertiseFlex li .iconBoxExpertise p {
  text-align: right;
}
@media (max-width: 767px) {
  .expertise .expertiseFlex li .iconBoxExpertise p {
    text-align: center;
  }
}

.newsEvents .newsBox .newsContent {
  text-align: right;
}

.footer .footerTopLeft {
  justify-content: flex-start;
}

.footer .footerTopRight {
  justify-content: center;
}

.footer .footerTopRight h4 {
  margin-left: 20px;
  margin-right: 0;
}

.footer .copyRight .bottomLink {
  justify-content: center;
}

.footer .copyRight p {
  text-align: right;
}

.footer:after {
  left: 0;
  transform: scaleX(-1);
  right: auto;
}

.footer .footerHeading {
  text-align: right;
}

.footer .footerLinks {
  padding: 0;
  text-align: right;
}

.aboutInfra p {
  text-align: right;
}

.methodologySection .sectionTitle {
  text-align: right;
}

.methodologySection p {
  text-align: right;
}

.portfolioSec .sectionTitle {
  text-align: right;
}

.portfolioSec p {
  text-align: right;
}

.sectionTitle {
  text-align: right;
}

.sectionTitle.textCenter {
  text-align: center !important;
}

.valuesList li {
  text-align: right;
}

.innerbanner::before {
  left: auto;
  right: 0;
  background-position: left;
}

#accordionId .btn::after {
  left: 60px;
  top: 70px;
}
@media (max-width: 767px) {
  #accordionId {
    text-align: center;
  }
  #accordionId .btn::after {
    left: 60px;
    top: 50px;
  }
}

.pebContent p {
  text-align: right;
}

.builtSection.pebDet::after {
  transform: inherit;
  left: 0;
  right: inherit;
}

.callActionBg .boxFlex a {
  margin-left: 0;
  margin-right: 15px;
}

.callActionBg .boxFlex .actionTagLine {
  text-align: right;
}

.ssSection .ssabsImg {
  left: 0;
  right: inherit;
}

.applicationList li .appBox {
  text-align: right;
}

.bullets li::before {
  right: 0;
  left: inherit;
}

.ssApplication .applicationList li .grayBullets li {
  padding-left: 0;
  padding-right: 25px;
}

.bullets li {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.aside-enabled.subheader-fixed .breadcrumbsbox .subheader ul.breadcrumb li a {
  padding: 0px 5px;
}

.aside-enabled.subheader-fixed .breadcrumbsbox .subheader ul.breadcrumb li span {
  padding: 0px 5px;
}

.testimonialList li .testimonialBox p {
  padding-left: 0;
  padding-right: 70px;
}

.qualityAssuranceContent .largeFont {
  text-align: right;
}

.qualityAssuranceContent .bullets {
  padding-left: 0;
}

.environmentSection .ssabsImg {
  left: 0;
}

.bullets {
  padding-right: 0;
}

.productTable .responsiveTable thead th:nth-child(1) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.productTable .responsiveTable thead th:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.productTable .responsiveTable tbody tr td:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.productTable .responsiveTable tbody tr td:nth-child(1) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.productTable .responsiveTable tbody tr td {
  text-align: right;
}

.productTable .responsiveTable thead th {
  text-align: right;
}

.projectDetail .projectgallery .backBtn {
  text-align: left;
}

.kirbyCertified .builtFlex li .iconBoxExpertise {
  text-align: right;
}

.kirbyCertified::after {
  transform: scaleX(-1);
  left: 0;
  right: inherit;
}

.joinBtnBlock {
  display: flex;
  justify-content: flex-start;
}
.joinBtnBlock .orangeButton {
  margin-left: 10px;
}

.brochureSection .boxBrochure .brochureLink {
  text-align: right;
}

.videoBox {
  text-align: right;
}

.faqSection #accordionId .btn {
  padding-left: 60px;
  padding-right: 0;
  text-align: right;
}

#accordionId .btn::after {
  left: 60px;
  right: auto;
}

.mainHeader header .navbarLink ul li:nth-last-child(1) .dropdown-menu, .mainHeader header .navbarLink ul li:nth-last-child(2) .dropdown-menu {
  right: 0% !important;
  left: inherit !important;
}

.mainHeader header .navbarLink ul li {
  margin-right: 12px;
  margin-left: 0;
}

.countrySection .boxCountry .detailContact {
  margin-left: 0px;
  margin-right: 15px;
}
.countrySection .boxCountry .detailContact ul {
  padding-right: 0;
}

.countrySection.manufacturingSection .boxCountry .detailContact {
  text-align: right;
}

.countrySection .boxCountry .detailContact ul li {
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
}

.countrySection .boxCountry .detailContact ul li img {
  right: 0;
  left: auto;
}

.countrySection.manufacturingSection .boxCountry .flagIcon .operationSince p {
  padding-right: 25px;
}

select {
  background-position: 3% center !important;
}

.form-group label {
  text-align: right;
  width: 100%;
}

.contactusPage select {
  background-position: 3% center !important;
}
.contactusPage .form-group label {
  text-align: right;
  width: 100%;
}

.getaQuoteForm select {
  background-position: 3% center !important;
}
.getaQuoteForm .form-group label {
  text-align: right;
  width: 100%;
}
.getaQuoteForm label {
  text-align: right;
}

.termsCondition {
  text-align: right;
}

.projectDetail select {
  background-position: 4% center !important;
}
.projectDetail .filterProject {
  justify-content: center;
}
.projectDetail .filterProject li {
  text-align: right;
}
.projectDetail .filterProject li:first-child {
  text-align: center;
  padding-bottom: 20px;
}
.projectDetail .filterProject li.filterText {
  margin: 0;
}
.projectDetail .projectgallery .projectFlex {
  text-align: right;
  padding: 0px;
}

.faqSection .accordion-body {
  text-align: right;
}

.contactusPage .form-control, .contactusPage .ui-fileupload .ui-fileupload-buttonbar {
  text-align: right;
}

form .ui-fileupload .ui-fileupload-buttonbar {
  text-align: right;
}

.contactusPage .fileLimit {
  text-align: right;
}

.form-group span {
  display: block;
  text-align: right;
}

.getaQuoteForm .formRadioBtn .form-check {
  display: flex;
  flex-direction: row;
  padding-right: 0px;
  padding-left: 0;
  margin-right: 25px;
}

.getaQuoteForm .form-check-label {
  margin-right: 17px;
}

.tabStructure .nav-tabs > li.nav-item {
  margin-left: 35px;
  margin-right: 0px;
}

header .dropdown-menu {
  left: inherit !important;
  right: 0px !important;
}

.mainHeader header .navbarLink ul li:nth-child(7) .dropdown-menu, .mainHeader header .navbarLink ul li:nth-child(6) .dropdown-menu {
  right: inherit !important;
  left: 0px !important;
}

.threedBox {
  min-height: 600px;
}

.language-switch-btn label {
  color: #000;
  text-transform: capitalize;
  width: 25px;
  height: 30px;
  padding-top: 9px;
  font-weight: 600;
  cursor: pointer;
}

.serarchProject {
  max-width: 930px;
  margin: 0 auto;
}
.serarchProject .row {
  align-items: center;
}
.serarchProject .textSearch {
  font-size: 17px;
  line-height: 25px;
  padding: 5px 10px;
  height: 100%;
}
.serarchProject tag.ng-trigger.ng-trigger-animation.ng-star-inserted {
  padding: 0px 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .serarchProject .orangeButton {
    margin: 15px auto;
    display: inherit;
  }
}

.ng2-dropdown-menu {
  font-size: 16px;
}/*# sourceMappingURL=new_custom-ar.css.map */



div.mainHeader .language-switch-btn a {
  color: #fff;    
  padding-top: 7px;    
  padding-bottom: 5px;
}
div.mainHeader .language-switch-btn a:hover{
  color: #000;
}
div.mainHeader.scroll-add .language-switch-btn a {
  color: #000;
}

div.mainHeader .language-switch-btn a:hover{
  color: #000;
}
div.mainHeader.scroll-add .language-switch-btn a {
  color: #000;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span{
  display: none;
}
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before{
  color: #fff;
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #000000;
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  border-radius: 5px;
  background: #d4d4d4;
  width: 25px;
}