@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

p {
  margin-bottom: 0rem;
}

/* start navbar */

header {
/*   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;

}

header li {
  list-style: none;
}

header li a {

  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 20%;
  font-weight: 500;
}

header .container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;

}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.navbar img {
  width: 200px;
}

.nav-branding {
  font-size: 2rem;
}

.nav-menu {
  display: flex;

  align-items: center;
  gap: 20px;
  margin: 0px;
  padding: 0px;
}

.nav-link {
  transition: 0.3s ease-out;
  color: #000000;
  padding: 1.5rem .5rem;
}

.nav-link:hover {
  color: #0000FB;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
}

.menu-btn {
  padding: 10px;
  border: none;
  background-color: #0000FB;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 20%;
  padding: 20px;
  font-weight: 500;
}

header .row {
  margin-left: 0;
  margin-right: 0
}

/* end navbar */



/* start header reach-us */
.reach-us {
  background-image: url('../assets/footer-banner.png');
  padding: 10px 0px;

}

.contact-details p {
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 16px;
  display: inline;
  padding: 0px 10px;
}

.header-icon-text {
  color: #FFFFFF;
}

.header-icon {
  display: inline-flex;
  color: #FFFFFF;
}

.reach-us .float-start {
  width: 20%;

}

.reach-us .float-end {
  width: 80%;
}

/* end reach us */
/* end reach us
 */
/* start heading, paragraph */
.heading {
  padding-bottom: 15px;
}

.subheading {
  font-size: 34px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #000000;
  line-height: 44.2px;
  position: relative;
  padding-bottom: 10px;
}



.subheading::after {
  content: '';
  display: block;
  width: 30%;
  height: 2px;
  background-color: #0000FB;
  position: absolute;
  /* top: 50%; */
  /* right: -40px; */
  bottom: 0;

}

.faq .subheading::after,
.blog .subheading::after,
.industry .subheading::after,
.process .subheading::after {
  left: 30%;
}

.faq .subheading,
.blog .subheading,
.industry .subheading,
.process .subheading {
  text-align: center;
  width: 40%;
  margin: auto;
}



.front p {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #6A6A6A;
  line-height: 30px;
}

/* end heading */


/* start button */
.banner-btn {
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 32px;
  padding: 10px 40px;
  font-weight: 600;
  color: #0000FB;
  background-color: #ffffff;
  border: none;
}

.btn1 {
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 32px;
  padding: 10px 40px;
  font-weight: 600;
  border: 1px solid #ffffff;
  margin: 20px 0px;
  color: #FFFFFF;
  background-color: #0000FB;


}

.btn1:hover {
  color: #000000;
  background-image: linear-gradient(to left, rgb(133, 220, 231), rgb(27, 95, 221));
}

.btn2 {
  font-size: 14px;
  font-family: 'Montserrat';
  line-height: 28px;
  padding: 5px 20px;
  font-weight: 600;
  border: none;
  color: #FFFFFF;
  background-color: #0000FB;
  margin-top: 10px;
}

/* end button */

/* start banner */
.banner .row {
  margin-left: 0;
  margin-right: 0
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  position: relative;
}

.banner-content {
  width: 75%;
  padding: 220px 20px;
}

.banner-left {
  width: 60%;
  height: 750px;
  background-color: #0000FB;
  clip-path: polygon(0 0, 84% 0, 69% 100%, 0% 100%);
  /* padding: 50px 20px; */
}

.banner-heading {
  font-size: 54px;
  line-height: 66.42px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #FFFFFF;

}

.banner-paragraph {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #ffffff;
  line-height: 31.65px;
}

/*  end banner */

/* start about */
.about {
  background-color: #f3dcdc6c;
  padding: 100px 0px;
}

.image img {
  width: 100%;
}

/* end about */

/* start process */
.process {
  padding: 100px 0px;
  background-image: url('asset/white-simple-textured-design-background_53876-106174.png');
}

.process-para {
  width: 50%;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  line-height: 20px;
  font-family: 'Poppins';
}

.process .container {
  padding-top: 40px;
}

.circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#0000FB calc(var(--progress) * 1%),
      #e0e0e0 calc(var(--progress) * 1%));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: auto;
}

