/* base */
html {
  scroll-behavior: smooth;
}

::placeholder {
  font-size: 14px !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff5f5;
}

main:before {
    content: "";
    width: 100vw;
    height: 51vw;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url(/wp-content/themes/flatsome-child/images/top-pattern.svg);
    background-size: cover;
    z-index: 2;
}

main:after {
    content: "";
    width: 100vw;
    height: 51vw;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: url(/wp-content/themes/flatsome-child/images/top-pattern.svg);
    background-size: cover;
    z-index: 2;
}

main .content-area>*:first-child, main .content-area>*:last-child{
	z-index:3;
}
figure.aligncenter{
	margin-bottom:1.3em;
}
.is-sp {
  display: none;
}
.is-pc {
  display: block;
}
.is-pc--span {
  display: inline;
}
.uxb-wrapper > section {
  padding-left: 0;
  padding-right: 0;
}
.miw-3705{
	min-width:150px;
}
.mw-80{
	max-width:320px;
}
.mw-83{
	max-width:332px;
}
.mw-202 {
  max-width: 802px;
}
.mw-210{
	max-width:840px;
}
.mw-6205 {
  max-width: 250px;
}
.mw-175 {
  max-width: 700px;
}
.mw-18505 {
  max-width: 742px;
}
.mw-18705 {
  max-width: 750px;
}
.mw-192 {
  max-width: 768px;
}
.mw-24205 {
  max-width: 970px;
}
.mw-205 {
  max-width: 820px;
}
.pagination {
  margin-top: 30px;
}
.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mb-13 {
  margin-bottom: 52px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-205 {
  margin-bottom: 10px;
}
.icon-box-small .icon-box-img + .icon-box-text {
  padding-left: 8px;
}
section.has-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.share {
  cursor: pointer;
}
.max-content, .max-content-pc {
  width: max-content;
}
.p-4 {
  padding: 16px;
}
.p-6 {
  padding: 24px;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: rgba(145, 158, 171, 1);
}
.text-blue {
  color: rgba(132, 169, 255, 1);
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}
.table-img {
  overflow: auto;
}
.table-img>* {
  min-width: 750px;
}
table{
	background:#fff;
	border: 1px solid #DFE3E8 !important;
	border-radius:8px !important;
	overflow:hidden;
}
thead, tr:nth-child(2n){
	background:#F4F6F8;
}
td, th{
	font-size:0.875em;
	padding:10px 16px !important;
}
.opacity-60 {
  opacity: 60%;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.row-gap-8 {
  row-gap: 32px;
}
.row-gap-10 {
  row-gap: 40px;
}
.col-gap-6 {
  column-gap: 24px;
}
.col-gap-705 {
  column-gap: 30px;
}
.col-gap-25 {
  column-gap: 100px;
}
.hover-white:hover{
	background:#fff;
		border-radius:8px;
}
.hover-shadow:hover{
	box-shadow: 0px 12px 24px -4px #919EAB1F;
    box-shadow: 0px 0px 2px 0px #919EAB33;
	border-radius:8px;
}
.hover-bg-50:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg_video {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  padding: 0;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.bg_video > .col-inner {
  width: 100%;
  height: 100%;
}
.bg_video video,
.bg_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-conic-1 {
 background: conic-gradient(from 45.09deg at 50% 50%, #F6F6F6 0deg, #E7E7E7 360deg);
}
.bg-conic-2 {
  background: conic-gradient(from -44.94deg at 50% 50%, #F6F6F6 0deg, #E7E7E7 360deg);
}
.bg-conic-3 {
  background: conic-gradient(from -44.94deg at 50% 50%, #F6F6F6 0deg, #E7E7E7 360deg);
}
h5 {
  font-weight: 600 !important;
}
.font-normal {
  font-weight: 400;
}
.text-success {
  color: #86e8ab;
}
.text-warn {
  color: #ffd666;
}
.text-alert {
  color: #fff5cc;
}
.text-v {
  color: #d8fbde;
}
.tab-panels {
  padding-top: 0;
}
ul.ul-center{
	display: flex;
    flex-flow: column;
    align-items: center;
}
ul.ul-center>li{
	width:fit-content;
}
ul.nav.nav-line-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.nav.nav-line-bottom > li {
  height: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.nav.nav-line-bottom > li > a {
  padding: 6px 0;
  font-size: 20px;
  font-weight: bold;
  color: #919eab;
}
ul.nav.nav-line-bottom > li.active > a {
  color: #fff;
}
ul.nav.nav-line-bottom > li:not(:first-child) > a > span {
  max-width: 260px;
}
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  height: 1px;
  background-color: #212b36;
  opacity: 1;
}
.nav-line-bottom > li.active > a:before,
.nav-line-bottom > li:hover > a:before,
.nav-line-grow > li.active > a:before,
.nav-line-grow > li:hover > a:before,
.nav-line > li.active > a:before,
.nav-line > li:hover > a:before {
  height: 2px;
  background-color: #fff;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-size-medium.nav-spacing-medium {
    justify-content: center;
}
.is-large,
.is-large.button {
  font-size: 1.125em;
}
.is-small,
.is-small.button {
  font-size: 0.875em;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline{
	border: 1px solid #637381;
}
.button {
  min-height: 48px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 1em;
  font-weight: 400;
}
.border-white {
    border-color: white !important;
}
.button.white {
  color: #212b36 !important;
}
.button.white.black {
  color: #fff !important;
  background-color: black !important;
}
.white.button.is-outline{
	color:#fff !important;
}
.white.button.is-outline:hover{
	color:#212b36 !important;
}
.button.white.black:hover {
  box-shadow: inset 0 0 0 100px rgb(119 119 119 / 20%);
}
.button:not(.icon) > span + i {
  font-size: 20px;
}
.button.is-link {
  color: #84a9ff;
  min-height: unset;
}
.button.is-link:hover {
  color: #84a9ff;
}

.button.is-link .icon-angle-right:before {
  font-size: 18px;
}

.button-banner {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.button.transparent {
  background-color: transparent;
}
.outlook-button > img {
  width: 24px;
  height: 21px;
}
.icon-angle-right:before {
  content: "";
  font-size: 18px;
  line-height: 1;
}
.grid {
  display: grid;
}
.grid:after {
  content: unset;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-auto {
  grid-template-columns: auto auto;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-auto {
  grid-template-columns: auto auto auto;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-auto {
  grid-template-columns: auto auto auto auto;
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5-auto {
  grid-template-columns: auto auto auto auto auto;
}
.grid-2-max-content {
  grid-template-columns: repeat(2, max-content);
}
.grid-3-max-content {
  grid-template-columns: repeat(3, max-content);
}
.grid-4-max-content {
  grid-template-columns: repeat(4, max-content);
}
.grid-4-fit-content {
  grid-template-columns: repeat(4, fit-content);
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.gap-705 {
  gap: 30px;
}
.gap-10 {
  gap: 40px;
}
.gap-15 {
  gap: 60px;
}
.gap-25 {
  gap: 100px;
}
.text * {
  margin-bottom: 0;
}
.text-underline {
  text-decoration: underline;
  text-underline-position: under;
}
.wpcf7-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
select.wpcf7-form-control>option:first-child{
	display:none;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  margin-bottom: 0;
}
.wpcf7-response-output {
  color: #212B36;
  margin: 30px 0 0 0 !important;
}
.ctf7-form {
  background-color: #fff;
  border: 1px solid rgba(33, 43, 54, 1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:8px;
}
.wpcf7-acceptance label *{
	margin:0;
}
html[lang="ar-eg"] input {
  direction: rtl !important;
}
html[lang="ar-eg"] .ctf7-field{
  text-align: right;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid rgba(33, 43, 54, 1);
  border-radius: 4px;
  height: 48px;
  padding: 10px 16px;
  color: #212B36;
  font-size: 0.875em;
  background-color: #fff;
  box-shadow: unset;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  color: #212B36;
  box-shadow: unset;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #212B36;
  font-size: 0.875em;
}
input[type="submit"] {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  height: 3.42857143em;
  border-radius: 4px;
  text-transform: capitalize;
}
.button:hover,
.dark .button.is-form:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.wpcf7-spinner {
  display: none;
}
option {
  color: #212B36;
}
select[aria-invalid="true"],
select:invalid,
option[value=""] {
  color: #212B36;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
  background-image: url("/wp-content/themes/flatsome-child/images/select-dropdown.svg");
  background-size: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
}
form p {
  font-size: 0.875em;
}
.img.contain img {
  object-fit: contain;
}
/* base */
@media screen and (max-width: 850px) {
	.max-content-pc{
		width:auto;
	}
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .is-pc--span {
    display: none;
  }
  .mw-unset-sp {
    max-width: unset;
  }
  .mb-8-sp {
    margin-bottom: 32px;
  }
  .is-large,
  .is-large.button {
    font-size: 0.875rem;
  }
  ul.nav.nav-line-bottom {
    display: flex;
  }
  ul.nav.nav-line-bottom > li {
    width: calc((100%) / 3);
  }
  ul.nav.nav-line-bottom > li > a {
    font-weight: 400;
    font-size: 12px;
    padding: 8px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
  }
  ul.nav.nav-line-bottom > li > a > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .w-full-sp {
    width: 100%;
  }
  .py-10-sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mb-4-sp {
    margin-bottom: 16px;
  }
  .gap-0-sp {
    gap: 0;
  }
  .mb-6-sp {
    margin-bottom: 24px;
  }
  .gap-4-sp {
    gap: 16px;
  }
  .gap-6-sp {
    gap: 24px;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .flex-col-sp {
    flex-flow: column;
  }
	.grid-1-tb {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .grid-1-sp {
    grid-template-columns: repeat(1, 1fr);
  }
}
