@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*@import url('https://fonts.cdnfonts.com/css/monument');*/
@import url(https://db.onlinewebfonts.com/c/55d433372d270829c51e2577a78ef12d?family=Monument+Extended+Bold);
@font-face {
  font-family: "Thunder";
  src: url("../css/thunder/THUNDER/Fonts/Web-PS/Thunder-BlackLC.woff2")
    format("woff");
}
/*@font-face {*/
/*   font-family: "Monument";*/
/*   src: url("../font/monumentextended-regular-webfont.woff")*/
/*   format("woff");*/
/*}*/
@font-face {
    font-family: "Monument Extended Bold";
    src: url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.eot");
    src: url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/55d433372d270829c51e2577a78ef12d.svg#Monument Extended Bold")format("svg");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.3;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
}
.section-title {
  margin-bottom: 30px;
}
/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}
.navbar-nav li a:hover {
  color: #ffffff !important;
}
.navbar-nav .nav-link.active {
  color: #ffffff !important;
}
.header.sticky li a {
  color: white !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: linear-gradient(261deg, #00ff56 14.2%, #00ff56 88.54%);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}
.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}
.navbar-brand img {
   width: 220px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}
/* offcanvas */
.offcanvas {
  --bs-offcanvas-width: 100% !important;
  width: 100%;
  max-width: 100vw !important;
  -bs-offcanvas-transition: opacity 0.8s ease-in-out !important;
  transition: opacity 0.8s ease-in-out !important;
}

.offcanvas-body {
  padding: 0px !important;
}

.ofcanvas_bdy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ofcanvas1 {
  width: 50%;
  text-align: left;
  padding-right: 50px;
  background: linear-gradient(#04d45b, #2a4a83);
  padding: 50px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 120px;
  padding-top: 7%;
}
.ofcncls2 {
  width: 50%;
  text-align: left;
  padding-right: 50px;
  background: black;
  padding: 50px;
  overflow:auto;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 120px;
  padding-top: 7%;
}
.main {
  overflow: hidden;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.main_navbar ul {
  padding-left: 0px;
}
.main_navbar ul li {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
  position:relative;
}
.main_navbar .main-drop-down {
    
    display:none;
    padding: 10px;
}
.main_navbar ul li a {
  color: var(--twhite);
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
.main-hero-sec {
    background: url(../images/header-bg.webp);
    padding-top: 200px;
    text-align: center;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out;
  }
  30% {
    transform: scale(1.2, 1.2);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.4, 1.4);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.3, 1.3);
    transition: all 0.7s ease-in-out;
  }
  100% {
    transform: scale(1, 1);
    transition: all 0.7s ease-in-out;

  }
}
.main-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    font-family: "Monument Extended Bold";
    position:relative;
}
.main-text h1:before {
    content: '';
    width: 25%;
    height: 2px;
    background: #00FF56;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.main-text p {
    color: #fff;
   
}
.main-text a {
    background: #fff;
    padding: 10px 35px;
    border-radius: 40px;
    display: inline-block;
    margin: 20px 0px;
    text-decoration: none;
    color: #0d7964;
    font-weight: 700;
    box-shadow: 0px 0px 8px 0px #fff;
    border: 1px solid #00ff56;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.head-image img {
    width: 100%;
}