.circle::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 50%;
}

.circle span {
  position: absolute;
  z-index: 1;
  font-size: 24px;
  line-height: 50.64px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #000000;
}

.label {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #000000;
  padding: 15px 0px;

}

.circle-step {
  position: relative;
  text-align: center;
}

.circle-step::after {
  content: '';
  background-image: url('../assets/curve-arrow\ 1\ \(3\).png');
  width: 80px;
  height: 80px;
  position: absolute;
  right: -50px;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.process-container .col-md-3:nth-child(4) .circle-step::after,
.process-container .col-md-3:nth-child(8) .circle-step::after {
  display: none;
}

.process-paragraph {
  line-height: 20px;
  font-family: 'Poppins';
}

/* end process */

/* start industry */
.industry {
  background-color: #f3dcdc6c;
  padding: 100px 0px;
}

.industry .container {
/*   padding-top: 20px; */
}

.industryheading {
  font-size: 17px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #000000;
  padding-top: 10px;

}

.industrycontent {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #6A6A6A;

}

.industrybox {
  padding: 20px;
  font-family: 'Poppins';
}

.industrybox li {
  padding: 10px 0px;
}

/* end industry */

/* start franchise */
.franchise {
  padding: 100px 0px;
  background-image: url('asset/image\ \(51\).png');
}

.franchise-list i {
  color: #0000FB;
  border-radius: 40px;

}

.list-box {
  padding-top: 20px;
  font-family: 'Poppins';
}

/* end franchise */

/* start faq */
.faq {
  padding: 100px 0px;
  background-image: url('../assets/digital-technology-background-with-hexagon-frame-white-tone_53876-117507.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-img {
  font-size: 12rem;
  letter-spacing: 5px;
  margin-top: 100px;
  font-family: 'Poppins';
  color: #0000FB;
  font-weight: 700;
  transform: rotateZ(270deg);
}

.faq .container {
  padding-top: 50px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0000FB;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}



.accordion-button {
  background-color: #eaeaf3;
  color: #141414ec;
  margin: 10px 0px;
  font-family: 'Poppins';
  font-size: 15px;
}

.accordion-button:focus {
  border-color: #e7b9b9;
}

.accordion-flush .accordion-item {
  border-bottom: 0;
}

.accordion-item {
  border: none;
}



/* end faq */

/* start testimonial */
.testimonial {
  padding: 100px 0px;
  background-image: url('asset/digital-technology-background-with-hexagon-frame-white-tone_53876-117507.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial .carousel {
  position: relative;
  /* width: 70%;
  margin: auto; */
  padding: 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-image-box img {
  width: 100px;
  border-radius: 50%;
}

.carousel-inner {
  text-align: center;
  padding: 30px;
}

.carousel-control-next {
  right: 0;
  color: #0000FB;
  background-color: #0000FB;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  top: 60%;
}

.testimonial-paragraph {
  line-height: 20px;
  padding: 10px;
}

.testimonial-name {
  color: #000000;
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.testimonial-designation {
  color: #6a6a6a;
  font-size: 12px;
  font-family: 'Poppins';
  line-height: 15px;
  font-weight: 500;
}

.carousel-item img {
  width: 70px;
  height: 70px;
  border: 5px solid #0000ff;
  border-radius: 50%;
}

.carousel-control-prev {
  right: 0;
  color: #0000FB;
  background-color: #0000FB;
  height: 30px;
  width: 30px;
  top: 60%;
  border-radius: 50px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1rem;
}

.testimonial-image-box {
  text-align: center;
}

.testimonial-note {
  color: #000000;
  font-size: 20px;
  font-family: 'Montserrat';
  line-height: 30px;
  font-weight: 700;
}


/* end testimonial */

/* start blog */
.blog {
  padding: 100px 0px;
}

.blog .container {
  padding-top: 40px;
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 425px;
}

.blog-heading {
  color: #9A9A9A;
  font-size: 13px;
  font-family: 'Poppins';
  line-height: 26px;
  font-weight: 500;
  background-color: #f5e7e785;
  width: 50%;
  padding: 0px 10px;
}

.blog-subheading {
  color: #000000;
  font-size: 20px;
  font-family: 'Poppins';
  line-height: 30px;
  font-weight: 600;
}

.blog-box p {
  color: #9A9A9A;
  font-size: 15px;
  font-family: 'Poppins';
  line-height: 30px;
  font-weight: 400;
}

.date {
  position: absolute;
  z-index: 2;
  background-color: #0000FB;
  padding: 5px;
  top: 10px;
  left: 10px;
  width: 45%;
}

.date p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins';
  line-height: 22.5px;
  font-weight: 500;

}

.blog-box {
  /* padding:30px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* end blog */

/* start contact */
.contact {
  padding: 100px 0px 0px;
}

.map-background {
  position: relative;


}

iframe {
  width: 100%;
}

.contact-box {
  position: relative;
}

.contact-information {
  position: absolute;
  right: 10%;
  bottom: 0;
  background: #0000FB;
  color: white;
  padding: 20px;
  width: 400px;
  height: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.contact-shape {
  padding: 50px 20px;
}

.contact-shape::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  height: 50px;
  background-color: #0000FB;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);

}

/* .contact-icon i{
  font-size: 25px;
} */
.contact-information h6 {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 700;
  line-height: 20px;


}



.contact-method {
  display: flex;
}

.contact-icon i {
  color: #ffffff;
  font-size: 30px;
  padding-right: 20px;
  padding-top: 20px;
}

.contact-medium {
  padding-top: 20px;
}

.contact-medium p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 30px;
}

.contact-medium span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 30px;
}

/* end contact */

/*start footer */

.footer {
  background-image: url('../assets/footer-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;

}

.footer-paragraph {
  font-size: 15px;
  font-family: 'Poppins';
  color: #fff;
  padding: 15px 0px;
}



.footer-logo {
  width: 100%;

}

.footer-heading {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #0000FB;
  font-weight: 700;
  line-height: 26.4px;
}

.footer-list li {
  list-style: none;
  padding: 5px 0px;
}

.footer-list a {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}

.end p {
  text-align: center;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;

}

.end a {
  color: #FFFFFF;
}

.footer-logo2 {
  width: 126px;

}

.footer-icon {
  color: #FFFFFF;
}

.footer-icon i {
  color: #FFFFFF;
}

.footer-contact {
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 30px;


}

.inner-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}

.inner-page-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  height: 100%;
  opacity: 0.6;

}

.inner-page-main-heading {
  font-size: 3rem;
  font-family: 'Poppins';
  font-weight: 700;
  padding: 120px 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}


/* end innerpage banner  */

/* start innrpage funding */
.funding {
  padding: 100px 0px;
}

.funding .col-md-3 {
  padding: 20px 0px;
}

/* end funding */

/* start  inner-page contact */
.method {
  /* background-image: linear-gradient(to right, #DC0505, #D9A900); */
  padding: 40px 20px;
  text-align: center;
  height: 190px;
}

.inner-page-contact .col-md-4 {
  padding: 50px 20px;
  /* background-image: linear-gradient(to right, #DC0505, #D9A900); */
}

.method {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.method i {
  color: #0000FB;
  font-size: 20px;

}

.inner-page-subheading {
  font-family: 'Poppins';
  padding: 7px;
}

.inner-page-contact-heading {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  color: #000000;
  font-family: 'Poppins';
}

.contact-medium {
  font-size: 16px;
  margin-bottom: 0;
  color: #6A6A6A;
  font-family: 'Poppins';
}


input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-family: 'Poppins';
  outline: none;
}

.inner-page-btn {

  font-size: 18px;
  font-family: 'Poppins';
  color: #FFFFFF;
  line-height: 20px;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  background-image: linear-gradient(to right, #DC0505, #D9A900);

}


.map iframe {
  width: 100%;
}

/* end */

/* start inner-page blog */
.inner-page-blog {
  padding: 100px 0px;
}

.blog-card {

  width: 500px;
  height: 400px;
  overflow: visible;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  border-radius: 6px;
  position: relative;
  /* margin: 3px; */
  transition: ease 0.4s;
}


.blog-card .name {
  text-align: center;
  line-height: 30px;
  /* background: rgba(0, 0, 0, 0.1); */
  padding: 5px 0px 5px 15px;
  /* margin: 3px; */
  color: black;
  font-family: "Poppins"
}


.nname {
  color: black;
  font-family: "Poppins";
  font-size: 20px;

}

.blog-card .more {
  position: absolute;
  width: 150px;
  height: 100%;
  padding: 0;
  background: ;
  transition: width 0.4s;
  overflow: visible;
  z-index: 2;
  border
}



.blog-card .more .character-card {
  width: 150px;
  height: 100%;
  position: relative;
}


.blog-card .more .character-card img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.5s;
  transition-delay: 0.3s
}

.blog-card:hover .more img,
.blog-card .more .character-card .character:hover {
  transform: scale(1.4, 1.3) rotate(5deg);
  filter: drop-shadow(20px 10px 5px rgba(0, 0, 0, 0.5));


}




.blog-card:hover .more .more-info,
.blog-card .more .character-card .character:hover .more .more-info {
  visibility: visible;
  transition-delay: 0.3s;

}





.blog-card:hover .front {
  opacity: 0.2;
  transition: ease 0.3s;
}


.blog-card .front {
  overflow: hidden;
  width: 325px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 20px 5px;
}



@keyframes animate {

  0%,
  100% {

    opacity: 1;
    transform: scale(1.3);

  }

  50% {


    opacity: 0;
  }
}

/* end inner-page blog */






/*===================== After wordpress implementations css start=======================*/
.float-start div a,
.float-end div a,
.footer-contact a {
  color: #ffff;
  text-decoration: none;
}

#menu-top-menu .current_page_item a {
  color: #0000FB;
}

#popmake-1376 {
  border: none;
}

