@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #111111 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

body.scroll-none {
  overflow: hidden;
}

a {
  transition: 0.7s;
}
a:hover {
  color: #107A90;
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide {
    display: flex !important;
  }
}

.--common-title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.05em;
}
.--common-title .heading-tag {
  font-size: 14px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 8px !important;
}
.--common-title .heading-small {
  font-size: 20px;
  line-height: 40px;
}
.--common-title .heading-small span {
  color: #F16633;
}
.--common-title .heading-main {
  font-size: 40px;
  letter-spacing: -0.4px;
  line-height: 40px;
}
.--common-title .heading-main span {
  color: #F16633;
}
@media only screen and (min-width: 1200px) {
  .--common-title .heading-tag {
    font-size: 1.5625vw;
    line-height: 3.9583333333vw;
    letter-spacing: 0.7291666667vw;
  }
  .--common-title .heading-main {
    font-size: 4.1666666667vw;
    line-height: 3.6458333333vw;
  }
  .--common-title .heading-main.medium {
    font-size: 3.125vw;
    font-size: 2.6041666667vw;
  }
  .--common-title .heading-small {
    font-size: 1.8229166667vw;
    line-height: 2.0833333333vw;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0 !important;
}

input {
  border: none;
  background: none;
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #193B63;
  transition: 0.7s;
}

::-webkit-scrollbar-thumb:hover {
  background: #F16633;
}

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Roboto", sans-serif !important;
}

img {
  max-width: 100%;
  display: block;
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block !important;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

.--margin-center {
  margin: 0 auto;
}

.--text-white {
  color: #ffffff;
}

.--text-black {
  color: #353535;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fancybox__container, .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.element-mg-bt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.element-mg-bt-60 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt-60 {
    margin-bottom: 3.125vw;
  }
}

.element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.element-pd-bt-sm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt-sm {
    padding-bottom: 1.7708333333vw;
  }
}

.mobile-hide {
  display: none;
}

.display-none {
  display: none;
}

.textarea {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 20px;
}

.--common-para {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 22px;
}
.--common-para.fw-5 {
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 1.1458333333vw;
    line-height: 1.9791666667vw;
    letter-spacing: -0.0229166667vw;
  }
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

.--text-justify {
  text-align: justify;
}

.--section {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 7.8125vw;
  }
}

.--bg-blue-op {
  background: rgba(154, 215, 241, 0.4);
}

.--bg-blue {
  background: #B2E1F4;
}

.mobile-hide_tab {
  display: none;
}

@media only screen and (min-width: 600px) {
  .tab-hide {
    display: none;
  }
  .mobile-hide_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

.--common-para, .--common-para p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .--common-para, .--common-para p {
    font-size: 1.1458333333vw;
    line-height: 1.9791666667vw;
    letter-spacing: -0.0229166667vw;
  }
}

.--common-para-medium, .--common-para-medium p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-medium, .--common-para-medium p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}

.--common-para-large, .--common-para-large, p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-large, .--common-para-large, p {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}

.--common-head {
  color: #F16633;
}
.main-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 10.4166666667vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 13.5416666667vw;
  }
}

a {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-313 .inner-banner {
    margin-bottom: 0;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 5px !important;
  right: 5px !important;
  color: #000;
}

.news-section-home .news-item {
  padding: 36px 24px;
  border-radius: 18px;
  height: 383px;
  object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 1.72%, rgba(10, 73, 96, 0.72) 61.33%, rgba(19, 72, 124, 0.9) 98.28%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 60px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 20px;
  transition: 0.7s;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.04em;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.12em;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 40px;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .news-item:hover .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}

.slick-dots li button {
  color: rgba(231, 231, 231, 0.6) !important;
  width: 22px !important;
  height: 4px !important;
  border-radius: 8px;
  background: rgba(231, 231, 231, 0.6) !important;
  padding: 0 !important;
  transition: 0.7s;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  color: #F16633 !important;
  background: #F16633 !important;
}
.slick-dots li:hover button {
  color: #F16633 !important;
  background: #F16633 !important;
}

.main-banner.banner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.--border-bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 2.778px;
  background: #ffffff;
}

.fancybox__content {
  max-height: 70vh;
  overflow-y: auto;
}

.contact-form .paragraph.--common-para.--text-white.--text-center {
  border-bottom: 0 !important;
}

.contact-form .button-wrap {
  margin-top: 42px !important;
  color: #fff !important;
}

.contact-form .button-wrap input {
  color: #fff !important;
}

.contact-form.main-wrapper .section-form.section-inner.--section .form-wrapper .contact-us-form-wrapper .button-wrap .button-primary.d-flex input.wpcf7-form-control.wpcf7-submit.send-now {
  position: relative;
  z-index: 1111;
}

.contact-us-form-wrapper br {
  display: none;
}

.button-wrap svg {
  position: relative;
  z-index: 1111;
}

.cmp-sticky-content-slider .slider-wrap-outer .ss-card-slider-wrap .sss-card-item {
  height: auto;
}

