* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  position: relative;
}
/* google font css start */
:root {
  --background-color: #ffffff;
  --default-color: #212529;
  --heading-color: #2d465e;
  --accent-color: #0d83fd;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --yellow-text: #faaf40;
  --darkBlue-text: #091057;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* google font css end */
/* gelober css start */
.vactor-image {
  animation: vactor-image-flaot 2.5s ease-in-out infinite;
}
@keyframes vactor-image-flaot {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.social-links a {
  /* margin: 0 13px; */
  background: var(--darkBlue-text);
  padding: 4px 11px;
  color: var(--contrast-color);
  border-radius: 5px;
}
.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--yellow-text);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.image-com img {
  width: 100%;
  filter: drop-shadow(1px 1px 20px white);
}
.heading-com {
  position: relative;
  display: table;
  margin: 0 auto;
}
.heading-com::after {
  content: '';
  background: #000;
  height: 2px !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* gelober css end */
/* Header style start  */
header.header {
  padding: 9px 20px;
  position: sticky;
  top: 0;
  z-index: 99;
}
header.header nav.navbar ul.navbar-nav li.nav-item {
  padding: 0 12px;
}
header.header nav.navbar .navbar-brand img{
  width: 70%;
}
header.header nav.navbar {
  border-radius: 36px;
  padding: 12px 24px;
  background: #091057;
  box-shadow: 6px 1px 28px -2px #ffffff;
  border: 1px solid #fff;
}
.buttons button.btn {
  background: #000;
  padding: 7px 17px;
}
.buttons button.btn a {
  text-decoration: none;
  color: #fff;
}
header.header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #fff;
}
/* Header style end */
/* Banner style start  */
section.banner {
  background-image: url(../images/banner_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0 60px;
}
.text-area h1 {
  font-size: 61px;
}
.text-area p {
  font-size: 18px;
}
/* Banner style end */
/* section features start  */
ul.info-list li {
  padding: 12px 4px;
}
section#AboutUs ul.info-list {
  margin-left: 34px;
}
section#AboutUs ul.info-list li i {
  position: absolute;
  left: 12px;
}
ul.info-list li i {
  padding-right: 11px;
  font-size: 21px;
  color: #3e469a;
}
.image-wrapper {
  position: relative;
}
.image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}
.image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #0d83fd;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}
.image-wrapper .experience-badge h3 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}
.image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
@keyframes experience-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* section features end */
/* section how its work start  */
.features .nav-item {
  margin: 0;
  padding: 0 5px 0 0;
}
.features .nav-link.active {
  background-color: var(--darkBlue-text);
  border-color: var(--accent-color);
}
.features .nav-tabs {
  border: 0;
  background-color:
    color-mix(in srgb, var(--default-color), transparent 96%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 6px;
  width: auto;
}
.features .nav-link {
  background-color: none;
  color: var(--heading-color);
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  margin: 0;
}
.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 20px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}
.features .nav-link h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
section.how-its-works.features.py-5 ul.info-list li::before {
  content: '\f560';
  font-family: 'FontAwesome';
  position: absolute;
  left: -20px;
}
.images-how-it-works img.img-fluid {
  width: 85%;
  border-radius: 11px;
  border: 5px solid var(--yellow-text);
}
section.how-its-works.features .tab-content ul.info-list li {
  font-size: 14px;
}
.features .nav-link.active h4 {
  color: #fff;
}
/* section how its work end */
/* start  */
.features-2 .feature-item .feature-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.features-2 .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #faaf4061;
}
.features-2 .feature-item .feature-icon i {
  font-size: 24px;
  color: #091057d1;
}
.features-2 .phone-mockup {
  /* position: relative; */
  padding: 30px 0;
}
.features-2 .phone-mockup img {
  border: 5px solid var(--yellow-text);
  border-radius: 12px;
}
/* start end */
.features-cards .feature-box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
}
.features-cards .feature-box.orange {
  background-color: #fff3e2;
}
.features-cards .feature-box.orange i {
  color: #edb86e;
}
.features-cards .feature-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.features-cards .feature-box p {
  font-size: 15px;
  margin-bottom: 0;
}
.features-cards .feature-box.blue {
  background-color: #deedfd;
}
.features-cards .feature-box.green {
  background-color: #d5f1e4;
}
.features-cards .feature-box.red {
  background-color: #fdeded;
}
.features-cards .feature-box i {
  font-size: 44px;
  display: inline-block;
  line-height: 0;
  color: var(--accent-color);
  margin-bottom: 20px;
}
/* Pricing start  */
section.pricing.section {
  background-color: #f3f9ff !important;
}
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.pricing .pricing-card {
  height: 100%;
  padding: 2rem;
  background: var(--surface-color);
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  transition: 1s;
}
.pricing .pricing-card:hover {
  transform: translateY(-10px);
}
.pricing .pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}
.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}
.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.pricing .pricing-card .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.pricing .pricing-card .features-list li i {
  color: var(--darkBlue-text);
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.pricing .pricing-card .btn.btn-primary {
  background: var(--darkBlue-text);
  border: none;
  color: var(--contrast-color);
  width: 100%;
}
.pricing .pricing-card.popular {
  background: var(--yellow-text);
  color: var(--contrast-color);
}
.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--darkBlue-text);
  color: var(--contrast-color);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}
