body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Red Hat Display", sans-serif;
  color: #111726;
  background-image: url("../images/home1bg-2-scaled.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  font-size: 18px;
  line-height: 32px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  color: #111726;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111726;
  display: block;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a:hover,
a:visited,
a {
  text-decoration: none;
}

textarea:focus,
input:focus {
  outline: none;
}

.clearfix {
  clear: both;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.section-title h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.section-title h3 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.section-title p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px auto 10px;
  text-align: center;
  width: 100%;
  font-weight: normal;
}

.sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffffba;
  text-transform: uppercase;
  display: block;
}

.section-padding {
  padding: 60px 0px;
}

.section-title {
  position: relative;
  display: inline-block;
  width: 100%;
}

/***********scroll-Top*******/
.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 90px;
  opacity: 0.6;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999;
  cursor: pointer;
}

.scrollTop a {
  background: #ffbd29;
  padding: 12px 16px;
  border-radius: 50%;
}

.scrollTop a i {
  font-size: 16px;
  color: #000;
}

/*-------------------------------------index-page start------------------------------*/
/*------header-css------*/
.header_bg {
  z-index: 999;
  background: #fff;
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  padding: 10px 0;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);
}

img.call-icon {
  width: 12px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 2px;
}

.header_bg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 15px;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  transition: 0.5s ease;
  font-weight: 500;
}

.header_bg .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #3d1d40;
}

.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a {
  box-shadow: none;
  margin-top: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #fff;
  padding: 0px 17px;
  font-weight: 500;
  line-height: 42px;
  border-color: #3d1d40;
  font-size: 16px;
  margin-left: 12px;
  background-color: #3d1d40;
}

.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a i {
  transform: rotate(-45deg);
  margin-left: 3px;
}

.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a:hover {
  border: 2px solid #3d1d40;
  color: #3d1d40;
  background: #fff;
}

.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a span i {
  font-size: 15px;
  padding-right: 8px;
}

.header-logo {
  display: flex;
  padding: 0;
}

.site-logo {
  width: 212px;
  margin-right: 30px;
}

.odoo-logo {
  width: 85px;
  position: relative;
}

.header_bg .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.header_bg .navbar-expand-lg {
  width: 100%;
  padding: 0;
}

.contact_btn {
  box-shadow: none;
  margin-top: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  text-transform: inherit;
  transition: 0.5s ease;
  border: 2px solid #fff;
  padding: 0px 17px;
  font-weight: 500;
  line-height: 35px;
  background-color: #002035;
  border-color: #002035;
  font-size: 16px;
}

.contact_btn:hover {
  border: 2px solid #ffbd29;
  color: #000;
  background: #ffbd29;
}

.contact_btn i {
  transform: rotate(-45deg);
}

.f-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 4px;
}

.header_bg.f-nav .navbar-expand-lg {
  width: 100%;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header_bg.f-nav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 8px;
}

.header_bg.f-nav .contact_btn {
  margin-top: 3px;
}

.header_bg.f-nav .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.mobile-phone {
  display: none;
}

.header_bg .navbar-nav {
  align-items: center;
}

/*------banner-section-css------*/
.banner-section {
  padding: 150px 0px 100px 0px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(176deg, rgb(255, 249, 255) 0%, rgba(167, 204, 251, 0.1) 100%);
}

.banner-caption {
  text-align: left;
}

.mac-book {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.button-text span i {
  padding-left: 5px;
}

.banner-section .common-btn {
  margin-top: 20px;
}

.banner-section .common-btn:hover {
  box-shadow: 0px 6px 10px 0px #5b5b5b70;
  border: 2px solid #3d1d40;
  color: #3d1d40;
  background: #fff;
}

.button-text:hover::after {
  width: 10%;
}

.banner-caption p {
	font-size: 20px;
	line-height: 30px;
	color: #000000e3;
	font-weight: 500;
	padding-bottom: 10px;
}

.banner-caption h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #1c1b1b;
}

.banner-caption h3 {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  margin: 15px 0px 10px 0px;
  color: #2d2c2c;
}

.adhd-top-video2 {
  position: relative;
  padding-left: 15px;
}

.adhd-top-video2 iframe {
  width: 100%;
  height: 345px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.vids-box img.banner-right {
  border-radius: 8px;
}

.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}

