@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
.bilink,
.bilinks,
.blink2 {
  transation-duration: 0.8s !important;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

img {
  max-width: 100%;
}

.logo-web {
  width: 100% !important;
}

*,
:focus {
  outline: 0;
}

*,
a,
a:hover {
  text-decoration: none;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
  margin-bottom: 0;
}

:root {
  --black: #000;
  --light-black: #2a2a2a;
  --blue: #283e76;
  --yellow: #6b77ae;
  --pink: #ffe3e4;
  --white: #fff;
  --red: #f34f55;
  --grey: #f5f5f5;
  --brown: #6b77ae;
}

* {
  font-family: Poppins, sans-serif;
  border: none;
  list-style: none;
  text-transform: initial;
  box-sizing: border-box;
}

::selection {
  background-color: var(--yellow);
  color: #fff;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.box-mobile::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}

.box-mobile::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

.box-mobile::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: var(--yellow);
  outline: 1px solid var(--yellow);
}

._relate,
.black,
.relative {
  position: relative;
}

.absolute,
.all-clients img {
  position: absolute;
}

ul {
  padding: 0;
  margin: 0;
}

.logo_port .portfolio_box_img a figure,
img {
  height: auto;
}

.card-box p,
a,
li,
p,
span {
  font-size: 16px;
}

.container {
  max-width: 1170px;
}

section {
  padding: 60px 0;
}

.header {
  padding: 0;
  /* background-color: var(--brown); */
}

.primary-btn-wrap,
.secondary-btn-wrap {
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
}
.header ul li:nth-child(2) a {
  background: var(--brown);
}

.header .primary-btn-wrap {
  width: 135px;
}

.header ul li:nth-child(2) {
  margin-left: auto;
}

.footer ul li span,
.header ul li:nth-child(2) a {
  font-size: 16px;
  color: var(--white);
}

.bilink {
  animation-name: blink;
}

@keyframes blink {
  0%,
  100% {
    box-shadow: 0 0 0 8px #fff;
  }
  50.0% {
    box-shadow: 0 0 0 0 #fff;
  }
}

.bilinks {
  animation-name: blinks;
}

.blink2{
    animation-name: blink2;
}

@keyframes blink2 {
  0%,
  100% {
    box-shadow: 0 0 0 8px #00000040;
  }
  50.0% {
    box-shadow: 0 0 0 0 #00000040;
  }
}

@keyframes blinks {
  0%,
  100% {
    box-shadow: 0 0 0 8px #000;
  }
  50.0% {
    box-shadow: 0 0 0 0 #000;
  }
}

.primary-btn-wrap {
  font-size: 16px;
  color: var(--white);
  background-color: var(--black);
  display: inline-block;
}

.primary-btn-wrap:hover,
.services-card-box-container .card-box:hover {
  background-color: var(--brown);
  color: var(--white);
}

.f-30 {
  font-size: 30px;
}

.banner form h6,
.f-20 {
  font-size: 20px;
}

.f-25 {
  font-size: 25px;
}

.f-60 {
  font-size: 60px;
}

.f-40 {
  font-size: 40px;
}

.f-35 {
  font-size: 35px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.prefooter a,
.text-white {
  color: var(--white);
}

.bg-blue {
  background-color: var(--blue);
}

.text-red {
  color: #ffdf05;
}

.bg-pink {
  background-color: var(--pink);
}

.secondary-btn-wrap {
  font-size: 16px;
  color: #000;
  display: block;
  max-width: 210px;
  border-radius: 5px;
  text-align: center;
}

.cta .primary-btn-wrap,
.secondary-btn-wrap:hover {
  color: var(--black);
}

.banner form button:hover {
  background-color: transparent;
  color: var(--black);
  border: 2px solid #6b77ae;
}

.banner {
  background: url(../../assets/images/banner-bg.webp) center top no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.banner .left-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--red);
  padding-bottom: 35px;
}

.banner .left-content h3,
.banner .left-content h3 span {
  font-size: 60px;
  font-weight: 800;
  color: #1d1f26;
  line-height: 60px;
  text-transform: uppercase;
}

.banner .left-content h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  color: #6b77ae;
}

.after-service-cta .secondary-btn-wrap,
.cta .secondary-btn-wrap,
.form button:hover,
.header .primary-btn-wrap,
.services-card-box-container .card-box:hover span {
  color: var(--black);
  background-color: var(--white);
}

.banner .left-content .list li {
  list-style: none;
  line-height: 30px;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  position: relative;
  padding-left: 17px;
}

.banner .left-content .list li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffffcc;
  left: 0;
  top: 10px;
  clip-path: circle();
}

