@font-face {
  font-family: nunito;
  src: url(../fonts/Nunito-Regular.ttf);
}

body,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-family: "nunito", sans-serif;
}

.gen-rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.gen-anti-rotate {
  animation: rotation 4s infinite linear
}

@keyframes rotation {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-21 4:22:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* --------------------------- Main Banner Section Css Start --------------------------- */

.main-banner-section {
  padding: 100px 0px;
  height: 736px;
  background-image: url(../images/main-banner-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.main-banner-content {
  padding: 25px 15px;
}

.main-banner-content h1 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.main-banner-content h1 span {
  color: #007dfe;
  border-bottom: solid 4px #fff;
  line-height: 1.5;
}

.main-banner-content h5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-banner-content p {
  margin: 35px 0px;
}

/* .main-banner-btn {
    text-align: center;
} */

.main-banner-btn a {
  padding: 12px 24px;
  background: #ffffff;
  color: #003ac1;
  text-decoration: none;
  border-radius: 3%;
  text-transform: uppercase;
}

.main-banner-btn a:hover {
  background: #003ac1;
  color: #ffffff;
  box-shadow: 1px 1px 16px -4px #000d2a;
}

.main-banner-img {
  position: relative;
}

.main-banner-img::before {
  content: url(../images/02.webp);
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-animation: rotate-center 20s linear infinite forwards;
  animation: rotate-center 20s linear infinite forwards; */
  z-index: 1;
}

.main-banner-img::after {
  content: url(../images/04-light-blue.png);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotation 8s infinite linear;
  animation: rotation 8s infinite linear;
}

.rotate-scale-down {
  -webkit-animation: rotate-center 20s linear infinite forwards;
  animation: rotate-center 20s linear infinite forwards;
}

/* --------------------------- Main Banner Section Css End --------------------------- */

/* --------------------------- Services Section Css Start --------------------------- */

.service-section {
  padding: 100px 0px;
  position: relative;
}

.service-section::before {
  content: url(../images/home5-10-1.webp);
  position: absolute;
  right: -178px;
  top: -120px;
  z-index: -1;
}

.service-heading {
  text-align: center;
  margin-bottom: 40px;
}

.service-heading span {
  font-weight: 600;
  font-style: normal;
  color: #104cba;
  font-size: 18px;
  line-height: 2;
}

.service-heading h2 {
  font-weight: 600;
}

.service-card {
  padding: 25px;
  box-shadow: rgba(0, 16, 158, 0.35) 0px 5px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: .6s;
}

.service-card:hover {
  background-color: #007dfe;
  color: #fff;
}

/* .service-card:hover {
    background-color: #002868;
    color: #fff;
} */

.service-card h4 {
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

/* Animation */
/* .service-card .item::before,
.service-card .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.service-card .item .item-inner::before,
.service-card .item .item-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.service-card .item:hover::before,
.service-card .item:hover::after {
  width: 100%;
}

.service-card .item:hover .item-inner::before,
.service-card .item:hover .item-inner::after {
  height: 100%;
}


.service-card .item::before,
.service-card .item::after {
  transition-delay: 0.5s;
}

.service-card .item .item-inner::before,
.service-card .item .item-inner::after {
  transition-delay: 0s;
}

.service-card .item::before {
  right: 0;
  top: 0;
}

.service-card .item::after {
  left: 0;
  bottom: 0;
}

.service-card .item .item-inner::before {
  left: 0;
  top: 0;
}

.service-card .item .item-inner::after {
  right: 0;
  bottom: 0;
}

.service-card .item:hover::before,
.service-card .item:hover::after {
  transition-delay: 0s;
}

.service-card .item:hover .item-inner::before,
.service-card .item:hover .item-inner::after {
  transition-delay: 0.2s;
} */

/* --------------------------- Services Section Css End --------------------------- */

/* --------------------------- Core Features Section Css Start --------------------------- */

.core-feature-section {
  padding: 100px 0px;
  position: relative;
}

.core-feature-section::before {
  content: url(../images/home5-10-1.webp);
  position: absolute;
  left: 0;
  top: -128px;
  transform: rotate(180deg);
  z-index: -1;
}

.core-fearture-content {
  padding: 25px;
}

.core-fearture-content span {
  font-weight: 600;
  color: #104cba;
  line-height: 2;
}

.core-fearture-content h2 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.core-fearture-content img {
  width: 80px;
}

.core-feature-point {
  margin-left: 15px;
}

.core-feature-point h5 {
  font-weight: 600;
}

.core-feature-btn {
  margin-top: 35px;
}

.core-feature-btn a {
  padding: 12px 24px;
  background: #003ac1;
  border: solid 1px #003ac1;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3%;
  text-transform: uppercase;
}

.core-feature-btn a:hover {
  background-color: #ffffff;
  border: solid 1px #003ac1;
  color: #003ac1;
}


/* --------------------------- Core Features Section Css End --------------------------- */

/* --------------------------- CTA Section Css Start --------------------------- */

.cta-section {
  padding: 58px 40px 49px 60px;
  background-image: url(../images/vector07.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  position: relative;
}

.cta-row {
  display: flex;
}

.cta-content {
  width: 80%;
  margin: 10px 0;
}

.cta-content h2 {
  font-weight: 600;
}

.cta-content p {
  margin-bottom: 0px;
}

.cta-btn {
  align-content: center;
}

.cta-btn a {
  padding: 12px 24px;
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3%;
  text-transform: uppercase;
  /*box-shadow: 0px 0px 30px 0 rgb(70 67 84 / 54%);*/
}

.cta-btn a:hover {
  background: #fff;
  color: #ff7133;
}

/* --------------------------- CTA Section Css End --------------------------- */

/* --------------------------- Why Choose Us Section Css Start --------------------------- */

.why-choose-us-section {
  padding: 200px 0px 100px 0px;
  margin-top: -100px;
  background-image: url(../images/bg-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.choose-us-box {
  padding: 30px 10px;
  background-color: #1a1941;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
}

/* .why-choose-us-section .choose-us-box:nth-child(2) {
  margin-top: 15px;
} */

.choose-us-box h6 {
  margin-top: 20px;
  font-weight: 600;
}

.why-choose-us-content {
  padding: 25px 10px 25px 25px;
}

.why-choose-us-content span {
  color: #007dfe;
  line-height: 3;
  font-weight: 600;
}

.why-choose-us-content h2 {
  font-weight: 600;
  line-height: 1.4;
}

.why-choose-us-content ul {
  margin-top: 35px;
}

.why-choose-us-content ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.why-choose-us-content ul li:before {
  content: url(../images/list-marker.png);
  position: absolute;
  top: 0;
  left: -32px;
}

.choose-us-btn a {
  padding: 12px 24px;
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3%;
  text-transform: uppercase;
  /*box-shadow: 0px 0px 30px 0 rgb(70 67 84 / 54%);*/
}

.choose-us-btn a:hover {
  background: #fff;
  color: #ff7133;
}

.choose-us-btn {
  margin-top: 45px;
}

/* --------------------------- Why Choose Us Section Css End --------------------------- */

/* --------------------------- Sect 6 Section Css Start --------------------------- */

.sect-6-section {
  padding: 100px 0px;
  text-align: center;
  position: relative;
  background-image: url(../images/map1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.sect-6-section::before {
  content: url(../images/home5-10-1.webp);
  position: absolute;
  left: -40px;
  top: -128px;
  transform: rotate(180deg);
  z-index: -1;
}

.sect-6-section::after {
  content: url(../images/home5-10-1.webp);
  position: absolute;
  right: 0;
  bottom: 25px;
  /* transform: rotate(180deg); */
  z-index: -1;
}

.sect-6-heading {
  margin-bottom: 35px;
}

.sect-6-heading span {
  color: #003ac1;
  font-weight: 600;
  line-height: 2;
}

.sect-6-heading h2 {
  font-weight: 600;
}

.sect-6-heading p {
  width: 75%;
  margin: auto;
}

.sect-6-box {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(42.000000000000156, 22.000000000000014, 139, .12);
  margin-top: 30px;
  border-radius: 12px;
}

.sect-6-box:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
}

.sect-6-icon svg {
  width: 50px;
}

.sect-6-content {
  text-align: left;
  margin-left: 35px;
  align-content: center;
}

.sect-6-content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.sect-6-img {
  position: relative;
}

.sect-6-img::before {
  content: url(../images/15-7.png);
  position: absolute;
  right: 0;
  top: 0px;
}

/* --------------------------- Sect 6 Section Css End ---------------------- */

/* --------------------------- Newsletter Section Css Start ---------------------- */

.newsletter-section {
  padding: 40px 0px 105px;
  background-image: url(../images/newsletter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsletter-content {
  text-align: center;
}

.newsletter-content span {
  color: #377dff;
  font-weight: 600;
  font-size: 20px;
}

.newsletter-content h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: -10px;
  margin-top: 15px;
}

.newsletter-content>h2:nth-child(1) {
  margin-top: 15px;
}

.newsletter-content h2 span {
  color: #fd4219;
}

.newsletter-btn {
  margin-top: 35px;
}

.newsletter-btn a {
  padding: 11px 33px;
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

.newsletter-btn a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
}

/* --------------------------- Newsletter Section Css End ---------------------- */

/* --------------------------- Footer Section Css Start --------------------------- */

/* Footer Section Css Start */

.footer-section {
  padding: 165px 0px 0px 0px;
  background-image: url(../images/footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.footer-link {
  margin-top: 20px;
}

.footer-link h5 {
  margin-left: 25px;
  /* font-weight: 600; */
}

.footer-link h5:last-child {
  margin-left: 0px;
}

.footer-link li {
  list-style: none;
  margin-top: 5px;
  color: white;
}

.footer-link ul {
  margin-top: 25px;
  line-height: 1.7;
}

.footer-link li a {
  text-decoration: none;
  color: white;
  /* font-weight: 500; */
  font-size: 14px;
}

.footer-link li a:hover {
  color: #007dfe;
}

.footer-link p {
  font-size: 14px;
}

.footer-text {
  /* font-weight: 500; */
  margin-top: 15px;
  color: white;
  font-size: 14px;
}

.footer-img {
  text-align: center;
  margin-top: 25px;
}

.footer-newsletter {
  display: flex;
}

.footer-newsletter .subscribe-input {
  padding: 12px 65px 12px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.footer-newsletter .subscribe-input:focus-visible {
  outline: none;
}

.footer-newsletter button {
  border-radius: 5px;
  margin-left: -63px;
  opacity: 0.04;
  cursor: pointer;
}

.footer-newsletter img {
  border-radius: 4px;
  margin-left: -60px;
  height: 47px;
  margin-top: 2px;
}

.footer-copyright {
  padding: 10px 0px 10px;
  margin-top: 95px;
}

.footer-copyright p {
  font-size: 14px;
  text-align: center;
  border-top: solid 1px #fff;
  padding-top: 20px;
}

.footer-copyright p a {
  color: #fff;
}

/* Footer Section Css Start */

/* --------------------------- Footer Section Css End ---------------------- */




/* --------------------------- Inner page About Us Section Css Start --------------------------- */

.inner-page-heading {
  padding: 145px 0px 75px;
  margin-bottom: 70px;
  background-image: url(../images/banner-8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}

.inner-page-heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.inner-page-heading h6 a {
  color: #fff;
}

.thankyou-inner-page-heading {
  padding: 114px 0px 45px;
  /* margin-bottom: 70px; */
  background-image: url(../images/banner-8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}

.thankyou-inner-page-heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.thankyou-inner-page-heading h6 a {
  color: #fff;
}

/* ------------------- ABout us Page Css Start ------------------- */


.about-us-section {
  padding: 100px 0px;
  margin-top: -100px;
  /* background-image: url(../images/bg-02.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #838383;
}

.about-us-content {
  padding: 25px;
}

.about-us-content span {
  color: #007dfe;
  line-height: 3;
  font-weight: 600;
}

.about-us-content h2 {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.about-us-content h4 {
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.about-us-content h5 {
  color: #000;
  font-weight: 600;
}

.about-us-content ul {
  margin-top: 35px;
}

.about-us-content ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.about-us-content ul li:before {
  content: url(../images/tick-7.png);
  position: absolute;
  top: 0;
  left: -32px;
}

.ab-2-sect-together {
  background-image: url(../images/img_13.webp);
  background-repeat: no-repeat;
}

.sect-ab-2 {
  padding: 50px 0px;
}

.ab-box {
  display: flex;
  padding: 25px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 7px 20px 0 rgba(42.00000000000025,22.000000000000014,139,.08);
}

.ab-box:hover {
  background-color: #103ab1;
  color: #fff;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
}

.ab-box:hover img {
  filter: brightness(0) invert(1);
}

.ab-box-content {
  margin-left: 20px;
  align-self: center;
}

.ab-box-content h5 {
  font-weight: 600;
}

.ab-box-img {
  align-self: center;
}

/* -------------------- Inner page About Us Section Css End -------------------- */

/* -------------------- Inner page Contact Us Section Css Start -------------------- */

.contact-pg-section {
  padding: 100px 0px;
  margin-top: -100px;
  /* background-image: url(../images/bg-02.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #838383;
}

.contact-pg-content {
  padding: 25px;
}

.contact-pg-content span {
  color: #007dfe;
  line-height: 2;
  font-weight: 600;
}

.contact-pg-content h2 {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.ct-pg-input {
  margin-top: 20px;
  padding: 10px;
}

.ct-pg-input:focus {
  box-shadow: 0 0 0 0.04rem rgba(0, 123, 255, .25);
}

.ct-pg-btn {
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  color: #fff;
  margin-top: 15px;
  padding: 12px;
}

.ct-pg-btn:hover {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

/* ------------------------------------- Sect 2 Start ------------- */

.contact-pg-sect-2 {
  padding: 50px 0px 100px;
}

.contact-pg-sect-2-heading {
  text-align: center;
  margin-bottom: 20px;
}

.contact-pg-sect-2-heading span {
  color: #007dfe;
  line-height: 2;
  font-weight: 600;
}

.contact-pg-sect-2-heading h2 {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.contact-pg-sect-2-heading p {
  width: 55%;
  margin: auto;
  color: #828282;
}

.ct-pg-sect-box {
  text-align: center;
  padding: 25px;
  border-radius: 5px;
  margin-top: 25px;
  box-shadow: 0 0 38px 0 rgba(42.000000000000156, 22.000000000000014, 139, .08);
}

.ct-pg-sect-box:hover {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.ct-pg-sect-box h6 {
  margin: 20px 0px;
  color: #828282;
  text-transform: uppercase;
}

.ct-pg-sect-box p a {
  text-decoration: none;
  color: #000;
}

/*  ---------------------- Our Process Page Css Start  --------------------- */

.our-process-section {
  padding: 100px 0px;
  background: linear-gradient(90deg, #30077d 0%, #0f51bf 100%);
  color: #fff;
  margin-top: -70px;
}

.our-process-heading {
  text-align: center;
  margin-bottom: 40px;
}

.our-process-heading h6 {
  font-weight: 600;
}

.our-process-heading h2 {
  font-weight: 600;
}

.our-process-box {
  padding: 30px 50px;
  display: flex;
  box-shadow: 0 0 30px 0 rgb(207 198 255 / 12%);
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #000000;
}

.our-process-box:hover {
  background-color: #103ab1;
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  color: #fff;
}

.our-process-box:hover p {
  color: #d2deff;
}

.process-box-content {
  margin-left: 25px;
}

.our-process-box h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.our-process-box p {
  /* color: #b1bcdb; */
  font-size: 15px;
}

.our-process-btn {
  text-align: center;
  margin-top: 45px;
}

.our-process-btn a {
  padding: 11px 20px;
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  margin-right: 15px;
  color: #ffffff;
  border-radius: 2px;
  text-decoration: none;
}

.our-process-btn a:hover {
  background: #ffffff;
  color: #000000;
}

/*  ---------------------- Our Process Page Css End  --------------------- */

/*  -------------------- Frequently Asked Question Page Css Start  ------------------- */

.faq-section {
  padding: 100px 0px;
  margin-top: -70px;
  background-image: url(../images/vector08-1.webp);
  background-repeat: no-repeat;
  background-position: center left;
}

.faq-head span {
  color: #104cba;
  font-weight: 600;
}

.faq-content {
  padding: 15px;
}

.faq-head h2 {
  font-weight: 600;
  margin: 5px 0;
}

.faq-head p {
  font-size: 14px;
}

.faq-container p {
  padding: 15px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, .06);
  margin-bottom: 25px;
  background: #fff;
}

.faq-container .accordion {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  /* transition: 0.4s; */
  font-family: 'Montserrat', sans-serif;
  line-height: initial;
  margin-bottom: 14px;
  padding: 18px 15px;
  border: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
}

.faq-container .active,
.faq-container .accordion:hover {
  background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
  /* border-left: 12px rgb(0, 0, 0) solid; */
  color: white;
}

.faq-container .active {
  margin-bottom: 0;
}

.faq-container .accordion:after {
  content: '\002B';
  color: #ff6033;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 18px;
}

.faq-container .accordion:hover:after {
  color: #fff;
}

.faq-container .active:after {
  content: "\2212";
  color: #fff;
}

.faq-container .panel {
  /* padding: 0 18px; */
  background: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*  -------------------- Frequently Asked Question Page Css End  ------------------- */

#logotext {
    color: #fff;
    text-decoration: none;
}


/* -------------------- Inner page Contact Us Section Css End -------------------- */