.banner-caption h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #002035;
  padding-top: 12px;
}

.banner-image {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}

.banner-image img.man-image {
  z-index: 9;
  position: absolute;
  bottom: 7px;
}

.our-partner .owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 67%;
  height: 35px;
  margin: 0 auto;
  object-fit: fill;
}

.our-partner {
  padding: 40px 0;
  position: relative;
  text-align: center;
  background: #fbfbfb;
  border-bottom: 1px solid #0000000f;
}

.our-partner .section-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 40px;
  line-height: 35px;
}

/*--------- banner-call-to-section---------------------- */
.banner-consult {
  background-color: #164a97;
  background-image: url("../images/call-btn-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  box-shadow: 20px 20px 50px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 35px 35px 35px 35px;
  border-radius: 20px 20px 20px 20px;
  max-width: 980px;
  min-height: 268px;
  margin: 0 auto;
  justify-content: center;
}

.banner-consult p {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.banner-consult a {
  box-shadow: none;
  margin-top: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 5px;
  color: #164a97;
  text-transform: inherit;
  transition: 0.5s ease;
  border: 2px solid #fff;
  padding: 0px 34px;
  font-weight: 500;
  line-height: 45px;
  background-color: #fc4900;
  border-color: #fc4900;
  font-size: 18px;
  margin-top: 20px;
}

.banner-consult a:hover {
  background-color: #f6f6f6;
  border-color: #fff;
  color: #164a97;
}

.benefit_section {
  position: relative;
  background: #f4f8fb;
  border-top: 1px solid #e3e1e163;
  border-bottom: 1px solid #e3e1e163;
}

.img-wrap {
  position: relative;
}

img.build-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  height: 430px;
  border-radius: 8px;
}

.benefit_section .common-btn {
  line-height: 53px;
  font-size: 18px;
  padding: 0 26px;
}

.whybiz_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.whybiz_list ul li {
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0.2rem 3.2rem rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  padding: 1.5rem;
  border: 1px solid#a8a6a6;
}

.whybiz_list ul li .service-box {
  text-align: center;
  border-radius: 12px;
  position: relative;
  height: 100%;
}

.service-box {
  display: flex;
  padding-right: 10px;
  align-items: center;
}

.service-list-icon {
  width: 80px;
  margin-right: 10px;
}

.service-list-icon img {
  height: 75px;
  width: 80px;
  object-fit: contain;
}

.benefit_section .section-title p {
  text-align: left;
}

.service-title {
  color: #121313;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 30px;
}

.whybiz_list ul li:last-child .service-box::before {
  display: none;
}

.service-img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}

.common-btn {
  line-height: 52px;
  border-width: 0;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 2px solid #3d1d40;
  width: auto;
  padding: 0 25px;
  background: #3d1d40;
  color: #fff;
}

.common-btn i {
  transform: rotate(-45deg);
}

.arrow {
  transition: margin-left 0.5s ease;
  letter-spacing: 0;
}

.common-btn:hover {
  box-shadow: 0px 6px 10px 0px #5b5b5b70;
  border: 2px solid #3d1d40;
  color: #3d1d40;
  background: #fff;
}

.whybiz_list ul li .service-box .service-title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #164a97;
}

.para p {
  font-size: 15px;
  line-height: 24px;
  color: #3a3e41;
  font-weight: normal;
}

.testimonial-section {
  position: relative;
  background: url(../images/Frame.svg);
  background-size: cover;
  background-position: center top;
}

.testimonial-section .section-title h2 {
  width: 80%;
  margin: 0 auto;
}

.testimonial-section .section-title p {
  width: 72%;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 50px;
  font-size: 28px;
  line-height: 100px;
  transition: ease-in-out0.2s;
  padding: 0;
  background: transparent;
  color: #164a97;
  z-index: 100;
  margin: 0;
  line-height: 27px;
}

.testimonial-section .owl-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .owl-next {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 15%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 5;
}

.testimonial-section .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: -22px;
  right: -22px;
  transform: translateY(-50%);
  z-index: 5;
  margin: 0;
}

