@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;600;700;800;900&display=swap");
body {
  font-family: "DM Sans", sans-serif;
  color: #000000;
}

p {
  font-family: "Heebo", sans-serif;
  color: #797979;
}

.logo {
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .logo {
    max-width: 150px;
  }
}

.call_info {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .call_info {
    color: #FFFFFF;
  }
}
.call_info span {
  color: #FFFFFF;
  background-color: #a1cc3f;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .call_info span {
    height: 38px;
    width: 38px;
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

.navbar {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .navbar {
    font-size: 16px;
  }
}
.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
  color: #232B42;
}
.navbar .navbar-nav .nav-link.active {
  color: #a1cc3f;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .dropdown > .nav-link:hover + .dropdown-menu,
.navbar .dropdown-menu:hover {
  display: block;
}
.navbar .dropdown-menu {
  background-color: #a1cc3f;
  border: 0;
  padding: 20px;
  border-radius: 20px;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 17px;
  padding: 8px 10px;
  color: #FFFFFF;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #232B42;
}

header {
  padding: 18px 15px;
  position: relative;
  z-index: 99;
}

.top-container {
  height: 100vh;
}

.hero-section {
  background-color: #f4f6f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.bg-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
}

.bg-spacer-inner {
  padding: 160px;
  background-color: transparent;
  border-radius: 50% 50% 50% 50%;
  width: 151px;
  display: block;
  position: absolute;
  top: -100px;
  opacity: 0.2;
}
.bg-spacer-inner.circle1 {
  background-image: radial-gradient(at center center, rgba(35, 43, 66, 0.7411764706) 0%, #F4F6F9 70%);
  left: 8%;
}
.bg-spacer-inner.circle2 {
  background-image: radial-gradient(at center center, rgba(161, 204, 63, 0.7411764706) 0%, #F4F6F9 70%);
  left: 25%;
}
.bg-spacer-inner.circle3 {
  background-image: radial-gradient(at center center, rgba(35, 43, 66, 0.7411764706) 0%, #F4F6F9 70%);
  right: 25%;
  top: -50px;
}
.bg-spacer-inner.circle4 {
  background-image: radial-gradient(at center center, rgba(161, 204, 63, 0.7411764706) 0%, #F4F6F9 70%);
  right: 8%;
  top: -50px;
}

.theme-badge {
  font-size: 12px;
  padding: 10px 15px;
  color: #a1cc3f;
  background-color: #f0f7e0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.hero-content {
  position: relative;
  z-index: 10;
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .hero-content {
    margin-top: 100px;
  }
}
.hero-content h1 {
  font-size: 54px;
  color: #232B42;
  font-weight: 700;
  margin: 25px 0;
}
@media screen and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

.btn-theme {
  padding: 20px 40px;
  border-radius: 50px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .btn-theme {
    padding: 15px 20px;
  }
}

.chooseUs {
  background-color: #232B42;
  border-radius: 20px;
  padding: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .chooseUs {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .chooseUs {
    margin-top: 50px;
  }
}
.chooseUs .row > div {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .chooseUs .row > div {
    padding-left: 30px;
  }
}
.chooseUs .row > div:first-child {
  border-right: 1px solid #797979;
}
.chooseUs-block i {
  color: #a1cc3f;
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 992px) {
  .chooseUs-block i {
    margin-top: 30px;
  }
}
.chooseUs-block h4 {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .chooseUs-block h4 {
    font-size: 20px;
  }
}
.chooseUs-block p {
  color: #b2b2b2;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .chooseUs-block p {
    font-size: 14px;
  }
}
.chooseUs .affordable {
  background-color: #a1cc3f;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  margin: -80px 0;
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 1199px) {
  .chooseUs .affordable {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .chooseUs .affordable {
    margin: 30px 0 -80px;
  }
  .chooseUs .affordable i {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .chooseUs .affordable {
    margin-bottom: 24px;
  }
}

.about-sec {
  margin-top: 200px;
}
@media screen and (max-width: 1499px) {
  .about-sec {
    margin-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .about-sec {
    margin-top: 75px;
  }
}
.about-sec .vector-2 {
  position: absolute;
  left: 0;
  top: 70px;
  left: -20px;
}
.about-sec .vector-1 {
  position: absolute;
  left: -25px;
  top: 25px;
}

.aboutImage-container {
  position: relative;
}
.aboutImage-container .about-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.aboutImage-container .about-img.img1 {
  float: left;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .aboutImage-container .about-img.img1 {
    width: 50%;
  }
}
.aboutImage-container .about-img.img2 {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .aboutImage-container .about-img.img2 {
    margin-left: 20px;
    width: 40%;
  }
}
.aboutImage-container .about-img.img3 {
  display: inline-block;
  margin-left: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .aboutImage-container .about-img.img3 {
    margin-left: 20px;
    width: 40%;
  }
}
.aboutImage-container .about-img.img4 {
  position: absolute;
  left: 89px;
  bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .aboutImage-container .about-img.img4 {
    left: 77px;
    bottom: 20px;
    width: 33%;
  }
}

.heading {
  font-size: 38px;
  color: #232B42;
  font-weight: bold !important;
  margin-bottom: 20px;
  margin-top: 25px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .heading {
    font-size: 30px;
  }
}

.abt-list {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
}
.abt-list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 25px;
}
.abt-list li h5 {
  color: #000000;
  margin-bottom: 5px;
}
.abt-list li::after {
  content: "\f058";
  font-family: "fontAwesome";
  width: 50px;
  height: 50px;
  background-color: #eef0f6;
  display: flex;
  color: #232B42;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-sec {
  background-color: #232B42;
  margin-top: 100px;
  padding: 100px 15px 0;
}
@media screen and (max-width: 767px) {
  .service-sec {
    padding-top: 50px;
  }
}
.service-sec .heading {
  margin-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .service-sec .heading {
    margin-bottom: 0;
  }
}
.service-sec .row > *:nth-last-child(-n+3) .service-card {
  margin-bottom: -100px;
}
@media screen and (max-width: 767px) {
  .service-sec .row > *:nth-last-child(-n+3) .service-card {
    margin-bottom: 24px;
  }
}

.service-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1299px) {
  .service-card {
    padding: 30px;
  }
}
.service-card img {
  margin-bottom: 20px;
  width: 75px;
}
@media screen and (max-width: 1299px) {
  .service-card img {
    width: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .service-card p {
    font-size: 14px;
  }
}
.service-card h4 {
  font-size: 22px;
  text-transform: capitalize;
  color: #232B42;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .service-card h4 {
    font-size: 18px;
  }
}
.service-card a {
  color: #aaa;
  font-weight: bold;
  transition: all 0.5s;
}
.service-card a:hover, .service-card a:focus {
  color: #232B42;
}
.service-card::before {
  content: "";
  width: 45%;
  height: 100%;
  background-color: #eef0f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: width 0.5s;
}
.service-card .service-content {
  position: relative;
  z-index: 1;
}
.service-card:hover::before, .service-card:focus::before {
  width: 100%;
}

.achievement-sec {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .achievement-sec {
    margin-top: 100px;
  }
}
.achievement-sec .achevement-container > div:nth-child(2) .achivement-card,
.achievement-sec .achevement-container > div:nth-child(3) .achivement-card {
  background-color: #eef0f6;
}
.achievement-sec .achevement-container > div:nth-child(2) .achivement-card i,
.achievement-sec .achevement-container > div:nth-child(3) .achivement-card i {
  color: #a1cc3f;
}

.patter-5 {
  position: absolute;
  bottom: -60px;
  left: -100px;
  width: auto;
  z-index: -1;
}

.achevement-container {
  position: relative;
}
.achevement-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: 1px dashed #797979;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .achevement-container::after {
    width: 200px;
    height: 200px;
  }
}

.achivement-card {
  background-color: #f0f7e0;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1299px) {
  .achivement-card {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .achivement-card {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  .achivement-card {
    padding: 20px;
  }
  .achivement-card p {
    font-size: 14px;
  }
}
.achivement-card i {
  font-size: 50px;
  color: #232B42;
}
@media screen and (max-width: 576px) {
  .achivement-card i {
    font-size: 40px;
  }
}
.achivement-card h3 {
  font-size: 32px;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .achivement-card h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .achivement-card h3 {
    margin-top: 0;
  }
}
.achivement-card p {
  margin-bottom: 0;
}

.author {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
.author.auth1 {
  left: 50px;
  top: 230px;
}
@media screen and (max-width: 992px) {
  .author.auth1 {
    width: 100px;
    left: -30px;
  }
}
.author.auth2 {
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 992px) {
  .author.auth2 {
    right: -50px;
    bottom: 83px;
    width: 150px;
  }
}

.quote-images img {
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
}
.quote-images::before {
  content: "";
  bottom: 0px;
  left: 0;
  width: 280px;
  height: 140px;
  border-radius: 20px;
  background-color: #a1cc3f;
  position: absolute;
  z-index: 0;
  transform: rotate(32deg);
}
@media screen and (max-width: 992px) {
  .quote-images::before {
    bottom: unset;
    top: 270px;
    left: 80px;
    width: 150px;
    height: 140px;
  }
}

.quote-sec {
  background-color: #f8f9fb;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .quote-sec {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .quote-sec {
    margin-top: 75px;
    padding-top: 50px;
  }
}

.quote-form {
  margin-top: 40px;
}
.quote-form .form-control {
  border-color: transparent;
  height: 56px;
  background-color: #eee;
}

.inner-container {
  background-color: #232B42;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  align-items: center;
  margin-top: -62px;
}
@media screen and (max-width: 767px) {
  .inner-container {
    padding: 20px 30px;
  }
  .inner-container .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .inner-container {
    display: block;
  }
  .inner-container .heading {
    margin-bottom: 20px;
  }
}

.blog-sec {
  margin-top: 150px;
}
@media screen and (max-width: 1499px) {
  .blog-sec {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .blog-sec {
    margin-top: 75px;
  }
}

.blog-card {
  margin-bottom: 2rem;
}
.blog-card .blog-img {
  border-radius: 20px;
}
.blog-card .blog-head {
  margin-top: 20px;
  color: #232B42;
  transition: all 0.5s;
}
.blog-card .blog-date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.blog-card p {
  font-weight: 300;
}
.blog-card a {
  font-size: 14px;
  color: #232B42;
  transition: all 0.5s;
}
.blog-card a:hover {
  color: #a1cc3f;
}
.blog-card:hover .blog-head {
  color: #a1cc3f;
}

footer {
  margin-top: 100px;
  background-color: #232B42;
  position: relative;
  padding: 100px 15px 50px;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-footer.png);
  background-position: center;
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
}
footer .row {
  position: relative;
  z-index: 2;
}
footer p,
footer h5 {
  color: #eee;
}

.footer-intro {
  background-color: #2c3653;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
}
.footer-intro .logo {
  margin-bottom: 40px;
  display: block;
}
.footer-intro hr {
  background-color: rgba(255, 255, 255, 0.3);
}

.reachUs_list {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}
.reachUs_list li {
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
.reachUs_list li a {
  color: #FFFFFF;
}
.reachUs_list li i {
  color: #a1cc3f;
  position: absolute;
  top: 0;
  left: 0;
}

.social {
  display: block;
}
.social a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #a1cc3f;
  color: #232B42;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .social a {
    height: 40px;
    width: 40px;
  }
}
.social a:hover {
  background-color: #FFFFFF;
  color: #a1cc3f;
}

.footer-links {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.footer-links li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.footer-links li::after {
  content: "\f105";
  font-family: "fontAwesome";
  color: #a1cc3f;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.footer-links a:hover {
  color: #FFFFFF;
}

.copyright {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 20px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .copyright {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    background-color: rgba(35, 43, 66, 0.9);
    width: 100%;
    right: -100%;
    top: -18px;
    height: calc(100vh + 18px) !important;
    z-index: 999;
    box-shadow: -6px 3px 16px rgba(0, 0, 0, 0.26);
    padding: 50px 30px;
    transition: all 0.3s;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .navbar-collapse .navbar-nav {
    height: 80vh;
  }
  .navbar-collapse .navbar-nav .nav-link {
    color: #a1cc3f;
  }
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.icon-que {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #a1cc3f;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  font-size: 50px;
  color: #232B42;
}
.icon-que::after {
  content: "";
  width: 115px;
  height: 115px;
  border: 1px dashed #232B42;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.breadcrumb-sec {
  background-color: #eef0f6;
  height: 300px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb-sec {
    height: 200px;
  }
}
.breadcrumb-sec::after {
  content: "";
  background-image: url(../images/bg-footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb-sec h2 {
  font-size: 75px;
  text-align: center;
  color: #232B42;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .breadcrumb-sec h2 {
    font-size: 50px;
  }
}
.breadcrumb-sec .breadcrumb {
  position: relative;
  z-index: 1;
}

.marquee-sec {
  height: 800px;
  max-width: 800px;
  position: absolute;
  bottom: -300px;
  right: -90px;
  font-size: 200px;
  background-color: #a1cc3f;
  font-weight: bold;
  border-radius: 50%;
  padding: 130px 100px;
  color: rgba(255, 255, 255, 0.3);
}

#container {
  perspective: 50px;
  padding: 30px;
}

#inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.banner-thumb {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .banner-thumb {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner-thumb {
    width: 100%;
  }
}

.shape-list {
  list-style: none;
  padding-left: 0;
}
.shape-list .shape {
  position: absolute;
  z-index: 5;
}

.shape-list .shape.shape-1 {
  left: 220px;
  top: 45%;
  height: 48px;
  width: 48px;
  animation: movingleftright1 infinite 25000ms;
}
.shape-list .shape.shape-1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #465685;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.shape-list .shape.shape-2 {
  left: 45%;
  bottom: 130px;
  height: 32px;
  width: 32px;
  animation: movingleftright3 infinite 20000ms;
}
.shape-list .shape.shape-2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8E8DED;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.shape-list .shape.shape-3 {
  left: 52%;
  top: 250px;
}
.shape-list .shape.shape-3::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #b5d767;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.shape-list .shape.shape-4 {
  left: 65%;
  top: 180px;
  height: 24px;
  width: 24px;
  animation: movingleftright3 infinite 20000ms;
}
.shape-list .shape.shape-4::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #87C5DA;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-6 {
    display: none;
  }
}
.shape-group-20 .shape.shape-7 {
  left: 65%;
  top: 180px;
  animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-8 {
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-8 {
    display: none;
  }
}
.shape-group-20 .shape.shape-8.marque-images {
  background-image: url("../media/others/designer-text.png");
  background-repeat: repeat-x;
  background-size: auto;
  height: 250px;
  width: 52%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-8.marque-images {
    width: 49%;
  }
}
@keyframes movingleftright1 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    transform: translateX(800px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.process-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
}
.process-card h2 {
  font-size: 50px;
  font-weight: bold !important;
  margin-bottom: 0;
  z-index: 0;
  color: #dcecb8;
}
.process-card h4 {
  margin-top: -24px;
  color: #232B42;
  margin-bottom: 18px;
}
.process-card p {
  font-size: 15px;
  margin-bottom: 0;
}

.process-sec {
  padding-top: 150px;
  position: relative;
  background-image: url(../images/wave-lines-vector.png);
  background-size: cover;
  padding-bottom: 150px;
}
@media screen and (max-width: 576px) {
  .process-sec {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.process-sec .pattern-img {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: -1;
  width: 100px;
  transform: rotate(-30deg);
}

.btn-process {
  background-color: #a1cc3f;
  color: #FFFFFF;
  margin-top: 20px;
}
.btn-process:hover {
  color: #FFFFFF;
  background-color: #b5d767;
}

.abtPage img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border: 15px solid #FFFFFF;
  border-radius: 25px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .abtPage img {
    border: 10px solid #FFFFFF;
  }
}
.abtPage.abtPage-img2 {
  position: absolute;
  right: 75px;
  top: 100px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1199px) {
  .abtPage.abtPage-img2 {
    top: 220px;
  }
}

.abt-txt {
  line-height: 1.75;
}

.promo-number {
  text-align: center;
}
.promo-number h2 {
  font-size: 75px;
  font-weight: bolder;
  margin-bottom: 0;
  color: #232B42;
}
@media screen and (max-width: 991px) {
  .promo-number h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .promo-number h2 {
    font-size: 36px;
  }
}
.promo-number h4 {
  color: #a1cc3f;
}
@media screen and (max-width: 1199px) {
  .promo-number h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .promo-number h4 {
    font-size: 16px;
  }
}

.diffrentiator-sec {
  margin-top: 150px;
  background-color: #f8f9fb;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .diffrentiator-sec {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 576px) {
  .diffrentiator-sec {
    margin-top: 75px;
    padding-top: 50px;
  }
}

.diffrentiator-vector {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border: 10px solid #FFFFFF;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .diffrentiator-vector {
    width: 275px;
    height: 275px;
  }
}
.diffrentiator-vector img {
  width: 100%;
  height: 100%;
}

.diff-sec-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.contact_info-block {
  padding: 30px;
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
}
.contact_info-block h3 {
  margin-bottom: 20px;
}

.contact-detail-list {
  list-style: none;
  padding-left: 0;
}
.contact-detail-list i {
  width: 30px;
  flex: 0 0 30px;
  margin-top: 5px;
  color: #a1cc3f;
}
.contact-detail-list li {
  display: flex;
  margin-top: 16px;
  color: #797979;
}

.contactInfo {
  background-color: #f1f3f8;
  box-shadow: none;
}

.contact-info-section,
.contact-form-sec {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .contact-info-section,
  .contact-form-sec {
    margin-top: 75px;
  }
}
@media screen and (max-width: 576px) {
  .contact-info-section,
  .contact-form-sec {
    margin-top: 50px;
  }
}

.contact-form {
  padding: 60px 50px;
  background-color: #FFFFFF;
  margin-left: -100px;
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.1);
}
@media screen and (max-width: 992px) {
  .contact-form {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .contact-form {
    padding: 30px 25px;
  }
}
.contact-form .form-control {
  margin-bottom: 24px;
  height: 53px;
  border-radius: 0;
}
.contact-form textarea.form-control {
  height: auto;
}

.mt-100 {
  margin-top: 100px;
}

.service-img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border: 5px solid #FFFFFF;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.rocket {
  position: fixed;
  cursor: pointer;
  width: 200px;
  bottom: -200px;
  right: -100px;
  z-index: 999;
}
.rocket:hover {
  animation: animate 0.3s ease infinite;
}
.rocket.launched {
  animation: animate1 8s ease;
  transform: translateY(-1200px);
}

@keyframes animate {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-1200px) translateX(-200px);
  }
}/*# sourceMappingURL=style.css.map */