/* Start elements.scss */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rajdhani:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

html,
body {
  overflow-x: hidden;
}

body {
  line-height: 26px;
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  color: #343a40;
  transition: 0.5s;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00305c;
  font-style: normal;
  margin-top: 1rem;
  line-height: 1.2;
  transition: 0.5s;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #012549;
  text-decoration: none;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

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

ul {
  margin: 0px;
  padding: 0px;
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #00b0ff;
  border-top: 0px;
}
hr.style-2 {
  border-bottom: 1px dashed #f10;
}
hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

*::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::placeholder {
  color: #454545;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #454545;
}

::-moz-placeholder {
  color: #454545;
}

:-ms-input-placeholder {
  color: #454545;
}

:-moz-placeholder {
  color: #454545;
}

.counter_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}

.contact_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}
.contact_area ::selection {
  color: #001d23;
  text-shadow: none;
}
.contact_area ::placeholder {
  color: #001d23;
  font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
  color: #001d23;
}
.contact_area ::-moz-placeholder {
  color: #001d23;
}
.contact_area :-ms-input-placeholder {
  color: #001d23;
}
.contact_area :-moz-placeholder {
  color: #001d23;
}

.blog_reply ::-moz-selection {
  color: #151948;
  color: #151948;
}
.blog_reply ::selection {
  color: #151948;
}
.blog_reply::placeholder {
  color: #151948;
}
.blog_reply ::-webkit-input-placeholder {
  color: #151948;
}
.blog_reply ::-moz-placeholder {
  color: #151948;
}
.blog_reply :-ms-input-placeholder {
  color: #151948;
}
.blog_reply :-moz-placeholder {
  color: #151948;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.sub-title {
  position: relative;
  font-size: 22px;
  padding-left: 60px;
  color: #00305c;
  display: flex;
  justify-items: center;
  text-transform: uppercase;
}
.sub-title.sub-title-regular {
  text-transform: inherit;
}
.sub-title::before {
  position: absolute;
  left: 0;
  content: url(../images/moving-line.svg);
}

.float-text {
  position: relative;
  left: 0px;
  display: block;
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(14, 30, 42, 0.15);
  font-weight: 900;
  text-transform: uppercase;
  top: 15px;
  margin-top: 3px;
  /* &::before{
  	position: absolute;
  	left: 40px;
  	top: -20px;
  	width: 84px;
  	height: 10px;
  	background-image: url(../images/icons/wave.png);
  	background-position: center;
  	content: "";
  } */
}

.shape-one {
  position: absolute;
  right: 76px;
  bottom: -50px;
  animation: bounceleft 4s linear infinite;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: bounceleft;
  animation-timeline: auto;
  animation-range-start: normal;
  background-image: url(../images/dotted-line.svg);
  background-repeat: repeat;
  height: 100px;
  width: 160px;
}

.shape-two {
  position: relative;
}
.shape-two::before {
  position: absolute;
  content: url(../images/shape-2.png);
  bottom: 0;
  left: 239px;
  animation: bounceleft 4s linear infinite;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: bounceleft;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}
.shape-two img {
  max-width: 100%;
  height: auto;
}