.review-txt {
  background: #f1f1f217;
  padding: 54px 50px 30px 50px;
  transition: all 0.35s ease-in-out;
  width: 62%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.testimonial-section .testimonial-avatar {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-section .testimonial-avatar img {
  display: inline-block;
  filter: brightness(0) invert(1);
}

.testimonial-section .review-author h5 {
  font-size: 22px;
  line-height: 35px;
  padding-top: 15px;
  margin-bottom: 4px;
  color: #fff;
  font-weight: 700;
}

.review-author h6 {
  font-size: 16px;
  line-height: 27px;
  padding-top: 3px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 600;
}

.testim-rating i {
  color: #fdcc28;
}

.review-txt p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
}

/* ------------------success-story----------------- */
.bg--secondary {
  position: relative;
  background: url(../images/Frame.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center top;
}

.success-story .success-story__counter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.success-story .success-story__counter .success-story__counter-box {
  text-align: center;
  padding: 30px;
}

.success-story .success-story__counter .success-story__counter-box:first-child {
  border-bottom: 1px solid #a8a6a6;
}

.success-story .success-story__counter .success-story__counter-box:nth-child(2) {
  border-bottom: 1px solid #a8a6a6;
  border-left: 1px solid #a8a6a6;
}

.success-story .success-story__counter .success-story__counter-box .success-story__counter-box-num {
  font-size: 55px;
  line-height: 67px;
  font-weight: 700;
}

.success-story .success-story__counter .success-story__counter-box .success-story__counter-box-num::after {
  content: " +";
  display: inline-block;
  position: relative;
  top: -3px;
}

.success-story .success-story__counter .success-story__counter-box h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.success-story__content {
  text-align: center;
  padding-left: 15px;
}

.success-story .success-story__counter .success-story__counter-box:last-child {
  border-left: 1px solid #a8a6a6;
}

.sec-content h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
}

.sec-content .sec-content__desc p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  padding-bottom: 23px;
  width: 77%;
  margin: 0 auto;
  margin-top: 10px;
}

.sec-content__button .common-btn {
  background: #e9ad29;
  color: #000;
  border: 2px solid #e9ad29;
}

.sec-content__button .common-btn:hover {
  box-shadow: 0px 6px 10px 0px #5b5b5b70;
  border: 2px solid #3d1d40;
  color: #3d1d40;
  background: #fff;
}

.why-do-area-list {
  background: #082c43;
  border-radius: 8px;
  display: flex;
  padding: 25px;
  align-items: center;
  margin-top: 25px;
}

.area-list-icon {
  margin-right: 10px;
  width: 76px;
  display: inline-block;
}

.area-list-des p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.mo-feature-box-03 .img-block {
  width: 64px;
  height: 78px;
  position: relative;
  margin-bottom: 20px;
}

.digital-transformation-section div[class*="col-"]:nth-child(3) .img-block figure::before {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
}

.digital-transformation-section div[class*="col-"]:nth-child(5) .img-block figure::before {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
}

.mo-feature-box-03 .img-block figure img {
  position: relative;
  z-index: 9;
}

.img-thumbnail {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.f-info h6 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2020;
  margin: 0px 0 9px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: #f6f8f9;
  border-radius: 50%;
  padding: 7px;
  margin-right: 18px;
  line-height: 28px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.f-info p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #39393e;
}

.separator {
  padding: 20px 0;
}

.benefit_section .section-title h2 {
  font-size: 45px;
  line-height: 62px;
}

.digital-transformation-video iframe {
  width: 100%;
  height: 345px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.port-section .section-title p {
  width: 70%;
  line-height: 27px;
  font-weight: 500;
  color: #3c3c3c;
}

.event-cards__item {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
  margin-top: 30px;
  transition: .1s ease;
}

.event-cards__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.event-cards__pic img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.event-cards__content {
  padding: 15px;
}

.event-cards__title {
  margin-bottom: 6px;
  border-width: 0;
  color: #111726;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.event-cards__text {
  color: #333;
}

.event-cards__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.event-cards__link a {
  color: #2699cc;
  font-weight: bold;
  text-decoration: none;
  border: 0 none;
}

.port-modal .modal-header .btn-close {
  background: none;
  box-shadow: none;
  outline: none;
}

.port-modal .modal-header .btn-close i {
  font-size: 25px;
}

.port-modal .btn-close {
  opacity: 1;
  background-color: #ec0b0b;
}

.port-modal p {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  margin-top: 7px;
  font-weight: 400;
}

.port-modal ul li {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  margin-top: 7px;
  font-weight: 400;
}

.port-modal p strong {
  padding-right: 5px;
}

.port-modal ul li strong {
  padding-right: 5px;
}

.port-modal ul li i {
  font-size: 8px;
  color: #807f7f;
  line-height: 26px;
  padding-right: 8px;
}

.s_allow_columns p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #39393e;
}

