/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Heading */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}

/* Body */
body {
    font-family: 'Roboto', sans-serif !important;
}

body,
button,
input,
select,
textarea,
.nav > li > a,
.ux-menu-link__link,
.button,
.uppercase,
.widget-title,
.account-link,
.breadcrumbs {
	font-family: 'Roboto', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.alt-font {
	font-family: 'Roboto', Arial, sans-serif;
}

.no-bottom {
	padding-bottom: 0 !important;
}
.main-btn {
	padding: 5px 30px;
	margin-bottom: 0;
}
.main-btn:hover {
	background: var(--fs-color-secondary);
}

.text-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    font-weight: 700;
}

.text-link svg, .button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex: 0 0 auto;
}



/* home */
.main-slider .abs-img {
	width: 450px !important;
    position: absolute !important;
    bottom: -30px;
    right: 50px !important;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(0px) scale(0.8);
    transform-origin: center;
    visibility: hidden;
    transition: all 1500ms ease;
}

.main-slider .is-selected .abs-img {
    visibility: visible;
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px) scale(1);
    transition-delay: 2200ms;
}

.main-slider .abs-img >img {
    width: 100%;
    animation: topBottom 3s ease-in-out infinite;
}

.main-slider .main-slider-two__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}
.main-slider .main-slider-two__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--primary-color);
}
.main-slider .main-slider-two__sub-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.main-slider .is-selected .main-slider-two__sub-title-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1200ms;
}

.main-slider .main-slider-two__title {
    position: relative;
    display: block;
    font-size: clamp(1.5rem,4vw,4rem);
    color: #fff;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 13px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider .main-slider-two__title span {
    color: var(--primary-color);
}

.main-slider .is-selected .main-slider-two__title {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transition-delay: 900ms;
}

.main-slider .main-slider-two__text {
    color: var(--judges-white);
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider .is-selected .main-slider-two__text {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transition-delay: 1200ms;
}

.main-slider .main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 43px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider .is-selected .main-slider-two__btn-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0);
    transition-delay: 1400ms;
}

.main-slider .main-slider-two__btn {
    position: relative;
}

.main-slider .main-slider-two__btn .thm-btn {
    color: #fff;
}
.main-slider .main-slider-two__btn br {
	display: none;
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    padding: 7px 25px 7px;
    padding-right: 9px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.4px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}
.thm-btn br {
	display: none;
}
.thm-btn .thm-btn-text {
  position: relative;
  display: block;
  z-index: 1;
}

.thm-btn::before {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
}

.thm-btn:hover::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 300ms;
}

.thm-btn::after {
  content: "";
  background-color: #cc00004d;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn .thm-btn-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:hover .thm-btn-icon-box {
  background-color: #fff;
  color: var(--primary-color);
  transition-delay: 200ms;
}

.thm-btn:hover .thm-btn-icon-box i {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

.thm-btn:hover {
  color: #fff;
  border: 1px solid transparent;
}


.main-slider .main-slider-two__video-link {
    position: relative;
	display: flex;
}
.main-slider .main-slider-two__video-icon br {
	display: none;
}
.main-slider .main-slider-two__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--primary-color);
    background-color: #cc00004d;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.main-slider .main-slider-two__video-icon:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.main-slider .main-slider-two__video-link .ripple,
.main-slider .main-slider-two__video-icon .ripple::before,
.main-slider .main-slider-two__video-icon .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #cc00004d;
    animation: ripple 3s infinite;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

.main-slider .main-slider-two__video-icon .ripple::before,
.main-slider .main-slider-two__video-icon .ripple::after {
    content: "";
    position: absolute;
}

.main-slider .main-slider-two__video-icon .ripple::before {
    animation-delay: 0.9s;
}

.main-slider .main-slider-two__video-icon .ripple::after {
    animation-delay: 0.6s;
}