.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: var(--contrast-color);
}
/* Pricing end */
/* Testimonials start */
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
}
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  height: 100%;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color:
    color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}
.testimonials .testimonial-item .stars {
  margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
/* Testimonials end */
/* Contact Us start  */
#contact {
  background-color: #f3f9ff !important;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.contact .info-box {
  background-color: var(--darkBlue-text);
  color: var(--contrast-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}
.contact .info-box h3 {
  color: var(--contrast-color);
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}
.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color:
    color-mix(in srgb, var(--yellow-text), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}
.contact .contact-form {
  background-color: var(--surface-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border: 2px solid var(--yellow-text);
}
.contact .contact-form h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact .contact-form p {
  color:
    color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 2rem;
}
.contact .info-item .content h4 {
  color: var(--contrast-color);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.contact .contact-form .form-control,
.contact .contact-form .form-select {
  padding: 0.875rem 1.25rem;
  border: 2px solid var(--yellow-text) !important;
  border-radius: 0.5rem;
  background-color:
    color-mix(in srgb, var(--surface-color) 90%, white 5%);
  color: var(--default-color);
}
.contact .contact-form .btn {
  background-color: var(--darkBlue-text);
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}
/* Contact Us end */
/* portfolio start */
/*  */
section.portfolio.section nav div#nav-tab {
  border: 0;
  justify-content: end;
}
section.portfolio.section nav div#nav-tab button {
  border: 0;
}
section.portfolio.section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: var(--darkBlue-text);
}
section.portfolio.section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--yellow-text);
}
/*  */
.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--yellow-text);
}
ul.portfolio-filters.isotope-filters .slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.portfolio .portfolio-content img {
  transition: 0.3s;
}
.portfolio .portfolio-content .portfolio-info {
  opacity: 1;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 18px;
  mask-border: 0;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
}
.portfolio .portfolio-content .portfolio-info p {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  font-size: 26px;
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}
.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}
.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}
section.portfolio.section ul.portfolio-filters.isotope-filters li {
  cursor: pointer;
}
/* portfolio end */
/* Footer start */
footer#footer{
  border-top: 2px solid var(--yellow-text);
}
a.logo.d-flex.align-items-center img {
  width: 70%;
}
.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer .footer-contact p {
  margin-bottom: 5px;
}
.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-links ul a {
  color:
    color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color:
    color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}
.footer-links ul {
  padding: 0;
}
/* Footer end */
/* Modal start  */
section.modal-sec.signup .modal-dialog section#contact {
  padding: 0;
}
section.modal-sec div#exampleModal .modal-dialog {
  max-width: 1063px;
}
section.modal-sec .modal-content {
  background-color: #f3f9ff !important
}
section.modal-sec {
  padding: 0 !important;
}
section.modal-sec div#exampleModal .modal-dialog section#contact {
  padding: 0;
}
section.modal-sec div#exampleModal .modal-dialog section#contact .container {
  padding-bottom: 29px;
}
/* Modal end */
/* page about us section start */
.team-meeting-card-box {
  margin-right: 10px;
}
.teams-mem-images {
  height: 300px;
  overflow: hidden;
}
.teams-mem-images img {
  height: 136%;

  width: 100%;
  object-fit: cover;
}
section.team-meeting ul.slick-dots {  
  position: relative;
}
.team-meeting-card-box .card {
  /* border-top-right-radius: 31px;
  border-top-left-radius: 31px; */
  overflow: hidden;
}
/* section.team-meeting .team-slider .slick-prev:before, .slick-next:before{
  color: var(--yellow-text) !important;
}
section.team-meeting .team-slider .slick-next:before{
  position: relative;
  right: 18px !important;
} */
/* page about us section end */
.vactor-image {
  text-align: center;
}
.vactor-image img.vactor-image-vc {
  width: 70%;
}
/* Loader start */
#formLoader{
  position: fixed;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #091057 #FFF #091057 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ffc107 #ffc107;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
  /* Overlay effect */
#formOverlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 9998; /* Behind loader */
}
/* Loader end */
/* Pagination style start  */
li.page-item.active a.page-link {
  background: var(--yellow-text);
  border: 1px solid var(--yellow-text);
  color: var(--background-color);
}
li.page-item a.page-link {
  color: var(--darkBlue-text);
}
.page-item:first-child .page-link{
  color: var(--yellow-text);
}
.page-item:last-child .page-link{
  color: var(--yellow-text);
}
.form-all-vc{
  overflow-x: auto;
}
/* Pagination style end */
section.faqs h2.accordion-header button.accordion-button {
  background: var(--darkBlue-text);
  color: var(--yellow-text);
  box-shadow: 0 0 0 0;
}
section.faqs div#accordionExample .accordion-button::after{
  filter: invert(19);
}


.portfolio-content.dynamic {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: var(--background-color);
}
.portfolio-content.dynamic .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0000005c;
  align-content: center;
  text-align: center;
}
.portfolio-content.dynamic .portfolio-info div a.preview-link {
  color: #faaf40;
  font-size: 22px;
}
.dynamic-case .slick-prev:before, .slick-next:before{
  color: var(--yellow-text) !important;
}