.banner .left-content .list li i {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  top: 9px;
  position: relative;
}

.banner .left-content .primary-btn-wrap {
  background-color: #ffdf05;
  color: #000;
}

.banner .left-content .primary-btn-wrap:hover {
  background-color: var(--red);
  color: var(--white);
}

.banner form {
  width: 470px;
  height: auto;
  text-align: left;
  border-radius: 0;
  background-color: var(--white);
  padding: 85px 30px 40px;
  position: relative;
  background: url("../images/banner-form-bg.png") 0 0 / contain;
}

.best-seller h3,
.best-seller p,
.call-no,
.sticky-slider a,
.testimonial .slide,
.text_btn_header_form,
form.brs__banner__form p {
  text-align: center;
}

.banner form h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.banner form input {
  width: 405px;
  background-color: var(--grey);
  height: 45px;
  border: 1px solid #0000003b;
  padding-left: 15px;
}

.banner form button {
  font-size: 18px;
  font-weight: 500;
  background-color: #6b77ae;
  color: var(--white);
  padding: 10px 50px;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  border: 2px solid transparent;
}

.logo img {
  display: block;
  padding-top: 30px;
  margin-right: auto;
}

.plateform__slider-1 li,
.plateform__slider-2 li {
  border: 1px solid #80808087;
  height: 120px;
  width: 275px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
}

.plateform__slider-1 li:hover,
.plateform__slider-2 li:hover {
  filter: revert;
}

.info {
  background: url(../../assets/images/info-bg.webp) center center/cover
    no-repeat;
}

.platform-slider {
  padding-bottom: 0;
}

.info-list li {
  list-style: disc;
  line-height: 27px;
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
}

.info .after-arrow {
  position: absolute;
  right: 20%;
}

.cta {
  background: url(../../assets/images/cta-bg.png) center center/cover no-repeat;
  padding: 50px;
}

.cta img {
  position: absolute;
  top: -160px;
  left: -70px;
  min-width: 460px;
}

.services-card-box-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0;
  width: 100%;
}

.services-card-box-container .card-box span {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--brown);
  padding: 5px 30px;
  border-radius: 30px;
  color: var(--white);
}

.services-card-box-container .card-box h3 {
  font-size: 17px;
  font-weight: 800;
  padding: 15px 0;
}

.services-card-box-container .card-box {
  padding: 20px;
  background-color: var(--white);
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 290px;
}

.services {
  background: linear-gradient(357deg, #f8f7fd 92%, #fff 72%);
}

.card-slider .slick-track {
  padding-top: 10px;
}

.services .shade {
  position: absolute;
  top: 30%;
  left: 7%;
}

.services .circle {
  position: absolute;
  bottom: 18%;
  right: 11%;
}

.after-service-cta {
  background: url(../../assets/images/after-service-cta-bg.png) center
    center/cover no-repeat;
  padding: 60px 0;
}

.after-service-cta img {
  position: absolute;
  top: -200px;
  min-width: 705px;
  right: 10px;
}

.after-service-cta .primary-btn-wrap {
  background-color: #60d497;
  color: #000;
}

.testimonial .slide {
  background: url(../../assets/images/quote.webp) 48% 10% no-repeat;
  width: 370px;
  height: 290px;
  background-color: var(--white);
  border-radius: 5px;
  padding: 40px 30px;
}

.testimonial .slide p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 159px;
  overflow: auto;
  padding-right: 5px;
}

.testimonial .slide p::-webkit-scrollbar {
  width: 1px;
}

.testimonial .slide p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.testimonial .slide p::-webkit-scrollbar-thumb {
  background-color: var(--red);
  outline: 1px solid var(--red);
}

.slide img {
  display: block;
  margin: 10px auto auto;
}

.testimonial .slick-track {
  padding-bottom: 45px;
}

.testimonial .slick-slide.slick-current.slick-active .slide {
  background-color: #68d49a;
  color: #000;
}

.best-seller {
  padding: 45px 0;
}

.footer {
  background: url(../../assets/images/footer-bg.png) right/cover no-repeat;
}

.best-seller p {
  font-size: 19px;
  font-weight: 500;
}

.footer h3 {
  padding-right: 60px;
  line-height: 47px;
}

.footer ul li svg {
  padding-right: 10px;
}

.footer ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.footer ul li:hover a {
  color: #6b77ae;
}

.footer form {
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--brown);
}

.footer form h6 {
  color: #000;
}

.footer form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 15px;
  display: block;
  border: 1px solid #80808091;
  border-radius: 5px;
  margin-bottom: 10px;
}