button a {
  color: #fff;
  display: block;
  overflow: hidden;
  transition: 0.5s;
}
button a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
}
button a i {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  margin-left: 12px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

button.custome-button, a.custome-button {
  color: #fff;
  width: auto;
  min-width: 150px;
  height: auto;
  padding: 15px 20px;
  border: none;
  margin-left: 8px;
  font-weight: 700;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
button.custome-button:hover, a.custome-button:hover {
  background-color: #00305c;
  border: 2px solid #003a6c;
  color: #fff;
}
button.custome-button a, a.custome-button a {
  color: #fff;
  font-weight: 700;
}

.more-details-btn a {
  padding: 12px 27px 12px 27px;
  font-weight: 600;
  color: #fff;
  background: #00305c;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #00b0ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
  transition: 0.5s;
}
.more-details-btn a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
}
.more-details-btn a i {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  margin-left: 12px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}
.more-details-btn a:hover {
  background: #00b0ff;
}

.prgoress_indicator {
  position: fixed;
  right: 26px;
  bottom: 35px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}
.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.prgoress_indicator::before {
  position: absolute;
  content: "\f286";
  font-family: bootstrap-icons !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator::after {
  position: absolute;
  content: "\f286";
  font-family: bootstrap-icons !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #0c5adb;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #0c5adb;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #0c5adb;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

.contnet-form-area h4 {
  color: #072ba7;
  font-size: 20px;
  margin: 0 0 27px;
  text-transform: uppercase;
  font-weight: 600;
}
.contnet-form-area input, .contnet-form-area select, .contnet-form-area textarea {
  border: 1px solid #bcd6ff;
  outline: 0;
  width: 100%;
  line-height: 45px;
  color: #000;
  margin-bottom: 16px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  background: transparent;
}
.contnet-form-area input:focus, .contnet-form-area textarea:focus {
  border: 1px solid #00305c;
  box-shadow: none;
}
.contnet-form-area button {
  padding: 13px 15px;
  background-color: #00305c;
  display: block;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #00b0ff;
}
.contnet-form-area button:hover {
  background: #00b0ff;
  border: 1px solid #00b0ff;
}
.contnet-form-area input::placeholder,
.contnet-form-area textarea::placeholder {
  color: #343a40;
}

ul.ul-list li {
  transition: 0.5s;
  color: #fff;
  margin-bottom: 10px;
}
ul.ul-list li span {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 4px;
  text-align: center;
  margin-right: 6px;
}
ul.ul-list li span i {
  display: inline-block;
  color: #0a53bf;
  display: flex;
  font-size: 12px;
}

.service-list li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #343a40;
  color: #343a40;
  margin: 5px;
  font-weight: 700;
  border-radius: 0.375rem;
  display: inline-block;
}
.service-list li .inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 25px;
}
.service-list li .inner::before {
  position: absolute;
  content: "\f26a";
  font-family: bootstrap-icons !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #00305c;
  left: 0;
}
.service-list li:hover {
  background-color: #00305c;
  color: white;
}
.service-list li:hover .inner::before {
  color: white;
}

.modal .modal-header {
  position: relative;
}
.modal .modal-header h5 {
  margin: 0;
}
.modal .modal-header button {
  position: absolute;
  top: -7px;
  right: -7px;
  border: none;
  background: transparent;
  background-color: #0a53bf;
  border-radius: 5px;
  box-shadow: -1px 0px 1px 1px white;
}
.modal .modal-header button span {
  display: flex;
  align-items: center;
  padding: 6px;
}
.modal .modal-header button span i {
  font-size: 20px;
  color: #fff;
}
.modal .modal-body label {
  color: #343a40;
  font-weight: 600;
}
.modal .modal-body input, .modal .modal-body select {
  height: 40px;
}
.modal .modal-body ::placeholder {
  color: gray;
}

.inner-hero-banner {
  position: relative;
  padding: 10rem 0 2rem;
  background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%);
  min-height: 23rem;
}
.inner-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/ak-soft.svg);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: bottom right;
  height: 100%;
  width: 100%;
  padding: 6rem 0;
  border: 0;
  z-index: 2;
}
.inner-hero-banner .inner-head {
  text-align: left;
}
.inner-hero-banner .inner-head h1 {
  width: 70%;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.inner-hero-banner .bg-img::after {
  content: "";
  position: absolute;
  background: url(../images/banner/video-bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  background-position: center bottom;
  height: 100%;
  width: 100%;
  z-index: 1;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0.3;
}
.inner-hero-banner .content {
  position: relative;
  z-index: 4;
}
.inner-hero-banner .title-section {
  margin-bottom: 50px;
  z-index: 3;
  position: relative;
}
.inner-hero-banner .title-section .float-text {
  -webkit-text-stroke-color: #fff;
  font-size: 3rem;
}
.inner-hero-banner .title-section .sub-title {
  margin: auto;
  width: fit-content;
  color: #fff;
}
.inner-hero-banner .title-section .sub-title::before {
  filter: invert(1);
}
.inner-hero-banner .title-section h2 {
  color: #fff;
  padding-bottom: 15px;
}
.inner-hero-banner .title-section p {
  color: #fff;
  width: 80%;
  margin: auto;
  font-size: 1.25rem;
}
.inner-hero-banner .video-button {
  text-align: center;
}
.inner-hero-banner .video-button i {
  display: inline-block;
  background: #0B59D7;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 72px;
  font-size: 35px;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
}
.inner-hero-banner.video-bnner {
  padding: 6% 0;
}
.inner-hero-banner.video-bnner h1 {
  color: white;
}

button, button.a {
  cursor: pointer;
}

.images-area {
  position: relative;
}
.images-area::before {
  position: absolute;
  top: 10px;
  width: 150px;
  height: 100%;
  background-image: url(../images/dotted-line.svg);
  background-repeat: repeat-y;
  content: "";
  filter: opacity(0.2);
}
.images-area.right::before {
  right: 0;
}
.images-area.left::before {
  left: 0;
}
.images-area .thumb-image {
  position: relative;
}

.contnet-area {
  position: relative;
}

.card-area {
  padding-top: 1rem;
}

.getintouch .error {
  color: red;
}

.submission-contact {
  /* position: absolute;
     top: 30%;
     left: 50%;
     right: 0;
     width: 50%;
     height: auto;
     transform: translate(-50%, -50%);
     background: transparent; */
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 48, 92, 0.8901960784);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* .alert-success{
  	display: flex;
  	justify-content: space-between;
  	position: relative;
  	align-items: center;
  	button {
  		background-color: #d1e7dd;
  		position: absolute;
  		right: -16px;
  		top: -17px;
  		border-radius: 50%;
  		box-shadow: none;
  		width: 6px;
  		height: 10px;
  		color: #fff;
  		border: 1px solid #92aca0;   
  		font-size: 13px;
  		opacity: 1;
  	}
  } */
}
.submission-contact .popup {
  width: 400px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;
}
.submission-contact .popup h2 {
  font-size: 2rem;
  color: #00305c;
}
.submission-contact .popup p {
  color: #00305c;
}
.submission-contact .popup i {
  font-size: 5rem;
  margin-top: -25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: green;
}
.submission-contact .popup button {
  max-width: 100%;
  width: 100%;
  background-image: none;
  box-sizing: border-box;
  opacity: 1;
  padding: 10px;
  height: auto;
  background: green;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.consultation-section .contnet-form-area .contact-inner-box .input-box input, .consultation-section .contnet-form-area .contact-inner-box .input-box textarea {
  background-color: #fff;
}

/* .bi{
	position: relative;
	&.bi-arrow-right{	
		&::before{
			position: absolute;
			content: "";
			background-image: url(../images/icon/arrow-right-short.svg);	
			top:0;
			right:10px;
			bottom: 0;
			width: 50px;
			height: 50px;
			background-position: center right;
			background-size: auto;
			background-repeat: no-repeat;
		}
	}
}  */
.about-us-section .card-area .icon-box .icon img,
.why-choose-section .card-area .icon-box .icon img,
.working-process-section .process-box .process-box-thumb img {
  filter: brightness(0.5);
}

.about-us-section,
.why-choose-section,
.working-process-section,
.features-section.bug-free-code,
.financial-section.section-2,
.business-section.section-2,
.legal-section.section-2,
.intership-section.section-2 {
  background: #edfaff;
  padding: 5rem 0;
}

.services-section,
.financial-section,
.business-section,
.legal-section,
.vision-mission,
.request-call,
.features-section,
.intership-section,
.contact-section {
  padding: 5rem 0;
}

.request-call .need-help-section, .pagenotfount-sec-contact {
  background: #edfaff;
}

.pagenotfount-sec {
  padding-top: 5rem;
}

/* Emd elements.scss */
/* Start Coustom-animation */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* General Animation*/
@keyframes bounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(140px);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(140px);
  }
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Emd Key-frame.scss */
/* Start Header Section */
.top-header-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  background: #00305c;
  display: flex;
  z-index: 9;
}
.top-header-section .container {
  display: flex;
  justify-content: space-between;
}
.top-header-section .container .my-accont {
  padding: 8px 15px;
  background: transparent;
  height: auto;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
}
.top-header-section .container .getintoch {
  display: flex;
  align-items: center;
  top: 0;
  padding: 5px;
  gap: 30px;
}
.top-header-section .container .getintoch span {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.top-header-section .container .getintoch span i {
  font-size: 1.5rem;
}
.top-header-section .container .top-social-icon {
  display: flex;
  align-items: center;
}
.top-header-section .container .top-social-icon ul {
  display: flex;
  align-items: center;
}
.top-header-section .container .top-social-icon ul li {
  color: white;
  margin-left: 15px;
}
.top-header-section .container .top-social-icon ul li i {
  font-size: 20px;
  color: white;
}
.top-header-section .container .top-social-icon ul li .my-accont {
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.top-header-section .container .top-social-icon ul li:last-child {
  margin-left: inherit;
}

.navbar.ak-softtech.header-area {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin-top: 46px;
  padding: 8px 0;
}
.navbar.ak-softtech.header-area .navbar-brand.ak-softtech-logo {
  display: flex;
  align-items: center;
  position: relative;
}
.navbar.ak-softtech.header-area .navbar-brand.ak-softtech-logo img {
  max-width: 200px;
}
.navbar.ak-softtech.header-area .navbar-toggler {
  color: #0a53bf;
  border: 1px solid #0a53bf;
  align-items: center;
  padding: 5px 6px 1px 6px;
}
.navbar.ak-softtech.header-area .navbar-toggler i.bi-list {
  color: #0a53bf;
  font-size: 2rem;
}
.navbar.ak-softtech.header-area .navbar-toggler:focus {
  box-shadow: none;
}
.navbar.ak-softtech.header-area .navbar-menu-area {
  justify-content: end;
  padding: 0;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item a.nav-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  text-transform: capitalize;
  color: #00305c;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item a.nav-link:hover {
  border-bottom: 2px solid #00305c;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown .nav-link.dropdown-toggle + ul.dropdown-menu {
  display: none;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown .nav-link.dropdown-toggle.show + ul.dropdown-menu.show {
  display: block;
  background-color: #00305c;
  border: none;
  margin-top: -1px;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown .nav-link.dropdown-toggle.show + ul.dropdown-menu.show li a.dropdown-item {
  background: transparent;
  color: #fff;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown .nav-link.dropdown-toggle.show + ul.dropdown-menu.show li:hover {
  background: #00b0ff;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown:hover {
  color: #0a53bf;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown:hover .nav-link.dropdown-toggle + ul.dropdown-menu {
  display: block;
  background-color: #00305c;
  border: none;
  margin-top: -1px;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown:hover .nav-link.dropdown-toggle + ul.dropdown-menu li a.dropdown-item {
  background: transparent;
  color: #fff;
  border-bottom: 2px solid #00305c;
}
.navbar.ak-softtech.header-area .navbar-menu-area ul.navbar-nav li.nav-item.ak-nav-item.dropdown:hover .nav-link.dropdown-toggle + ul.dropdown-menu li:hover {
  background: #00b0ff;
}
.navbar.ak-softtech.header-area .navbar-menu-area button {
  border: none;
  background-color: #00305c;
  padding: 10px 15px;
  border: 1px solid #00305c;
}
.navbar.ak-softtech.header-area .navbar-menu-area button a {
  color: white;
}
.navbar.ak-softtech.header-area .navbar-menu-area button:hover {
  background-color: #00b0ff;
  border: 1px solid #00b0ff;
}
.navbar.ak-softtech.header-area .navbar-menu-area button:hover a {
  color: white;
}
.navbar.ak-softtech.header-area .navbar-menu-area.collapse.show ul.navbar-nav {
  background: #00b0ff;
  border-radius: 10px 10px 0 0;
}
.navbar.ak-softtech.header-area .navbar-menu-area.collapse.show ul.navbar-nav li.nav-item.ak-nav-item {
  border-bottom: 1px solid rgb(74, 199, 255);
}
.navbar.ak-softtech.header-area .navbar-menu-area.collapse.show ul.navbar-nav li.nav-item.ak-nav-item a.nav-link {
  line-height: 40px;
}
.navbar.ak-softtech.header-area .navbar-menu-area.collapse.show ul.navbar-nav li.nav-item.ak-nav-item:last-child {
  border-bottom: none;
}
.navbar.ak-softtech.header-area .navbar-menu-area.collapse.show .custome-button {
  width: 100%;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
.navbar.ak-softtech.header-area .header-menu ul li a {
  padding: 5px 0;
}
.navbar.ak-softtech.header-area.sticky {
  top: 0px;
  position: fixed;
  padding: 8px 0px;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background: radial-gradient(circle, rgb(137, 223, 255) 38%, rgb(52, 145, 255) 100%);
  z-index: 999;
  margin-top: 0;
  background: #fff;
}
.navbar.ak-softtech.header-area.sticky .navbar-brand.ak-softtech-logo img.brand-logo-f {
  width: 200px;
  display: none;
}
.navbar.ak-softtech.header-area.sticky .navbar-brand.ak-softtech-logo img.brand-logo {
  display: block;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area .navbar-nav .nav-item.ak-nav-item:hover {
  color: #00305c;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area .navbar-nav .nav-item.ak-nav-item a.nav-link {
  color: #00305c;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area button {
  border: none;
  background-color: #00305c;
  padding: 10px 15px;
  border: 1px solid #0a53bf;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area button a {
  color: white;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area button:hover {
  background-color: #00b0ff;
  border: 1px solid #00b0ff;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area button:hover a {
  color: white;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area.collapse.show {
  background: #00b0ff;
  padding: 0px;
  border-radius: 10px;
  margin-top: 10px;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area.collapse.show .navbar-nav li.nav-item.ak-nav-item {
  border-bottom: 1px solid #edfaff;
  margin-right: 0;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area.collapse.show .navbar-nav li.nav-item.ak-nav-item a {
  width: 100%;
}
.navbar.ak-softtech.header-area.sticky .navbar-menu-area.collapse.show .navbar-nav li:hover {
  background-color: 1px solid #5ccdff;
}

/* End Header Section */
/* Start Footer Section */
.footer-area-section {
  /* background: url(../images/footer-bg.jpg); */
  background: #00305c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 32px;
  position: relative;
}
.footer-area-section .footer-logo img {
  max-width: 200px;
}
.footer-area-section .footer-aksofttech-logo {
  width: fit-content;
  transform: scale(0.8);
  position: relative;
  left: -20px;
  padding-top: 50px;
}
.footer-area-section .footer-aksofttech-logo .navbar-brand.ak-softtech-logo {
  display: flex;
  align-items: center;
  position: relative;
}
.footer-area-section .footer-aksofttech-logo .navbar-brand.ak-softtech-logo img.brand-logo {
  max-width: 200px;
}
.footer-area-section .footer-about-desc p {
  color: #fff;
  width: 85%;
  margin: 10px 0 0;
  font-size: inherit;
}
.footer-area-section .footer-about-desc p a {
  text-decoration: underline;
}
.footer-area-section .footer-botton-social-icon {
  margin-top: 20px;
}
.footer-area-section .footer-botton-social-icon h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-area-section .footer-botton-social-icon ul {
  gap: 15px;
  display: flex;
}
.footer-area-section .footer-botton-social-icon ul li {
  display: inline-block;
}
.footer-area-section .footer-botton-social-icon ul li a {
  color: #00305c;
  display: block;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: white;
  transition: 0.4s;
}
.footer-area-section .footer-botton-social-icon ul li a:hover {
  color: white;
  background: #00305c;
  transition: 0.4s;
}
.footer-area-section .footer-botton-social-icon ul li a:hover i {
  color: white;
}
.footer-area-section .footer-botton-social-icon ul li i {
  color: #00305c;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-area-section .footer-button a {
  display: inline-block;
  background: #0c5adb;
  border: 1px solid #0c5adb;
  color: #fff;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 38px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.footer-area-section .footer-button a:hover {
  color: #0c5adb;
}
.footer-area-section .footer-button a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
  border-radius: 5px;
}
.footer-area-section .footer-button a:hover:before {
  width: 100%;
  left: 0;
}
.footer-area-section .footer-button i {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  position: relative;
  top: 4px;
  left: 3px;
  transition: 0.5s;
}
.footer-area-section .footer-button a:hover i {
  color: #0c5adb;
}
.footer-area-section .footer-content {
  padding-top: 50px;
}
.footer-area-section .footer-content p {
  font-size: 16px;
  line-height: 28px;
  color: #B9B7C5;
  font-weight: 400;
  font-family: "Nunito";
  margin: 0;
  margin-bottom: 39px;
}
.footer-area-section .footer-content .footer-title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer-area-section .footer-content .footer-menu ul li a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-family: "Nunito";
  transition: 0.5s;
  position: relative;
  padding-left: 1.5rem;
  /* i {
    display: inline-block;
    color: #0D58D5;
    font-size: 16px;
    margin-right: 10px;
  } */
}
.footer-area-section .footer-content .footer-menu ul li a:hover {
  color: #00b0ff;
}
.footer-area-section .footer-content .footer-menu ul li a::before {
  position: absolute;
  content: "\f284";
  left: 0;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
}
.footer-area-section .footer-newslatter-box input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  padding: 0 15px;
  height: 60px;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  outline: 0;
}
.footer-area-section .footer-newslatter-box input::placeholder {
  color: #fff;
  font-family: "Nunito";
  opacity: 0.5;
}
.footer-area-section .footer-newslatter-box button {
  background: #0C59DB;
  color: #fff;
  border: transparent;
  outline: 0;
  padding: 12px 33px;
  border-radius: 3px;
  margin-top: 21px;
}
.footer-area-section .footer-contact-info-box .contact-info-box {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 12px;
}
.footer-area-section .footer-contact-info-box .contact-info-icon {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  /* background: #3078fb; */
  transition: 0.4s;
}
.footer-area-section .footer-contact-info-box .contact-info-icon:hover {
  background: #fff;
  transition: 0.4s;
}
.footer-area-section .footer-contact-info-box .contact-info-icon:hover i {
  color: #3078fb;
}
.footer-area-section .footer-contact-info-box .contact-info-icon i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.footer-area-section .footer-contact-info-box .contact-info-content p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  line-height: 18px;
}
.footer-area-section .footer-contact-info-box .contact-info-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 1px 0 0;
  display: inline-block;
  color: #fff;
  font-family: "Nunito";
  transition: 0.5s;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1294117647);
  margin-top: 40px;
  padding-top: 30px;
}
.footer-bottom-area .footer-bottom-content p {
  color: #fff;
  margin: auto;
  text-align: left;
  font-size: 1rem;
}
.footer-bottom-area .footer-menu {
  color: #fff;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  gap: 15px;
}
.footer-bottom-area .footer-menu a {
  color: #fff;
}

.subscribe-section {
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}
.subscribe-section .subscribe-contnet-area {
  background: #00305c;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px #ffffff;
}
.subscribe-section .subscribe-contnet-area h4 {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.subscribe-section .subscribe-contnet-area .form-subscribe {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.subscribe-section .subscribe-contnet-area .form-subscribe input {
  height: 62px;
  width: 100%;
  border: none;
  max-width: 100%;
  padding-left: 15px;
  border-radius: 5px;
}
.subscribe-section .subscribe-contnet-area .form-subscribe button {
  border: none;
  height: 62px;
  width: 155px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  background-color: #00b0ff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.subscribe-section .subscribe-contnet-area .content-box {
  position: relative;
  overflow: hidden;
}

/* End Footer Section */
/* Start Hero-banner Section */
/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,500,700|Roboto:100,300,400,500,700&display=swap"); */
.hero-banner-section {
  padding: 130px 0 2rem;
  overflow: visible;
  background-image: url(../images/hero-banner/bn-bg.png);
  position: relative;
  background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%);
  height: 100%;
}
.hero-banner-section::before {
  position: absolute;
  content: "";
  top: -10%;
  left: -20%;
  height: 88%;
  width: 76%;
  border-radius: 100%/7% 20% 163% 150%;
  background: linear-gradient(75deg, #0166e7 0%, #0396ec 100%);
  animation: floatY 3s ease-in-out infinite;
}
.hero-banner-section::after {
  position: absolute;
  content: "";
  top: -20%;
  right: 20%;
  height: 80%;
  width: 66%;
  border-radius: 100%/22% 20% 200% 200%;
  background: linear-gradient(217deg, #04b4ee 0%, #0276e9 100%);
  animation: floatX 10s ease-in-out infinite;
}
.hero-banner-section .title-section {
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
.hero-banner-section .title-section .contact-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.hero-banner-section .title-section .contact-area h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.hero-banner-section .title-section .contact-area p {
  color: #fff;
  font-size: 1.5rem;
}
.hero-banner-section .title-section .contact-area .button-group {
  display: flex;
  gap: 30px;
}
.hero-banner-section .title-section .contact-area .button-group a {
  color: #fff;
  height: auto;
  border: none;
  margin-left: 8px;
  font-weight: 700;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.hero-banner-section .title-section .contact-area .button-group a i {
  margin-left: 5px;
}
.hero-banner-section .title-section .contact-area .button-group a:hover {
  background-color: #00305c;
  border: 2px solid #003a6c;
}
.hero-banner-section.zero-cost-banner .container {
  padding: 4rem 0;
}
.hero-banner-section.zero-cost-banner .container .title-section {
  text-align: center;
}
.hero-banner-section.zero-cost-banner .container .title-section h1 {
  font-weight: 800;
  padding-bottom: 20px;
}
.hero-banner-section.zero-cost-banner .container .title-section h1 .zero-cost {
  display: inline-block;
  font-size: 5rem;
  font-weight: 900;
  position: relative;
}
.hero-banner-section.zero-cost-banner .container .title-section h1 .zero-cost:after {
  position: absolute;
  content: "";
  background-image: url(../images/zerocost-border.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -18px;
  min-height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-section.zero-cost-banner .container .title-section .button-group {
  justify-content: center;
}

.arrow-btn {
  z-index: 1;
  padding-right: 2.5rem;
  transform: translate(0);
  --shift-distance: calc(4* .0625rem);
  color: #0a53bf;
  font-weight: 600;
}
.arrow-btn:before {
  content: "";
  z-index: -1;
  background-color: #0a53bf;
  background-image: url(../images/arrow.svg);
  background-position: calc(100% - 0.4375rem) calc(100% - 0.4375rem);
  background-repeat: no-repeat;
  background-size: 1.125rem;
  border-radius: 1rem;
  height: 2rem;
  transition: left 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), right 0.3s, background-position 0.3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% - 2rem);
  right: 0;
}
.arrow-btn:hover {
  color: #fff;
  transform: translateX(var(--shift-distance));
}
.arrow-btn:hover::before {
  height: 100%;
  transition: right 0.3s, background-position 0.3s;
  animation: 0.3s ease-in-out fakebounce;
  left: -1rem;
}

@keyframes fakebounce {
  0% {
    left: calc(100% - 2rem);
  }
  50% {
    left: -1.5rem;
  }
  75% {
    left: -0.5rem;
  }
  88% {
    left: -1.125rem;
  }
  100% {
    left: -1rem;
  }
}
/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* 
  @media screen and (max-width: 850px) {
    .title-section .banner-text h1 {
      font-size: 60px;
    }

    .title-section .banner-input-field {
      flex-wrap: wrap;
    }

    .title-section .banner-input-field .aksosttech-form-input {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {  
    .title-section {
      padding: 175px 0px 60px;
    }

    .hero-banner-section {
      margin-bottom: 0;
      .aksosttech-banner-vector {
        position: static;
      }
    }
  }
  @media screen and (max-width: 680px) {
    .title-section .aksosttech-banner-text h1 {
      font-size: 50px;
    }

    .title-section .banner-input-field .aksosttech-form-input input {
      height: 50px;
      line-height: 50px;
    }

    .title-section .banner-input-field .aksosttech-form-input span {
      top: 13px;
    }

    .title-section .banner-input-field button {
      width: 150px;
      height: 50px;
    }

    .aksosttech-cta-content .aksosttech-cta-btn {
      margin: 0 auto;
      position: static;
      margin-top: 10px;
    }

    .aksosttech-boost-form .aksosttech-boost-input input {
      height: 50px;
    }

    .aksosttech-boost-form .aksosttech-boost-input span {
      top: 13px;
    }

    .aksosttech-boost-form button {
      height: 50px;
    }

    .aksosttech-footer-copyright-text,
  .aksosttech-footer-copyright-menu {
      float: none !important;
    }
  }
  @media screen and (max-width: 480px) {
    .title-section .aksosttech-banner-text h1 {
      font-size: 32px;
    }

    .aksosttech-service-section {
      padding: 60px 0px 20px;
    }

    .aksosttech-section-title h2 {
      font-size: 28px;
    }

    .aksosttech-about-text-wrap {
      padding-left: 0;
    }

    .aksosttech-about-list-text {
      overflow: hidden;
    }

    .aksosttech-about-section {
      padding: 25px 0px 50px;
    }

    .aksosttech-boost-form .aksosttech-boost-input {
      margin-right: 0;
    }

    .aksosttech-why-choose-counter .counter-boxed {
      display: block;
      text-align: center;
      margin-bottom: 30px;
    }

    .aksosttech-why-choose-counter .counter-boxed .count-box {
      left: 0;
      right: 0;
    }

    .aksosttech-why-choose-section {
      padding: 50px 0px;
    }

    .aksosttech-blog-section {
      padding: 50px 0px;
    }

    .aksosttech-footer-copyright .aksosttech-footer-copyright-menu li {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 380px) {
    .title-section .aksosttech-banner-text h1 {
      font-size: 30px;
    }

    .aksosttech-service-innerbox .aksosttech-service-text h3 {
      font-size: 20px;
    }

    .aksosttech-blog-img-text .aksosttech-blog-text {
      padding: 40px 20px;
    }

    .aksosttech-why-choose-text {
      padding-left: 0;
    }
  } */
/* End Hero-banner Section */
/* Start work-process Section */
.working-process-section .title-section {
  margin-bottom: 50px;
}
.working-process-section .title-section .sub-title {
  margin: auto;
  width: fit-content;
}
.working-process-section .process-box {
  text-align: center;
  padding: 0 9px 0;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.working-process-section .process-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -64px;
  top: 47px;
  background: url(../images/process-shape1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.working-process-section .process-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -64px;
  top: 47px;
  background: url(../images/process-shape2.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.working-process-section .process-box.before-transprant:before {
  background: transparent !important;
}
.working-process-section .process-box.after-transprant:after {
  background: transparent;
}
.working-process-section .process-box .process-box-thumb {
  position: relative;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  width: 100%;
}
.working-process-section .process-box .process-box-thumb:before {
  position: absolute;
  content: "";
  width: 145px;
  height: 145px;
  top: 0px;
  border: 2px dashed #00305c;
  border-radius: 50%;
  animation: rotateme 20s linear infinite;
}
.working-process-section .process-box .process-box-thumb img {
  transition: 0.5s;
  width: 50px;
}
.working-process-section .process-box .process-box-thumb .process-number span {
  position: absolute;
  left: 65%;
  top: 0px;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #00305c;
  transition: 0.5s;
}
.working-process-section .process-box:hover .process-box-thumb {
  position: relative;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
}
.working-process-section .process-box:hover .process-box-thumb:before {
  background-color: rgba(12, 91, 219, 0.164);
  transition: 0.5s;
  animation: rotateme 100s linear infinite;
}
.working-process-section .process-box:hover img {
  transform: scaleX(-1);
}
.working-process-section .process-box .process-content p {
  opacity: 0.8;
  padding-top: 6px;
}

@media (max-width: 768px) {
  /* .working-process-section{
    .title-section {
      margin: 0;
      .sub-title{
        margin: 0;
      }
    }
  } */
}
/* End work-process Section */
/* Start Services-Section Section */
.services-section .title-section {
  text-align: center;
  margin-bottom: 50px;
}
.services-section .title-section .sub-title {
  margin: auto;
  width: fit-content;
}
.services-section .image-box {
  position: relative;
  margin-top: 50px;
}
.services-section .image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.services-section .image-box .icon-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.services-section .contnet-box .service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  /* &:nth-child(1){                  
      visibility: visible;
      animation-name: fadeInRight;
      margin-right: 100px
  }
  &:nth-child(2){
      margin-right: 50px;
      visibility: visible;
      animation-delay: 300ms;
      animation-name: fadeInRight;
  }
  &:nth-child(3){
      margin-right: 0;
      visibility: visible;
      animation-delay: 600ms;
      animation-name: fadeInRight;
  }
  &:nth-child(4){
      margin-right: 130px;
      visibility: visible;
      animation-delay: 900ms;
      animation-name: fadeInRight;  
  }
  &:nth-child(5){
      margin-right: 320px; 
      visibility: visible;
      animation-delay: 1200ms;
      animation-name: fadeInRight; 
  } */
}
.services-section .contnet-box .service-block .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
}
.services-section .contnet-box .service-block .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%);
  width: 0;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section .contnet-box .service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(38, 96, 242, 0.31);
  box-shadow: 0 10px 60px rgba(38, 96, 242, 0.31);
}
.services-section .contnet-box .service-block .inner-box:hover::before {
  width: 100%;
  /* background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%); */
}
.services-section .contnet-box .service-block .inner-box:hover .inner-content h3, .services-section .contnet-box .service-block .inner-box:hover .inner-content p, .services-section .contnet-box .service-block .inner-box:hover .inner-content .text, .services-section .contnet-box .service-block .inner-box:hover .inner-content .title a {
  color: #fff;
}
.services-section .contnet-box .service-block .inner-box .inner-content {
  position: relative;
  padding-left: 75px;
  /* padding-right: 70px; */
  min-height: 70px;
}
.services-section .contnet-box .service-block .inner-box .inner-content .icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.services-section .contnet-box .service-block .inner-box .inner-content .icon img {
  display: inline-block;
  max-width: 50px;
  width: 50px;
  height: auto;
}
.services-section .contnet-box .service-block .inner-box .inner-content h5.title {
  margin: 0;
}
.services-section .contnet-box .service-block .inner-box .inner-content p.text {
  position: relative;
  color: #343a40;
  /* max-width: 300px; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 6px 0 0;
}
.services-section .contnet-box .service-block .inner-box .inner-content .read-more {
  position: absolute;
  right: 0;
  top: 15px;
  height: 60px;
  width: 60px;
  background-color: #f4f5fa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: var(--bg-theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.financial-section .tab-section .nav-tabs, .business-section .tab-section .nav-tabs, .legal-section .tab-section .nav-tabs {
  display: flex;
  justify-content: space-between;
  /* justify-content: stretch; */
  width: 100%;
  flex-wrap: nowrap;
  border: 0;
}
.financial-section .tab-section .nav-tabs .nav-item, .business-section .tab-section .nav-tabs .nav-item, .legal-section .tab-section .nav-tabs .nav-item {
  width: 100%;
  border: none;
  justify-content: center;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
}
.financial-section .tab-section .nav-tabs .nav-item .nav-link, .business-section .tab-section .nav-tabs .nav-item .nav-link, .legal-section .tab-section .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00305c;
  border-radius: 5px;
  padding: 9px;
  max-height: 70px;
  min-height: 70px;
}
.financial-section .tab-section .nav-tabs .nav-item .nav-link img, .financial-section .tab-section .nav-tabs .nav-item .nav-link i, .business-section .tab-section .nav-tabs .nav-item .nav-link img, .business-section .tab-section .nav-tabs .nav-item .nav-link i, .legal-section .tab-section .nav-tabs .nav-item .nav-link img, .legal-section .tab-section .nav-tabs .nav-item .nav-link i {
  width: 50px;
  font-size: 3rem;
  min-width: 50px;
}
.financial-section .tab-section .nav-tabs .nav-item .nav-link h5, .business-section .tab-section .nav-tabs .nav-item .nav-link h5, .legal-section .tab-section .nav-tabs .nav-item .nav-link h5 {
  margin: 0;
  padding-left: 15px;
  white-space: nowrap;
}
.financial-section .tab-section .nav-tabs .nav-item .nav-link.active, .financial-section .tab-section .nav-tabs .nav-item .nav-link.hover, .business-section .tab-section .nav-tabs .nav-item .nav-link.active, .business-section .tab-section .nav-tabs .nav-item .nav-link.hover, .legal-section .tab-section .nav-tabs .nav-item .nav-link.active, .legal-section .tab-section .nav-tabs .nav-item .nav-link.hover {
  box-shadow: 0px 0px 1px 2px #00305c;
}

.request-call .need-help-section {
  padding: 30px 40px;
  border-radius: 10px;
}
.request-call .need-help-section .row {
  gap: 2em;
}
.request-call .need-help-section .get-touch-img a {
  display: block;
  color: #00305c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.request-call .need-help-section .get-touch-img a img {
  filter: brightness(0.5);
}
.request-call ul.ul-list li {
  color: inherit;
  font-size: 1.15rem;
}
.request-call ul.ul-list li span {
  background-color: #00305c;
}
.request-call ul.ul-list li span i {
  color: white;
}
.request-call .contact-info-box {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #00305c;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 14px;
}
.request-call .contact-info-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #00305c;
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}
.request-call .contact-info-box:hover .request-call .contact-info-box::before {
  width: 100%;
}
.request-call .contact-info-box .contact-info-icon i {
  display: inline-block;
  color: #00305c;
  border: 1px solid #00305c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  transition: 0.5s;
}
.request-call .contact-info-box .contact-info-content h5 {
  margin: 0;
}
.request-call .contact-info-box .contact-info-content p {
  color: #00305c;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  font-weight: 700;
}

.features-section.bug-free-code .images-box::before {
  right: 0;
  left: inherit;
}

.it-consulting-page .features-section .contnet-box .float-text {
  display: none;
}

/* End Services-Section Section */
/* Start Video Banner Section */
.video-setion {
  position: relative;
  padding: 6rem 0;
}
.video-setion::before {
  background: url(../images/banner/video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 6rem 0;
  background-position: bottom;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 2;
}
.video-setion::after {
  background-color: rgba(10, 83, 191, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.video-setion .bg-img::after {
  content: "";
  position: absolute;
  background: url(../images/banner/video-bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  background-position: center bottom;
  height: 100%;
  width: 100%;
  z-index: 1;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0.3;
}
.video-setion .content {
  position: relative;
  z-index: 4;
}
.video-setion .title-section {
  margin-bottom: 50px;
}
.video-setion .title-section .float-text {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
}
.video-setion .title-section .sub-title {
  margin: auto;
  width: fit-content;
  color: #fff;
}
.video-setion .title-section .sub-title::before {
  filter: invert(1);
}
.video-setion .title-section h2 {
  color: #fff;
  padding-bottom: 15px;
}
.video-setion .title-section p {
  color: #fff;
  width: 80%;
  margin: auto;
  font-size: 1.25rem;
}
.video-setion .video-button {
  text-align: center;
}
.video-setion .video-button i {
  display: inline-block;
  background: #0B59D7;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 72px;
  font-size: 28px;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  padding-left: 7px;
}
.video-setion.video-bnner {
  padding: 6% 0;
}
.video-setion.video-bnner h1 {
  color: white;
}

@media (max-width: 768px) {
  .video-setion .title-section .sub-title {
    margin: 0;
  }
}
/* End  Video Banner Section */
/* Start Consultations Section */
.consultation-section {
  padding: 6rem 0;
}
.consultation-section .get-touch-img a {
  display: block;
  color: #00305c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.consultation-section .get-touch-img a img {
  filter: brightness(0.5);
}
.consultation-section .get-touch-img a span {
  font-weight: 400;
}
.consultation-section .get-touch-img a:hover {
  color: #4991e2;
}
.consultation-section .contact-info-box {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #00305c;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 14px;
}
.consultation-section .contact-info-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #00305c;
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}
.consultation-section .contact-info-box:hover .consultation-section .contact-info-box::before {
  width: 100%;
}
.consultation-section .contact-info-box .contact-info-icon i {
  display: inline-block;
  color: #00305c;
  border: 1px solid #00305c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  transition: 0.5s;
}
.consultation-section .contact-info-box .contact-info-content h5 {
  margin: 0;
}
.consultation-section .contact-info-box .contact-info-content p {
  color: #00305c;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  font-weight: 700;
}
.consultation-section .contact-inner-box {
  background: #edfaff;
  padding: 30px 40px;
  border-radius: 10px;
}
.consultation-section .contact-inner-box .sub-title {
  margin-bottom: 5px;
}
.consultation-section .contact-inner-box .single-input-box h4 {
  color: #fff;
  font-size: 38px;
  margin: 0 0 27px;
}
.consultation-section .contact-inner-box .single-input-box input {
  /* background: #3a7ae4; */
  border: 1px solid #0a53bf;
  outline: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  padding: 0 19px;
  border-radius: 5px;
}
.consultation-section .contact-inner-box .single-input-box textarea {
  /* background: #3a7ae4; */
  border: 1px solid #0a53bf;
  outline: 0;
  width: 100%;
  height: 120px;
  /* color: #fff; */
  margin-bottom: 16px;
  padding: 10px 19px;
  border-radius: 5px;
}
.consultation-section .contact-inner-box .single-input-box input::placeholder, .consultation-section .contact-inner-box .single-input-box textarea::placeholder {
  color: gray;
}
.consultation-section .contact-inner-box .single-input-box button {
  padding: 13px 15px;
  /* background: transparent; */
  background-color: #0a53bf;
  display: block;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  /* font-family: 'Fira Sans'; */
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #0B59D7;
}
.consultation-section .need-help-section > div {
  padding-bottom: 20px;
}

/* End Consultation Section */
/* Start Counter Section */
.counter-section {
  padding: 6rem 0;
}
.counter-section .counter-bg {
  border-radius: 10px;
}
.counter-section .counter-bg .counter:last-child .single-counter-box::before {
  background-image: none;
}
.counter-section .counter-bg .counter {
  padding: 0;
}
.counter-section .single-counter-box {
  text-align: center;
  position: relative;
}
.counter-section .single-counter-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  right: 0;
  top: 0;
  background-image: linear-gradient(0deg, #fff 10%, #0b59db 50%, #fff 100%);
}
.counter-section .single-counter-box .counter-content {
  padding: 0 15px;
}
.counter-section .single-counter-box .counter-content h4,
.counter-section .single-counter-box .counter-content span {
  font-size: 100px;
  color: #0a53bf;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #00305c;
  /* -webkit-text-fill-color: #0a53bf; */
  /* -webkit-text-stroke: blue; */
  /* -webkit-text-stroke-width: 0px; */
  /* text-shadow: 3px 3px 7px #a3a3a3; */
}
.counter-section .single-counter-box .counter-content h4 span,
.counter-section .single-counter-box .counter-content span span {
  font-size: 50px;
  color: #0a53bf;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.counter-section .single-counter-box .counter-content p {
  opacity: 0.8;
  font-size: 1.25rem;
  color: #00305c;
  margin: 0 0 0;
}

.counter-section-2 {
  padding: 6rem 0;
}
.counter-section-2 .counter-items {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  box-shadow: 1px 1px 2px #ebf0ff;
}
.counter-section-2 .counter-items .counter-icon {
  font-size: 60px;
  min-height: 100%;
  line-height: 120px;
  padding: 0 15px;
}
.counter-section-2 .counter-items .counter-icon img {
  max-width: 60px;
}
.counter-section-2 .counter-items .counter-content {
  width: 100%;
  padding: 17px 0;
  text-align: center;
  color: #343a40;
  background: rgba(64, 105, 255, 0.03);
}
.counter-section-2 .counter-items .counter-content .counter-number {
  font-size: 2rem;
  line-height: 42px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(64, 105, 255, 0.1);
  font-weight: 800;
}
.counter-section-2 .counter-items .counter-content .counter-des {
  padding: 10px;
  margin-top: inherit;
}

/* End Counter Section */
/* Start faqs Section */
.faqs-section {
  padding: 5% 0;
  background: #F3F8FC;
}
.faqs-section .sub-title {
  margin: auto;
  width: fit-content;
}
.faqs-section .faqs-container {
  direction: inherit;
}
.faqs-section .faqs-container .faq-item {
  border: none;
}
.faqs-section .faqs-container .faq-item button.faq-question {
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  font-size: 1.15rem;
  z-index: 2;
  transition: 0.5s;
  font-family: "Nunito", sans-serif;
  border: none;
  background: transparent;
  padding-left: 40px;
  padding-right: 50px;
  display: block;
  border-radius: 5px;
}
.faqs-section .faqs-container .faq-item button.faq-question:focus {
  outline: none;
  box-shadow: none;
  box-shadow: inherit;
}
.faqs-section .faqs-container .faq-item button.faq-question:not(.collapsed) {
  background-color: #007bff;
  color: #fff;
}
.faqs-section .faqs-container .faq-item button.faq-question:not(.collapsed)::before {
  color: white;
}
.faqs-section .faqs-container .faq-item button.faq-question::before {
  left: 20px;
  top: 50%;
  position: absolute;
  content: "\f26c";
  font-family: bootstrap-icons !important;
  width: 20px;
  font-weight: 900;
  font-size: 20px;
  transform: translate(-10px, -50%);
  color: #00305c;
}
.faqs-section .faqs-container .faq-item button.faq-question.collapsed {
  border-radius: 5px;
}
.faqs-section .faqs-container .faq-item button.faq-question.collapsed::after {
  position: absolute;
  right: 0px;
  top: 50%;
  background-image: none;
  content: "+";
  width: 20px;
  font-family: "Font Awesome 6 Free";
  transform: translate(-50%, -50%);
  color: #0a53bf;
}
.faqs-section .faqs-container .faq-item button.faq-question::after {
  position: absolute;
  right: 0px;
  top: 30%;
  background-image: none;
  content: "_";
  width: 20px;
  font-family: "Font Awesome 6 Free";
  transform: translate(-50%, -50%);
}
.faqs-section .faqs-container .faq-item .faq-answer .accordion-body {
  border-radius: 0 0 5px 5px;
}
.faqs-section .faqs-container .faq-item .faq-answer .accordion-body ul {
  padding-left: 40px;
}
.faqs-section .faqs-container .faq-item .faq-answer .accordion-body ul li {
  list-style-type: disc;
}

/* End faqs Section */
/* Start zero cost Section */
.hero-banner-section.zero-cost-banner .banner-content .banner-text h1 .zero-cost {
  display: inline-block;
  font-size: 5rem;
  position: relative;
}
.hero-banner-section.zero-cost-banner .banner-content .banner-text h1 .zero-cost::after {
  position: absolute;
  content: "";
  background-image: url(../images/zerocost-border.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -18px;
  min-height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-section.zero-cost-banner .banner-content .banner-text .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.build-website-section {
  padding: 5rem 0;
}
.build-website-section.section-5 {
  padding-bottom: 10%;
}
.build-website-section .content-box p.dark-para {
  background: #00b0ff;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
.build-website-section.section-2, .build-website-section.section-4, .build-website-section.section-6 {
  background: #f2f6fd;
}

.zerocost-video-sec p {
  color: #fff;
}

.services-section.zero-cost-services .contnet-box .service-block .inner-box {
  padding: 0;
}
.services-section.zero-cost-services .contnet-box .service-block .inner-box .inner-content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.services-section.zero-cost-services .contnet-box .service-block .inner-box .inner-content .icon {
  position: inherit;
  left: inherit;
  top: inherit;
  padding-right: 15px;
}

/* End zero cost Section */
/* Start Counter Section */
@media (min-width: 1200px) {
  .why-choose-section .shape-two::before {
    left: 50%;
  }
  .small-business {
    max-width: 1118px;
  }
  .hero-banner-section.zero-cost-banner .container .title-section h1 {
    font-weight: 700;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .financial-section .tab-section .nav-tabs, .business-section .tab-section .nav-tabs, .legal-section .tab-section .nav-tabs {
    overflow-y: hidden;
    overflow-x: auto;
  }
  ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #00305c;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #007bff;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00305c;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #007bff;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    background: #0a53bf;
    border-radius: 10px;
  }
  .hero-banner-section .container .title-section h1 {
    font-size: 2.5rem;
  }
  .hero-banner-section .container .title-section h1 .zero-cost {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .counter-section .single-counter-box .counter-content h4, .counter-section .single-counter-box .counter-content span {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shape-one {
    display: none;
  }
  .ak-softtech.header-area .navbar-brand.ak-softtech-logo {
    margin: initial;
  }
  .float-text {
    font-size: 70px;
  }
  /* Home Page section */
  .home-page-banner {
    padding: 10rem 0 2rem;
  }
  .home-page-banner .right-imges {
    display: none;
  }
  .home-page-banner .left-text {
    width: 100%;
    position: relative;
    padding-right: 35%;
  }
  .home-page-banner .left-text::before {
    content: "";
    background: url(../images/banner/banner-img.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    max-width: 50%;
    background-repeat: no-repeat;
  }
  .financial-section .tab-section .nav-tabs, .financial-section .tab-section .nav-tabs, .legal-section .tab-section .nav-tabs {
    overflow: auto;
  }
  .counter-section .single-counter-box .counter-content h4, .counter-section .single-counter-box .counter-content span {
    font-size: 80px;
  }
  /*Zero cost page */
  .inner-hero-banner .title-section .float-text {
    font-size: 3rem;
    line-height: 50px;
  }
  .hero-banner-section {
    height: 100%;
    padding-bottom: 0;
  }
  .build-website-section {
    padding: 2rem 0;
  }
  .build-website-section .image-area {
    margin-bottom: 20px;
  }
  .faqs-container {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    float: left;
    direction: rtl;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .title-section br, .small-business .content-box h4 br {
    display: none;
  }
  .navbar.ak-softtech .header-area {
    padding: 5px 0;
  }
  .hero-banner-section .title-section .contact-area h1 {
    font-size: 3rem;
  }
  .hero-banner-section .title-section .contact-area p {
    font-size: 1rem;
  }
  .hero-banner-section .title-section .contact-area .button-group a {
    padding: 15px;
    width: auto;
  }
  .inner-hero-banner {
    padding: 10rem 0 0;
    min-height: auto;
  }
  .inner-hero-banner::before {
    background-size: 30%;
  }
  .video-setion {
    padding: 1rem 0 3rem;
  }
  .title-section .float-text {
    line-height: 80px;
  }
  /* We have Page section */
  .we-have-section {
    padding: 1rem 0;
  }
  .we-have-section .inner-box {
    padding: 10px;
  }
  /* .why-choose-section {
      .card-area{ 
          margin-top: 0rem; 
      }   
  } */
  .working-process-section .process-box:before {
    content: none;
  }
  .features-section .images-box .thumb-image {
    padding-right: 0;
  }
  /* .features-section.bug-free-code {   
      .card-area{
          margin-top:0rem;
      }  
  }  */
  .build-website-section.section-6 .image-area {
    order: -1;
  }
  .about-us-section,
  .features-section,
  .why-choose-section,
  .services-section,
  .working-process-section,
  .consultation-section,
  .vision-mission,
  .financial-section,
  .business-section,
  .legal-section {
    padding: 3rem 0;
  }
  .images-box {
    margin-top: 0%;
  }
  .small-business {
    padding: 2rem;
  }
  .small-business h4 {
    font-size: 1.2rem;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link,
  .business-section .tab-section .nav-tabs .nav-item .nav-link,
  .legal-section .tab-section .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link h5,
  .business-section .tab-section .nav-tabs .nav-item .nav-link h5,
  .legal-section .tab-section .nav-tabs .nav-item .nav-link h5 {
    font-size: 1rem;
    padding-left: 10px;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link img,
  .business-section .tab-section .nav-tabs .nav-item .nav-link img,
  .legal-section .tab-section .nav-tabs .nav-item .nav-link img {
    width: 40px;
    max-width: 40px;
  }
  .footer-area-section {
    padding: 80px 0 30px;
  }
  .intership-section .job-apply-button button {
    width: auto;
    min-width: fit-content;
    padding: 10px;
  }
  .subscribe-section .subscribe-contnet-area {
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 8px;
  }
  .subscribe-section .subscribe-contnet-area h4 {
    font-size: 20px;
  }
  .subscribe-section .subscribe-contnet-area h4 br {
    display: none;
  }
  .subscribe-section .subscribe-contnet-area .form-subscribe input {
    height: 50px;
  }
  .subscribe-section .subscribe-contnet-area .form-subscribe button {
    height: 50px;
    width: auto;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .top-header-section {
    top: inherit;
    bottom: 0;
  }
  .top-header-section .container .getintoch span {
    white-space: nowrap;
  }
  .top-header-section .container .getintoch span.iso-certified {
    display: none;
  }
  .top-header-section .container .top-social-icon {
    display: none;
  }
  .top-header-section .container .my-accont {
    display: none;
  }
  .top-header-section.at-bottom {
    visibility: hidden;
  }
  .navbar.ak-softtech.header-area {
    padding: 5px 0;
    box-shadow: 0px 1px 14px rgba(0, 48, 92, 0.3);
    margin-top: 0;
  }
  .navbar.ak-softtech.header-area .navbar-brand.ak-softtech-logo {
    width: 100%;
    max-width: 180px;
    padding: 0;
  }
  .navbar.ak-softtech.header-area .navbar-brand.ak-softtech-logo img.brand-logo {
    width: 100%;
  }
  .navbar.ak-softtech.header-area .navbar-menu-area {
    margin-top: 15px;
    background: #00b0ff;
    border-radius: 10px;
  }
  .navbar.ak-softtech.header-area.sticky {
    padding: 5px 0;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.56);
    margin-top: 0;
    background: #f2f6fd;
  }
  .hero-banner-section {
    padding: 6rem 0 4rem;
  }
  .hero-banner-section .image-area {
    order: -1;
  }
  .hero-banner-section .image-area img {
    display: none;
  }
  .hero-banner-section .title-section {
    text-align: center;
  }
  .hero-banner-section .title-section .contact-area {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-banner-section .title-section .contact-area h1 {
    font-size: 2.8rem;
  }
  .hero-banner-section .title-section .contact-area h1 br {
    display: none;
  }
  .hero-banner-section .title-section .contact-area .button-group {
    justify-content: center;
    gap: 15px;
  }
  .hero-banner-section .title-section .contact-area .button-group a {
    width: auto;
    height: auto;
    padding: 15px;
    min-width: auto;
  }
  .hero-banner-section.zero-cost-banner .container {
    padding: 50px 0 0;
  }
  .hero-banner-section.zero-cost-banner .container .title-section {
    padding: 2rem 1rem;
  }
  .hero-banner-section.zero-cost-banner .container .title-section .contact-area h1 .zero-cost {
    font-size: 3rem;
  }
  .hero-banner-section::after, .hero-banner-section::before {
    content: inherit;
  }
  .hero-banner-section.zero-cost-banner {
    padding: inherit;
  }
  .hero-banner-section.zero-cost-banner .container .title-section h1 {
    font-size: 2.5rem;
  }
  .hero-banner-section.zero-cost-banner .container .title-section h1 .zero-cost {
    font-size: 4rem;
  }
  .shape-one {
    display: none;
  }
  .inner-hero-banner {
    padding: 5rem 0 0;
    min-height: auto;
  }
  .inner-hero-banner:before {
    background-size: 20%;
    padding: 0;
  }
  .inner-hero-banner .title-section {
    margin-bottom: 30px;
  }
  .inner-hero-banner .title-section .float-text {
    font-size: 50px;
    margin: 0;
    text-align: center;
    line-height: 50px;
  }
  .inner-hero-banner .title-section .sub-title {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
  .inner-hero-banner .title-section h2 {
    font-size: 30px;
    margin: 0;
    text-align: left;
  }
  .inner-hero-banner .title-section .inner-head {
    margin-bottom: 15px;
  }
  .inner-hero-banner .title-section .inner-head h1 {
    width: 80%;
    font-size: 2rem;
    margin: 5px 0 15px;
  }
  .services-section .title-section .float-text,
  .title-section .float-text {
    font-size: 50px;
    margin: 0;
    text-align: left;
  }
  .services-section .title-section .sub-title,
  .title-section .sub-title {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
  .services-section .title-section h2,
  .title-section h2 {
    font-size: 30px;
    margin: 0;
    text-align: left;
  }
  .services-section .title-section h2 br,
  .title-section h2 br {
    display: none;
  }
  .ak-softtech.header-area {
    position: relative;
  }
  .ak-softtech.header-area .navbar-brand.ak-softtech-logo {
    margin: initial;
  }
  /* Home Page section */
  .home-page-banner .left-text h1 {
    text-shadow: 1px 0px 0px #fff;
    font-size: 2.5rem;
    color: #0a53bf;
    font-weight: 800;
  }
  .home-page-banner .right-imges {
    order: -1;
    height: 10rem;
  }
  /* We have section */
  .we-have-section {
    padding: 2rem 0 0;
  }
  .we-have-section .inner-box {
    padding: 10px 0px;
  }
  /* We About section */
  .about-us-section .title-section h2 {
    font-size: 1.5rem;
  }
  .about-us-section .title-section h2 .sub-title {
    margin-bottom: 10px;
  }
  .about-us-section .images-area {
    order: -1;
    margin-bottom: 40px;
  }
  .vision-mission {
    padding: 2rem 0;
  }
  .vision-mission .image-box img {
    padding-right: 0;
    padding-bottom: 20px;
  }
  /* We Features section */
  .features-section {
    padding: 2rem 0;
  }
  .features-section .images-area {
    order: -1;
    margin-bottom: 20px;
  }
  .features-section .images-area .bg-icon-one {
    display: none;
  }
  .features-section .images-area .thumb-image {
    padding: 0;
  }
  .features-section .images-area .images-box::before {
    content: none;
  }
  .features-section .contnet-box .feature-block .inner-box {
    padding: 15px;
  }
  /* Wy Choose section */
  .why-choose-section .images-area {
    order: -1;
  }
  /* Wy Services section */
  .services-section {
    padding: 2rem 0;
  }
  .services-section .title-section {
    margin-bottom: 20px;
  }
  .services-section .contnet-are .contnet-box .service-block {
    width: 100%;
  }
  /*Working Process section */
  .working-process-section {
    padding: 2rem 0;
  }
  .working-process-section .title-section .float-text, .working-process-section .title-section sub-title, .working-process-section .title-section h2 {
    margin: auto;
    text-align: center;
  }
  .working-process-section .process-box:before, .working-process-section .process-box:after {
    content: none;
  }
  /* counter-section section */
  .counter-section {
    padding: 2rem 0;
  }
  /* video-setion section */
  .video-setion {
    padding: 2rem 0;
  }
  .video-setion .title-section .float-text {
    text-align: center;
  }
  .video-setion .title-section .sub-title {
    margin: auto;
  }
  .video-setion .title-section h4, .video-setion .title-section h2 {
    text-align: center;
  }
  /* consultation section */
  .consultation-section {
    padding: 2rem 0;
  }
  .consultation-section .single-contact-box {
    padding: 30px 20px;
  }
  .financial-section .images-area, .business-section .images-area, .legal-section .images-area {
    order: -1;
    padding-bottom: 30px;
  }
  .financial-section .tab-section .nav-tabs, .business-section .tab-section .nav-tabs, .legal-section .tab-section .nav-tabs {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .financial-section .tab-section .nav-tabs a.nav-link, .business-section .tab-section .nav-tabs a.nav-link, .legal-section .tab-section .nav-tabs a.nav-link {
    white-space: nowrap;
  }
  /* Request Call section */
  section.request-call {
    background-position: top left;
    padding: 2rem 0;
  }
  section.request-call .bankcall {
    justify-content: flex-start;
  }
  section.request-call .bankcall .call-details {
    background: rgba(0, 133, 255, 0.85);
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
  }
  /* Intership section */
  .intership-section .images-area {
    order: -1;
    padding-bottom: 20px;
  }
  .intership-section .job-apply-button {
    text-align: left;
    margin-left: 0;
  }
  .contact-section .contnet-details {
    padding-right: 15px;
  }
  .contact-section .contnet-details h5 {
    font-size: 1rem;
  }
  .contact-section .contnet-form-area {
    padding-left: 15px;
  }
  /* Footer section */
  .footer-area-section {
    padding-top: 7rem;
  }
  .footer-area-section .small-business {
    padding: 15px;
    margin-bottom: -60px;
    position: relative;
  }
  .footer-area-section .small-business h4 br {
    display: none;
  }
  .footer-area-section .small-business .form-subscribe {
    margin-top: 15px;
  }
  .footer-area-section .small-business .form-subscribe input {
    padding-left: 15px;
  }
  .footer-area-section .footer-aksofttech-logo, .footer-area-section .footer-about-desc, .footer-area-section .footer-about-sec {
    display: none;
  }
  .footer-area-section .footer-bottom-area {
    margin-top: 15px;
  }
  .footer-area-section .footer-bottom-area .footer-bottom-content p,
  .footer-area-section .footer-bottom-area .footer-menu {
    justify-content: start;
    text-align: left;
  }
  .footer-area-section .footer-content {
    padding-top: 15px;
  }
  .footer-area-section .footer-content .footer-contact-info-box {
    background: rgba(0, 133, 255, 0.85);
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
  }
  .footer-area-section .footer-content .footer-contact-info-box .contact-info-box .contact-info-icon {
    border: none;
  }
  .footer-area-section .footer-content .footer-contact-info-box .contact-info-box .contact-info-icon i {
    font-size: 1.5rem;
    color: #fff;
  }
  .footer-area-section .footer-content .footer-contact-info-box .contact-info-box .contact-info-content p {
    font-size: 1rem;
  }
  .footer-area-section .footer-content .footer-contact-info-box .contact-info-box .contact-info-content h4 {
    font-size: 1.25rem;
  }
  .footer-area-section .footer-content .footer-title h4 {
    margin: 0 0 5px;
  }
  .footer-area-section .footer-content .footer-botton-social-icon {
    font-size: 22px;
    font-weight: 600;
  }
  .about-us-section,
  .services-section,
  .financial-section.section-1,
  .legal-section.section-1,
  .business-section.section-1,
  .intership-section,
  .contact-section,
  .why-choose-section {
    padding: 2rem 0 2rem;
  }
  .about-us-section .title-section h2,
  .services-section .title-section h2,
  .financial-section.section-1 .title-section h2,
  .legal-section.section-1 .title-section h2,
  .business-section.section-1 .title-section h2,
  .intership-section .title-section h2,
  .contact-section .title-section h2,
  .why-choose-section .title-section h2 {
    padding-bottom: 10px;
  }
  .services-section.zero-cost-services {
    padding: 2rem 0 2rem;
  }
  .business-section.section-2 .tab-area,
  .financial-section.section-2 .tab-area,
  .legal-section.section-2 .tab-area {
    order: -1;
    margin: 1rem 0;
  }
  .financial-section .tab-section .nav-tabs, .business-section .tab-section .nav-tabs, .legal-section .tab-section .nav-tabs {
    padding-bottom: 10px;
  }
  .financial-section .tab-section .nav-tabs .nav-item, .business-section .tab-section .nav-tabs .nav-item, .legal-section .tab-section .nav-tabs .nav-item {
    margin: 0;
    margin-right: 10px;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link, .business-section .tab-section .nav-tabs .nav-item .nav-link, .legal-section .tab-section .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link img, .business-section .tab-section .nav-tabs .nav-item .nav-link img, .legal-section .tab-section .nav-tabs .nav-item .nav-link img {
    max-height: 50px;
  }
  .financial-section .tab-section .nav-tabs .nav-item .nav-link h5, .business-section .tab-section .nav-tabs .nav-item .nav-link h5, .legal-section .tab-section .nav-tabs .nav-item .nav-link h5 {
    padding-left: 5px;
  }
  .subscribe-section .subscribe-contnet-area {
    padding: 1rem;
    border-radius: 8px;
  }
  .subscribe-section .subscribe-contnet-area h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .subscribe-section .subscribe-contnet-area h4 br {
    display: none;
  }
  .subscribe-section .subscribe-contnet-area .form-subscribe input {
    height: 50px;
  }
  .subscribe-section .subscribe-contnet-area .form-subscribe button {
    height: 50px;
    width: auto;
    padding: 10px;
  }
  .consultation-section .contact-inner-box {
    padding: 30px 15px;
  }
  .empty-section {
    margin-bottom: 1rem;
  }
  /* Zero Banner */
  .hero-banner-section.zero-cost-banner {
    padding-bottom: 0%;
  }
  .hero-banner-section.zero-cost-banner .banner-content {
    padding: 2rem 0;
  }
  .build-website-section {
    padding: 2rem 0;
  }
  .build-website-section .image-area {
    margin-bottom: 20px;
  }
  .build-website-section.section-2 .image-area, .build-website-section.section-4 .image-area, .build-website-section.section-5 .image-area, .build-website-section.section-6 .image-area,
  .build-website-section .faqs-section .image-area {
    order: -1;
  }
  .hero-banner-section.zero-cost-banner .banner-content .banner-text h1 .zero-cost {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .custome-button {
    width: 100%;
  }
  .top-header-section .container .getintoch {
    gap: 18px;
  }
  .hero-banner-section .title-section .contact-area h1 {
    font-size: 2.6rem;
  }
}
/* End Counter Section */

/*# sourceMappingURL=zero-cost.css.map */
