:root {
  --blue: #1e90ff;

  --gray-border: rgb(0, 0, 0, 0.2);

  --gray-border-200: rgb(0, 0, 0, 0.2);

  --green: #7f9b13;
}

@font-face {
  font-family: "Century Gothic";

  src: url("../fonts/century-gothic.ttf") format("truetype");
}

body {
  scroll-behavior: smooth;

  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;

  font-family: "Chakra Petch", sans-serif;
}

a {
  font-family: "Chakra Petch", sans-serif;
}

* {
  font-family: "Century Gothic", "Verdana", Arial, Helvetica, sans-serif;
}

/* menu */

.colorlib-nav-toggle i,
.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  background: #000;
}

.para {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.outlineroundedbtn {
  text-transform: uppercase;

  padding: 8px 20px;

  display: block;

  font-weight: bold;

  filter: url(#round);

  margin-left: -20px;

  padding-left: 30px;
}

a.outlineroundedbtn:before {
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);

  content: "";

  position: absolute;

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  z-index: -1;

  background: #eff5d7;

  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;
}

a.colorlib-nav-toggle {
  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;

  font-weight: bold;
}

a.colorlib-nav-toggle span {
  margin-right: 10px;

  font-family: "Chakra Petch", sans-serif;
}

.mw300 {
  max-width: 300px;
}

a:hover {
  color: #819e10;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1696px !important;
  }
}

header {
  border-bottom: 1px solid rgb(0, 0, 0, 0.15);

  padding: 10px 0px;
}

.new-highlight-header span {
  font-family: unset;

  margin-left: 120px;

  font-size: inherit;
}

.new-highlight-header {
  text-transform: uppercase;

  color: #000;

  font-weight: 500;

  font-size: 6.25rem;

  line-height: 1.2;

  position: relative;
}

.new-hightlight-header-2 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

.text-captalize {
  text-transform: capitalize;
}

.mt-20 {
  margin-top: -20px;
}

.new-highlight-header:after {
  content: attr(data-content);

  position: absolute;

  top: 27%;

  left: 7px;

  right: 0;

  bottom: 0;

  display: flex;

  align-items: start;

  -webkit-text-stroke: 1px rgb(0, 0, 0, 0.15);

  color: #fff;

  font-weight: bold;

  text-transform: lowercase;

  z-index: -1;

  font-size: 6.25rem;
}

ul.greenlist {
  color: rgba(123, 149, 19, 1);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
}

.new-hightlight-header-3 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.new-hightlight-header-3 .line {
  width: 100px;
  height: 1px;
  background: #000;
  display: inline-block;
  margin-bottom: 15px;
}

.pd100 {
  padding-top: 100px !important;

  padding-bottom: 100px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.left-content:after {
  height: 1px;

  background: #000;
}

.innovative .right-content p {
  max-width: 500px;

  margin-left: auto;

  margin: 0;

  margin-left: auto;

  text-align: justify;
}

.innovative .left-content:after {
  content: "";

  position: absolute;

  /* left: 0; */

  top: 13px;

  right: -15%;

  width: 150px;
}

.countdiv {
  width: 402px;

  height: 402px;

  text-align: center;

  border: 1px dashed rgb(0 0 0);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  padding: 20px;
}

.countdiv .count {
  margin: 0;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 4rem;
}

.countdiv p {
  font-size: 1.45rem;

  max-width: 250px;

  line-height: 1.2;
  text-align: center;
}

.agencyimg1 {
  margin-top: -270px;
}

.agency .left-content:after {
  content: "";

  position: absolute;

  left: 15px;

  bottom: 15%;

  right: 0;

  width: 15%;
}

.agencypara {
  max-width: 672px;

  text-align: justify;

  line-height: 30px;
}

section.service {
  background: #cbf23533;
}

.serviceclip {
  max-width: 100%;

  /* clip-path: url(#clipper); */

  /* clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 0 100%, 0% 85%); */

  /* background: rgb(0, 0, 0, 0.05); */

  /* border-radius: 10px; */

  padding: 20px;

  color: #d9d9d9;

  margin: 30px auto;

  /* background-color: #EFF5D7; */

  filter: url(#round);
}

.serviceclip:before {
  content: "";

  display: block;

  clip-path: polygon(0% 15%,
      0 0,
      15% 0%,
      85% 0%,
      100% 0,
      100% 15%,
      100% 85%,
      85% 85%,
      85% 100%,
      15% 100%,
      0 100%,
      0% 85%);
}

.custom::before {
  content: "";

  display: block;

  background-color: #eff5d7;

  /* clip-path: polygon(50% 0%, 50% 50%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); */

  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 50px),
      calc(100% - 130px) calc(100% - 50px),
      calc(100% - 166px) 100%,
      0 100%);

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  z-index: -1;
}