.s_allow_columns h2 {
  font-size: 35px;
  line-height: 47px;
  display: block;
  margin-bottom: 30px;
}

.s_blockquote {
  border: 0;
  padding: 0;
}

.s_blockquote.s_blockquote_classic .s_blockquote_icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #00a09d;
  font-size: 1em;
  float: left;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bg-o-color-2 {
  background-color: #017e84;
  color: #FFFFFF;
}

.s_blockquote.s_blockquote_classic .s_blockquote_content {
  overflow: hidden;
  padding: 1.5rem;
  background-color: #F9FAFB !important;
  color: #111827;
}

.blockquote-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875em;
  color: #6C757D;
  background: none;
  padding: 0;
}

.s_blockquote.s_blockquote_classic .s_blockquote_content .blockquote-footer .s_blockquote_avatar {
  max-height: 2.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 50%;
}

.bg-100 .text-muted,
.o_colored_level .bg-100 .text-muted {
  color: rgba(17, 24, 39, 0.7);
}

.btn.contact_btn.mb-2 {
  margin-left: 0;
}

.h5-fs {
  font-size: 18px;
  font-weight: normal;
}

.row.o_grid_mode {
  align-items: center;
}

.port-modal p {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  margin-top: 7px;
  font-weight: 400;
}

.streamline-section {
  background: #232329;
  background: url(../images/Frame.svg);
  background-size: cover;
  background-position: center top;
}

.streamline-section .section-title h2 {
  font-size: 37px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
}

.streamline-section .section-title p {
  text-align: left;
  margin-top: 10px;
  color: #fff;
}

.contact-botttom {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.bottom-form-group {
  position: relative;
  width: 100%;
  z-index: 99;
}

.contact-left {
  padding-right: 30px;
}

.contact-botttom .section-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  color: #fff;
  text-align: center;
}

.contact-left .section-title h2 {
  font-size: 47px;
  line-height: 60px;
  margin-bottom: 84px;
  position: relative;
}

.contact-left .section-title h2::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: #fb4c01;
}