.footer form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #80808078;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}

.footer form button {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--brown);
  color: #fff;
  padding: 10px 25px;
  margin-top: 30px;
  width: 100%;
  border-radius: 20px;
}

.banner form img {
  position: absolute;
  top: -10%;
  right: -20%;
  animation: 3s linear infinite blinker;
}

@keyframes blinker {
  0%,
  100%,
  60% {
    filter: invert(1);
  }
  49% {
    filter: invert(0);
  }
  99% {
    filter: invert(0);
    transition: 0.5s;
  }
}

.banner .banner-after-img {
  position: absolute;
  right: 110px;
  bottom: 0;
  z-index: 999;
}

.after-header {
  background: linear-gradient(90deg, #f5f5f5 58%, #837878 58%, #ffdf05 58%);
}

.after-header * {
  color: #000 !important;
}

@keyframes red-hover {
  0% {
    color: var(--white);
  }
  100% {
    color: var(--red);
  }
}

.slick-dots li button {
  background-color: #000;
  width: 10px;
  clip-path: circle();
}

li.slick-active button {
  background-color: #6b77ae;
}

.slick-dots li {
  width: 10px;
}

.sticky-slider a {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: 0;
  cursor: pointer;
  color: #fff !important;
  padding: 12px 0;
  font-size: 18px;
  margin: auto;
  border-radius: 0;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  transition: 0.1s linear;
  background: #0c267a;
  float: none;
  left: 0;
  right: 0;
  animation: 1.2s infinite blinkingText;
  z-index: 1000;
}

@keyframes blinkingText {
  0% {
    background: #da0d0b;
    color: #fff;
  }
  100%,
  49% {
    background: #092338;
    color: #fff;
  }
  60% {
    background: #da0c0a;
    color: #fff;
  }
  99% {
    background: #092338;
  }
}

.portfolio_box_img a figure img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s;
}

.portfolio_box_img a {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: inline-block;
}

.portfolio_box_img a figure {
  margin-bottom: 0;
  height: 500px;
}

.logo_port .portfolio_box_img a:hover img {
  top: 0;
}

.logo_port .portfolio_box_img {
  height: auto;
  width: 100%;
  border: 3px solid #fff;
}

.banner::before,
.black::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner_port {
  background: var(--white);
}

.logo_port .portfolio_box_img a figure img,
.services-card-box-container .col-lg-3 {
  width: 100%;
}

.portfolio-grid-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 5px;
}

.left-content-nwe h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 81.677px;
  text-transform: uppercase;
  color: #6b77ae;
  line-height: 90px;
}

.left-content-nwe ul {
  margin: 0;
}

.yelllow_color {
  background: #6b77ae !important;
}

.white_bg {
  background-color: #fff !important;
}

.header_btn_url {
  margin: 0 !important;
  padding: 10px 0 0 !important;
}

.left-content.text-white.left-content-nwe p {
  padding: 0 !important;
  margin: 0;
  line-height: normal;
}

.cta-wrap h5,
.cta-wrap h5 span {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  text-shadow: 0 5px 11px rgb(0 0 0 / 58%);
  color: #fff;
}

.cta-wrap {
  background: url(../images/form-bg.webp) center center/cover no-repeat;
  position: relative;
}

.cta-wrap form input {
  font-size: 17px;
  color: #000;
  padding: 25px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

.cta-wrap form button {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
  padding: 12px 30px;
  background-color: red;
}

.cta-wrap .container {
  max-width: 1600px;
}

.text-brown {
  color: #6b77ae;
}

.call-no,
.call-no:hover {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.all-clients .test-1 {
  left: -18%;
  top: 40%;
}

.all-clients .test-2,
.all-clients .test-3,
.all-clients .test-6 {
  -webkit-animation: 1s infinite alternate matrix;
  animation: 1s infinite alternate matrix;
}

.all-clients .test-2 {
  left: -10%;
}

.all-clients .test-3 {
  left: -10%;
  bottom: 0;
}

.all-clients .test-4 {
  right: -15%;
  top: 40%;
}

.all-clients .test-5 {
  right: 0;
}

.all-clients .test-6 {
  right: 0;
  bottom: 0;
}

@keyframes matrix {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1.3, 0, 0, 1.3, 0, 0);
  }
}

@keyframes translate {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}

@keyframes translateY {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.testimonial-sldr .test-next {
  bottom: 16%;
  left: 26%;
}

.testimonial-sldr .test-next,
.testimonial-sldr .test-prev {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7461%)
    hue-rotate(216deg) brightness(99%) contrast(100%);
  cursor: pointer;
  position: absolute;
  z-index: 999;
}