.custom {
  display: inline-block;

  width: 100%;

  color: red;

  margin: 30px auto;

  filter: url(#round);

  padding: 30px 0px;

  position: relative;
}

svg.mask {
  position: absolute;

  width: 0;

  height: 0;
}

.serviceclip ul {
  list-style: none;

  margin-left: -40px;

  line-height: 2;

  margin: auto;

  margin-left: -30px;
}

.service .outlinecontainer {
  border-radius: 62px;

  border-bottom-left-radius: 36px;

  border-top-left-radius: 95px;

  background: #f5fdd6;

  margin-top: -73px;

  z-index: 999;

  position: relative;

  display: block;

  /* position: absolute; */

  max-width: max-content;

  float: right;
}

.works_title {
  display: inline;

  padding: 4px 6px;

  line-height: 1.4;
  /* adjust this to avoid overlapping the padding */

  font-size: 28px;

  font-weight: 700;

  color: aliceblue;

  background-color: red;

  border-radius: 4px;

  box-decoration-break: clone;

  -webkit-box-decoration-break: clone;

  filter: url("#instagram");
}

.no-filter {
  filter: none;
}

.w250 {
  max-width: 250px;
}

.poolout-container {
  filter: drop-shadow(0px -1px 0px var(--gray-border)) drop-shadow(0px 1px 0px var(--gray-border)) drop-shadow(-1px 0px 0px var(--gray-border)) drop-shadow(1px 0px 0px var(--gray-border));
}

#pool-container {
  width: 100%;

  display: flex;

  flex-direction: column;

  position: relative;

  filter: url("#goo");
}

#side-step {
  height: 55px;

  width: calc(100% - 155px);

  transition: 1s all;
}

#side-step,
#main-pool {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#side-step {
  clip-path: polygon(0 0, calc(100% + 24px) 0, 99% 100%, 0 100%);
}

#side-step::before,
#main-pool::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #eff5d7;

  z-index: -1;
}

#main-pool {
  width: 100%;
}

.inner-pool {
  padding-top: 40px;
}

.home .inner-pool ul {
  line-height: 2.3;

  list-style: none;

  font-size: 17px;

  /* margin-bottom: -20px; */

  position: relative;

  margin-bottom: 0;
}

.mt-65 {
  margin-top: -47px;
}

.pull-right {
  float: right;
}

.poolout-container2 {
  filter: drop-shadow(0px -1px 0px var(--gray-border-200)) drop-shadow(0px 1px 0px var(--gray-border-200)) drop-shadow(-1px 0px 0px var(--gray-border-200)) drop-shadow(1px 0px 0px var(--gray-border-200));
}

.pool-container2 {
  width: 100%;

  /* margin: 0 5px 0 5px; */

  display: flex;

  flex-direction: column;

  position: relative;

  filter: url(#goo8);

  /* justify-content: flex-end; */

  align-items: flex-end;
}

.side-step2 {
  height: 0px;

  width: calc(100% - 100px);

  transition: 1s all;
}

.side-step2,
.main-pool2 {
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
}

.side-step2::before,
.main-pool2::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #f4f4f4;

  z-index: -1;

  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;
}

.poolout-container2.white .side-step2::before,
.poolout-container2.white .main-pool2::before {
  background-color: #fff;
}