.contact-us-text {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

a.contact-us-email {
  color: #a3cbfd;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  outline: 0;
  transition: 0.25s;
  width: 100%;
  margin-top: 12px;
}

.contact-us-email i {
  margin-right: 10px;
}

.contact-botttom .fldGrp {
  width: 100%;
  margin: 0 0 13px;
  background: unset;
  align-items: center;
  height: auto;
  border-radius: 0px;
  border: none;
}

.contact-botttom .form-control-wrap {
  position: relative;
  width: 100%;
  display: flex;
  background: unset;
  height: 100%;
}

.contact-botttom .form-control-wrap textarea {
  resize: none;
  padding: 14px;
  border-radius: 0;
  background: unset;
  font-weight: normal;
  color: #000;
  box-shadow: 0 0 0 1px #ffffff54;
  font-size: 16px;
}

.contact-botttom .form-select-lg {
  border-radius: 0px;
  border: 0;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  color: #605f5f;
  font-weight: normal;
  font-size: 18px;
}

.quick-contact-details h2 {
  color: #fff;
}

.contact-botttom .fldTextarea {
  height: 130px;
  width: 100%;
  margin: 0 0 13px;
  padding: 0px;
  background: unset;
  align-items: start;
  border-radius: 0px;
}

.contact-botttom form input[type="number"],
.contact-botttom form input[type="email"],
.contact-botttom form input[type="text"] {
  padding: 12px;
  border-radius: 0;
  outline: none;
  color: #000;
  background: unset;
  font-weight: normal;
  box-shadow: 0 0 0 1px #ffffff54;
  font-size: 15px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.inptFld::-webkit-input-placeholder {
  color: #39393e;
  opacity: 1;
}

.inptFld:-moz-placeholder {
  color: #39393e;
  opacity: 1;
}

.inptFld::-moz-placeholder {
  color: #39393e;
  opacity: 1;
}

.inptFld:-ms-input-placeholder {
  color: #39393e;
  opacity: 1;
}

.why-do-area-list {
  background: #082c43;
  border-radius: 8px;
  display: flex;
  padding: 25px;
  align-items: center;
  margin-top: 25px;
}

.area-list-icon {
  margin-right: 10px;
  width: 76px;
  display: inline-block;
}

.area-list-des p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.mo-feature-box-03 .img-block {
  width: 76px;
  height: 78px;
  position: relative;
  margin-bottom: 20px;
}

.mo-feature-box-03 .img-block figure::before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #ffda30;
  position: absolute;
  bottom: 10px;
  left: -1px;
  transition: .3s all ease-in-out;
  z-index: 1;
}

.digital-transformation-section div[class*="col-"]:nth-child(3) .img-block figure::before {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
}

.digital-transformation-section div[class*="col-"]:nth-child(5) .img-block figure::before {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
}

.mo-feature-box-03 .img-block figure img {
  position: relative;
  z-index: 9;
  height: 60px;
}

.mo-feature-box-03 {
  padding: 27px 20px;
  border-radius: 5px;
  height: 480px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  background: #F4F6FC;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}

.mo-feature-box-03 .f-info p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: #39393e;
}

.why-choose-block-border {
  position: absolute;
  width: 70px;
  height: 70px;
  border-left: 7px solid #ffda30;
  border-top: 7px solid #fbd62f;
  left: -5px;
  top: -7px;
}

/*------footer-section-css------*/
footer {
  padding: 60px 0;
  background-size: cover;
  padding-bottom: 0px;
  background: linear-gradient(176deg, rgb(249, 246, 240) 0%, rgba(167, 204, 251, 0.1) 100%);
}

.last-section .footer-upper-section {
  border-bottom: 1px solid #3534343b;
  padding-bottom: 40px;
}

.phone-section a {
  color: #000;
}

.last-section .footer-upper-section ul.footer-list.first-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list li.heading {
  text-align: center;
  display: block;
  position: relative;
  color: #000;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.last-section .footer-upper-section ul.footer-list li.heading span {
  position: relative;
  padding-left: 40px;
  color: #000;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.last-section .footer-upper-section ul.footer-list li.heading.aus-head span::before {
  position: absolute;
  content: "";
  background: url(../images/aus-flag.png) no-repeat;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.last-section .footer-upper-section ul.footer-list li.heading.uk-head span::before {
  position: absolute;
  content: "";
  background: url(../images/uk-flag.png) no-repeat;
  left: -10px;
  top: -2px;
  display: inline-block;
  width: 49px;
  height: 38px;
  background-size: 44px;
  transform: scale(0.6);
}

.last-section .footer-upper-section ul li {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  display: block;
  font-weight: 500;
}

.ptt-20 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 6px;
  display: block;
}

.last-section .footer-upper-section ul.footer-list.second-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list li a {
  color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
  padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
  padding: 0px;
  padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group {
  position: relative;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group .form-control {
  background: none;
  border: 1px solid #fff;
  border-radius: 0px;
  position: relative;
  color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group img.footer-form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
}

.footer-end-section {
  text-align: center;
  padding: 30px 0px;
  padding-bottom: 50px;
}

.footer-end-section p {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
}

.footer-end-section p span img.footer-rating {
  width: auto;
  padding-right: 10px;
  margin-bottom: 6px;
}

.footer-end-section ul.badge-list {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
}

.footer-end-section ul.badge-list li {
  display: inline-block;
  margin: 10px 20px;
}

.footer-end-section ul.badge-list li img {
  width: 145px;
  height: auto;
}

.copy-right-bar {
  padding: 15px 0px;
  background: #201c2f;
}

.copy-right-bar p {
  color: #fff;
  font-size: 15px;
  float: none;
  margin-bottom: 0px;
  text-align: center;
}

.social-list {
  float: right;
  display: flex;
}

.social-list li {
  float: left;
}

.social-list li img {
  max-width: 84%;
}

/* thank-you-page */
.thank-you-section {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(176deg, rgb(249, 241, 221) 0%, rgba(167, 204, 251, 0.1) 100%);
}

.check-image {
  width: 18%;
  margin: 0 auto;
}

.thankyou-logo img {
  width: 300px;
}

.thank-you-caption h1 {
  color: #141417;
  font-size: 85px;
  font-weight: 700;
  line-height: 95px;
}

.thank-you-caption p {
  color: #292a2f;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  display: block;
  padding: 22px 0px;
  font-weight: 400;
  width: 62%;
  margin: 0 auto;
}

.thank-you-caption span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  padding: 20px 0;
}

.thank-you-section .logo {
  margin-bottom: 50px;
}

.thank-you-caption a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 58px;
  padding: 0px 45px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
  border-radius: 5px;
  margin-top: 30px;
}

.thank-you-caption a:hover {
  background-position: right center;
  color: #fff;
}

.trial-contact-section {
  width: 100%;
  padding: 60px 0px 80px 0px;
  position: relative;
  background: #201c2f;
}

.contactTestimonial-area {
  position: absolute;
  justify-content: center;
  align-items: center;
  right: 0;
  height: calc(100% - 0px);
  padding: 50px 50px;
  background-color: #fff;
  top: 0px;
  align-items: center;
  display: flex;
}

#contact-testimonial-list {
  margin-top: 0px;
}