.main-tt .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.5px;
	margin: 0;
	padding-bottom: 5px;
}
.main-tt .section-title__tagline:before {
    content: "";
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}
.main-tt .section-title__tagline:after {
	position: absolute;
    left: 0;
    bottom: -6px;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    animation: l-r-zump 2s linear infinite;
    background: var(--primary-color);
    border-radius: 50%;
}
@keyframes l-r-zump {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }
}
.main-tt .section-title__title {
    font-size: clamp(1.4rem,4vw,2.5rem);
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0 15px;
}
.main-tt .section-title__title span {
	 color: var(--primary-color);
}
.ul-ct ul {
	display: flex;
	gap: .5rem;
	list-style: none;
	flex-direction: column;
}
.ul-ct ul li {
	margin: 0 !important;
	color: #222;
}
.check-ct ul li:before {
	content:"\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 500;
	color: var(--primary-color);
	margin-right: 6px;
}
@media(max-width:549px){
	.main-slider .main-slider-two__sub-title {
		margin: 0;
	}
	.main-slider .main-slider-two__title {
		margin-top: 10px;
	}
	.main-slider .main-slider-two__btn-box {
		margin-top: 10px;
	}
}
.h-sec1 .tabbed-content .nav {
	gap: 10px;
}
.h-sec1 .tabbed-content .nav li > a {
	border: 1px solid #aaa;
	border-radius: 8px !important;
	padding: 4px 24px;
	font-weight: 700;
	color: #111;
}
.h-sec1 .tabbed-content .nav li.active > a {
	color: #fff;
	border-color: var(--primary-color);
}
@media(max-width: 549px) {
	.h-sec1 .tabbed-content .nav {
		justify-content: flex-start;
	}
}
.h-sec1 .icon-box img {
	padding: 0;
}
.h-sec1 .icon-box .icon-box-img {
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid var(--primary-color);
}
.h-sec1 .icon-box h4 {
	margin: 0;
}
.h-sec1 .ct-1 .img-1 {
	border-radius: 8px; 
	overflow: hidden;
}
.abs-txt {
    position: absolute;
    top: 25px;
    left: -50px;
    background: var(--primary-color);
    padding: 25px 25px 25px;
    border-radius: 12px;
    border-top-left-radius: 0;
    z-index: 3;
	overflow: hidden;
	text-align: center;
}
.abs-txt p{
	color: #fff;
	font-size: clamp(1.5rem,4vw,2rem);
	font-weight: 700;
	margin: 0;
}
.abs-txt h4 {
	margin: 0;
	color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}
@media(max-width: 549px) {
	.abs-txt {
		left: -5px !important;
	}
}
.h-sec1 .ct-1 > .col-inner {
	position: relative;
}
.h-sec1 .ct-1 .img {
	margin: 0 !important;
}
.h-sec1 .ct-1 .abs-img {
	position: absolute;
    bottom: 0;
    right: 20px;
    overflow: hidden;
    border-radius: 0;
    z-index: 2;
}
.h-sec1 .ct-1 .abs-img.img-2 img {
	border: 10px solid var(--primary-color);
	border-radius: 12px;
}
.has-vd .video-button-wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
	transform: translate(-50%,-50%);
}
.has-vd .video-button-wrapper .open-video {
	margin: 0;
	width: 80px;
	height: 80px; 
	background: #fff;
	border: none;
	display: flex;
	align-items:center; 
	justify-content:center;
	color: #222;
	font-size: 18px;
}
.has-vd .video-button-wrapper .open-video:before,.has-vd .video-button-wrapper .open-video:after {
	content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #cc00004d;
    animation: ripple 3s infinite;
}
.about-two__shape-3 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.about-two__shape-3 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.09;
}
.h-sec2 .icon-box img {
	padding: 0;
	filter: brightness(0) saturate(100%) invert(66%) sepia(11%) saturate(517%) hue-rotate(11deg) brightness(92%) contrast(86%);
}
.h-sec2 .icon-box .icon-box-img {
	width: 70px !important;
	height: 70px !important;
	padding: 15px;
	background-color: rgba(193, 183, 154,.10);
	border-radius: 8px;
}
.h-sec2 .icon-box .services-two__read-more {
	position: relative;
}
.h-sec2 .icon-box .services-two__read-more:after {
	content:"\f061";
	font-family:"Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 6px;
	transition:.3s all;
}
.h-sec2 .icon-box .services-two__read-more:hover:after {
	margin-left: 12px;
}
.h-sec2 .grid-sv > .col > .col-inner {
	transition:.3s all;
}
.h-sec2 .grid-sv > .col > .col-inner:hover {
	transform: translatey(-15px);
}
.h-sec3 .img {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
}
.grid-item-qt > .col .col-inner {
    position: relative;
}