.inner-pool2 {
  text-transform: uppercase;

  font-weight: bold;

  margin: auto;

  font-size: 16px;

  font-family: "Chakra Petch", sans-serif;
}

.main-pool2 {
  width: 100%;

  padding: 10px 20px 10px 30px;
}

.serbox {
  margin-bottom: 20px;

  border-bottom: 1px solid rgb(0, 0, 0, 0.2);

  max-width: 713px;

  align-items: center;

  height: 185px;

  width: 100%;
}

.serviceno {
  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: center;

  margin-right: 10px;
}

.serviceno span {
  display: block;

  font-size: 2rem;

  /* -webkit-text-stroke: 1px #818181; */

  font-weight: 800;

  font-size: 40px;

  color: transparent;

  -webkit-text-stroke-width: 0.1px;

  -webkit-text-stroke-color: rgb(0, 0, 0, 0.4);

  transition: 1s;
}

.serviceno img {
  transition: 1s;
}

section.service h2 {
  font-size: 3.38rem;

  font-weight: 400;

  text-transform: uppercase;
}

.serbox:hover h2 {
  color: var(--green);
}

.serbox:hover .serviceno span {
  font-size: 5.6rem;

  -webkit-text-stroke-color: #7f9b13;
}

.serbox:hover .serviceno img {
  display: none;
}

.servicedir .larrow {
  width: 0px;

  transition: 1s;

  overflow: hidden;
}

.serbox:hover .servicedir .larrow {
  width: 100px;

  overflow: unset;
}

.larrow {
  width: 100px;

  height: 1px;

  position: relative;

  background: var(--green);

  margin: auto;
}

.larrow::before {
  content: "";

  position: absolute;

  top: -4px;

  right: 0px;

  width: 10px;

  height: 1px;

  background: var(--green);

  z-index: 999;

  transform: rotate(45deg);
}

.larrow::after {
  content: "";

  position: absolute;

  bottom: -4px;

  right: 0px;

  width: 10px;

  height: 1px;

  background: var(--green);

  z-index: 999;

  transform: rotate(-45deg);
}

.inline-block {
  display: inline-block;
}

.projects .left-content:after {
  content: "";

  position: absolute;

  right: 5%;

  top: 15%;

  /* right: 0; */

  width: 15%;
}

.custom-container {
  max-width: calc(1696px + calc((calc(100% - 1696px)) / 1.49));

  margin-left: auto;
}

.poolout-container2.outer {
  margin-right: 36px;

  margin-top: -67px;

  padding-bottom: 10px;

  filter: drop-shadow(0px -1px 0px transparent) drop-shadow(0px 1px 0px transparent) drop-shadow(-1px 0px 0px transparent) drop-shadow(1px 0px 0px transparent);
}

.pool-container2outer {
  width: 100%;

  display: flex;

  flex-direction: column;

  position: relative;

  filter: url(#goo8);

  justify-content: flex-end;

  align-items: flex-end;

  position: absolute;

  left: -22px;

  right: revert-layer;

  bottom: -10px;

  top: -10px;

  right: -10px;

  width: auto;

  height: auto;
}

.poolout-container2.outer .side-step-top {
  clip-path: polygon(38px 0, 100% 0, 100% 100%, 0 100%);

  width: 100%;

  height: 100%;
}

.poolout-container2.outer .side-step-top::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: white;

  border-top-right-radius: 50px;

  border-bottom-right-radius: 50px;
}

.pooloff {
  content: "";

  position: absolute;

  bottom: 1px;

  height: 16px;

  right: -42px;

  width: 38px;

  border-bottom-left-radius: 30px;

  box-shadow: rgb(255 255 255) -24px 1px 0px 0px;

  transform: rotate(6deg);

  z-index: -999;
}

.poolleft {
  content: "";

  position: absolute;

  bottom: 2px;

  height: 26px;

  left: -53px;

  width: 40px;

  border-bottom-right-radius: 25px;

  box-shadow: rgb(255 255 255) 15px 0px 0px -1px;

  transform: rotate(22deg);

  /* z-index: -1; */
}