.contactTestimonial-area .client-feedback {
  text-align: left;
  height: auto;
  min-height: 350px;
  padding: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}

.trial-contact-section .client-feedback h1 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 23px;
  padding-top: 0px;
  color: #1a1717;
}

.trial-contact-section .client-feedback span {
  color: #363636;
  font-size: 22px;
  font-weight: 600;
}

.trial-contact-section .client-feedback p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #535151;
}

.trial-contact-section .client-feedback p.client-review-stars i {
  color: #fdaa00;
}

.trial-contact-section .form-section input[type="text"],
.trial-contact-section .form-section input[type="number"],
.trial-contact-section .form-section input[type="email"],
.trial-contact-section .form-section textarea,
.form-section select {
  border: none;
  border-bottom: solid 1px #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: left;
  padding-top: 0;
  border-radius: 0;
  background: none;
}

.trial-contact-section .form-section {
  margin-top: 80px;
  padding-right: 20px;
}

.trial-contact-section .form-section .form-group {
  width: 100%;
  margin-bottom: 25px;
}

.trial-contact-section .form-section h3 {
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 11px;
  color: #fff;
}

.trial-contact-section .form-section .submit-btn {
  box-shadow: none;
  margin-top: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #fff;
  padding: 0px 39px;
  font-weight: 500;
  line-height: 56px;
  border-color: #e9ad29;
  font-size: 20px;
  background-color: #e9ad29;
}

.trial-contact-section .form-section .submit-btn:hover {
  border: 2px solid #e9ad29;
  color: #e9ad29;
  background: #fff;
}

.trial-contact-section .form-section input[type="number"] {
  -moz-appearance: textfield;
}

.trial-contact-section .form-section input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.trial-contact-section .form-section input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.trial-contact-section .form-section input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.trial-contact-section .form-section input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.how-work-row {
  display: flex;
  margin-top: 22px;
}