button.btn-close.text-reset {
  z-index: 1;
  opacity: 1;
  color: #fff !important;
  right: 0px !important;
}
.main_navbar ul li a:hover {
  background: -webkit-linear-gradient(#04d45b, #2a4a83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_navbar_social_icons ul {
  padding-left: 0px;
  display: flex;
  justify-content: flex-start;
  width: 75%;
}
.main_navbar_social_icons ul li {
  list-style-type: none;
  margin-right: 25px;
}
.main_navbar_social_icons ul li a {
  font-size: 26px;
  color: white;
  border-radius: 14px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #04d45b, #2a4a83) 1;
  padding: 5px 15px;
}
.main canvas {
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100vh !important;
}
/*.way-vedio{*/
/*    display:none;*/
/*}*/
.logonavbar2 img {
  width: 55%;
  margin-left: 50px;
  margin-right: auto;
  display: block;
  margin-top: 50px;
}
/*.main .scroll-image-container{*/
/*    display:none;*/
/*}*/
/* End */

/* offcanvas mobile */
.offcanvas-mobile {
  width: 400px;
  background: black;
}
.mobile-body {
  padding: 1rem 1rem !important;
}
.navbar-nav li::marker {
    color: white;
}
/* end */

.dropdown-menu {
  background-color: #f7991c;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */


.service-dropdown:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 25px;
}
/* header */
.header {
  padding: 5px 0 5px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top video */
/*.top-video {*/
/*  height: 100vh;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  padding-top: 0px;*/
/*  padding-bottom: 0px;*/
/*}*/
/*.top-video video {*/
/*  height: auto;*/
/*  width: 100%;*/
/*}*/
.main {
  overflow: hidden;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.main canvas {
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100vh !important;
}
/* End */

/* scrool sec */
.scrolling-sec {
  padding-bottom: 0;
  padding-top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background: black;
}
.scrolling-sec .scrool-left h1 {
  font-size: 170px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
  line-height: 0.9;
  font-family: "Thunder", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
  letter-spacing: 8px;
}
.scrolling-sec .scrool-left h2 {
  font-size: 80px;
    opacity: 0.2;
    
  text-transform: uppercase;
  -webkit-text-stroke: 1px #a9a9a9;
      color: black;

}
.scrolling-sec .scrool-left h3 {
  font-size: 90px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
  line-height: 0.9;
  font-family: "Thunder", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
  letter-spacing: 8px;
}
/* .scrolling-sec .scrool-left h1::before { */
/* content: "";
  position: absolute; */
/* border: 1px solid rgba(255, 255, 255, 0.34); */
/* background: rgba(255, 255, 255, 0.1); */
/* backdrop-filter: blur(24px); */
/* background-image: url(../images/scrool-blur.webp);
  background-repeat: no-repeat;
  height: 100%;
  width: 42%;
  top: -18px;
  right: -40px;
  z-index: -1;
  opacity: 1; */
/* } */
.scrolling-sec .scrool-left p {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.scroll-image-container {
  display: none;
}
/*.scroll-image-container a{position:relative;}*/
.scroll-image-container a .scroll-image-title {
      float: left;
    margin-right: 3px;
    margin-top: 15px;
}

/*.scroll-image-container a:nth-child(2) .scroll-image-title {*/
/*  position: absolute;*/
/*  top: 70px;*/
/*  left: -97px;*/
/*}*/

/*.scroll-image-container a:nth-child(3) .scroll-image-title {*/
/*  position: absolute;*/
/*  top: 130px;*/
/*  left: -108px;*/
/*}*/

/*.scroll-image-container a:nth-child(4) .scroll-image-title {*/
/*  position: absolute;*/
/*  top: 190px;*/
/*  left: -97px;*/
/*}*/
/*.scrolling-start section:nth-child(1)::before {*/
/*  content: "WEBSITE";*/
/*  position: absolute;*/
/*  left: 100px;*/
/*  right: 0;*/
/*  height: 20%;*/
/*  font-size: 120px;*/
/*  color: black;*/
/*  -webkit-text-stroke: 1px #a9a9a9;*/
/*  font-weight: 600;*/
  /* font-family: "Thunder", sans-serif; */
  /* letter-spacing: 20px; */
/*  z-index: 1;*/
/*}*/
/*.scrolling-start section:nth-child(2)::before {*/
/*  content: "ANIMATION";*/
/*  position: absolute;*/
/*  left: 100px;*/
/*  right: 0;*/
/*  height: 20%;*/
/*  font-size: 120px;*/
/*  color: black;*/
/*  -webkit-text-stroke: 1px #a9a9a9;*/
/*  font-weight: 600;*/
  /* font-family: "Thunder", sans-serif;
  letter-spacing: 20px; */
/*  z-index: 1;*/
/*}*/
/*.scrolling-start section:nth-child(3)::before {*/
/*  content: "APPLICATION";*/
/*  position: absolute;*/
/*  left: 100px;*/
/*  right: 0;*/
/*  height: 20%;*/
/*  font-size: 120px;*/
/*  color: black;*/
/*  -webkit-text-stroke: 1px #a9a9a9;*/
/*  font-weight: 600;*/
  /* font-family: "Thunder", sans-serif;
  letter-spacing: 20px; */
/*  z-index: 1;*/
/*}*/
/*.scrolling-start section:nth-child(4)::before {*/
/*  content: "MARKETING";*/
/*  position: absolute;*/
/*  left: 100px;*/
/*  right: 0;*/
/*  height: 20%;*/
/*  font-size: 120px;*/
/*  color: black;*/
/*  -webkit-text-stroke: 1px #a9a9a9;*/
/*  font-weight: 600;*/
  /* font-family: "Thunder", sans-serif;
  letter-spacing: 20px; */
/*  z-index: 1;*/
/*}*/
.scrool-left {
  z-index: 1;
  position: relative;
}

.scrool-right img {
  position: relative;
  z-index: 9;
  width: 90%;
}
.scrolling-start {
  position: relative;
}
.scroll-image-container {
  position: fixed;
  bottom: 130px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
.scroll-image {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin-bottom: 10px;
  transition: border-color 0.3s ease;
}

.scroll-image-title {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  display: none;
}

.scroll-image:hover,
.scroll-image.active {
  border-color: #fff;
}

.scroll-image:hover + .scroll-image-title,
.scroll-image.active + .scroll-image-title {
  display: block;
}
/* end */

/* talk business */
.talk-business {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(136deg, #04d45b 8.11%, #2a4a83 83.11%);
}
.talk-business h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
}
.talk-business .form-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.talk-business .form-body label {
  font-size: 30px;
  font-weight: 600;
  width: 50%;
  color: white;
}
.talk-business .form-body input,
.talk-business .form-body select {
  font-size: 30px;
  font-weight: 600;
  width: 50%;
  background: transparent !important;
  border-bottom: 2px dashed #f9a59f !important;
  border-radius: 0;
  padding: 0;
  border: none;
}
.talk-business .form-body input::placeholder {
  color: #0a1f39 !important;
  font-weight: 600 !important;
  opacity:0.3;
}
/* end */
/* navigation */
.navigation-tabs {
  padding-top: 0px;
  padding-bottom: 40px;
  background: black;
  overflow: hidden;
}
.navigation-bg {
  background: white;
  padding: 0px 0;
}
.navigation-tabs ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.navigation-tabs ul li {
  padding-left: 50px;
}
.navigation-tabs ul li a {
  text-decoration: none;
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.navigation-tabs ul li:last-child {
  animation: zoomAnimation 3s infinite linear;
}
.navigation-tabs ul li:last-child a {
  background: linear-gradient(
    91deg,
    #0d3496 11.08%,
    #01eb5b 107.23%,
    rgba(234, 0, 237, 0.08) 120.64%
  );
  padding: 30px 60px;
  display: block;
  color: white;
  background-size: 200% 200%; /* Larger size to create room for movement */
  animation: gradientAnimation 3s infinite linear; /* Adjust the duration and timing function as needed */
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes zoomAnimation {
  0% {
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
  }
  30% {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
  }
  50% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }
  50% {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
  }
  100% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }
}
/* end */
/* steps */
.steps-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000000;
}
.steps-sec h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(94deg, #04d45b 10.52%, #2a4a83 75.6%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.steps-sec .step-left span a {
  font-size: 180px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-text-stroke: 1px #00ff56;
  text-decoration: none;
  color: transparent;
}
.steps-sec .step-left span.active > a {
  background: linear-gradient(180deg, #00ff56 0%, #16236d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #00ff5600;
}
.steps-sec .step-right h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps-sec .step-right {
  border-top: 4px solid white;
  padding: 15px 0 0;
}
.steps-sec .step-right p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
/* end */
/* website */
.website {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/website-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.website span {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
.website h3 {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(97deg, #04d45b -3.47%, #2a4a83 88.94%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  letter-spacing: -5px;
  margin-bottom: 60px;
}
.website-body-right img {
  position: relative;
  top: 205px;
  right: 0;
  transform: scale(1.8);
}
.website-body-left img {
  position: relative;
  height: 100vh;
  bottom: 0;
  object-fit: cover;
  right: 0;
  transform: scale(1);
  overflow: visible;
}
/* end */
/* application */
.application {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/application-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.application span {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
.application h3 {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(97deg, #04d45b -3.47%, #2a4a83 88.94%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  letter-spacing: -5px;
  margin-bottom: 60px;
}
.application-body-left img {
  position: relative;
  top: 205px;
  right: 0;
  transform: scale(1.3);
}
.application-body-right img {
  position: relative;
  height: 100vh;
  bottom: 0;
  object-fit: cover;
  right: 0;
  transform: scale(1);
  overflow: visible;
}
/* end */
/* 3d animation */
.d-animation {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/3d-animation-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.d-animation span {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
.d-animation h3 {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(97deg, #04d45b -3.47%, #2a4a83 88.94%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  letter-spacing: -5px;
  margin-bottom: 60px;
}
.d-animation-body-left img {
  position: relative;
  top: 205px;
  right: 0;
  transform: scale(1.2);
}
.d-animation-body-right img {
  position: relative;
  bottom: 133px;
  right: 0;
  transform: scale(1);
}
.dd-animation-body-right img {
  position: relative;
  bottom: -80px;
  left:-40px;
  right: 0;
  transform: scale(1.5);
}

/* end */
/* design sec */
.design-sec {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/design-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.design-sec span {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
.design-sec h3 {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(97deg, #04d45b -3.47%, #2a4a83 88.94%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  letter-spacing: -5px;
  margin-bottom: 60px;
}
.design-sec .design-body-left img {
  position: relative;
  top: 140px;
}
.design-body-right img {
  position: relative;
  top: 170px;
  right: 0;
  transform: scale(1.3);
}
/* end */

/*e-book*/
.e-book-sec{
    background: url(../images/e-book-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
/*end*/

/* digital sec */
.digital-sec {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(../images/digital-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.digital-sec span {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
.digital-sec h3 {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(97deg, #04d45b -3.47%, #2a4a83 88.94%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  letter-spacing: -5px;
  margin-bottom: 0px;
}
/* end */
/* client */
.client-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.client-sec h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
.client-sec h3 span {
  background: linear-gradient(180deg, #04d45b 0%, #2a4a83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.client-sec p {
  font-size: 16px;
  font-weight: 400;
}
/* end */

/* causes */
.causes-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.causes-sec h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(91deg, #000 19.35%, #02d661 98.24%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.causes-sec .causes-image {
  margin-bottom: 15px;
}
.causes-sec .causes-image img {
  border-radius: 20px;
}
/* end */
/* portfolio */
.portfolio {
  padding-top: 240px;
  padding-bottom: 160px;
  background: url(../images/portfolio-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.line {
  background: linear-gradient(180deg, #00ff56 0%, #16236d 100%);
  height: 5px;
  width: 15%;
  margin-bottom: 20px;
}
.portfolio h1 {
  color: white;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.portfolio p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
/* end */
/* portfolio slider */
.portfolio-section {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #151515;
}
.portfolio-section .left h2 {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.portfolio-section .left p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.slick-slide.slick-current.slick-center {
  transform: scale(1.3);
}
.portfolio-slider .p-slider img {
  padding: 35px;
}
.portfolio-slider .slick-next,
.portfolio-slider .slick-prev {
  width: 50px !important;
  height: 50px !important;
  top: 100%;
  /* left: 50%; */
  transform: translateX(-50%);
}
.slick-next:before,
.slick-prev:before {
  display: none;
}
.slick-next {
  right: 40% !important;
}
.slick-prev {
  left: 46% !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}
.slick-dots li button:before{
    color: #fff !important;
}
/* end */
/* approach */
.approach-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000000;
}
.approach-section .left h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.approach-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.approach-body h3 {
  color: white;
  font-size: 22px;
  font-weight: 600;
}
.approach-body p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  height: 160px;
}
.approach-body-sec {
  padding: 30px 0px 15px 0;
  border-bottom: 2px solid #b3b3b3;
  width: 90%;
}
.approach-body > div {
  width: 50%;
}
.approach-body > div::after {
  content: "";
  position: absolute;
  height: 92%;
  width: 2px;
  top: 36px;
  right: 0;
  left: 48%;
  background: #b3b3b3;
}
/* end */

/* effective */
.effective-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/effective-bg.webp);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.effective-section .left h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.effective-section .left p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.effective-body {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.effective-body .effective-inner {
  text-align: center;
  width: 15%;
}
.effective-body .effective-inner h3 {
  font-size: 42px;
  color: white;
  font-weight: 800;
  margin-bottom: 0;
}
.effective-body .effective-inner p {
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}
/* end */

/* about */
.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.about-us .left h2 {
  color: white;
  font-size: 45px;
  font-weight: 800;
}
.about-us .right p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* end */

/* team */
.team-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.team-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: black;
  z-index: -1;
}
.team-section .left h2 {
  background: linear-gradient(132deg, #04d45b 12.35%, #2a4a83 76.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.team-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-body .team-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.team-body .team-img .overlay {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -10%);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  /* transition: opacity 0.3s ease, visibility 0.3s ease; */
  color: white;
  background: #00000087;
  padding: 10px;
  width: 100%;
}
.team-body .team-img .overlay p {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
}
.team-body .team-img .overlay span {
  color: white;
}
.team-body .team-img:hover {
  background-color: black;
}
.team-body .team-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.team-body .team-img img {
  padding: 10px 10px;
}
/* end */

/* who we are */
.who-bg {
  background: url(../images/who-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* Designing */
.designing-bg {
  background: url(../images/d-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* Blog */
.blog-bg {
  background: url(../images/blog-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */

/* website */
.website-bg {
  background: url(../images/web-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.section-3 .left h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.section-3 .left h2 span {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-3 .left p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
.section-3 .right img{
    margin-top:20px;
    width:100%;
}
/* end */
.sec-04 {
    padding: 50px 0px;
}
.sec-04 .row {
    align-items: center;
}
.sec04-image img {
    width: 100%;
}
.sec04-text h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Monument Extended Bold";
}
.sec04-text2 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Monument Extended Bold";
}
.sec04-text p {
    font-size: 16px;
    text-align: center;
    color: #000;
}
.sec04-text2 p {
    font-size: 16px;
    color: #000;
}
.sec04-text h4 {
    background: linear-gradient(0deg, rgba(22, 35, 109, 1) 0%, rgba(0, 255, 86, 1) 100%);
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.sec04-text a {
    color: #08a85f;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
}
.sec-05 {
    background: #131313;
    padding:50px;
}
.sec05-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Monument Extended Bold";
}
.sec05-text p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.sec05-text ul{padding:0px;}
.sec05-text li {
    background: #fff;
    display: inline-block;
    padding: 15px 25px;
    width: 32%;
    margin: 8px 6px;
    color: #000;
    position: relative;
    font-weight: 600;
}
.sec05-text li:before {
    content: '\f178 ';
    position: absolute;
    top: 13px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    color: #0db265;
}
.sec-06 .row {
    align-items: center;
}
.sec06-text h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: "Monument Extended Bold";
}
/* expertise */
.expertise {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.expertise p {
  color: #a9a9a9;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.expertise h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.expertise h2 span {
  background: linear-gradient(91deg, #04d45b 20.8%, #2a4a83 51.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertise .left h3 {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: 500;
}
.expertise .left img {
  display: none;
  margin: 0 auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  padding: 10px;
  border-radius: 12px;
}
.expertise .right > p {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
/* end */

/* section portfolio */
.section-portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-portfolio h2 {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-portfolio .card-sec {
  margin-bottom: 30px;
}
.section-portfolio .card-sec img {
  border-radius: 12px;
  margin-bottom: 15px;
  width:100%;
}
.section-portfolio .card-sec .card-inner img {
  margin-bottom: 0px;
}
.section-portfolio .card-sec .card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.section-portfolio .card-sec .card-inner h3 {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  height:50px;
}
/* end */

/* blog */
.blog {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.blog h2 {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog .card-sec {
  border-radius: 12px;
  border: 1px solid #242535;
  background: #1e1819;
  padding: 20px;
  margin-bottom: 20px;
}
.blog .card-sec h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.blog .card-sec img {
  border-radius: 12px;
  margin-bottom: 15px;
  width: 100%;
}
.blog .card-sec .card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px 0;
}
.blog .card-sec .card-inner p {
  color: #4b6bfb;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 6px;
  background: rgba(75, 107, 251, 0.05);
}
.blog .card-sec .card-inner span {
  color: white;
  font-weight: 500;
}
/* end */

/* blog detail */
.blog-detail {
  padding-top: 190px;
  padding-bottom: 80px;
  background: url(../images/blog-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-detail h1 {
  color: white;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-detail p {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
.blog-detail span {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  background: linear-gradient(261deg, #00ff56 14.2%, #0c3c88 88.54%);
  color: #ffffff;
}
/* end */

/* Blog Paragraph */
.blog-para {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.blog-para .blog-para-sec p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.blog-para .blog-para-sec h2 {
  color: white;
  font-size: 28px;
  font-weight: 600;
}
.blog-para .blog-para-sec h3 {
  color: white;
  font-size: 25px;
  font-weight: 600;
}
.blog-para .blog-para-sec h4 {
  color: white;
  font-size: 22px;
  font-weight: 600;
}
/* end */

/* process section */
.process-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #131313;
  overflow: hidden;
}
.process-section h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.process-section p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.process-section .card-sec-body {
  display: flex;
  align-items: center;
}
.process-section .card-sec {
  width: 25%;
  position: relative;
  margin-top: 30px;
}
.process-section .card-sec-body .connect:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 47%;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 999;
  background-image: url(../images/after-down.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.process-section .card-sec-body .connect:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 47%;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 9999;
  background-image: url(../images/after-up.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.process-section .card-sec-body .connect:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 47%;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 999;
  background-image: url(../images/after-down.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.process-section .card-sec-body .connect:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 47%;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 999;
  background-image: url(../images/after-up.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.process-section .card-sec-body .m-bottom:nth-child(2)::after{
    display:none;
}
.process-section .card-sec-body .m-bottom:nth-child(3)::after{
    display:none;
}
.p-z-index {
  z-index: 999;
  position: relative;
}
.process-section .card-sec .card-overlay {
  position: absolute;
  bottom: 3%;
  left: 4%;
  text-align: left;
  color: white;
  width: 50%;
  z-index: 999;
}
.process-section .card-sec .card-overlay-upper {
  position: absolute;
  top: 12%;
  left: 5%;
  width: 85%;
  z-index: 999;
}
.process-section .card-sec .card-overlay-upper p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 4px solid;
}
.process-section .card-sec .card-overlay h3 {
  font-size: 22px;
  margin-bottom: 0px;
  color: white;
  font-weight: 500;
}
.process-section .card-sec .card-overlay h3 > span {
  font-weight: 300;
}

/* banner sec */
.banner-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../images/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.banner-sec h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: white;
}
/* end */

/* application */
.application-bg {
  background: url(../images/app-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* marketing */
.marketing-bg {
  background: url(../images/market-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* 3d Animation */
.three-d-bg {
  background: url(../images/3d-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* E-Book */
.e-book {
  background: url(../images/e-book-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* end */
/* contact */
.contact {
  padding-top: 190px;
  padding-bottom: 80px;
  background: url(../images/blog-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact h1 {
  color: white;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}
/* end */
/* contact */
.contact-form {
  padding-top: 0px;
  padding-bottom: 0px;
  /* background: black; */
}
.contact-form .left {
  background: linear-gradient(163deg, #00ff56 -100.19%, #16236d 118.12%);
  padding: 40px 145px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.contact-form .right {
  background: black;
  padding: 40px 145px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form .left h2 {
  color: white;
  font-size: 43px;
  font-weight: 800;
  margin-bottom: 110px;
}
.contact-form .left h3 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-form .left h4 {
    color: white;
    border-bottom: 1px solid;
    padding: 0px 0 20px;
    font-size: 20px;
}
.contact-form .right h4 {
  background: var(--Linear, linear-gradient(180deg, #00ff56 0%, #16236d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-form .left .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-form .left .contact-info i {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}
.contact-form .left .contact-info p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.contact-form form input,
.contact-form form textarea {
  border-bottom: 1px solid white !important;
  border: none;
  border-radius: 0;
  padding: 16px 0;
  color: white !important;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: white !important;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  border-bottom: 1px solid #00ff56 !important;
}
/* end */
/* footer */
.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(../images/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-logo img {
  width: 220px;
}
.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
}
.footer-logo a {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.footer-links > h4 {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-links > ul {
  padding-left: 18px;
}

.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  list-style-type: square;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li:hover {
  color: #00ff56;
}
.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li > a:hover {
  color: #00ff56;
}
.social {
  padding: 20px 0px 0 0px;
}
.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: #000000;
  margin: 0 5px;
  font-size: 1.2rem;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}
.social > p > a:hover {
  color: #ffffff;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
}

.social-link > p > a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.social-link > p > a:nth-child(1) {
  border-right: 2px solid white;
}
.social-link > p > a:hover {
  color: #000000;
}
.footer-bootom-links > span {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}
.footer-bottom {
  background: #141414;
  padding: 12px 0;
}
/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #0a1f39 !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #f7991c;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 1px solid black;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 25px;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  font-family: "Poppins", sans-serif;
    margin: 15px 0px
}
.btn-theme:hover {
  border: 1px solid;
  background: linear-gradient(261deg, #00ff56 14.2%, #0c3c88 88.54%);
  color: #ffffff;
}
.btn-theme-green {
  border: 1px solid #219c39;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 500;
  color: #219c39;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 5px;
  background: transparent;
  font-family: "Poppins", sans-serif;
}

.btn-theme-green:hover {
  border: 1px solid #219c39;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  color: #ffffff;
}
.btn-theme-transparent {
  border-radius: 10px;
  border: 1px solid #00ff56;
  background: #fff;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 800;
  color: #000;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-transparent:hover {
  border: 1px solid black;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  color: #ffffff;
}
.btn-white {
  border-radius: 10px;
  border: 1px solid #00ff56;
  background: transparent;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.btn-white:hover {
  border: 1px solid black;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  color: #ffffff;
}
.btn-white-theme {
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.btn-white-theme:hover {
  border: 1px solid #00ff56;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  color: #ffffff;
}
.btn-load-more {
  border-radius: 6px;
  border: 1px solid #696a75;
  background: transparent;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 800;
  color: #696a75;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.btn-load-more:hover {
  border: 1px solid #ffffff;
  background: #696a75;
  color: #ffffff;
}
.btn-submit {
  border-radius: 5px;
  border: 1px solid #00ff56;
  background: #fff;
  padding: 12px 60px;
  display: inline-block;
  font-weight: 500;
  color: #2a4a83;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.btn-submit:hover {
  border: 1px solid black;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  color: #ffffff;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* end */
/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.logo {
  width: 220px;
  animation: moveUpDown 2s ease-in-out infinite;
  margin-bottom: 30px;
}

.balls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ball {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  margin: 0 5px;
  animation: bounce 1s ease-in-out infinite alternate;
}
.ball:nth-child(2) {
  animation-delay: 0.2s;
}
.ball:nth-child(3) {
  animation-delay: 0.4s;
}
.ball:nth-child(4) {
  animation-delay: 0.6s;
}
.ball:nth-child(5) {
  animation-delay: 0.8s;
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* end */
/*-- Popup --*/
.popu {
    background: #000;
    border: 2px solid #1e4770;
}
.btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 25px;
    background-color: #620909;
}
.popu h4{
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}
.popu .form-control {
    resize: none;
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #25d17242 !important;
    color: #fff !important;
    background-color: transparent;
}
.popu .form-control::placeholder{
    color:#fff !important;
   opacity: 0.5;
}

/*-- Popup End --*/

/* review */
.reviews {
  padding-top: 00px;
  padding-bottom: 40px;
      background: black;
}
.reviews .card {
  background: linear-gradient(136deg, #04d45b 8.11%, #2a4a83 83.11%);
  padding: 10px 22px 20px 22px;
  transition: ease 0.3s;
}
.reviews .card::before {
  content: url(../images/quotes.webp);
  position: absolute;
  right: 45px;
  top: 25px;
}
.reviews .card:hover {
  transition: ease 0.3s;
  background: linear-gradient(136deg,#2a4a83  8.11%, #04d45b 83.11%);
}
.reviews .card:hover h5,
.reviews .card:hover p {
  color: white;
}

.reviews .card-title {
  font-size: 1.3rem;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.reviews .card-text {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
}
/* end */

/*-- Thanks --*/
.thanks {
    padding: 50px 0;
        /*background: #fbfbfb;*/
        background: url(../images/website-bg.webp);
        padding-top : 150px;
}

.thanks h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    font-family: poppins;
    background-image: url(../images/border.gif);
    background-size: 100% 100%;
    width: 80%;
    margin: 0 auto;
    /*margin-top : 50px;*/
    padding: 50px 0px;
        z-index: 999;
    position: relative;
}

.thanks span {
    color: #07b25c;
    font-weight: 600
}

.thanks p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 0 0
}

.thanks i {
    color: #07b25c;
    font-size: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.thanks a {
    color: #07b25c;
    text-decoration: none;
}

/*-- Thanks End --*/

/* Terms And Condition--*/

.termscm{
    background: url(../images/website-bg.webp);
    padding-top:170px;
    padding-bottom :40px;
}
.termscm p{
    color:#fff;
    font-weight:500;
}

.termscm h4{
    color:#fff;
    font-weight: 600;
}
.termscm h2{
    color:#fff;
    font-weight: 600;
}
.termscm a{
color: #07b25d;
}
.termscm ul li{
color:white;   
 font-weight:500;
 margin-bottom:7px;
}
.social-link > p > a:hover {
    color: #00ff56 !important;
}
/* Terms And Condition End --*/

.offcanvas-header .btn-close{
        position:relative;
        background-color: transparent;
    }

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(261deg, #0c3c88 14.2%, #00ff56 88.54%);
  border-color: #00ff56;
  border-radius: 8px;
}

/*-- lottie--*/
.design-Lottie {
    position: absolute;
}
.design-Lottie lottie-player {
    width: 100%;
    transform: scale(1.3);
}
.app-Lottie {
    position: absolute;
}
.app-Lottie lottie-player {
    width: 100%;
    transform: scale(1.5);
}
#digitalmarketing .img-fluid {
    transform: scale(1.5);
}

.digital-Lottie lottie-player {
    width: 100%;
    transform: scale(1.5);
}

.main-mb {
    display:none;
    padding:0px;
}
.main-mb img{
    width:100%;
}




/* Custum section */
section.greate-section {
  padding: 50px 0;
  background: #121212;
}

.greate-section-heading h4 {
  font-size: 40px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(94deg, #04d45b 10.52%, #2a4a83 75.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  padding-bottom: 8px;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.greate-section-heading h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #00FF56;
  max-width: 180px;

}

.greate-section-heading p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.greate-section-heading {
  margin-bottom: 50px;
}

.great-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 35px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1.67px solid #DBDBDB
}

.great-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.great-card-top h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 32px;
  color: #fff;
}

.great-card-top .icon {
  /* margin-bottom: 15px; */
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 50%;
  background: linear-gradient(180deg, #00FF56 0%, #16236D 100%);
}

.great-card-top .icon i {
  display: flex;
  color: white;
  rotate: 37deg;
  font-size: 30px;
  /* scale: 1.5; */
}

.great-card>p {
  margin: 0;
  color: white;
  font-size: 16px;
}

.great-card-top h4 {
  border-bottom: 1px solid #4A4A4A;
}

.great-card span {
  font-size: 17px;
  color: white;
}

.img-box.great-section {
  height: 544px;
  width: 100%;
}

.img-box.great-section img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

section.amazing-portfolio {
  background: linear-gradient(180deg, #00FF56 -116.02%, #16236D 111.6%);
  padding: 80px 0;
}

.amazing-portfolio-heading {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.amazing-portfolio-heading h4 {
  font-size: 40px;
  color: white;
  font-weight: 600;
}

.amazing-portfolio-heading p {
  color: #d3d3d3;
}

.amazing-portfolio-heading>* {
  margin: 0;
}

.amazing-portfolio-box {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding: 46px 25px;
  background: #181818;
  border-radius: 15px;
  gap: 10px;
}

.amazing-portfolio-box>* {
  margin: 0;
}

.amazing-portfolio-box h4 {
  font-size: 27px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}

.amazing-portfolio-box>p {
  color: #c5c5c5;
}

.amazing-portfolio-box-main {
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.amazing-portfolio-middle-box {
  padding: 40px 20px;
  background: #181818;
  border-radius: 15px;
  margin: 20px 0;
}

.amazing-portfolio-middle-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -39px;
  height: 491px;
}

.amazing-portfolio-middle-box-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.amazing-portfolio-middle-box h4 {
  font-size: 27px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}

.amazing-portfolio-middle-box>p {
  color: #c5c5c5;
  font-size: 17px;
}

/* Frame 1000003248 */

/* Auto layout */