.testimonial-sldr .test-prev {
  bottom: 16%;
  right: 29%;
}

.footer ul li i {
  font-size: 20px;
  margin-right: 10px;
}

.footer ul li span:nth-child(2) {
  color: #fff;
}

.footer form ul li {
  width: 100%;
  display: block;
}

.bg-green {
  background-color: #6b77ae;
}

.cta-wrap form {
  display: flex;
  justify-content: start;
}

.lowercase {
  text-transform: lowercase;
}

.black:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.services-card-box-container .card-box img {
  max-width: 23%;
  margin-bottom: 20px;
  display: block;
  filter: invert(1) hue-rotate(20deg);
}

.call-no,
.input__txt,
.revi__img,
a.trst {
  display: flex;
}

.card-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(45deg) brightness(109%) contrast(101%);
}

.call-no {
  width: 210px;
  padding: 11px 20px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  font-weight: 500;
}

.trst img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(1717%)
    hue-rotate(134deg) brightness(101%) contrast(102%);
}

.banner::before {
  top: 0;
  z-index: 0;
  background: linear-gradient(90deg, #000 0, rgb(0 0 0 / 15%) 100%);
}

a.trst {
  align-items: center;
}

span.trst-txt {
  font-size: 25px;
  color: #00b67a;
  padding-left: 10px;
  font-weight: 500;
}

img.offer_tag {
  position: absolute;
  right: -15px;
  top: -9%;
  transform: scale(0.5);
}

form.brs__banner__form {
  max-width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  height: auto;
}

form.brs__banner__form input {
  width: 100%;
  background: 0 0;
  border: transparent;
  margin: 0;
  padding: 0;
}

form.brs__banner__form h3,
form.brs__banner__form span {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  text-align: center;
}

form.brs__banner__form span {
  color: #6b77ae;
}

form.brs__banner__form .input__group {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #80808052;
}

form.brs__banner__form p {
  line-height: 16px;
  padding: 10px 0;
}

form.brs__banner__form button {
  margin: auto;
  display: block;
}

.input__txt textarea {
  height: 100% !important;
  border: 0;
  width: 100%;
  padding: 0 !important;
}

.input__txt {
  align-items: start;
  align-items: start;
  padding: 10px;
  border: 1px solid #d6d6d6;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 10px;
  gap: 10px;
  line-height: 14px;
}

.revi__img {
  align-items: center;
  gap: 10px;
}

.revi__img img {
  width: 150px;
  background-color: #fff;
  height: 60px;
  object-fit: contain;
  padding: 5px;
  border-radius: 10px;
  margin-top: 20px;
}

.testimonial-sldr .slide-wrap {
  border: 1px solid #8080806e;
  height: 100%;
  padding: 10px;
  border-radius: 20px;
  margin: 0 5px;
  min-height: 292px;
}

.testimonial-sldr img {
  display: block;
  margin: 10px auto;
  max-width: 50%;
}

.testimonial-sldr .slick-slide {
  margin: 0 5px;
}

.banner-inner-published-form {
  background-color: #fff;
  position: relative;
  border: 5px solid #6b77ae;
  padding: 20px;
}

.banner-inner-published-form h4 {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
}

.banner-inner-published-form form {
  padding: 0;
  width: 100%;
}

.banner form input,
.banner-inner-published-form form select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
  background-color: #e1e7ff;
  margin-bottom: 10px;
  border-radius: 0 !important;
}

.form-check-input:focus,
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-check-flex input {
  border: 1px solid #6b77ae !important;
  width: 13px !important;
  height: 17px !important;
  border-radius: 0 !important;
}

.banner-inner-published-form form select option {
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}

.banner-inner-published-form h6 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.form-check-flex {
  display: grid;
  grid-template-columns: auto auto auto;
}

.form-check-flex label {
  font-size: 14px;
  font-weight: 500;
}

.form-group-select .form-check {
  margin: 0;
  padding-bottom: 0 !important;
}

.form-group-select {
  margin: 10px 0 15px;
}

.tabs__acc .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-left: 0;
}

.tabs__acc .accordion-item {
  border: 0;
  border-bottom: 1px solid #000;
}

.accordion-body,
.tabs__acc .accordion-button {
  padding-left: 0;
}

.tabs__acc .accordion-button:not(.collapsed) {
  background: 0 0;
  border-bottom: 1px solid #000;
}

.tabs__acc .accordion-button:focus {
  box-shadow: none;
}

.call-no:hover {background: #6b77ae;}