.how-work-icon {
  z-index: 1;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.how-work-col.active .how-work-icon,
.how-work-col.active .how-work-num {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.how-work-content {
  min-height: 210px;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
}

.how-work-col {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
  min-height: 400px;
  flex: 1;
}

.how-work-col.active {
  flex: 3;
}

.how-work-col-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.how-work-col-bg {
  background-image: url(../images/1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no2 {
  background-image: url(../images/2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no3 {
  background-image: url(../images/3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no4 {
  background-image: url(../images/4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no5 {
  background-image: url(../images/5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no6 {
  background-image: url(../images/6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no7 {
  background-image: url(../images/7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-col-bg.no8 {
  background-image: url(../images/8.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-work-title {
  position: absolute;
  transform: rotate(-90deg);
  width: 315px;
  height: auto;
  left: -100px;
  bottom: 175px;
  transition: all 0.4s;
  opacity: 1;
  z-index: 9;
}

.how-work-col.active>.how-work-title {
  opacity: 0;
  transition: all 0.4s;
}

.how-work-title h4 {
  font-size: 23px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}

.how-work-content {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}

.how-work-content h4 {
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 11px;
}

.how-work-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	transition: all 0.4s;
}

.how-work-col.active>.how-work-content {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}

.how-work-col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 15, 15, 0.78);
  z-index: 1;
}

.how-work-col.active::before {
  background-color: rgba(16, 16, 17, 0.95);
}

.facing-issue-section {
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
}

.section-title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-title ul li {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-bottom: 10px;
}

.section-title ul li span {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  padding: 4px 24px;
  font-style: italic;
}

.section-title ul li span i {
  padding-right: 10px;
}

.section-title ul li span strong {
  background-image: url("../images/blue_highlight_01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}

.section-title ul li span i img {
  height: 50px;
}

.odoo-Possibilities-left img {
  padding: 25px;
  background: #e8e8d7;
  border-radius: 10px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}

.facing-issue-section-right img {
  padding: 20px;
  background: #eceaf7;
  border-radius: 10px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

ul.badge-list {
  display: flex;
}

ul.badge-list li img {
  width: 88%;
  background: #ffffff14;
  padding: 14px;
  border-radius: 10px;
}

.digital-transformation-section .section-title p span {
  position: relative;
  z-index: 9;
  font-weight: 700;
}

.digital-transformation-section .section-title p span::after {
  content: "";
  position: absolute;
  background: #ffcab6;
  right: 0;
  left: 0;
  height: 7px;
  z-index: -5;
  bottom: 3px;
}

.title-border {
  width: 45px;
  height: 4px;
  background: #ffc33d;
  display: block;
  margin-bottom: 12px;
}

.our-servive-section {
  position: relative;
  background: #fff;
}

.our-spl-offer-section {
  text-align: left;
  padding: 26px 0;
  background: #3d1d40;
}

.our-spl-offer-section h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Caveat";
}

.blink_me {
  color: #fec33d;
  text-decoration: underline;
}

.our-spl-offer-section h3 span {
  font-size: 13px;
  display: inline-block;
  background: #fbf6fe;
  line-height: 25px;
  color: #3d1d40;
  border-radius: 3px;
  font-family: "Red Hat Display", sans-serif;
  padding: 0 9px;
  font-weight: 500;
}

.streamline-section p.condidion-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 51px;
  font-family: "Caveat";
  color: #fff;
}

.streamline-section p.condidion-title i {
  color: #e4ab01;
  font-weight: bold;
  text-decoration: underline;
}

.streamline-section p.condidion-title span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  display: block;
  text-decoration: underline;
  line-height: 28px;
  padding-bottom: 20px;
}

.faq-section {
  background: #fff;
}

.faq-section .accordion-button {
  border: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-radius: unset !important;
  background: unset;
  box-shadow: unset;
}

.faq-section .accordion-collapse {
  border: unset;
}

.faq-section .accordion-item {
  border-bottom: 1px solid #000;
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: unset;
}

.faq-section .accordion-collapse.collapse.show {
  border: unset;
  background: unset;
}

.faq-section .accordion-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: transparent;
  box-shadow: unset;
}

.faq-section .accordion-button:focus {
  box-shadow: unset;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  padding-top: 0px;
}

.faq-section .accordion-button {
  text-transform: inherit;
  color: #000c1e;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 36px;
}

.faq-section .accordion-button.collapsed {
  background: unset;
  padding-bottom: 20px;
}

.faq-section .accordion-body {
  padding-bottom: 30px;
  background: unset;
  font-size: 18px;
  padding-top: 0;
  line-height: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}








.odoo-apps-section h2{
font-family: "Caveat";
  font-weight: 700;
  font-size: 48px;
}

.odoo-apps-section .x_wd_app_card, .odoo-apps-section .x_wd_app_horizontal {
	background-color: #F9FAFB;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
	margin-bottom: 15px;
	align-items: center;
}
.odoo-apps-section .x_wd_app_horizontal h5{
    font-weight:700;
    display:block;
    padding-bottom:5px;
    color:#000;
}
.odoo-apps-section .x_wd_app_horizontal small {
	font-size: 16px;
	line-height: 23px;
	color: #111726;
	display:block;
}
.odoo-apps-section .x_wd_app_horizontal div.lh-sm{
    width:100%;
    margin:0 20px;
}