.grid-item-qt > .col:nth-child(even) .col-inner {
    margin-top: -50px;
}

.grid-item-qt > .col:nth-child(odd) .col-inner {
    bottom: -50px;
}

@media (max-width: 849px) {
    .grid-item-qt > .col:nth-child(even) .col-inner,
    .grid-item-qt > .col:nth-child(odd) .col-inner {
        margin-top: 0;
        bottom: auto;
    }
}
.grid-item-qt .icon-box img {
	padding: 0;
	transition: .3s all;
}
.grid-item-qt .icon-box .icon-box-img {
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 80px !important;
    width: 80px !important;
	padding: 20px;
	background:#fff;
	border:1px solid var(--primary-color);
}
.grid-item-qt {
    counter-reset: qt-step;
}

.grid-item-qt > .col .icon-box-img {
    position: relative;
    border: 1px solid #c9a2a2;
    border-radius: 50%;
    padding: 18px;
    background: #fff;
	overflow: hidden;
}

.grid-item-qt > .col .icon-box:before {
    counter-increment: qt-step;
    content: counter(qt-step, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: calc(50% - 55px);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    z-index: 2;
}
.grid-item-qt > .col .icon-box:hover:before {
	    color: var(--primary-color);
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #F7F7F7;
}
.grid-item-qt > .col .icon-box-img:after {
    content: "";
    position: absolute;
    bottom: -45px;
    right: -34px;
    height: 80px;
    width: 80px;
    background-color: rgba(205, 0, 0, .20);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 0;
}
.grid-item-qt > .col .icon-box:hover .icon-box-img:after {
	bottom: 0px;
    right: 0px;
    background-color: rgba(205, 0, 0, 1);
}
.grid-item-qt > .col .icon-box:hover img {
	filter: brightness(0) invert(1);
    z-index: 1;
    position: relative;
}
.grid-item-qt > .col:nth-child(odd) > .col-inner:after {
    content: "";
    position: absolute;
    top: -165px;
    right: 0;
    height: 300px;
    border: 1px dashed #ddd;
    transform: rotate(62deg);
    z-index: -1;
}
.grid-item-qt > .col:nth-child(2) > .col-inner:after {
    content: "";
    position: absolute;
	bottom: -25px;
    right: 0;
    height: 320px;
    transform: rotate(-71deg);
    z-index: -1;
    border: 1px dashed #ddd;
}
@media(max-width: 849px) {
	.grid-item-qt .col-inner:after {
		content: none !important;
	}
}
.h-sec5 .row-slide .col > .col-inner {
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
	border-radius: 12px;
}
.h-sec5 .row-slide .icon-box img {
	padding: 0;
}
.h-sec5 .row-slide .icon-box .icon-box-img {
	border-radius: 50%;
	overflow: hidden;
}
.h-sec5 .row-slide .icon-box h4 {
	margin: 0;
}
.row-slide .flickity-page-dots {
	bottom: -10px;
}
.row-slide .flickity-page-dots .dot {
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.h-sec6 .plt-form {
    width: 100%;
}

.h-sec6 .plt-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.h-sec6 .plt-form__col {
    width: 100%;
}

.h-sec6 .plt-form__col--half {
    width: calc(50% - 15px);
}

.h-sec6 .plt-form__col--full {
    width: 100%;
}

.h-sec6 .plt-form__field,
.h-sec6 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.h-sec6 .plt-form__field p,
.h-sec6 .plt-form__col > p {
    margin: 0;
    padding: 0;
}

.h-sec6 .plt-form__input,
.h-sec6 .plt-form__select,
.h-sec6 .plt-form__textarea {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background-color: rgba(56, 65, 73, 0.78);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
}

.h-sec6 .plt-form__input,
.h-sec6 .plt-form__select {
    height: 60px;
    padding: 0 30px;
}

.h-sec6 .plt-form__textarea {
    height: 200px;
    padding: 22px 30px;
    resize: vertical;
}

.h-sec6 .plt-form__input::placeholder,
.h-sec6 .plt-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.68);
    opacity: 1;
}