.comp-welcome-section .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.comp-welcome-section .section-inner .welcome-section-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
.comp-welcome-section .section-inner .welcome-section-para {
  font-family: "Almarai", sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .comp-welcome-section .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .comp-welcome-section .section-inner .welcome-section-title {
    font-family: "Roboto", sans-serif;
    font-size: 3.125vw;
    text-align: center;
    margin-bottom: 2.6041666667vw;
    font-weight: 700;
  }
  .comp-welcome-section .section-inner .welcome-section-para {
    font-family: "Almarai", sans-serif;
    text-align: center;
    font-size: 0.8333333333vw;
  }
}
.comp-img-content-section .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.comp-img-content-section .section-inner .img-wrap {
  margin-bottom: 30px;
}
.comp-img-content-section .section-inner .img-wrap img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .comp-img-content-section .section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .comp-img-content-section .section-inner .img-wrap {
    width: 50%;
  }
  .comp-img-content-section .section-inner .content-wrap {
    width: 50%;
    padding-left: 30px;
  }
  .comp-img-content-section.text-first .section-inner {
    flex-direction: row-reverse;
  }
  .comp-img-content-section.text-first .section-inner .content-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-img-content-section .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .comp-img-content-section .section-inner .img-wrap {
    width: 50%;
  }
  .comp-img-content-section .section-inner .content-wrap {
    width: 50%;
    padding-left: 3.6458333333vw;
  }
  .comp-img-content-section.text-first .section-inner {
    flex-direction: row-reverse;
  }
  .comp-img-content-section.text-first .section-inner .content-wrap {
    padding-right: 3.6458333333vw;
    padding-left: 0;
  }
}
.cmp-accordion .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-accordion .section-inner .accordion-item {
  border: none;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 3px solid rgba(42, 42, 42, 0.6);
  transition: ease all 0.8s;
  padding-top: 25px;
}
.cmp-accordion .section-inner .accordion-item .accordion-head {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  transition: ease all 0.8s;
  padding: 0 20px;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body {
  font-size: 13px;
  line-height: 16px;
  font-family: "Almarai", sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.8s;
  padding: 0 20px;
}
.cmp-accordion .section-inner .accordion-item.open {
  background-color: #F4F4F4;
  border-bottom: 3px solid rgba(119, 0, 0, 0.6);
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head {
  padding-bottom: 20px;
}
.cmp-accordion .section-inner .accordion-item.open .acccordion-body {
  max-height: 400px;
}

@media only screen and (min-width: 1200px) {
  .cmp-accordion .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
}
.cmp-image-content-card-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item {
  position: relative;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item img {
  width: 100%;
  display: block;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 20px 20px;
  z-index: 99;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content .item-content-title {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.65) 100%);
}

@media only screen and (min-width: 1200px) {
  .cmp-image-content-card-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 3.125vw;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item {
    position: relative;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item img {
    width: 100%;
    display: block;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 1.5625vw 1.5625vw;
    z-index: 99;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content .item-content-title {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.cmp-logo-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-logo-slider .section-inner .logo-slider img {
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .cmp-logo-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
}
.cmp-single-img-video-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item {
  position: relative;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item img {
  width: 100%;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1200px) {
  .cmp-single-img-video-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item {
    position: relative;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item img {
    width: 100%;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link svg {
    fill: #ffffff;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.cmp-sticky-content-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .cmp-sticky-content-slider .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-sticky-content-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 3.125vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-sticky-content .stiky-title {
    font-size: 1.6666666667vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-sticky-content .sss_content {
    font-size: 0.8333333333vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-slider-wrap .ss-card-slider .sss-card-item {
    padding: 4.1666666667vw 3.6458333333vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-slider-wrap .ss-card-slider .sss-card-item .sss-card-title {
    font-size: 1.5625vw;
  }
}
.cmp-contact-form .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row .contact-content {
  padding: 20px;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row .contact-content .label {
  font-weight: 600;
}
.cmp-contact-form .section-inner .form-wrap {
  width: 100%;
}
.cmp-contact-form .section-inner .form-wrap form input, .cmp-contact-form .section-inner .form-wrap form label, .cmp-contact-form .section-inner .form-wrap form textarea {
  width: 100%;
}
.cmp-contact-form .section-inner .form-wrap form label {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .cmp-contact-form .section-inner {
    padding: 0 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-contact-form .section-inner .contact-details-warpper {
    width: 50%;
  }
  .cmp-contact-form .section-inner .form-wrap {
    width: 50%;
  }
  .cmp-contact-form .section-inner .form-wrap form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-contact-form .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-contact-form .section-inner .form-wrap form input, .cmp-contact-form .section-inner .form-wrap form label, .cmp-contact-form .section-inner .form-wrap form textarea {
    width: 100%;
  }
  .cmp-contact-form .section-inner .form-wrap form input {
    height: 2.0833333333vw;
  }
  .cmp-contact-form .section-inner .form-wrap form label {
    margin-bottom: 1.5625vw;
  }
}
.cmp-multiple-img-content .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-multiple-img-content .section-inner .img-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .cmp-multiple-img-content .section-inner {
    padding: 0 5px;
    margin-bottom: 60px;
  }
  .cmp-multiple-img-content .section-inner .mul-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item img {
    width: 100%;
  }
  .cmp-multiple-img-content .section-inner .multi-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-multiple-img-content .section-inner {
    padding: 0 11.71875vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-multiple-img-content .section-inner .mul-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item {
    width: 50%;
    margin-bottom: 1.5625vw;
    padding: 0 0.78125vw;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item img {
    width: 100%;
  }
  .cmp-multiple-img-content .section-inner .multi-content {
    padding: 0 0.78125vw;
  }
}/*# sourceMappingURL=inner-page.css.map */