#pum_popup_title_1376 {
  text-align: center;
  padding: 10px 0px;
  font-family: 'Poppins';
  font-weight: 500;
}

#popmake-1376 .wpcf7-list-item label,
.inner-page-contact .wpcf7-list-item label {
  display: flex;
  margin-bottom: 15px;
}

#popmake-1376 .wpcf7-list-item label input,
.inner-page-contact .wpcf7-list-item label input {
  width: 50px;
  margin-right: 15px;
}

#popmake-1376 .wpcf7-list-item label .wpcf7-list-item-label,
.inner-page-contact .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: 'Poppins';
  font-weight: 400;
}

.accordion-body p,
.funding-paragraph,
.heading,
.funding-paragraph {
  font-family: 'Poppins';
}

.img-box img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.inner-page-blog .blog-com {
  margin-bottom: 50px;
}

.s-page {
  padding: 100px 0px;
}

.s-page img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.s-page h1,
.paragraph {
  font-family: 'Poppins';
  line-height: 30px;
}

.s-page p {
  font-family: 'Poppins';
  line-height: 30px;
}

.franchise-list {
  line-height: 35px;
}

.inner-privacy,
.inner-conditions {
  padding: 100px 0px;
  font-family: 'Poppins';
}

.inner-privacy p,
.inner-privacy h2,
.inner-privacy h3,
.inner-privacy h4,
.inner-privacy h5,
.inner-privacy h6,
.inner-privacy li,
.inner-conditions p,
.inner-conditions h2,
.inner-conditions h3,
.inner-conditions h4,
.inner-conditions h5,
.inner-conditions h6,
.inner-conditions li {
  line-height: 26px;
  padding: 5px 0px;
}

.not_found_404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 30px !important;
}

.not_found_404 span {
  color: red;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.searchform {
  text-align: center;
  width: 100%;
  padding-bottom: 35px;
}

#s {
  padding: 8px 15px;
  border-radius: 10px;
}

.sbt {
  padding: 8px 15px;
  border: none;
  border-radius: 10px;
  background-color: #005b8f;
  color: white;
}
.funding p {
	font-family: 'Poppins';
	padding-top: 15px;
}

.inner-page-contact .row:nth-child(1) {
    justify-content: center;
}

.about .paragraph {
	padding: 10px 0px;
}

.container .map iframe:nth-child(2), 
.contact-box .map-background iframe:nth-child(1) {
    display: none;
}

/*===================== After wordpress implementations css end=======================*/