

@charset "utf-8";



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.itc {
  font-family: 'ITC Kabel Std', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #247d51;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: "Exo", sans-serif;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}

button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
}
.position-relative {
  position: relative;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

span.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E03219;
  height: 30px;
  width: 30px;
}
span.menu-icon svg {
  fill: #136CFC;
}
img.header-logo {
  height: 70px;
  width: auto;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.headerFix {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header.main_header {
  height: 100px;
  display: flex;
  align-items: center;
}
img.map-location {
    margin-top: 30px;
}
img.main-banner-image {
  height: 80vh;
  width: 100%;
}
.banner .owl-theme .owl-nav.disabled+.owl-dots {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 10%;
  left: 5%;
  margin-right: 40px;
}
.owl-theme .owl-dots .owl-dot {
  width: 25px;
}
.banner .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
  background: #ffffff47;
}
.banner .owl-theme .owl-dots .owl-dot.active span, 
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
h2.heading_txt {
  color: #033A95;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -3.36px;
  margin-bottom: 20px;
}
.section {
  padding: 60px 0px;
}
.text_content {
  color: #69696B;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.64px;
  margin-bottom: 25px;
}
a.read-more {
  display: inline-flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #3C84FC;
  color: #ffffff;
}
p.heading-text-subheading {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 30px;
}
.single-box img {
  height: 90px;
}
.single-box p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-top: 33px;
}
.single-box-wrapper {
  margin-top:100px
}
.presence {
  display: flex;
  align-items: stretch;
  margin-top: 100px;
}
.presence-left {
  background-color: #033A95;
  width: 40%;
  padding: 45px 38px;
}
.presence-right {
  background-color: #3C84FC;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.presence-title {
  color: #FFF;
  font-size: 115px;
  font-style: normal;
  font-weight: 600;
  line-height: 103px;
  letter-spacing: -8.05px;
}
.location-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
a.single-location {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #3C84FC;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  min-width: 170px;
  opacity: 0.5;
  cursor: pointer;
  transition: all ease 0.3s;
}
a.single-location.active {
  opacity: 1;
  transition: all ease 0.3s;
}
.map-marker {
  height: 60px;
  width: 60px;
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
.map-marker.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-out;
}
.world-map-wrapper {
  position: relative;
}
span.map-marker.latin-america {
  bottom: 130px;
  left: 170px;
}
span.map-marker.manchester {
  top: 0px;
  left: 260px;
}
span.map-marker.uzbekistan {
  top: 50px;
  right: 200px;
}
span.map-marker.india {
  top: 110px;
  right: 145px;
}
.why-choose-us {
  margin-top: 60px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.why-choose-us .single-box p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.why-choose-us p.heading-text-subheading {
  margin-bottom: 40px;
}
.unp p.heading-text-subheading {
  margin-bottom: 10px;
}
.unp-wrapper-inner {
  display: flex;
  align-items: stretch;
}
.unp-left {
  width: 60%;
}
.unp-right {
  width: 40%;
}
.unp-left img {
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.unp-right {
  width: 40%;
  background: #3C84FC;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
p.unp-heading {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px;
}
p.unp-sub-heading {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
  margin-top: 10px;
}
.unp-wrapper {
  margin-top: 40px;
}
.unp-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 17%;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #ffffff26;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot.active span, 
.unp-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.single-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.latest-products {
  background-color: #E4EEFF;
  padding: 50px 0px;
}
.single-product {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
img.single-p-img {
  height: 200px;
  width: 200px !important;
  object-fit: contain;
}
p.single-p-text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-top: 30px;
}
.latest-products h2.heading_txt {
  margin-bottom: 40px;
}
.latest-products .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
}
.latest-products .owl-theme .owl-dots .owl-dot.active span, 
.latest-products .owl-theme .owl-dots .owl-dot:hover span {
  background: #136CFC;
}
.latest-products .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}
.latest-products .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}
.sm-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background: linear-gradient(90deg, #033A95 0%, #3C84FC 100%);
  height: 150px;
}
.sm-wrapper a:hover {
  background-color: #1754B9 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}
.sm-wrapper a {
  height: 68px;
  width: 68px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  transition: all ease 0.3s;
  color: #1754B9 !important;
}
footer {
  padding: 40px 0px 20px;
  background: #48293E;
}
.single-f-column p {
  color: #136CFC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px;
}
.single-f-column ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.single-f-column ul li a {
  color: #6B6B6B !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.single-f-column ul li a:hover {
  color: #136CFC !important;
}
.footerbottom {
  padding-top: 50px;
}
.footerbottom p.subheading {
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.48px;
  
}
.footerbottom  p.dm {
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.48px;
  
}
.footerbottom  p.dm a {
  color: #136CFC
}
.agn-back-to-top {
  display: block;
  gap: 5px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 3;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #CF76B0;
  transition: all 0.8s ease;
  border-radius: 5px;
}
.agn-back-to-top.show{
  bottom: 30px;
  transition: all 0.8s ease;
}
.agn-back-to-top .icon {
  font-size: 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: agn-scroll-up 3s linear infinite;
}
.agn-back-to-top .icon i {
  margin: 9px 0;
}
@keyframes agn-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.single-f-column iframe {
  margin-top: 30px;
}
.side-menu {
  position: absolute;
  background-color: #ffffff;
  z-index: 99;
  left: -1000px;
  top: 0px;
  width: 40%;
  padding: 60px 0px 60px 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all ease 0.9s;
  box-shadow: 90px 74px 250px 0px rgba(0, 0, 0, 0.25);
}
.side-menu.active {
  left: 0px;
  transition: all ease 0.9s;
}
a.close-sidemnu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #136cfc;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}
a.close-sidemnu:hover {
  background-color: #136cfc;
  color: #ffffff;
}
a.home-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-wrapper img {
  height: 20px;
  width: 20px;
}
.home-wrapper span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.8px;
}
ul.side-menu-ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.side-menu button.accordion-button {
  padding: 0px;
  background-color: transparent !important;
}
.side-menu .accordion-item {
  border: 0px;
}
.side-menu .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.side-menu .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.side-menu .accordion-button::after {
  display: none;
}
.accordion-body {
  padding: 25px 40px 0px;
}
.side-menu .accordion {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sub-menu {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.sub-menu a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.48px;
  cursor: pointer;
}
.sub-menu a:hover,
a.home-wrapper:hover span{
  color: #136cfc !important;
}
.menu-ham {
  cursor: pointer;
}
.bannerText {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  right: 0px;
}
.banner-heading {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -1.2px;
  
  margin-bottom: 20px;
}
.banner-btn {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.mobileBanner{
  position: relative;
}
.mobileBanner::after {
  position: absolute;
  content: "";
  background-color: #00000069;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.action-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-contact span {
  color: #CF76B0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.84px;
  
  font-family: "Onest", sans-serif;
}
.menu-item {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.64px;
  cursor: pointer;
}
.menu-item:hover,
.menu-item.active {
  color: #CF76B0;
}
.banner {
  width: 97vw;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
  position: relative;
  overflow: hidden;
  height: 80vh;
}
img.main-banner-image {
  height: 80vh;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  border-radius: 20px;
}
.banner h1 {
  color: #5D354F;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
}
.banner h2 {
  color: #CF76B0;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -2.1px;
}
.banner h2 span{
  color: #5D354F;
}
.banner p {
  color: #69696B;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.72px;
  
  margin-top: 25px;
  margin-bottom: 25px;
}
.theme-btn-1 {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #CF76B0;
  transition: all ease 0.3s;
  color: #FFF !important;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.6px;
  border-radius: 100px;
  border: 0px;
}
.theme-btn-1:hover {
  background: #892f69 !important;
  transition: all ease 0.3s;
}
a.theme-btn-2 {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #807F85;
  color: #FFF;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.6px;
  transition: all ease 0.3s;
  border-radius: 100px;
}
.theme-btn-2:hover {
  background: #514f59 !important;
  transition: all ease 0.3s;
}
.banner .container,
.banner .row {
  height: 100%;
}
.banner .row {
  display: flex;
  align-items: center;
}
.image-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
p.mh {
  color: #000;
  font-family: Onest;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1.68px;
  
  margin-bottom: 25px;
}
p.msh {
  color: #69696B;
  text-align: justify;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
img.footer-logo {
  height: 150px;
  width: auto;
}
.footer-link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
a.footer-link {
  color: #D4B1C9;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
  
}
a.single-footer-dta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 25px;
}
.sfd-text {
  color: #FFF !important;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.72px;
  
  flex: 1;
}
span.border-icon {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #856179;
  border-radius: 50%;
}
.footerbottom {
  padding-top: 25px;
  border-top: 1px solid #67405A;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerbottom p.dm a {
  color: #CF76B0;
}
.menu-icon {
  display: none;
  font-size: 30px;
  color: #807f86 !important;
  padding: 8px 12px;
  line-height: 1;
  border: 1px solid #807f862e;
  border-radius:10px;
  margin-left: 20px;
}
.breadcrumb-area {
  border-radius: 20px;
  background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
  width: 97vw;
  padding: 60px 0px;
  margin: 0 auto 0px;
  position: relative;
  overflow: hidden;
}
img.ba-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.sec-head {
  position: relative;
  z-index: 1;
}
.breadcrumb-area h1 {
  color: #5D354F;
  font-family: Onest;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1.7px;
  text-align: center;
  margin-bottom: 18px;
}
.bread-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bread-menu a {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.64px;
}
.bread-menu a.active {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.64px;
}
.section-heading {
  color: #000;
  text-align: center;
  font-family: Onest;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1.68px;
  
}
img.ali {
  border-radius: 30px;
}
p.atw-spcl {
  color: #000;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.64px;
}
p.atw {
  color: #7C7C7C;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.56px;
}
.about-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scontent-wrapper {
  margin: 60px 0px;
}

.single-wp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.single-wp img {
  height: 100px;
  width: auto;
}
.single-wp p {
  color: #938E9B;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.72px;
}
.tgp {
  border-radius: 20px;
  background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
  width: 97vw;
  padding: 60px 0px;
  margin: 0 auto 0px;
}
.scontent-wrapper {
  margin: 40px 0px;
}
.single-wp {
  gap: 20px;
  margin-bottom: 50px;
}
.service-title {
  color: #000;
  text-align: center;
  font-family: Onest;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1.68px;
  
}
.service-sub-title {
  color: #000;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
}
.service-section {
  padding: 40px;
}
.service-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.main-section-wrapper {
  border-radius: 20px;
  background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
  width: 97vw;
  padding: 60px 0px;
  margin: 0 auto 0px;
  position: relative;
}
.main-section-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
  position: relative;
}
.single-op-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-op-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
p.subheading-sow {
  color: #938E9B;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.72px;
}
img.img-single {
  height: 75px;
  width: auto;
}
p.main-heading-sow {
  color: #000;
  font-family: Onest;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.84px;
  
}
.ls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  width: 45%;
}
img.rs-image {
  border-radius: 30px;
  position: absolute;
  top: 0px;
  height: 1200px;
}
.rs {
  position: relative;
}
.t-4 {
  top: 40px;
}
.single-iws {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-radius: 30px;
}
.grey {
  background-color: #807F85;
}
.pink {
  background-color: #CF76B0;
}
p.first-p {
  color: #FFF;
  font-family: Onest;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.50px;
  
}
p.second-p {
  color: #ffffff68;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.72px;
}
.iws-image {
  height: 330px;
}
h2.iws {
  color: #5D354F;
  text-align: center;
  font-family: Onest;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -2.7px;
  
  margin-bottom: 70px;
}
.msw-grad {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, #FFF 33.13%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 400px;
}
.wu-heading {
  color: #5D354F;
  font-family: Onest;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -2.7px;
  
  text-align: center;
  margin-bottom: 30px;
}
.wu-sub-heading {
  color: #000;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.72px;
  
}
.why-us {
  padding-top: 60px;
}
.wu-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 70px 0px 90px;
}
img.wu-img {
  height: 80px;
  width: auto;
}
p.single-wu-heading {
  color: #000;
  font-family: Onest;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.84px;
  
  margin: 15px 0px 10px;
}
p.single-wu-subheading {
  color: #938E9B;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.72px;
}
.single-wu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.contact-section {
  border-radius: 20px;
  background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
  width: 97vw;
  padding: 60px 0px;
  margin: 0 auto 0px;
}
h2.git {
  color: #5D354F;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -2.7px;
  
  margin-bottom: 40px;
}
.single-input-group label {
  color: #000;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.64px;
  
}
.single-input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.single-input-group input.form-control {
  height: 60px;
  border-radius: 7px;
  border: 1px solid #807F85;
  background-color: transparent;
}
textarea.form-control {
  height: 120px;
  border-radius: 7px;
  border: 1px solid #807F85;
  background-color: transparent;
  resize: none;
}
.text-right {
  text-align: right;
}
.single-contact-info img {
  height: 51px;
  width: 51px;
}
.single-contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-contact-info a {
  color: #48293E !important;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.72px;
}
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.spinner {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Thank you */
.thankyou-section {
  padding: 50px 0px;
  display: flex;
}
.thankyou-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tyh {
  position: relative;
  width: 700px;
  text-align: center;
}
.ty-header {
  text-align: center;
}
.thank-you-heading-span {
  position: absolute;
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  color: white;
  top: 2px;
  z-index: 1;
  transition: all ease 0.4s;
  left: 50.5%;
  transform: translateX(-50%);
  width: fit-content;
  white-space: nowrap;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px 5px #000000;
}
.thank-you-heading {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #48293E;
}
a.theme-color {
  color: #48293e;
}
.tyh svg{
  fill: #D4B1C9;
}
p.ty-sub {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
p.ty-p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.thumbs-up {
  height: 60px;
  width: 60px;
  display: flex;
  margin: 0 auto;
}
p.error-message {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  color: #a03f7e;
}
.msh br {
  display: none;
}
.only-mobile {
  display: none;
}
/*====================================== Responsive ========================================*/




@media only screen and (max-width: 767px) {
  .thank-you-heading {
    font-size: 40px;
  }
  .service-section {
    padding: 40px 20px !important;
  }
  .section.about-sec {
    padding: 0px 20px 70px;
  }
  .mobile-reverse {
    flex-direction: column-reverse;
    margin-top: 0px !important;
  }
  .main-section-wrapper.service-page {
    padding: 50px 20px;
  }
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .sbsb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .top-contact svg {
    width: 35px;
  }
  .single-contact-info img {
    height: 45px;
    width: 45px;
  }
  img.footer-logo {
    height: 120px;
    width: auto;
  }
  form .text-right {
    text-align: center;
    margin: 30px 0px 50px;
  }
  .single-input-group input.form-control {
    height: 55px;
  }
  .single-input-group {
    margin-bottom: 20px;
  }
  .top-contact span {
    color: #CF76B0;
    font-size: 15px;
  }
  .contact-section {
    padding: 40px 0px;
  }
  h2.git {
    text-align: center;
  }
  .service-section {
    padding: 20px;
  }
  .main-section-wrapper-inner.second-msw {
    padding-top: 30px;
  }
  .why-us {
    padding-top: 20px;
  }
  p.single-wu-subheading br {
    display: none;
  }
  .single-wu-inner {
    width: 90%;
    margin-bottom: 30px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  /* p.single-wu-subheading {
    text-align: center;
  } */
  .single-wu {
    width: 100%;
  }
  .wu-content {
    margin: 40px 0px 40px;
  }
  h2.iws, .wu-heading {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 20px;
    /* text-align: left; */
  }
  .iws-image {
    height: auto;
    margin-top: 30px;
    width: 100%;
    object-fit: cover;
  }
  .single-iws {
    margin-top: 20px;
    height: auto;
  }
  .main-section-wrapper-inner {
    padding-bottom: 20px;
  }
  .ls.second-ls {
    padding-top: 0px;
  }
  .main-section-wrapper {
    padding: 20px 0px;
  }
  .ls {
    padding-top: 580px;
    width: 100%;
  }
  img.rs-image {
    top: 0px;
    height: auto;
  }
  .single-wp p {
    font-size: 16px;
    text-align: center;
  }
  .scontent-wrapper {
    align-items: flex-start !important;
  }
  .single-wp {
    align-items: center;
  }
  img.ali {
    margin-bottom: 30px;
  }
  .main-nav-area.active ul.main-menu {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  a.footer-link {
    font-size: 15px;
  }
  .sfd-text {
    font-size: 15px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .banner h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.1px;
    margin-top: 10px;
  }
  .banner p {
    font-size: 16px;
    letter-spacing: -0.22px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .overlay.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000091;
    z-index: 1;
  }
  a.menu-icon {
    display: flex;
  }
  header.main_header {
    margin-bottom: 5px;
  }
  .main-nav-area {
    display: flex;
    position: absolute;
  }
  .main-nav-area.active ul.main-menu {
    right: 0px;
    transition: all ease 0.6s;
  }
  ul.main-menu {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: fixed;
    right: -1500px;
    top: 0px;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 111;
    flex-direction: column;
    width: 230px;
    justify-content: flex-start;
    padding: 40px 20px;
    box-shadow: -3px 1px 20px #00000017;
    background: linear-gradient(76deg, #FAF1F7 2.92%, #E5ECF9 99.11%);
    transition: all ease 0.6s;
  }
  .banner {
    height: auto;
    padding: 30px 10px;
  }
  img.main-banner-image {
    height: 40vh;
    position: relative;
    top: unset;
    margin-top: 40px;
    width: 100%;
    object-fit: cover;
  }
  .banner-heading {
    font-size: 22px;
    line-height: 1.3;
  }
  .banner-btn {
    padding: 6px 25px;
    font-size: 14px;
  }
  .section {
    padding: 40px 0px;
  }
  h2.heading_txt {
    font-size: 35px;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  h2.heading_txt br {
    display: none;
  }
  p.heading-text-subheading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text_content {
    font-size: 15px;
  }
  .text_content br,
  .service-sub-title br,
  .atw-spcl br,
  .atw br,
  .single-wp p br,
  .msh br {
    display: none;
  }
  .single-box-wrapper {
    margin-top: 50px;
  }
  .single-box img {
    height: 70px;
    width: auto;
  }
  .single-box p {
    font-size: 17px;
    margin-top: 10px;
  }
  .single-box {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .presence {
    margin-top: 30px;
    flex-direction: column;
  }
  .presence-left {
    width: 100%;
    padding: 30px 20px;
  }
  p.presence-title {
    font-size: 48px;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }
  .location-wrapper {
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  a.single-location {
    min-width: 150px;
    padding: 10px 20px;
  }
  .presence-right {
    width: 100%;
    padding: 20px;
  }
  .map-marker {
    height: 30px;
    width: 30px;
  }
  span.map-marker.latin-america {
    bottom: 30%;
    left: 25%;
  }
  span.map-marker.manchester {
    top: -2%;
    left: 39%;
  }
  span.map-marker.uzbekistan {
    top: 9%;
    right: 29%;
  }
  span.map-marker.india {
    bottom: 60%;
    right: 22%;
    top: unset;
  }
  .why-choose-us {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .row.wcu .col {
    width: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row.wcu {
    width: 100vw;
    padding: 0px;
    margin: 0px;
    justify-content: center;
  }
  .unp-wrapper-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .unp-left, .unp-right {
    width: 100%;
  }
  .unp-right {
    padding: 50px 20px 80px;
  }
  .unp-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
    right: 50%;
    transform: translateX(50%);
  }
  .single-product-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-product {
    width: 45%;
  }
  img.single-p-img {
    height: 150px;
    width: 150px !important;
    margin: 0 auto;
  }
  .sm-wrapper a {
    height: 50px;
    width: 50px;
    font-size: 22px;
  }
  .sm-wrapper {
    height: 110px;
  }
  .single-f-column {
    margin-bottom: 30px;
  }
  footer {
    padding: 40px 0px 20px;
  }
  .footerbottom {
    padding-top: 25px;
    margin-top: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  a.single-footer-dta {
    margin-bottom: 20px;
    gap: 10px;
  }
  .sfd-text {
    width: 60%;
  }
  .unp-left img {
    height: 300px;
    object-fit: cover;
    object-position: top;
  }
  .side-menu {
    width: 90%;
    padding: 50px 0px 60px 30px;
  }
  a.close-sidemnu {
    top: 20px;
    right: 20px;
  }
  .sub-menu {
    margin-bottom: 25px;
  }
  .right-sec {
    margin-top: 40px;
  }
  p.atw,
  p.atw-spcl {
    width: 100%;
    text-align: justify;
  }
  .ty-sub br,
  .ty-p br {
    display: none;
  }
  .ty-header {
    margin-bottom: 20px;
    margin-top: 20px;
  }

}

@media (min-width: 768px) and (max-width: 1300px) {
  .text_content br,
  .service-sub-title br,
  .atw-spcl br,
  .atw br,
  .single-wp p br,
  .msh br {
    display: none;
  }
  img.ba-banner {
    display: none;
  }
  .col-md-0 {
    display: none;
  }
  .single-wu {
    margin-bottom: 40px;
  }

  p.single-wu-heading {
    font-size: 18px;
    margin: 15px 0px 10px;
  }
  p.single-wu-subheading {
    font-size: 16px;
  }
  .wu-content {
    margin: 40px 0px 10px;
    align-items: flex-start;
  }
  .wu-heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .iws-image {
    height: 330px;
    object-fit: cover;
    border-radius: 25px;
    object-position: left;
  }
  .single-iws {
    padding: 15px;
  }
  p.second-p {
    font-size: 16px;
    line-height: 1.4;
  }
  p.first-p {
    font-size: 18px;
    line-height: 1.3;
  }
  h2.iws {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .service-page.main-section-wrapper {
    padding-bottom: 0px;
  }
  img.rs-image {
    top: -20px;
    height: auto;
  }
  .main-section-wrapper-inner {
    padding-bottom: 50px;
  }
  .single-op-container {
    margin-top: 25px;
    gap: 20px;
  }
  .service-title {
    text-align: left;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-align: center;
  }
  .single-op-wrapper {
    gap: 15px;
  }
  p.subheading-sow {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    font-weight: 400;
  }
  p.main-heading-sow {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  img.img-single {
    height: 55px;
  }
  .ls {
    padding-top: 0px;
    width: 45%;
  }
  .t-4 {
    top: 0px;
  }
  .single-wp {
    gap: 20px;
    margin-bottom: 50px;
  }
  .section-heading {
    font-size: 24px;
  }
  p.atw,
  p.atw-spcl {
    font-size: 14px;
  }
  .about-text-wrapper {
    gap: 5px;
  }
  img.footer-logo {
    margin: 0 auto 40px;
  }
  p.mh {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: -1.08px;
  }
  p.msh {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  .section {
    padding: 30px 0px;
  }
  .banner h2 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -1.2px;
    margin-top: 5px;
  }
  .banner p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .banner {
    display: flex;
    height: auto;
    padding: 20px 15px 20px 5px;
    margin-top: 10px;
    align-items: center;
  }
  .banner .row {
    align-items: flex-start;
  }
  img.main-banner-image {
    position: unset;
    height: 30vh;
    width: auto;
  }
  .top-contact span {
    font-size: 16px;
  }
  .top-contact svg {
    height: 25px;
    width: 25px;
  }
  ul.main-menu {
    gap: 30px;
  }
  .single-product-wrapper {
    flex-wrap: wrap;
  }
  .unp-left {
    width: 50%;
  }
  .unp-right {
    width: 50%;
    padding: 20px;
  }
  .unp-left img {
    height: 350px;
  }
  .row.wcu {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .presence {
    flex-direction: column;
  }
  .presence-left {
    width: 100%;
    padding: 30px 25px;
  }
  .location-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  p.presence-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
  }
  a.single-location {
    min-width: 140px;
  }
  .presence-right {
    width: 100%;
    padding: 30px;
  }
  span.map-marker.india {
    top: 24%;
    right: 22%;
  }
  span.map-marker.uzbekistan {
    top: 10%;
    right: 30%;
  }
  .map-marker {
    height: 50px;
    width: 50px;
  }
  span.map-marker.manchester {
    top: 1%;
    left: 40%;
  }
  .presence {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
  }
  img.main-banner-image {
    height: auto;
    width: 50vw;
  }
  .side-menu {
    width: 60%;
    padding: 60px 0px 60px 30px;
  }
  h2.heading_txt {
    font-size: 42px;
  }
  .single-box img {
    height: 70px;
  }
  .single-box-wrapper {
    margin-top: 70px;
  }
  .single-box p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: normal;
  }
  
}

@media (min-width: 991px) and (max-width: 1199px) {
  .main-section-wrapper-inner {
    padding-bottom: 150px;
  }
  .main-section-wrapper-inner .ls {
    padding-top: 6vw;
  }
  .main-section-wrapper-inner .ls.second-ls {
    padding-top: 1vw;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-section-wrapper-inner {
    padding-bottom: 250px;
  }
  .main-section-wrapper-inner .ls {
    padding-top: 7vw;
  }
  .main-section-wrapper-inner .ls.second-ls {
    padding-top: 0vw;
  }
}

@media only screen and (max-width: 575px) {
  .ls {
    padding-top: 100vw;
    width: 100%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  img.main-banner-image {
    max-width: 45vw;
    object-fit: cover;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  a.top-contact {
    display: flex;
    gap: 2px;
    align-items: center;
  }
}
@media (min-width: 1301px) and (max-width: 1398px) {
  a.top-contact {
    display: flex;
    align-items: center;
  }
  a.top-contact svg {
    height: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .left-sect {
    max-width: 50%;
  }
  /* p.msh {
    width: 395px;
  } */
}
@media only screen and (min-width: 991px) {
  .atw-spcl, .atw  {
    width: 470px;
    text-align: justify;
  }
  .atw-spcl br,
  .atw br {
    display: none;
  }
}

