@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
  background-color: #fff;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid {
  margin: 0 auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p a {
  text-decoration: none;
  color: inherit;
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: #000;
}

ul li {
  list-style-type: none;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 112px;
}

h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

h4 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

h5 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* textarea {
  resize: none;
} */

figure {
  margin: 0;
}

.main-title {
  color: #000;
  font-family: "TTInterfacesRegular";
  font-size: 90px;
  line-height: 122.222%;
}

.main-title span {
  background: linear-gradient(
    314deg,
    #0186f1 2.44%,
    #06afbf 51.22%,
    #08bead 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TTInterfacesBold";
}
.main-title * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
.section-title {
  color: #000 !important;
  font-family: "TTInterfacesRegular";
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.section-title * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.section-title span {
  font-family: "TTInterfacesBold";
  background: linear-gradient(
    314deg,
    #0186f1 2.44%,
    #06afbf 51.22%,
    #08bead 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.normal-text {
  color: #000;
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
}

.normal-text * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.detail {
  color: #757575;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}
.detail * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.small-text {
  color: #757575;
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 300;
  line-height: 144.444%;
}

.small-text * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.btn {
  color: #fff;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 88% 100%, 0% 100%, 0% 50%);
  border-radius: 0px;
  padding: 10px 33px 10px 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.btn-gradient {
  background: linear-gradient(
    314deg,
    #0186f1 2.44%,
    #06afbf 51.22%,
    #08bead 100%
  );
  border: transparent;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.btn-gradient:hover {
  color: #000 !important;
  /* background: #06afbf !important; */
}

.btn-contact::before {
  content: "";
  position: absolute;
  top: -4px;
  background: url(../images/btn-shape.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 154px;
  height: 46px;
  margin: 11px 0 0 6px;
  z-index: -1;
}

.header {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header.nav-new {
  background: #fff;
}
.header .navbar {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0;
}

.header .navbar-nav {
  padding-left: 170px;
}
.header .navbar-nav .nav-item {
  margin: 0 20px;
}

.header .navbar-nav .nav-item .nav-link {
  color: #757575;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding: 41px 0 41px 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-bottom: 2px solid transparent;
}

.header .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #0186f1;
  color: #0186f1;
  font-weight: 500;
}
.header .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #0186f1;
  color: #0186f1;
  font-weight: 500;
}

/* wp_current_menu_item */

.header .navbar-nav .current-menu-item .nav-link {
  border-bottom: 2px solid #0186f1;
  color: #0186f1;
  font-weight: 500;
}


/* wp_current_menu_item */

.header .navbar .btn-contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-right: 40px;
}
/*header*/

/*home-banner*/
.banner {
  position: relative;
  padding: 247px 0 0 0;
  background: rgba(1, 134, 241, 0.05);
}

.banner-wrap {
  position: relative;
  padding: 0 0 0 110px;
}

.banner-left {
  position: relative;
  max-width: 700px;
  padding-bottom: 149px;
}

.banner-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 652px;
  border-radius: 12px solid;
  height: 652px;
  width: 652px;
  -webkit-border-radius: 12px solid;
  -moz-border-radius: 12px solid;
  -ms-border-radius: 12px solid;
  -o-border-radius: 12px solid;
}

.banner-main-wrap {
  position: relative;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  object-fit: cover;
  margin-left: auto;
  display: block;
}

.banner-img::after {
  content: "";
  position: absolute;
  background: url(../images/shape-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 154px;
  height: 46px;
  z-index: -1;
  top: 132px;
  width: 628px;
  height: 756px;
  flex-shrink: 0;
  right: 29px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.btn-main {
  position: relative;
}
.btn-main::before {
  content: "";
  position: absolute;
  top: -4px;
  background: url(../images/btn-shape.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 154px;
  height: 46px;
  margin: 11px 0 0 6px;
  z-index: -1;
}

.banner-main-wrap::before {
  content: "";
  position: absolute;
  background: url(../images/shape-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: 132px;
  width: 628px;
  height: 756px;
  top: -91px;
  bottom: 20px;
  left: -6px;
}
.banner-left::after {
  content: "";
  position: absolute;
  background: url(../images/shape-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: -128px;
  width: 746px;
  height: 756px;
  right: 0;
  transform: translate(42%, 0%);
  -webkit-transform: translate(42%, 0%);
  -moz-transform: translate(42%, 0%);
  -ms-transform: translate(42%, 0%);
  -o-transform: translate(42%, 0%);
}
.banner-left blockquote {
  padding-left: 19px;
  border-left: 4px solid #0186f1;
  margin: 30px 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  max-width: 605px;
}
.banner-left .btn-main::before {
  width: 187px;
  height: 49px;
}
.banner-left .btn {
  padding: 11px 19px 12px 14px;
}
.banner-social-links {
  display: flex;
  rotate: -90deg;
  position: absolute;
  left: -390px;
  top: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.banner-social-links li a {
  color: #020000;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.banner-social-links li {
  margin-left: 70px;
  position: relative;
}

.banner-social-links li::before {
  content: "";
  position: absolute;
  left: -22px;
  width: 2px;
  height: 30px;
  background: #0186f1;
  rotate: -90deg;
  top: -4px;
}

.banner-social-links li a:hover {
  color: #0186f1;
}
/*home-banner*/

/*about container*/
.about-con-main {
  padding: 290px 0 150px 0;
}

.about-con-imgs {
  display: flex;
  position: relative;
}

.about-con-wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.about-con-right .section-title.title-before::before {
  margin: -39px 0 0 -50px;
  background: url(../images/title-shape-before-blue.svg);
}

.about-con-wrap .row > * {
  padding-left: 0;
  padding-right: 5px;
}

.about-con-imgs::before {
  content: "";
  position: absolute;
  background: rgba(1, 134, 241, 0.1);
  width: 280px;
  height: 291px;
  top: 65px;
  left: 140px;

  z-index: -1;
}

.about-con-left .about-left-detail {
  border: 1px solid rgba(1, 134, 241, 0.2);
  max-width: 303px;
  width: 100%;
  left: -5px;
  height: 343px;
  top: 88px;
  position: absolute;
  z-index: 1;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.about-con-left .about-left-detail .small-text blockquote {
  padding-left: 19px;
  border-left: 4px solid #0186f1;
  margin: 15px 0;
  padding: 0px 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;

  margin-left: 20px;
  font-weight: 500 !important;
  max-width: 605px;
  position: relative;
  z-index: 11;
}

.about-con-imgs img {
  max-width: 336px;
}

.about-con-imgs .about-img-2 {
  margin: 134px 0 0 -115px;
  position: relative;
  z-index: 99;
}

.about-con-right .detail * {
  margin: 20px 0;
}

.about-con-right .btn {
      padding: 12px 36px;
}
.about-con-right .btn-main::before {
  width: 224px;
  height: 53px;
  margin: 7px 0 0 -21px;
}
/*about container*/

/*why*/
.why-main {
  position: relative;
  overflow: hidden;
}
.why-wrap {
  display: flex;
  position: relative;
  padding: 50px 0 0 0;
}

.why-main::before {
  content: "";
  position: absolute;
  background: rgba(1, 134, 241, 0.05);
  width: 100%;
  height: 499px;
  top: -53px;
  z-index: -1;
}

.why-main::after {
  content: "";
  position: absolute;
  background: url(../images/why-red-con-shape.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 710px;
  height: 710px;
  transform: translate(42%, 14%);
  -webkit-transform: translate(42%, 14%);
  -moz-transform: translate(42%, 14%);
  -ms-transform: translate(42%, 14%);
  -o-transform: translate(42%, 14%);
}

.why-img-wrap-2 {
  position: absolute;
  right: 125px;
  top: 102px;
  transform: translate(-50%, 60%);
  -webkit-transform: translate(-50%, 60%);
  -moz-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  -o-transform: translate(-50%, 60%);
}

.why-title {
  display: flex;
  align-items: center;
  padding: 70px 0 0 0;
  max-width: 1320px;
  margin: 0 auto;
}

.why-title .section-title.title-before::before {
  margin: -39px 0 0 -64px;
}

.why-title .detail {
  max-width: 588px;
  text-align: end;
}

.why-img-wrap {
  width: 85%;
}

.why-img-wrap figure {
  width: 100%;
  height: 100%;
}

.why-img-wrap img {
  width: 100%;
}

.why-points ul li {
  color: #757575;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  padding-left: 25px;
}

.why-points {
  display: flex;
  max-width: 1301px;
  margin: 25px auto 0 auto;
  position: relative;
}

.why-points ul {
  max-width: 410px;
  padding-right: 30px;
  margin-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.why-points > *:last-child {
  border-right: 0px;
}

.why-points ul li {
  position: relative;
  margin-bottom: 30px;
}

.why-points li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/for-point-symbol.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 17px;
  width: 18px;
  margin: 8px 0 0 -4px;
}

/*why*/

/*services*/
.service-left-img {
  width: 50%;
}

.service-left-img figure {
  height: 100%;
  width: 100%;
}

.service-left-img img {
  width: 100%;
}

.servcie-wrap {
  display: flex;
}

.service-contents > *:last-child::after {
  display: none;
}

.service-block {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  text-align: end;
}

.service-block::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='213' height='26' viewBox='0 0 213 26' fill='none'%3E%3Cpath opacity='0.3' d='M5 16.5579C38.2486 3.69491 125.397 -13.2249 208 22' stroke='%230186F1' stroke-width='2' stroke-dasharray='5 5'/%3E%3Ccircle opacity='0.3' cx='211' cy='24' r='1.5' fill='%230186F1' stroke='%230186F1'/%3E%3Ccircle opacity='0.3' cx='2' cy='18' r='1.5' fill='%230186F1' stroke='%230186F1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 213px;
  height: 26px;
  z-index: 1;
  left: -22px;
  top: 0;
}

.service-contents {
  margin-top: 100px;
  padding: 0 10px;
}

.service-block:nth-child(3)::after {
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
}

.service-block:nth-child(2)::after {
  transform: rotate(-26deg);
  left: -50px;
  top: 30px;
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
}

.service-block:first-child:after {
  transform: rotate(-26deg);
  left: -50px;
  top: 30px;
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
}

.service-title {
  max-width: 615px;
  text-align: end;
}

.service-title .detail {
  margin: 20px 0 60px 0;
}

.service-block .normal-text {
  color: rgba(0, 0, 0, 0.2);
  text-align: right;
  font-family: "Outfit";
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.service-block .detail {
  color: #0186f1;
  text-align: right;
  font-family: "Outfit";
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.service-block .small-text {
  color: #757575;
  text-align: right;
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 300;
  line-height: 155.556%;
  max-width: 212px;
  margin-left: auto;
}

.service-blocks {
  position: relative;
}

.services-main {
  padding: 150px 0 100px;
}

/* services */

/*container service*/
.service-blocks-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  max-width: 1383px;
  margin: 0 auto;
  padding-top: 58px;
  padding-right: 74px;
}

.service-blocks-content .service-block.service-block-5 {
  margin-left: -100px;
}

.service-blocks-content .service-block.service-block-4 {
  margin-top: 6px;
}

.service-blocks-content .service-block.service-block-3 {
  margin-top: -25px;
}

.service-blocks-content .service-block.service-block-2 {
  margin-top: -148px;
}

.service-blocks-content .service-block.service-block-1 {
  margin-top: -268px;
}

.service-block:first-child::after {
  z-index: -1;
  left: -70px;
  rotate: -2deg;
}

.service-block:last-child::after {
  display: none;
}

.service-blocks-content > * {
  width: 20%;
  flex: 0 0 auto;
}
/*container services*/

/*slider -ticker*/
.slider-wrapper {
  position: relative;
  padding: 7px 0 7px 0;
  background: #0186f1;
  margin: 75px 0 0 0;
}

.carouselTicker__list {
  margin: 11px 0;
}

.carouselTicker__list .carouselTicker__item {
  width: 100%;
  max-width: 80px;
  height: 100%;
  border: none;
  margin: 0 0 0 33px;
  display: inline-flex;
  align-items: center;
}
/*slider - ticker*/

/*contact us*/
.title-before {
  position: relative;
}
.title-before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: -50px;
  z-index: -1;
  background: url(../images/title-shape-before.svg);
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  width: 206px;
  height: 206px;
  margin: -39px 0 0 55px;
}

.title-after {
  position: relative;
}
.title-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/title-shape-after.svg);
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
  width: 206px;
  height: 206px;
  margin: -39px 0 0 55px;
}

.contactus{
  margin: 100px 0 0 0;
}

.contact-main {
  padding: 100px 0 75px;
}

.contact-wrap {
  text-align: center;
  max-width: 1340px;
  margin: 0 auto;
}

.contact-wrap .contact-form {
  padding: 60px 0 0 0;
}

.contact-wrap .btn-main .btn {
  padding: 10px 43px 10px 44px;
}

.contact-wrap  .btn-main {
  margin: 50px 0 0 0;
}



.contact-wrap form .form-control,
form textarea {
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(1, 134, 241, 0.5);
  padding: 16px;
  color: #000;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.contact-content .btn-main{
  margin: 50px 0 0 0;
}

.contact-content .btn-main::before{
  width: 127px;
  height: 53px;
  margin: 9px 0 0 1px;

}

.contact-wrap .section-title span {
  color: #000;
}

.contact-wrap .section-title {
max-width: 760px;
  margin: 0 auto 20px auto;
}

.contact-wrap .form-group input {
  color: #000;
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.contact-wrap .form-group input::placeholder {
  /* color: rgba(0, 0, 0, 0.3); */
  text-transform: capitalize;
}

.contact-wrap .contact-form textarea::placeholder {
  /* color: rgba(0, 0, 0, 0.3); */
  text-transform: capitalize;
}

.contact-wrap .form-group {
  flex-basis: 24%;
  margin: 0 32px 0 0;
}

.contact-wrap .contact-content > *:last-child {
  margin-right: 0px;
}
.menu-footer-menu .current_page_item {
  color: #0186f1;
      font-weight: 500;
}
.contact-wrap .contact-form > *:last-child textarea {
  margin-right: 0px;
}

.contact-wrap .contact-content {
  display: flex;
  margin-bottom: 20px;
}

.contact-wrap .contact-form .btn-main .btn {
  padding: 10px 43px 10px 44px;
}
/*contact us*/

/*for what*/
.for-what {
  position: relative;
  margin-bottom: 70px;
}

.for-what-wrap {
  max-width: 1174px;
  margin: 0 auto;
}

.for-what-main::before {
  content: "";
  position: absolute;
  background: rgba(1, 134, 241, 0.05);
  width: 100%;
  height: 499px;
  top: 30%;
}

.for-what-main::after {
  content: "";
  position: absolute;
  background: url(../images/modification-after.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 628px;
  height: 756px;
  bottom: 0;
  transform: translate(0%, -28%);
  -webkit-transform: translate(0%, -28%);
  -moz-transform: translate(0%, -28%);
  -ms-transform: translate(0%, -28%);
  -o-transform: translate(0%, -28%);
}

.for-what-main {
  padding: 100px 0 0 0;
  position: relative;
}

.for-what .row {
  align-items: center;
  margin: 0;
  position: relative;
}

.for-what .row > * {
  padding-left: 0px;
  padding-right: 0px;
}

.for-what-left {
  margin: 0 -40px 0 0px;
  max-width: 644px;
  position: relative;
  z-index: 1;
  padding: 54px 15px 15px 40px;
  background: #fff;
  box-shadow: 0px 443px 124px 0px rgba(0, 0, 0, 0),
    0px 283px 113px 0px rgba(0, 0, 0, 0.01),
    0px 159px 96px 0px rgba(0, 0, 0, 0.05),
    0px 71px 71px 0px rgba(0, 0, 0, 0.09), 0px 18px 39px 0px rgba(0, 0, 0, 0.1);
}

.for-what-right img {
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}

.for-what-left ul {
  margin-top: 43px;
  max-width: 505px;
  padding-left: 10px;
}

.for-what-left .section-title {
  max-width: 300px;
}

.for-what-left ul li {
  color: #757575;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.for-what-left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/for-point-symbol.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 17px;
  width: 18px;
  margin: 8px 0 0 -4px;
}

.for-what-wrap > *:nth-child(even) .row {
  flex-direction: row-reverse;
}

.for-what-wrap > *:nth-child(even) .row .for-what-right img {
  clip-path: polygon(100% 0, 100% 100%, 7% 100%, 0 92%, 0 0);
}

.for-what-wrap > *:nth-child(even) .for-what-left {
  margin: 0 0 0 -70px;
}

.for-what-wrap > *:nth-child(even) .row .for-what-left .section-title {
  max-width: 399px;
}
.for-what-wrap > *:nth-child(even) .row .for-what-left.title-after::after {
  margin: -16px 0 0 55px;
}
/*for what*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
  background: rgba(1, 134, 241, 0.05);
  padding: 86px 0 0;
}

.footer-main-content img {
  margin: 0 auto;
  display: block;
  max-width: 186px;
}
.footer-main-content .footer-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 79px;
}



.footer-main-content .footer-nav li a:hover {
  color: #0186f1;
  font-weight: 500;
}

.footer-nav .current-menu-item a {
  color: #0186f1;
  font-weight: 500;
}

/* .footer-main-content .footer-nav li a.active {
  color: #0186f1;
  font-weight: 500;
} */

.footer-contacts li {
  margin-right: 50px;
}

.footer-main-content {
  margin: 0 auto;
}

.social-links {
  display: flex;
  justify-content: center;
  margin: 41px 0 50px 0;
}

.footer-nav {
  margin: 30px 0 0 0;
}

.footer-nav li a {
  color: #757575;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.footer-nav li {
  margin: 0 20px;
}

.footer-contacts {
  max-width: 1007px;
  margin: -30px auto 0 auto;
  display: flex;
  justify-content: center;
}

.footer-contacts .f-block {
  border: 1px solid rgba(1, 134, 241, 0.5);
  background: #e6f3fe;
  padding: 9px 9px 9px 23px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-right: 50px;
  max-width: 240px;
}

.footer-contacts .f-block a {
  color: #000;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
}

.footer-contacts .f-block a:hover {
  color: #06afbf;
}

.footer-contacts .f-block a img {
  margin-right: 20px;
}

.footer-contacts > *:last-child {
  margin-right: 0px;
}

.social-links li {
  margin: 0 15px;
}

.social-links li a {
  display: inline-flex;
  position: relative;
  padding: 11px 12px 11px 12px;
  border: 1px solid #0097a7;
  border-radius: 50px;
  background: linear-gradient(
    314deg,
    rgba(1, 134, 241, 0.05) 2.44%,
    rgba(6, 175, 191, 0.05) 51.22%,
    rgba(8, 190, 173, 0.05) 100%
  );
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.social-links li a:hover {
  background: #fff;
}

.social-links li a img {
  height: 24px;
  width: 21px;
}

.footer-bottom {
  background: rgba(1, 134, 241, 0.05);
  padding: 22px 0;
  text-align: center;
}

.footer-bottom .detail {
  color: #000;
  font-weight: 400;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*modification*/
.modification-main {
  background: rgba(1, 134, 241, 0.05);
  padding: 90px 0 80px 0;
  margin: 50px 0;
  position: relative;
}

.modification-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.modification-content {
  position: relative;
}

.modification-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.modification-title .detail {
  text-align: end;
  max-width: 588px;
}

.modification-title .section-title.title-before::before {
  left: -70px;
  top: -29px;
  margin: 0;
}

.modification-item .normal-text {
  color: #000;
  font-family: "Outfit";
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.modification-item .normal-text span {
  margin-right: 29px;
}

.modification-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.modify-icon a {
  display: inline-flex;
  position: relative;
  padding: 11px 10px 11px 10px;
  border: 1px solid #0097a7;
  border-radius: 50px;
  /* background: url(../images/circle.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.modify-icon a:hover {
  background: #fff;
  /* background-image: url(../images/circle.svg); */
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
}

.modification-main::after {
  content: "";
  position: absolute;
  background: url(../images/modification-after.svg);
  background-repeat: no-repeat;
  right: 0;
  bottom: -22px;
  width: 416px;
  height: 628px;
  z-index: -1;
  transform: translate(0, 52%);
  -webkit-transform: translate(0, 52%);
  -moz-transform: translate(0, 52%);
  -ms-transform: translate(0, 52%);
  -o-transform: translate(0, 52%);
}

.play-btn img {
  height: 24px;
  width: 24px;
}
.play-vd {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.play-button-overlay {
  position: absolute;
  top: 60px;
  left: 13px;
  /*transform: translate(100%, 50%);
  */
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
}

.play-button {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button svg {
  width: 50px;
  height: 50px;
  fill: #00bcd4;
}

.modification-img {
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}

.modify-content {
  position: relative;
}

.modification-bg-img {
  position: absolute;
  bottom: -20px;
  left: 52%;
  transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
}

.play-button-overlay:before,
.play-button-overlay:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  animation: ripple 3s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.play-button-overlay:after {
  animation-delay: 1.5s;
}

@keyframes ripple {
  0% {
    transform: scale(0.5);
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

.play-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.play-button svg {
  width: 50px;
  height: 50px;
  fill: #00bcd4;
  transition: fill 0.3s ease;
}

.play-button:hover svg {
  fill: #0097a7;
}
/*modification*/

/*services page*/

/*service banner*/
.breadcrumb-item {
  color: #757575;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.breadcrumb-item.active {
  color: #0186f1;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: #0186f1;
  padding: 0 20px 60px 10px;
  margin: 0;
}

.service-banner .banner-wrap {
  padding: 0 0 0 100px;
}

.services-banner-left.banner-left::before {
  transform: translate(-50%, -38%);
  -webkit-transform: translate(-50%, -38%);
  -moz-transform: translate(-50%, -38%);
  -ms-transform: translate(-50%, -38%);
  -o-transform: translate(-50%, -38%);
}

  .services-banner-left.banner-left::after {
  transform: translate(42%, -29%);
  -webkit-transform: translate(42%, -29%);
  -moz-transform: translate(42%, -29%);
  -ms-transform: translate(42%, -29%);
  -o-transform: translate(42%, -29%);
}

/*service banner*/

/*next step*/
.next-main {
  padding: 100px 0;
}

.next-step-wrap .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
}

.next-content {
  padding: 100px 0;
  text-align: end;
  max-width: 711px;
}

.next-content .btn {
  padding: 10px 28px 10px 24px;
}

.next-content .detail {
  margin: 30px 0 33px 0;
}

.next-step-wrap {
  position: relative;
  display: flex;
}
.next-wrap-img {
  width: 40%;
}

.next-wrap-img * {
  height: 100%;
  width: 100%;
}

.next-content .section-title.title-after::after {
  margin: -39px 0 0 0px;
  right: -70px;
}

/*next step*/

/*unique*/
.unique-main {
  padding: 250px 0 150px 0;
}

.unique-wrap {
  /* max-width: 1196px;
  margin: 0 auto; */
  padding: 0 175px;
  position: relative;
}

.unique-slider.slick-initialized {
  opacity: 1;
}

.unique-slider {
  opacity: 0;
}

.unique-content {
  display: flex;
}

.unique-slider .slick-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 50px 0 !important;
  /* margin: 0 20px 0 0; */
}

.unique-wrap .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.unique-slider .slick-track > *:nth-child(odd) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.unique-slider .slick-track > *:nth-child(even) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.unique-slider .slick-track > .slick-slide.slick-current.slick-active {
  border-bottom: 0px;
}

.unique-slider .slick-current {
  position: relative;
}

.unique-slider .slick-current::before {
  content: "";
  position: absolute;
  background: #0186f1;
  width: 100%;
  height: 2px;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}

.unique-block {
  width: 100%;
  padding: 0 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.unique-slider .slick-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 60.03%,
    #0186f1 177.79%
  );
}

.unique-block img {
  display: block;
  margin-left: auto;
}

.unique-block .normal-text {
  font-weight: 400;
  color: #0186f1;
margin: 10px 0;
}

.unique-block .detail * {
padding: 0 0 10px 0;
}

.unique-block a svg {
  color: #757575;
  padding: 20px 0;
  width: 15px;
  height: 16px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.unique-slider .slick-track {
  display: flex !important;
}

.unique-slider .slick-slide {
  height: inherit !important;
}

.unique-detail {
  height: calc(100% - 211px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.unique-detail .detail {
  font-size: 18px;
}
.unique-inner {
  height: calc(100% + 103px);
  display: flex;
  flex-direction: column;
}

.unique-detail a {
  display: inline-flex;
  margin: auto auto 0 0;
}

.unique-detail a svg:hover {
  color: #0186f1;
}
/*unique*/

/*example*/
.example-main {
  position: relative;
  margin: 50px 0 0 0;
}

.example-main::before {
  content: "";
  position: absolute;
  background: rgba(1, 134, 241, 0.05);
  width: 100%;
  height: 499px;
  top: -53px;
  z-index: -1;
}

.example-main::after {
  content: "";
  position: absolute;
  background: url(../images/why-red-con-shape.svg);
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  top: 0;
  width: 411px;
  height: 744px;
  transform: translate(0%, 21px);
  -webkit-transform: translate(0%, 21px);
  -moz-transform: translate(0%, 21px);
  -ms-transform: translate(0%, 21px);
  -o-transform: translate(0%, 21px);
}

.example-wrap .section-title {
  max-width: 568px;
}

.example-wrap .section-title.title-before::before {
  margin: -39px 0 0 -65px;
}

.example-slider .slick-slide {
  margin: 0 25px;
}
.example-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 1320px;
  margin: 0 auto 50px auto;
}
.example-slider .slick-list {
  margin-left: 300px;
}

.example-slider .slick-current {
  position: relative;
}
.example-slider .slick-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(1, 134, 241, 0.8) 0%,
    rgba(1, 134, 241, 0) 29.9%
  );
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}

.example-slider .slick-current img {
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}

.example-slider .slick-list .slick-track > *:nth-child(even) {
  margin-top: 50px;
}

.example-slider img {
  width: 100%;
}

.slick-arrows-example {
  display: flex;
  max-width: 150px;
  justify-content: space-between;
}


.slick-arrows-unique {
  display: flex;
  max-width: 150px;
  justify-content: space-between;
}

.slick-arrows-example .slick-arrow,
.slick-arrows-unique .slick-arrow {
  position: relative;
  background: linear-gradient(
    314deg,
    rgba(1, 134, 241, 0.1) 2.44%,
    rgba(6, 175, 191, 0.1) 51.22%,
    rgba(8, 190, 173, 0.1) 100%
  );
  border: 1px solid #0097a7;
  border-radius: 50%;
  padding: 10px 11px 13px 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin: 0 5px;
}

.slick-arrows-example .slick-arrow:hover,
.slick-arrows-unique .slick-arrow:hover {
  background: #fff;
}

.slick-arrows-unique .slick-prev{
     position: absolute;
    left: 92px;
    top: 60%;
}

.slick-arrows-unique .slick-next{
     position: absolute;
  right: 112px;
    top: 60%;
}

/*example*/

/*services page end*/

/*product page start*/

/* product-main */
.product-main {
  padding: 240px 0 50px;
}

.product-main .section-title {
  max-width: 1120px;
  margin: 0 auto;
}

.product-main-wrap {
  max-width: 1645px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  column-gap: 50px;
}

.product-main-wrap .product-accordion {
  width: 25%;
}

.product-main-wrap .product-cart {
  width: 75%;
}

.services-cart .services-details {
  padding: 30px 25px 30px 25px;
}

.product-cart .services-cart {
  background: #f7f7f7;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-main-wrap .product-cart .row {
  margin: 0 -20px;
  row-gap: 50px;
}

.product-main-wrap .product-cart .row > * {
  padding: 0 20px;
}

.services-cart .services-details .services-number::after {
  content: "";
  display: inline-block;
  width: 246px;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #000;
  opacity: 0.2;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.product-cart .services-cart:hover {
  background: #fff !important;
}

.services-cart .services-details::after {
  content: "";
  display: inline-block;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid rgba(1, 134, 241, 0.2);
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(1, 134, 241, 0.2) 0%,
    rgba(1, 134, 241, 0) 100%
  );
  clip-path: polygon(
    20% 0%,
    100% 0,
    100% 20%,
    100% 80%,
    86% 100%,
    20% 100%,
    0 100%,
    0 0
  );
  opacity: 0;
  transition: 0.3s ease-in opacity;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  color: #757575;
}

.accordion-item {
  position: relative;
  background: #fff;
  margin-left: 1px;
  z-index: 10000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  position: relative;
  border-right: 0;
  border-left: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 1px solid #0186f1;

  position: relative;
}

.accordion svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(1, 134, 241, 0.05);
  box-shadow: none;
  font-weight: 400;
  color: #0186f1;
}

.accordion-button {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #757575;
  padding: 20px 54px 25px 20px;
}

.accordion-body ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #757575;
  line-height: 100%;
  padding-left: 43px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.accordion-body ul li:last-child {
  margin-bottom: 0;
}

.accordion-button.btn-hide::after {
  display: none;
}

.accordion-body ul li::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='url(%23paint0_linear_1_1886)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_1886' x1='6' y1='10.5' x2='-1.76135' y2='6.81336' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  left: 30px;
  width: 8px;
  height: 12px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Ccircle cx='16.5' cy='16.5' r='16' fill='url(%23paint0_linear_1_1895)' fill-opacity='0.1' stroke='url(%23paint1_linear_1_1895)'/%3E%3Cpath d='M9 17.0334H24.0333' stroke='url(%23paint2_linear_1_1895)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 24.0332V8.99987' stroke='url(%23paint3_linear_1_1895)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_1895' x1='33' y1='31.35' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_1895' x1='33' y1='31.35' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_1895' x1='24.0333' y1='17.9834' x2='23.8938' y2='15.9906' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1_1895' x1='17.95' y1='8.99987' x2='15.9571' y2='9.13941' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 33px;
  position: absolute;
  right: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Ccircle cx='16.5' cy='16.5' r='16' fill='url(%23paint0_linear_1_1879)' fill-opacity='0.1' stroke='url(%23paint1_linear_1_1879)'/%3E%3Cpath d='M8 17.0334H23.0333' stroke='url(%23paint2_linear_1_1879)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_1879' x1='33' y1='31.35' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_1879' x1='33' y1='31.35' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_1879' x1='23.0333' y1='17.9834' x2='22.8938' y2='15.9906' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1'/%3E%3Cstop offset='0.5' stop-color='%2306AFBF'/%3E%3Cstop offset='1' stop-color='%2308BEAD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.accordion-body {
  background: rgba(1, 134, 241, 0.05);
  padding: 25px 13px;
}

.accordion {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 397 617' fill='none'%3E%3Cpath d='M383.691 605.107L383.688 605.11L369.45 616.5H342.25H288.5H219H0.5V0.5H396.5V347.5V521.25V538.125V573.562V595.038L383.691 605.107Z' fill='url(%23paint0_linear_85_502)' stroke='%230186F1'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_85_502' x1='219' y1='0' x2='219' y2='704.672' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230186F1' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230186F1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  clip-path: polygon(
    0 0,
    100% 0,
    100% 18%,
    100% 88%,
    89.1% 99.2%,
    88% 100%,
    0 100%,
    0% 20%
  );
  background-size: cover;
  border-right: 0.5px solid rgba(1, 134, 241, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  --bs-accordion-bg: none;
}

.accordion::before {
  content: "";
  display: inline-block;
  background: linear-gradient(
    180deg,
    rgba(1, 134, 241, 0.2) 0%,
    rgba(1, 134, 241, 0) 101.39%
  );
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 9999;
  top: 0;
}

.accordion-item:first-child {
  color: #0186f1;
}

.accordion-item:first-child::before {
  content: "";
  display: inline-block;
  height: 67px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(1, 134, 241, 0.2) 0%,
    rgba(1, 134, 241, 0) 101.39%
  );
  position: absolute;
  top: 0;
}

.accordion-button.active {
  color: #0186f1;
  font-weight: 500;
  font-size: 25px;
}
.services-cart:hover .service-details{
   background: linear-gradient(
    0deg,
    rgba(1, 134, 241, 0.2) 0%,
    rgba(1, 134, 241, 0) 100%
  );
  clip-path: polygon(
    20% 0%,
    100% 0,
    100% 20%,
    100% 80%,
    86% 100%,
    20% 100%,
    0 100%,
    0 0
  );
}
.services-cart:hover .services-details::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: inherit;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  border: 1px solid rgba(1, 134, 241, 0.2);
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(1, 134, 241, 0.2) 0%,
    rgba(1, 134, 241, 0) 100%
  );
  clip-path: polygon(
    20% 0%,
    100% 0,
    100% 20%,
    100% 80%,
    86% 100%,
    20% 100%,
    0 100%,
    0 0
  );
}

.services-cart .services-cart-img {
  height: 228px;
}

.services-cart .services-cart-img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-cart .services-details .services-number {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #0186f1;
  margin-bottom: 20px;
  position: relative;
}

.services-cart .services-details .services-number * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

.services-cart .services-details .cart-title {
  font-family: "TTInterfacesBold";
  font-size: 20px;
  line-height: 150%;
  color: #0186f1;
  margin-bottom: 15px;
}

.services-cart .services-details .cart-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

.services-cart .services-details .large-details {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #757575;
  margin-bottom: 20px;
}

.services-cart .services-details .large-details * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

.services-cart .services-details .detail {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: #757575;
  margin-bottom: 0;
}

.services-cart .services-details .detail * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 20px;
}

.download-link {
  font-family: "TTInterfacesBold";
  font-size: 18px;
  line-height: 100%;
  color: #0186f1;
  position: relative;
  z-index: 88;
}

.download-link:hover {
  color: #06afbf;
}

/* product-main */

/*product page end*/

/*about us page start*/

/*about banner*/
.about-banner .banner-wrap {
  padding: 0 0 0 100px;
}
/* .about-banner .banner-social-links {
  transform: translate(-23%, 0%);
  -webkit-transform: translate(-23%, 0%);
  -moz-transform: translate(-23%, 0%);
  -ms-transform: translate(-23%, 0%);
  -o-transform: translate(-23%, 0%);
} */
.about-banner-left.banner-left::before {
  transform: translate(-50%, -38%);
  -webkit-transform: translate(-50%, -38%);
  -moz-transform: translate(-50%, -38%);
  -ms-transform: translate(-50%, -38%);
  -o-transform: translate(-50%, -38%);
}

.about-banner-left.banner-left::after {
  transform: translate(42%, -22%);
  -webkit-transform: translate(42%, -22%);
  -moz-transform: translate(42%, -22%);
  -ms-transform: translate(42%, -22%);
  -o-transform: translate(42%, -22%);
}
.about-banner-left {
  padding-bottom: 95px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
border-radius: 5px;
  border: 1px solid #0186f1;
  font-weight: 500;
  background: transparent;
  color: #0186f1;

}
.nav-pills .nav-link {
  color: #000;
  text-align: center;
  font-family: "Outfit";
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}
/*about banner*/

/*know more*/
.nav-pills {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(0, 0, 0, 0.15);
  max-width: 494px;
}
.nav-pills button {
  margin: 0 25px;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-family: "Outfit";
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.nav-pills .nav-item {
  border-right: 1px solid rgb(0, 0, 0, 0.15);
}

.nav-pills > *:first-child .nav-link {
  margin-left: 0px;
}

.nav-pills > *:last-child {
  border-right: 0px;
}

.nav-pills .nav-link svg path {
  fill: #0186f1;
}

.nav-pills .nav-link.active svg path {
  fill: #fff;
}
.nav-pills .nav-link svg {
  margin-right: 10px;
}

.nav-pills .nav-link {
  padding: 11px 13px;
}
/*know more*/

/*what we do*/
.do-main {
  position: relative;
}
.do-title {
  max-width: 1387px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.do-title .detail {
  max-width: 447px;
  text-align: end;
}

.do-title .title-before::before {
  margin: -39px 0 0 -75px;
}

.do-wrap {
  margin: 45px 0 0 0;
}

.do-block::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  margin: -1px;
  background: #fff;
  backdrop-filter: blur(7.693941593170166px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.1));
}
.do-block {
  padding: 20px 20px 0 20px;
  background: linear-gradient(180deg, rgba(1, 134, 241, 0) 0%, #0186f1 114.61%);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.do-block img {
    border: 1px solid rgba(1, 134, 241, 0.2);
    padding: 15px 7px;
    background: rgba(1, 134, 241, 0.1);
    max-width: 200px;
    width: 82px;
    height: 85px;
  
}

.do-block svg,
.do-block svg path {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.do-block:hover svg {
  fill: #0186f1;
  stroke: #fff;
}

.do-block:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.do-detail .normal-text {
  margin: 20px 0 35px;
}

.do-detail ul {
  padding-left: 0px;
}
.do-detail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/true-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 17px;
  width: 18px;
  margin: 8px 0 0 -4px;
}

.do-detail ul li {
  color: rgba(117, 117, 117, 0.8);
  position: relative;
  padding-bottom: 15px;
  padding-left: 25px;
  color: rgb(117, 117, 117);
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.do-main::before {
  content: "";
  position: absolute;
  background: rgba(1, 134, 241, 0.05);
  width: 100%;
  height: 499px;
  top: -53px;
  z-index: -1;
}

.do-main::after {
  content: "";
  position: absolute;
  background: url(../images/why-red-con-shape.svg);
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  top: 0;
  width: 411px;
  height: 744px;
  transform: translate(0%, 21px);
  -webkit-transform: translate(0%, 21px);
  -moz-transform: translate(0%, 21px);
  -ms-transform: translate(0%, 21px);
  -o-transform: translate(0%, 21px);
}

.do-wrap .row > *:nth-child(odd) {
  margin-top: 80px;
}

/*what we do*/

/*team*/

.team-main {
  padding: 100px 0;
}
.team-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.team-title .section-title.title-after::after {
  right: -50px;
}

.team-title .slick-arrows-team {
  display: flex;
}

.slick-arrows-team {
  display: flex;
  max-width: 150px;
  justify-content: space-between;
}

.slick-arrows-team .slick-arrow {
  position: relative;
  background: linear-gradient(
    314deg,
    rgba(1, 134, 241, 0.1) 2.44%,
    rgba(6, 175, 191, 0.1) 51.22%,
    rgba(8, 190, 173, 0.1) 100%
  );
  border: 1px solid #0097a7;
  border-radius: 50%;
  padding: 10px 11px 13px 12px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin: 0 5px;
}

.slick-arrows-team .slick-arrow:hover {
  background: #fff;
}

.team-inner {
  position: relative;
}

.team-member-img {
  position: relative;
}

/* .team-member-img::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  background: #757575;
  left: 40%;
  bottom: 0;
  rotate: 90deg;
} */

.team-member-detail {
  width: 100%;
  margin-top: 16px;
}
.team-inner {
  justify-content: space-between;
  display: flex;
}

.team-inner-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-member-img img {
  cursor: pointer;
  position: relative;
}

.team-member-img img:hover {
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}

.team-member-img * {
  width: 100%;
}

.team-member-detail .detail {
  color: #0186f1;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 10px;
}

.team-member-detail .small-text {
  max-width: 236px;
}

.team-slide > *:nth-child(even) > * {
  flex-direction: row-reverse;
}

.team-slide > *:nth-child(even) > * .team-member-detail {
  padding: 106px 60px;
}

.team-slide.slick-current .team-member-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(1, 134, 241, 0.5) 0%,
    rgba(1, 134, 241, 0) 100%
  );
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}
.team-slide.slick-current .team-member-img {
  clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
}
.team-wrap {
  max-width: 1442px;
  margin-left: auto;
  margin-right: auto;
}

.team-slide > *:nth-child(even) .team-inner-block .team-member-img::after {
  left: -62px;
}

.team-slide .more-detail-wrap {
  margin-top: 10px;
}

.team-slide .btn-plus {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding: 11px 12px 11px 12px;
  border: 1px solid #0097a7;
  border-radius: 50px;
  background: linear-gradient(
    314deg,
    rgba(1, 134, 241, 0.05) 2.44%,
    rgba(6, 175, 191, 0.05) 51.22%,
    rgba(8, 190, 173, 0.05) 100%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-plus:hover {
  background: #fff;
}

.team-member-img img {
  max-width: 323px;
  position: relative;
}

.team-slider.slick-initialized {
  opacity: 1;
}
.team-slider {
  opacity: 0;
}
.team-slide {
  padding: 0 17px;
}

.team-slider .slick-list {
  margin: 0 -17px;
}
/*team*/

/*about us page end*/


/*-------------------typography-start-------------------------------*/
.typography-main {
  padding: 100px 0 0 0;
}

.notfound-wrp .btn-contact::before {
    content: "";
    position: absolute;
    top: -4px;
    background: url(../images/btn-shape.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 175px;
    height: 50px;
    margin: 7px 0 0 10px;
    z-index: -1;
}
.notfound-wrp {
  padding: 230px 0 70px;
}

.typography-section {
  padding: 100px 0;
}

.typography-section h1 {
  color: #000;
  font-size: 90px;
  font-weight: 500;
  margin: 0 0 9px 0;
}

.typography-section h2 {
  color: #000;
  font-size: 80px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h3 {
  color: #000;
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h4 {
  color: #000;
  font-size: 46px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h5 {
  color: #000;
  font-size: 38px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h6 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section ul,
.typography-section ol {
  padding-left: 20px;
}

.typography-section .alignnone {
  float: none;
  margin: 25px 25px 25px 0;
}

.typography-section .alignleft {
  float: left;
  margin: 25px 25px 25px 0;
}

.typography-section .alignright {
  float: right;
  margin: 25px 0 25px 25px;
}

.typography-section .aligncenter {
  display: block;
  float: none;
  margin: 25px auto;
}

.typography-section blockquote {
  padding-left: 19px;
  border-left: 8px solid #0186f1;
  margin: 0;
  margin-bottom: 11px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/*-------------------typography-end---------------------------------*/