.owl-carousel .owl-item img {
  display: block;

  width: auto;
}

.poolout-container2.outer .main-pool2 {
  padding: 18px 32px 18px 43px;
}

.poolout-container2.outer .inner-pool2 {
  font-size: 15px;
}

.pt100 {
  padding-top: 100px;
}

.category-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: "Century Gothic";
  font-size: 18px;
  padding: 17px 34px;
  border-radius: 20px;
}

.category-badge-list {
  position: absolute;

  bottom: 20px;

  left: 15px;

  max-width: 400px;
}

.category-badge-list .badge {
  background: #fff;

  padding: 10px;

  border-radius: 20px;

  margin: 5px 5px;

  font-family: "Century Gothic";

  font-size: 12px;

  font-weight: 400;
}

.mw-500 {
  max-width: 578px;

  text-align: justify;
}

footer {
  background: #6d8900;

  color: #ffff;

  padding-top: 50px;

  padding-bottom: 50px;
}

footer h3 {
  color: #fff;

  font-size: 24px;

  margin-bottom: 30px;
}

footer a,
footer p,
footer ul li {
  color: #f5f5f5;

  font-family: "Century Gothic";
}

footer ul li {
  list-style: none;

  margin-left: -40px;

  line-height: 2;

  text-transform: uppercase;
}

footer a:hover {
  color: #fff;
}

/* .footerdivider {

  background: #6d8900;

  border-top: 1px solid #ffff;

} */

.rightmenu {
  color: #fff;

  position: relative;
}

.rightmenu:after {
  background: #2d2e2d;

  top: 0;

  right: 0;

  bottom: 0;

  width: 50%;

  position: absolute;

  content: "";

  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 250px 100%);

  z-index: -1;
}

#colorlib-main-nav ul li a {
  display: block;

  color: #000;

  padding: 5px 0;

  text-transform: uppercase;

  font-size: 40px;

  text-align: left;

  border-bottom: 1px solid #eee;

  padding: 20px 0px;
}

#colorlib-main-nav ul li a:hover {
  color: #000;
}

#colorlib-main-nav ul li.active a span {
  color: #7b9513;

  font-family: "Chakra Petch", sans-serif;
}

.dropdown-toggle::after {
  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.055em;

  content: "";

  /* border-top: 0.3em solid; */

  /* border-right: 0.3em solid transparent; */

  /* border-bottom: 0; */

  /* border-left: 0.3em solid transparent; */

  border: none !important;

  content: "\2b";
}

li.nav-item.active a.nav-link,
.navcollapse-item.active {
  color: #7b9513 !important;
}

#colorlib-main-nav ul li a:hover {
  color: #7b9513 !important;
}

.rightmenu-contact p,
.rightmenu-contact h3,
.rightmenu-contact a {
  color: #fff;
}

.rightmenu-contact h3 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.text-left {
  text-align: left;
}

.uniondiv:after {
  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  background: rgb(109, 137, 0, 0.25);

  content: "";
}

.uniondiv:before {
  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  top: -1px;

  background: url(../images/unionsvg.png) no-repeat top center;

  content: "";

  z-index: 999;

  background-size: contain;
}

.uniondiv {
  position: relative;
}

.project-carousel.owl-carousel .owl-item img {
  width: 100%;
  border-radius: 20px;
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 5px;
  background-color: #7b9413;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 49px;
  text-align: center;
  border: #fff 1px solid;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 9999;
}

.scrollToTop.show {
    left: unset;
    opacity: 0.7 !important;
}
.scrollToTop.hide {
  left: -50px;

  right: unset;
}

.scrollToTop i {
  color: #fff;

  font-size: 20px;

  /* padding-left: 11px; */

  padding-top: 14px;
}

a {
  color: #000;
}

/* .navbar-nav .collapse {

  border: 1px solid rgb(0, 0, 0, 0.1);

  background: #f9f9f9;

} */

.overflow-auto::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.overflow-auto::-webkit-scrollbar-track {
  background: #fff;
  /* color of the tracking area */
}

