@import url("https://fonts.googleapis.com/css2?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");
  @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
  @font-face {
    font-family: 'Gill-Sans-Medium';
    src: url("../fonts/Gill-Sans-Medium.woff2") format("woff2"), url("../fonts/Gill-Sans-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

:root {
  --gill-sans-mediuam: 'Gill-Sans-Medium';
  --small-head:#EF233C;
  --uni-padding:80px 0px;
  --text-color:#303030;
}
html {
  overflow-x: hidden;
}
body {
  --gill-sans-mediuam: 'Gill-Sans-Medium'!important;
  box-sizing: border-box!important;
}
  h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

p, strong {
  margin: 0px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

h1 {
  font-size: 48px;
  line-height: 57px;
}

h2 {
  font-size: 40px;
  line-height: 52px;
}

h3 {
  font-size: 32px;
  line-height: 41.6px;
}

.shimmer {
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: shimmer 1s infinite reverse;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desk-h100-slider img {
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
}
body ul > li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
}

.main {
  width: 100%;
  float: left;
}

.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  text-align: left;
  color: #fff;
}
.navbar {
  padding: 0px!important;
}
header {
  width: 100%;
  float: left;
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.1411764706);
  z-index: 1000;
  font-family: var(--gill-sans-mediuam);
  transition: .3s ease-in-out;
}
.header-fixed {
  position: fixed;
  top: 0;
  background: #fff;
}
header .sub-menu {
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0%;
  background: white;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 3px solid #B91F38;
  box-shadow: -4px 7px 13px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  transform: translate(0px, 50px);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.sub-menu li {
  height: auto!important;
  margin: 0px!important;
}
.sub-menu li a {
  color: #000!important;
  padding: 6px 20px!important;
  background: transparent!important;
  display: block!important;
  font-family: var(--gill-sans-mediuam)!important;
}
header .navbar-toggler {
  border: 0px;
  outline: 0px !important;
  padding: 0px;
}
header .navbar-toggler:focus {
  outline: 0px;
  box-shadow: none;
}
header .menu-item {
  position: relative!important;
  margin: 0px 20px;
  height: 90px;
  display: flex;
  align-items: center;
}
.menu-item a {
  color: #000000;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: all;
}
.current-menu-item::after {
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(87deg, #B91F38 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: -1px;
  content: '';
}
.navbar-nav li:nth-last-of-type(1) {
  margin-right: 0px;
}
.navbar-nav li:nth-last-of-type(1) a {
  background: #FF0000 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  padding: 10px 29px;
  color: #fff;
  font-family: 'Lexend', sans-serif;
}
.banner-text {
  font-family: var(--gill-sans-mediuam);
}
.banner-text strong {
  font-size: 50px;
  display: block;
  max-width: 60%;
  line-height: 58px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bolder;
  margin-bottom: 20px;
}
.banner-text p {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}
.btn {
  transition: all .3s ease-in-out;
}
.swiper-button-next, .swiper-button-prev {
  position: relative!important;
  top: 0px!important;
  margin-top: 0px!important;
}
.swiper-buttons .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.swiper-buttons {
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 60px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}
.left-btn {
  background: #b91f389c 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(50px);
  width: 50px;
  height: 50px;
  display: flex;
  flex: 0 0 auto;
  left: auto;
}
.left-btn i {
color: #EF233C!important;
}
.right-btn {
  background: #B91F38 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 50px;
  height: 50px;
  right: auto;
  margin-left: 25px;
}
.right-btn i {
  color: #fff!important;
  }
  .client-said-sec {
    padding: 60px 0px;
    text-align: center;
    margin-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    background-image: url(https://seeds.myaiwa.com/wp-content/uploads/2023/09/Rectangle@2x.png);
    font-family: var(--gill-sans-mediuam);
}
.client-said-sec .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 49%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.client-said-sec .owl-prev {
  width: 45px;
  height: 45px;
  margin-left: -68px!important;
  background: #B91F38!important;
  border-radius: 50%!important;
  color: #fff!important;
}
.client-said-sec .owl-next {
  width: 45px;
  height: 45px;
  margin-right: -68px!important;
  background: #B91F38!important;
  border-radius: 50%!important;
  color: #fff!important;
}
.client-said-slider .client-main-card {
  background-color: #fff;
  padding: 100px 30px 40px 30px;
  box-shadow: 0px 15px 29px #E1A12208;
  margin-top: 100px;
  position: relative;
}
.client-main-card p {
  max-width: 89%;
  margin: auto;
}
.client-main-card .img-sec {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  top: -54px;
}
.client-main-card h6 {
  color: #B91F38;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-us-sec .text-part {
  padding: 30px 0px 0px 40px;
  position: relative;
  font-family: var(--gill-sans-mediuam);
}
.about-us-sec {
  padding: var(--uni-padding);
  background-image: url(https://seeds.myaiwa.com/wp-content/uploads/2023/09/Vector-Building@2x.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-position: top;
}
.about-us-sec .text-part::before {
  width: 110%;
  height: 130%;
  left: -10%;
  content: '';
  position: absolute;
  background: #f8f8f83b;
  top: 7.5%;
  z-index: -1;
  bottom: 0;
  margin: auto;
  display: block;
}
.about-us-sec .text-part strong {
  color: var(--small-head);
}
.about-us-sec .text-part h1 {
  font-size: 44px;
  line-height: 50px;
  font-family: 'Quicksand';
  font-weight: 600;
  margin-bottom: 20px;
}
.about-us-sec .text-part p {
  margin-bottom: 20px;
  color: var(--text-color);
}
.about-us-sec .text-part ul {
  padding-left: 0px!important;
}
.about-us-sec .text-part li {
  display: flex;
  color: var(--text-color);
  margin-bottom: 20px;
}
figure.wp-block-media-text__media {
  width: 90px;
  height: 90px;
  background: #FF0000;
  margin-right: 20px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.wp-block-media-text {
  display: flex;
  margin-bottom: 20px;
}
.about-us-sec .img-part img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
}
.wp-block-media-text p {
  margin: 0px!important;
}
.business-sec {
  padding: 80px 0px;
  text-align: center;
  font-family: var(--gill-sans-mediuam);
}
.business-sec h2 {
  font-size: 50px;
  font-family: 'Quicksand';
  font-weight: 600;
}
.business-sec p {
  margin: 30px 0px;
  color: var(--text-color);
}
.services-card {
  background: #00000000 0% 0% no-repeat padding-box;
border: 1px solid #79797926;
padding: 30px 20px;
border-radius: 0px;
}
.services-card .icon-part img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0px auto 20px auto;
  filter: grayscale(100);
}
.owl-item.active.center .services-card .icon-part img  {
  filter: inherit!important;
}
.services-card h3 {
  font-size: 23px;
  font-family: 'Quicksand';
  font-weight: 800;
}
.services-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-card a {
  color: #B91F38;
  background: transparent linear-gradient(69deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 40px;
  opacity: 1;
  padding: 10px 30px;
}
.owl-item.active.center .services-card  {
  border: 0.30000001192092896px solid #B91F38;
}
.owl-item.active.center .services-card a  {
  background: transparent linear-gradient(69deg, #B91F38 0%, #FF0000 100%) 0% 0% no-repeat padding-box!important;
  color: #fff!important;
}
.header .container,.topheader .container {
  max-width: 1250px!important;
}
.business-slider-sec {
  margin: auto;
  max-width: 88%;
}
.business-slider-sec .owl-nav {
  display: block!important;
  position: absolute;
  top: 35%;
  display: flex!important;
  width: 100%;
  justify-content: space-between;
}
.business-slider-sec .owl-prev {
  background: #b91f3854 0% 0% no-repeat padding-box!important;
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 40px!important;
  height: 40px!important;
  margin-left: -60px!important;
  border-radius: 0px!important;
  color: #EF233C!important;
}
.business-slider-sec .owl-next {
  background: #B91F38 0% 0% no-repeat padding-box!important;
  width: 40px;
  height: 40px;
  border-radius: 0px!important;
  margin-right: -60px!important;
  color: #fff!important;
}
.business-slider-sec .owl-theme .owl-dots .owl-dot span {
  background: #F5060A;
  opacity: 0.3;
}
.business-slider-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #F5060A;
  opacity: 1;
}
.client-said-sec .owl-theme .owl-dots .owl-dot span {
  background: #B91F38;
  opacity: 1;
}
.client-said-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #FF0000;
  opacity: 1;
}
.business-slider-sec .owl-theme .owl-dots {
  display: block!important;
  margin-top: 30px!important;
}
.client-said-sec .owl-theme .owl-dots {
  display: block!important;
  margin-top: 30px!important;
}
.request-consulation-sec {
  padding: 60px 0px 0px 0px;
  background-image: url(https://seeds.myaiwa.com/wp-content/uploads/2023/09/Layer-94-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--gill-sans-mediuam) ;
}
.request-consulation-sec .text-part h2 {
  color: #2F2F31;
  font-family: 'Quicksand';
  font-weight: 700;
  margin-bottom: 20px;
}
.request-consulation-sec .text-part {
  padding: 0px 100px 0px 50px;
}
.request-consulation-sec .text-part .form-control {
  color: #999999!important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -0.42px 0.91px 1px #00000014;
  border-radius: 6px;
  opacity: 1;
  padding: 10px 15px;
}
.request-consulation-sec .text-part .form-control::placeholder {
  color: #999999!important;
}
.request-consulation-sec .text-part  textarea {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  height: 100px;
}
.request-consulation-sec .text-part .col-12 {
  margin-bottom: 20px;
}
.navbar-brand {
  display: none;
}
.topheader {
  font-family: 'Lexend', sans-serif;
}
.btn-red {
  background: transparent linear-gradient(69deg, #B91F38 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  padding: 10px 30px;
  color: #fff!important;
}
.request-consulation-sec .text-part .col-12:nth-last-of-type(1) {
  margin-bottom: 0px!important;
}
.footer p img {
  width: 30px;
  height: 30px;
}
.fcontact p {
  display: flex;
  align-items: flex-start;
}
.date {
  background: #FF0000;
  width: 60px;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -30px;
  font-size: 14px;
  font-family: 'Quicksand';
  font-weight: 900;
}
.main.news-sec .text-part {
  padding: 50px 30px 60px!important;
  position: relative;
}
.footer-card {
  width: 100%;
  float: left;
  padding-top: 54px;
}
.footer-card .menu li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.footer-card .menu li::before {
  content: '\f105 ';
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  color: #FF0000;
}
.menu-item-has-children a {
  position: relative;
}
.menu-item-has-children a::after {
  content: '';
  width: 7px;
  height: 7px;
  background: url(https://seeds.myaiwa.com/wp-content/uploads/2023/09/Group-203.png);
  right: 0;
  position: absolute;
  z-index: 100000000000000;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  right: -15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-menu a::after {
display: none!important;
}
.footer-card .current-menu-item::after {
  display: none!important;
}
.news-sec .text-part p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vision-mission-card .icon-part {
  width: 160px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 20px;
}
.vision-mission-card .icon-part img {
  width: 100px;
  margin: auto;
  filter: brightness(100);
}
.vision-mission-card:hover .icon-part img {
  filter: inherit;
}
.vision-mission-card {
  background: #F14C52;
  box-shadow: 0px -1px 6px #00000029;
  display: flex;
  max-width: 85%;
  margin: 0px auto 10px auto;
  color: #fff;
  font-family: var(--gill-sans-mediuam);
  transition: .1s ease-in-out;
}
.vision-mission-card .text-part {
  width: calc(100% - 120px);
  padding: 20px 20px 30px 20px;
  transition: .1s ease-in-out;
}
.vision-mission-card .text-part h3 {
  font-size: 28px;
  line-height: 40.6px;
  margin-bottom: 10px;
  font-family: 'Quicksand';
  font-weight: 600;
}
.vision-mission-card:hover {
  background: #fff!important;
  color: #F03B52;
}
.vision-mission-card:hover .text-part {
  padding: 22px 20px 30px 20px;
}
.expertise-sec .text-part strong {
  color: #EF233C;
}
.expertise-sec {
  padding: 80px 0px;
  font-family: var(--gill-sans-mediuam);
}
.expertise-sec .text-part h2 {
  font-size: 40px;
  line-height: 52px;
  font-family: 'Quicksand';
  font-weight: 900;
  margin: 15px 0px;
}
.expertise-box {
  display: flex;
  margin-bottom: 40px;
}
.expertise-box .icon-part {
  width: 90px;
  height: 90px;
  display: flex;
  background: #EF233C;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.expertise-box .icon-part img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.expertise-box .text-sec {
  display: flex;
  align-items: center;
}
.expertise-sec .text-part p {
  margin-bottom: 45px;
}
.expertise-box .text-sec p {
  margin-bottom: 0px;
}
.expertise-sec .text-part {
  padding: 0px 60px 0px 0px;
}
.exp-year {
  font-size: 40px;
  font-family: 'Quicksand';
  font-weight: 900;
  color: #EF233C;
  margin: 0px 20px;
}

.content-part {
  color: #303030;
}
.content-part h6 {
  font-size: 22px;
  font-family: 'Quicksand';
  font-weight: 900;
  margin-bottom: 10px;
}
.video-card {
  position: relative;
  width: 100%;
}
.video-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #00000024;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.thumbnail {
  position: relative;
  display: flex;
  height: 100%;
}
.video-icon img {
  width: 80px;
  height: auto;
  box-shadow: 0px 0px 15px #fff;
}
.expertise-sec .col-lg-5 {
  display: flex;
}
.thumbnail img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.team-card {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.team-card img {
  height: 400px;
  object-fit: cover;
}
.team-card::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000073;
  content: '';
  top: 0;
  left: 0;
}
.team-card .text-part {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}
.team-card .text-part h6 {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: 'Playfair Display', serif;
}
.meet-our-team {
  text-align: center;
  font-family: var(--gill-sans-mediuam);
}
.meet-our-team h2 {
  font-size: 40px;
  font-family: 'Quicksand';
  font-weight: 900;
}
.meet-our-team-main-sec {
  max-width: 95%;
  margin: auto;
}
.timeline-main-flex {
  margin: 80px 0px 0px 0px;
  position: relative;
  overflow-x: hidden;
}
.timeline-main-flex::after {
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  opacity: 0.35;
}
.timeline-sec {
  padding-top: 80px;
}
.timeline-sec h2 {
  font-size: 20px;
  line-height: inherit;
  font-family: 'DM Sans', sans-serif;
}
.timeline-main-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 75px;
  overflow-y: hidden;
}
.timeline-main-card::after {
  width: 15px;
  height: 15px;
  background: #EF233C;
  position: absolute;
  content: '';
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.timeline-main-card .img-part {
  flex: 0 0 auto;
  width: 45%;
  position: relative;
}
.timeline-main-card .text-part {
  flex: 0 0 auto;
  width: 45%;
  position: relative;
}
.timeline-main-card  .content-part {
  background: #E6E6E6;
  padding: 20px;
  color: #303030;
  font-family: var(--gill-sans-mediuam);
}
.timeline-main-card  .content-part h3 {
  font-size: 22px;
  line-height: inherit;
  margin-bottom: 11px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
}
.timeline-main-card .content-part p {
  font-size: 14px;
  line-height: 24px;
}
.timeline-main-flex .timeline-main-card:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline-main-card:nth-last-of-type(1) {
  margin: 0px;
}
.timeline-main-flex .timeline-main-card:nth-child(1) .img-part::after {
  content: '';
  width: 20%;
  height: 50%;
  background: #fff;
  left: -20%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.timeline-main-flex .timeline-main-card:nth-last-of-type(1) .img-part::after {
  content: '';
  width: 20%;
  height: 100%;
  background: #fff;
  right: -20%;
  position: absolute;
  z-index: 1;
  bottom: -46px;
  top: 50%;
}
.main.map-sec iframe {
  width: 100%;
  height: 500px!important;
}
.get-in-touch-sec {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000033;
  border-radius: 18px;
  opacity: 1;
  padding: 90px 50px;
  margin-top: -90px;
  font-family: var(--gill-sans-mediuam);
  display: flex;
  color: #000;
}
.contact-sec {
  background: #FFE6E6 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  padding: 80px 40px 50px 40px;
  width: 35%;
  flex: 0 0 auto;
}
.form-sec {
  flex: 0 0 auto;
  width: 65%;
  padding: 45px 15px 0px 65px;
}
.contact-sec h6 {
  font-size: 22px;
  font-family: 'Quicksand';
  font-weight: 900;
  margin-bottom: 10px;
}
.contact-card {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.question-sec {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.contact-sec a {
  color: #000!important;
}
.days-sec,.time-sec {
  display: block;
}
.question-sec a img {
  width: 17px;
  margin-right: 17px;
}
.question-sec a {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 15px;
}
.form-sec h2 {
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 40px;
}
.form-sec p {
  margin: 20px 0px!important;
}
.form-sec form p  {
  margin: 0px!important;
}
.form-sec .form-control {
  background: #FFE6E5 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border: 0px;
  padding: 15px 20px;
  margin-bottom: 30px;
  color: #848E9F;
}
.form-sec textarea {
  height: 140px;
}
.form-sec .form-control::placeholder {
  color: #848E9F;
}
.form-sec .btn-sec p span.wpcf7-spinner {
  position: absolute;
  opacity: 3!important;
  left: 100%!important;
}
.get-in-touch-sec .btn-sec p {
  width: fit-content;
  position: relative;
}
.get-in-touch-sec .btn-sec p::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  content: '';
  background: url(https://seeds.myaiwa.com/wp-content/uploads/2023/09/right-btn.png);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 20px;
}
.get-in-touch-sec .btn-sec p .btn-red {
  padding-right: 60px;
}
.client-said-sec h2 {
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}
/*
.global-card img {
  height: 120px!important;
  object-fit: contain;
}

*/
.global-card img {
    height: auto!important;
    object-fit: contain;
    width: 85%!important;
}


.global-client-sec .owl-nav,.global-client-sec .owl-dots {
  display: none!important;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #222222;
}
.animated-icon1 span:nth-child(1) {
 top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.animated-icon1.open {
  position: fixed;
  top: 0;
  z-index: 10000000000000000;
  right: 30px;
  top: 30px;
}
.news-card {
  margin-bottom: 30px;
}
.news-sec .img-part img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.main-news-card .img-part {
  position: relative;
}
.main-news-card .date {
  top: 30px;
  right: 30px;
}
.timeline-main-card .img-part img {
  height: 330px;
  object-fit: cover;
  width: 100%;
}
.inner-banner {
  height: auto!important;
}
.inner-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.quote {
  position: absolute;
  width: 21px;
  top: 65px;
  left: 50px;
}
footer {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgb(0 0 0 / 9%) 0%, rgba(0,0,0,1) 100%)!important;
  opacity: 1!important;
}
.about-us-google-review .img-sec {
  padding-right: 50px;
}
.about-us-google-review .img-sec img {
  width: 100%;
  height: 439px;
  object-fit: cover;
}
.about-btn {
  justify-content: flex-end;
}
.about-btn a {
  margin: 0px!important;
}
.news-sec .col-lg-4 {
  display: flex;
}
.news-sec .news-card {
  display: flex;
  flex-direction: column;
}
.news-sec .news-card .text-part {
  height: 100%;
  position: relative;
}
.news-sec .text-part a {
  position: absolute;
  bottom: 20px;
}
#menu-item-182::after {
  display: none;
}
.banner-text {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  
/*# sourceMappingURL=main.css.map */