.h-sec6 .plt-form__select {
    color: rgba(255, 255, 255, 0.68);
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.75) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.75) 50%, transparent 50%);
    background-position: calc(100% - 28px) 50%, calc(100% - 21px) 50%;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.h-sec6 .plt-form__input:focus,
.h-sec6 .plt-form__select:focus,
.h-sec6 .plt-form__textarea:focus {
    background-color: rgba(56, 65, 73, 0.95);
    color: #fff;
}

.h-sec6 .plt-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 58px;
    margin: 0;
    padding: 7px 8px 7px 28px;
    border: 0;
    border-radius: 999px;
    background-color: #384149;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.25s ease;
}

.h-sec6 .plt-form__submit br {
    display: none;
}

.h-sec6 .plt-form__submit span {
    display: inline-block;
}

.h-sec6 .plt-form__submit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #c3b895;
    color: #fff;
    font-size: 16px;
    transition: all 0.25s ease;
}

.h-sec6 .plt-form__submit:hover {
    background-color: #c3b895;
    color: #fff;
}

.h-sec6 .plt-form__submit:hover i {
    background-color: #fff;
    color: #384149;
}

.h-sec6 .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
    color: #ffb3b3;
}

.h-sec6 .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
}

.h-sec6 .wpcf7-spinner {
    margin-left: 12px;
}

@media (max-width: 767px) {
    .h-sec6 .plt-form__row {
        gap: 18px;
    }

    .h-sec6 .plt-form__col--half {
        width: 100%;
    }

    .h-sec6 .plt-form__input,
    .h-sec6 .plt-form__select {
        height: 56px;
        padding: 0 20px;
    }

    .h-sec6 .plt-form__textarea {
        height: 160px;
        padding: 20px;
    }

    .h-sec6 .plt-form__submit {
        width: 100%;
    }
}
.h-sec6 ul {
	display: flex;
    flex-direction: column;
    gap: .6rem;
    list-style: none;
    margin: 0;
}
.h-sec6 ul li {
	margin: 0 !important;
}
.h-sec6 ul li i {
	margin-right: 6px;
}



/* contact form */
.dc-form input[type=text],.dc-form input[type=tel],.dc-form select,.dc-form textarea{
	border-radius: 8px;
}
.dc-form .wpcf7-submit {
	background: var(--fs-color-secondary);
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-radius: 8px;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-response-output {
	margin: 10px 0 0 !important;
}
.wpcf7-form {
	margin: 0;
}

/* blog */
.box-blog-post {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(19, 74, 155, 0.10);
}
.box-blog-post .post-title {
	margin: 8px 0;
}
.box-blog-post .box-text {
	text-align:left;
	padding: 16px;
}
.box-blog-post .post-title a, .box-blog-post .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.box-blog-post .post-meta {
	font-size: 13px;
	color:var(--primary-color);
}
.box-blog-post .text-link {
    margin: 10px 0 0 !important;
}
.box-blog-post .post-category-badge {
	position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
    background: var(--fs-color-secondary);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
}




@media only screen and (max-width: 849px) {

}

@media only screen and (max-width: 549px) {
	.h-sec4 .open-video {
		width: 75px !important;
		height: 50px !important;
	}
	.h-sec5 .tabbed-content .nav {
		text-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content:left;
		    width: 100% !important;
    overflow-x: scroll;
	}
}