.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* color of the scroll thumb */

  border-radius: 20px;
  /* roundness of the scroll thumb */

  border: 3px solid #fff;
  /* creates padding around scroll thumb */
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.show>.dropdown-menu {
  max-height: 800px;

  visibility: visible;
}

.navbar {
  width: 100%;
}

.dropdown-menu {
  display: block;

  transition: all 0.4s ease-in-out;

  overflow: hidden;

  border: 1px solid transparent;
}

button.g-recaptcha.btn.btn-submit.butn {
  background: #6d8900;

  color: #fff;

  border-radius: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

.w-full {
  width: 100%;
}

.contact-us .form-control {
  color: #000;

  background: #edf0f5;

  border-color: #edf0f5;

  padding: 15px 12px;

  height: auto;
}

.contact-header {
  color: #000;

  font-size: 2.5rem;

  line-height: 1;

  text-transform: uppercase;
}

.contact-subtitle {
  text-transform: uppercase;

  color: #6d8900;

  font-weight: bold;

  font-size: 1rem;

  line-height: 0;
}

label.control-label {
  text-transform: uppercase;

  font-weight: bold;

  font-family: "Chakra Petch";
}

.contact-desc {
  text-align: left;
}

.contact-bar {
  background: #2d2e2d;

  color: #fff;

  border-radius: 10px;

  margin-top: 30px;
}

.contact-block h2 {
  color: #fff;
}

.contact-block {
  padding: 40px 10px;

  text-align: center;
}

.wrapper.contact-us .contact-block a,
.wrapper.contact-us .contact-block a:hover,
.wrapper.contact-us .contact-block p {
  color: #fff;

  text-align: center;
}

.contact-block h2 {
  color: #fff;

  margin-bottom: 10px;
}

.text-white {
  color: #fff;
}

.success {
  color: #6d8900;
}

a.dropdown-item {
  font-size: 25px !important;
  margin-left: 30px;
  /* display: inline-block; */
}

.embed-responsive-16by9 {
  padding-bottom: 56.25% !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feature_panel .feature_panel_list li span {
  margin-left: 10px;
  margin-right: 10px;
}

ul.feature_panel_list i {
  font-size: 36px;
  color: #6c830c;
  margin: auto;
}

.rightmenu-contact p {
  text-align: right;
}

.feature_panel .feature_panel_list li {
  font-size: 13px;
}

.feature_panel_list i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_panel_list span {
  width: 100%;
  margin: auto;
}

ul.portfolio_list_tech i {
  color: #6c830c;
  font-size: 26px;
  margin-right: 15px;
}

.wrapper.portfolio ul.portfolio_list_tech li {
  font-size: 13px;
}

.wrapper.portfolio ul.portfolio_list_tech li a {
  font-family: "Century Gothic", "Verdana", Arial, Helvetica, sans-serif;
  color: #6a800d;
}

ul.portfolio_list_tech span {
  /*  width: 80%; */
}

.outsourcing h1 {
  color: #000;
}

.sourceimg-wrapper {
  text-align: right;
  position: relative;
  max-width: 400px;
  margin: auto;
  margin-bottom: 80px;
}

.sourceimg-wrapper img.img-fluid.img1 {
  max-width: 300px;
  border-radius: 10px;
}

.sourceimg-wrapper img.img-fluid.img2 {
  position: absolute;
  left: 0%;
  bottom: -10%;
  right: 0;
  max-width: 250px;
  border-radius: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.whybox {
  box-shadow: 0 0 15px rgb(101 127 0 / 15%);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 230px;
}

.whybox h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.whybox h3 span {
  background: #97a853;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 5px;
}

.border-tb {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.pt50 {
  padding-top: 50px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.techbox {
  text-align: center;
  border: 1px solid #eee;
  padding: 25px 10px;
  height: 100%;
}

.techbox img {
  margin-bottom: 20px;
  max-width: 100px;
  border-radius: 10px;
}

.techbox p {
  text-align: center;
  font-weight: 600;
  color: #000;
  font-family: "Chakra Petch";
  font-size: 1.15rem;
  text-transform: capitalize;
}

.outsourcing h2 {
  font-size: 1.7rem;
  text-transform: capitalize;
  text-align: center;
}

.outsourcing .subtitle {
  font-family: "Chakra Petch";
  font-size: 1.15rem;
  font-weight: 500;
  color: #3e3d3d;
}

.copyright b {
  font-weight: normal;
  color: #fff;
}

.copyright {
  background: #6d8900;
  border-top: 1px solid #ffff;
  color: #f5f5f5;
  font-size: 13px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.copyright .container {
  padding: 0;
}

.textquote.lead {
  font-size: 16px;
}

.table-bordered th,
.table-bordered td {
  font-size: 12px;
}

table.hosting tbody td:first-child {
  font-size: 15px;
}

h3.style2 {
  font-size: 24px;
}

.ag-timeline-block img {
  border-radius: 30px;
}

.bg-pattern {
  background: url(../images/bg_pattern-2.png);
  margin-top: -20px;
}

.new-hightlight2 {
  font-size: 2.05rem;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
}

.new-hightlight2 span {
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  display: inline-block;
  text-align: right;
}

.webappimg {
  background: #eee;
  border-radius: 10px;
}

.bg-pattern ol {
  list-style: none;
}

.bg-pattern ol li i {
  color: #9aab54;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 15px;
}

.wrapper {
  overflow: hidden;
}

/* mobile application */
.quote {
  gap: 10px;
}

.quote-icon {
  font-size: 20px;
  margin-top: -15px;
  color: #7b9513;
}

.quote p {
  line-height: 2.5;
}

.mobile-app-development p {
  line-height: 2rem;
}

.mobile-app-development .list-accordion button,
.mobile-app-development .list-accordion button:hover {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-green {
  color: rgba(123, 149, 19, 1) !important;
}

.bg-clippath.poolout-container {
  filter: none;
}

.bg-clippath .pool-container {
  width: 100%;

  display: flex;

  flex-direction: column;

  position: relative;

  filter: url(#goo);

}

.bg-clippath .side-step,
.bg-clippath .side-step-1 {
  height: 40px;
  width: 75%;
  transition: 1s all;
}

.bg-clippath .side-step,
.bg-clippath .side-step-1,
.bg-clippath .main-pool {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bg-clippath .side-step,
.bg-clippath .side-step-1 {
  clip-path: polygon(0 0, calc(100% + 50px) 0, 99% 100%, 0 100%);
}

.bg-clippath .side-step-1 {
  clip-path: polygon(0 0, calc(100% - 50px) 0, 99% 100%, 0 100%)
}

.bg-clippath .side-step {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, calc(10% + 50px) 100%) !important;
  width: 100% !important;
}


.bg-clippath .side-step::before,
.bg-clippath .side-step-1::before,
.bg-clippath .main-pool::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.bg-clippath .main-pool {
  width: 100%;
}

.bg-clippath .inner-pool {
  padding-top: 0px;
}

.clippath-background {
  background: url(../../images/content/background-clippath-1.svg);
}

.list-accordion .btn-link[aria-expanded="true"] .fa-minus,
.list-accordion .btn-link[aria-expanded="false"] .fa-plus {
  display: inline-block;
}

.list-accordion .btn-link[aria-expanded="false"] .fa-minus,
.list-accordion .btn-link[aria-expanded="true"] .fa-plus {
  display: none;
}

.app-link {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    text-align: center;
}

.app-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: rgba(32, 32, 32, 1);
  color: #fff;
  padding: 11px 11px;
  gap: 10px;
  position: relative;
  border-radius: 6px;
}

.app-link a:after {
  position: absolute;
  width: 19px;
  height: 32px;
  content: "";
  transform: rotate(45deg);
  right: -7%;
  bottom: -12px;
  background: #fff;
}

ul.dashlist {
  margin-left: -40px;
}

ul.dashlist>li:before {
  content: "-";
  text-indent: -5px;
}

.list-accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}