h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Amiri', serif;
}
a {
  text-decoration: none;
  color: inherit
}
a:hover {
  color: inherit;
}
.logo {
  border-radius: 50%;
}
nav.navbar ul.navbar-nav li.nav-item a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
nav.navbar ul.navbar-nav li.nav-item a:hover {
  color: #057fb8;
}
.svg {
  transition: 0.3s all;
}
.icon:hover .svg {
  fill: #057fb8;
}
#banner {
  min-height: 85vh;
}
#about .container, #advantage .container, #services .container {
  border-bottom: 2px solid #252525;
  padding-bottom: 150px !important;
}
.about-text-section {
  margin-bottom: 50px;
}
.about-text-section p small {
  font-size: .85rem;
  color: #757575;
  font-weight: 600;
}
.about-text-section p.about-text {
  font-size: 1.3rem;
}
.about-text-section p.pi-counter {
  font-weight: 600;
  margin: 40px 0 50px;
}
.advantage-box-content {
  padding: 3.4375rem .9375rem 2.8125rem;
  border-radius: 9.375rem;
  background-color: #f2f2f2;
}
.advantage-box-img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  height: 6.375rem;
}
.advantage-box:hover .advantage-box-img {
  filter: none;
  animation: bounce 0.9s ease-in-out forwards;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}
.advantage-box-value p {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 2.1875rem;
  user-select: none;
}
.advantage-box-title {
  user-select: none;
  font-weight: 400;
  font-size: 1.125rem;
}
#call-section .container {
  padding-top: 4rem;
}
.contact-button {
  font-size: 6.25rem;
  line-height: .8;
  background-image: linear-gradient(90deg, #057fb8, #057fb8 50%, currentColor 0);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-size: 200% 200%;
  -webkit-text-fill-color: transparent;
  transition: background-position .6s ease-in-out;
  display: inline-flex
}
.contact-button:hover {
  background-position: 0 0;
}
#call-section .contact-button-sub {
  font-size: 0.80rem;
}
#call-section .contact-button-arrow {
  font-size: 3.75rem;
}
#call-section .contact-button-arrow svg {
  height: 1em;
}
.subheading {
  font-size: 24px;
  color: #057fb8;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#services .card svg {
  width: 72px;
  height: 72px;
}
.box-card {
  border-radius: 15px;
}
#services .box-card .box-card-heading {
  font-size: 34px;
}
#contact {
  background-color: #057fb80d;
  padding: 50px 0;
}
.email-box p {
  font-size: 1.2rem;
  font-weight: 600
}
.email-box a {
  font-size: 1.5rem;
  color: #057fb8;
  font-weight: 600
}
.user-box {
  position: relative;
}
.user-box .input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #057fb8;
  outline: none;
  background: transparent;
}
.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #057fb8;
  pointer-events: none;
  transition: .5s;
}
.user-box .input:focus ~ label, .user-box .input:valid ~ label {
  top: -20px;
  left: 0;
  color: #057fb8;
  font-size: 12px;
}
.contact_form .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500
}
.contact_form .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500
}
.akashcode-btn {
  border-radius: 25px;
  border-color: #057fb8;
  color: #057fb8;
  padding: 8px 40px;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
}
.akashcode-btn span {
  position: relative;
  z-index: 1
}
.akashcode-btn::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: #057fb8;
  border-radius: 50%;
  transition: width 0.5s, height 0.5s;
}
.akashcode-btn:hover {
  color: #FFFFFF;
}
.akashcode-btn:hover::before {
  width: 300px;
  height: 300px;
}
#testimonial {
  background: url("../img/blue-world.png") no-repeat;
  background-size: cover;
  padding: 120px 0 30px;
}
#testimonial .carousel-inner {
  padding-bottom: 100px;
}
#testimonial .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #057fb8;
  opacity: 1;
  transition: .3s all;
}
#testimonial .carousel-indicators .active {
  background-color: #057fb8;
  border: 0px;
  width: 18px;
  height: 18px;
}
#testimonial .carousel-indicators [data-bs-target]:hover {
  background-color: #057fb8;
}
.youtube-btn {
  bottom: 5%;
  right: 0;
}
.youtube-btn img.youtube-btn-bg {
  max-width: 150px;
  max-height: 150px;
  animation: circle-animation 15s linear infinite;
}
.youtube-btn img.youtube-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  margin-top: 2px;
}
@keyframes circle-animation {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(-1turn)
  }
}
/*media*/
@media(max-width:575px){
	.youtube-btn img.youtube-btn-bg{
		max-width: 70px;
		max-height: 70px;
	}
}
@media(max-width:767px){
	#banner {
 		min-height: 60vh;
}
	.youtube-btn{
		right: 10%;
	}
	.youtube-btn img.youtube-btn-bg{
		max-width: 100px;
		max-height:100px;
	}
	.youtube-btn img.youtube-play-icon{
		margin-left: 0px;
		margin-top: 0px;
		width: 24px;
		height: 24px;
	}
	#services .box-card .box-card-heading {
  font-size: 26px;
}
	.contact-button{
		font-size: 5.25rem;
	}
	#about .container, #advantage .container, #services .container{
		padding-bottom: 60px!important;
	}
	#testimonial{
		padding: 70px 0 30px;
	}
	#testimonial .carousel-inner {
  padding-bottom: 60px;
}
}
@media(min-width:768px) {
  #call-section {
    background: url("../img/contact-bg.png") no-repeat;
    background-position: calc(50% + 30px) calc(50% + 30px);
    padding: 150px 0;
  }
}
@media(min-width:992px){
	.cursor-follower {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #057fb861;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
    z-index: 3;
  }
  .cursor-hover {
    width: 70px;
    height: 70px;
    opacity: .5;
  }
  .cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #057fb8;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition-timing-function: ease-out;
    z-index: 5;
  }
	body, a, input, button, textarea, button {
  cursor: none !important;
}
}