/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* ====================================================== */
/*  Font Family and Colors Styles

/* Green			- #8dc73f */
/* Blue				- #063960 */
/* Grey				- #454545 */

:root {
  --primary-color: #1c79a3;
  --secondary-color: #1c36a3;
}

body {
  background-color: #fff;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #454545;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

h1,
h2,
h3 {
  font-family: "Poppins", serif;
  color: #063960;
  font-weight: 700;
  line-height: 2.5rem;
}

h4,
h5,
h6 {
  font-family: "Poppins", serif;
  line-height: 2rem;
  color: #063960;
  font-weight: 400;
}

#scroll {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #fff;
  height: 3rem;
  width: 3rem;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5rem;
}

#scroll i {
  font-weight: 700;
  margin-left: 14px;
  margin-top: 10px;
  font-size: 1.5rem;
}

.btn {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  text-align: center;
  border-radius: 1.25rem;
  font-weight: 600;
}

.btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  box-shadow: 0rem 0.125 0.313 rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.light-bg {
  background-color: color-mix(in srgb, var(--primary-color), transparent 90%);
}

/* ====================================================== */
/*  PopUp Modal
/* ====================================================== */

#noticeModalLong {
  position: absolute;
  z-index: 9999;
}

/* ====================================================== */
/*  Navbar & TopBar
/* ====================================================== */
.navbar-custom,
.navbar-custom a {
  color: #454545;
}

.navbar-custom {
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 0rem;
  z-index: 8888;
}

.main_menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 9999;
}

.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.main_menu .navbar-brand img {
  max-width: 125px;
}
header {
  border-radius: 4px;
  padding: 0;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link,
header.sticky .navbar-expand-lg .navbar-info a {
  color: #000;
}
.main_menu .navbar {
  padding: 0rem;
  /* border-radius: 4px;
  background: rgb(8 0 0 / 19%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  transition: all 0.4s;
}

.fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  height: 5.625rem;
  box-shadow: 0rem 0.625rem 0.938rem rgba(0, 0, 0, 0.1);
  z-index: 9999 !important;
}

/* change the brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #454545;
}

.navbar-brand {
  margin-left: 2rem;
}

/* change the link color */

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
}

.main_menu .navbar-custom .navbar-nav .nav-link:hover {
  color: #0044aa !important;
}

.menu_fixed .navbar-custom .navbar-nav .nav-link {
  color: #454545 !important;
}

/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #333;
}

/* for dropdown only - change the color of dropdown */

.navbar-custom .dropdown-menu {
  left: 0;
  width: 20rem;
  padding: 0.938rem 0;
  margin: 0;
  border: none;
  border-radius: 0.313rem;
  box-shadow: 0 0 1.563rem rgba(0, 0, 0, 0.2);
}

.navbar-custom .navbar-collapse {
  margin-top: 0.5rem;
  flex-basis: -moz-available;
}

.navbar-custom .dropdown-large-content {
  top: 20;
  right: 0 !important;
  left: -12.5rem !important;
  width: 32.5rem;
  border-radius: 0.313rem;
  background-color: #fff;
  position: absolute;
  z-index: 1110;
}

.navbar-custom .dropdown-submenu {
  list-style: none;
  overflow: hidden;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

.navbar-custom .dropdown-item {
  color: #333;
  line-height: 2.25rem;
  padding-left: 0.625rem;
  font-weight: 500;
}

.navbar-custom .dropdown-item:active,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #0044aa;
  background-color: #dbe7f6;
  transition: 0.3s;
  border-left: 0.313rem solid #0044aa;
  font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-expand-lg .navbar-info a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}
.navbar-expand-lg .navbar-info {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
.call-animation {
  background: #fff;
  width: 35px;
  display: flex;
  color: var(--secondary-color);
  font-size: 16px;
  height: 35px;
  border-radius: 100%;
  animation: playblue 2s ease infinite;
  /* animation: play 2s ease infinite; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
}
@keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4),
      0 0 0 30px rgba(255, 255, 255, 0.2);
  }
}
.call-animation.new {
  animation: playblue 2s ease infinite;
}
@keyframes playblue {
  0% {
    transform: scale(0.4);
  }
  15% {
    box-shadow: 0 0 0 5px rgb(28 54 163 / 77%);
  }
  25% {
    box-shadow: 0 0 0 10px rgb(28 54 163), 0 0 0 20px rgb(28 54 163 / 21%);
  }
  35% {
    box-shadow: 0 0 0 15px rgb(28 54 163 / 66%), 0 0 0 30px rgb(28 54 163 / 24%);
  }
}

.navbar-expand-lg .navbar-nav .nav-link:before {
  position: relative;
  content: "";
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  display: table;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: -33px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
}
.navbar-expand-lg .navbar-nav .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

/* Home Slider */
.carousel-background {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
  text-align: left;
}
.carousel-inner img {
  height: 80vh;
  object-fit: cover;
}
.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--primary-color);
  opacity: 1;
}
.carousel-control-prev {
  left: 30px;
}
.carousel-control-next {
  right: 30px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 18px;
  height: 18px;
}
/* .carousel-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(20 21 26 / 10%);
  transition: background 0.5s ease-in-out;
  z-index: 1;
} */
.carousel-caption h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.03333;
}
.carousel-caption h1 strong {
  font-weight: 900;
}

.carousel-caption p {
  font-size: 24px;
  margin-top: 22px;
  line-height: 34px;
}
.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 16px 35px;
  border-color: var(--primary-color);
}

/* Disable wow plugin in mobile screen below 768px */
@media (max-width: 768px) {
  .wow {
    visibility: visible !important;
    animation-name: none !important;
  }
}

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@keyframes slideUp {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideUp {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* ====================================================== */
/*  Home Slider - Full Screen
/* ====================================================== */
/* .homeSlider .carousel-inner,
.homeSlider .carousel-item {
	height:100vh;
	width: 100%;
	background-color:#ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} */
.homeSlider .carousel-caption {
  bottom: 28%;
  text-align: left;
  z-index: 2;
}
.homeSlider .carousel-caption .display-3 {
  left: 10%;
  right: 0;
  top: -20%;
  font-weight: 500;
  position: absolute;
  color: #fff;
  text-shadow: 0.125rem 0.438rem 0.313rem rgba(0, 0, 0, 0.3),
    0rem -0.25rem 0.625rem rgba(0, 0, 0, 0.8);
  width: 80%;
}
.homeSlider .carousel-indicators [data-bs-target] {
  height: auto;
  width: 20px;
  border-radius: 100%;
  background: #000;
  transition: 0.2s;
  margin-left: 6px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.homeSlider .carousel-indicators {
  margin-bottom: 5rem;
  justify-content: center;
}

/* ====================================================== */
/*  Home - Section1
/* ====================================================== */
.site-section1 {
  padding: 7rem 0 7rem;
}
p {
  font-size: 15px;
}
.site-section1 .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 40%;
  border: 8px solid #fff;
}
.site-section1 .hello {
  font-size: 5rem;
  font-weight: 700;
}
.site-section1 h4,
.site-section3 h4,
.join-patner h4,
.site-section5 h4,
.reviews h4 {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  padding-left: 35px;
}
.site-section1 h4:before,
.site-section3 h4::before,
.join-patner h4::before,
.site-section5 h4::before,
.reviews h4::before {
  position: absolute;
  left: 0;
  top: -1.7px;
  content: ":::";
  color: var(--primary-color);
}
.site-section1 ul {
  list-style: none;
  padding: 0;
}
.site-section1 ul li {
  padding: 10px 0 0 0;
  display: flex;
}
.site-section1 ul i {
  color: var(--primary-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

/* ====================================================== */
/*  Home - Section2
/* ====================================================== */
.site-section2,
.work-wrap {
  padding: 60px 0;
  /* background-color:#fdfdfd; */
}
.services {
  padding: 65px 0;
}
.site-section2 .section-title,
.services .section-title,
.work-wrap .section-title,
.blog-wrap .section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.site-section2 .section-title h2,
.services .section-title h2,
.work-wrap .section-title h2,
.blog-wrap .section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 900;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--primary-color), transparent 90%);
  color: var(--primary-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.site-section2 .section-title p,
.services .section-title p,
.work-wrap .section-title p {
  color: #000;
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.site-section2 .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}
.site-section2 .feature-box i {
  background: color-mix(in srgb, var(--primary-color), transparent 92%);
  color: var(--primary-color);
  line-height: 0;
  padding: 15px 8px;
  margin-right: 15px;
  font-size: 16px;
  border-radius: 3px;
  transition: 0.3s;
  margin-top: 10px;
}
.site-section2 .feature-box:hover i {
  background: var(--primary-color);
  color: #fff;
}
.site-section2 .feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--secondary-color);
}

.site-section2 .display-6 {
  font-weight: 900;
}

.site-section2 a {
  text-decoration: none;
  color: #ffffff;
}
.site-section2 a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.7s;
}

/* Count Section */
.counts {
  background: url(../images/counts-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
  background-attachment: fixed;
}
.counts::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.counts .title {
  position: relative;
  color: #0f394c;
  margin-bottom: 40px;
}
.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}
.counts .counters span {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: var(--primary-color);
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: var(--secondary-color);
}

/* Services section */
.services .service-item {
  position: relative;
  flex-direction: column;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
}
/*.services .service-item:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 2px;*/
/*  background: color-mix(in srgb, var(--primary-color), transparent 90%);*/
/*}*/
.services .service-item .imgwrap img {
  width: 100%;
  object-fit: fill;
  height: 210px;
}
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: color-mix(in srgb, var(--primary-color), transparent 70%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: all 0.3s ease-in-out;
}
.services .service-item .icon i {
  color: var(--primary-color);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
.services .service-item .title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #030727;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}
.services .service-item .title a {
  color: #000;
  text-decoration: none;
}
.services .service-item .title a:hover {
  color: var(--primary-color);
}
.services .service-item:hover .icon:before {
  height: 75px;
  width: 75px;
  background: color-mix(in srgb, var(--primary-color), transparent 80%);
  border-radius: 50px;
  z-index: 1;
  bottom: -16px;
  right: -13px;
}
.services .service-item:hover .icon i {
  font-size: 46px;
}
.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
  display: none;
}
/*.services .service-item::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 30px;*/
/*  height: 2px;*/
/*  background: var(--primary-color);*/
/*  border-right: 5px solid var(--background-color);*/
/*}*/

/* Work section */
.work-wrap span {
  width: 60px;
  height: 60px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  color: var(--primary-color);
}
.work-wrap h3 {
  color: var(--primary-color);
  font-weight: 600;
}
.work-wrap span::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--primary-color);
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
.work-bg-wrap {
  background: url(../images/work-img.png);
  height: 408px;
  background-position: 42% -22px;
  background-size: cover;
  background-repeat: no-repeat;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shape-mockup {
  top: 5%;
  left: 0%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}
.site-section5 {
  padding: 5rem 0;
  position: relative;
}

.site-section5 .wrap {
  position: relative;
  height: 100%;
  width: calc(100% - -7px);
}
.site-section5 .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  opacity: 0.3;
  border-radius: 15px;
  z-index: 1;
}
.site-section5 .wrap img {
  border-radius: 15px;
  height: 100%;
}
.site-section5 .wrap h3 {
  font-size: 1.125rem;
  line-height: 26px;
  color: var(--primary-color);
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  margin: 0;
  background-color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
}

/* ====================================================== */
/*  Home - Section3
/* ====================================================== */
.site-section3 {
  padding: 5rem 0rem 5rem 0rem;
  overflow: hidden;
}

.site-section3 .testimonials-quote {
  position: relative;
  z-index: 1175;
  margin-bottom: -5rem;
  margin-left: 5rem;
}

.cardslider .carousel-inner,
.cardslider .carousel-item {
  background-position: center;
  background-repeat: no-repeat;
}

.site-section3 .testimonials-title {
  position: absolute;
  z-index: 1150;
  margin-left: 3.125rem;
  margin-top: 7.813rem;
  width: 43%;
}

.site-section3 .display-6 {
  font-weight: 900;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h2 {
  position: relative;
  font-size: 48px;
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.site-section3 .image-column .inner-column {
  position: relative;
  margin-right: -345px;
  margin-left: 40px;
}
.site-section3 .image-column .inner-column .image-box .image:before {
  position: absolute;
  left: -35px;
  top: 25px;
  bottom: 25px;
  width: 36px;
  background-image: url(../images/faq-pattern.png);
  content: "";
}
.site-section3 .image-column .inner-column .image-box .float-text {
  position: absolute;
  left: -145px;
  top: 50%;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 25px;
  padding: 15px 40px;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 295px;
}
.site-section3 .accordion-item {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  overflow: hidden;
}

.site-section3 .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(var(--theme-color2), var(--theme-color1));
}

.site-section3 .accordion-button:not(.collapsed) {
  background-color: #f7f7f7;
  color: var(--primary-color);
}
.site-section3 .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  border-color: transparent;
}
.site-section3 .accordion-button .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: var(--primary-color);
  transition: all 300ms ease;
}

.site-section3 .accordion-button {
  position: relative;
  font-size: 17.5px;
  background-color: #f7f7f7;
  color: var(--theme-color-dark);
  font-weight: 600;
  cursor: pointer;
  padding: 20px;
  border: none;
  overflow: hidden;
  transition: all 300ms ease;
  line-height: 26px;
}

.site-section3 .accordion-button::before,
.site-section3 .accordion-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(
    var(--primary-color),
    color-mix(in srgb, var(--primary-color), transparent 70%)
  );
}
.site-section3 .accordion-collapse {
  border: solid rgb(0 0 0 / 0%);
}
.site-section3 .accordion-button span {
  margin-right: 8px;
}
.site-section3 .accordion-button::after {
  display: none;
}
.site-section3 .accordion-button:not(.collapsed) .icon {
  background-color: var(--primary-color);
  color: #fff;
  transform: rotate(180deg);
  transition: 0.5s;
}
/* join patner section */
.join-patner .text-center {
  background: url(../images/join-patner.png);
  height: 408px;
  background-position: 42% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .join-patner {
  padding-top: 110px;
} */

/* ====================================================== */
/*  Home - Section4
/* ====================================================== */
.site-section4 {
  padding: 60px 0 81px;
  /* margin-top: 3rem; */
  background-color: var(--secondary-color);
}
.site-section4 .container {
  position: relative;
}
.site-section4 .stores-badge {
  margin-top: 35px;
}
.site-section4 .img-wrap {
  position: absolute;
  right: 0px;
  top: -164px;
  transform: translateY(40px);
}
.site-section4 .img-wrap img {
  width: 61%;
}

.site-section4 .display-6 {
  font-weight: 700;
}

.site-section4 .w-75 {
  max-width: 400px;
}

/* ====================================================== */
/*  About Us
/* ====================================================== */
.innerheader-aboutus .banner-section {
  padding: 9.375rem 0rem 5rem 0rem;
  position: relative;
  background-image: url(../images/inner-header.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-color: #454545;
  height: 31.25rem;
  background-size: cover;
}

.innerheader-aboutus h1 {
  margin-top: 5rem;
  text-shadow: 0rem 0.688rem 0.625rem rgba(0, 0, 0, 0.7);
}

.vb-about-section1 {
  padding: 5rem 0rem 5rem 0rem;
}

/* ====================================================== */
/*  Footer Section
/* ====================================================== */
.footer-section {
  background-color: #f5f5f5;
  color: #000;
  padding-top: 30px;
}
.footer-section .footer-logo p {
  color: var(--primary-color);
  padding-top: 10px;
}
.footer-section .footer-menu .icons i {
  color: var(--primary-color);
}

.footer-section a {
  text-decoration: none;
  color: var(--primary-color);
}
.footer-section a:hover {
  text-decoration: none;
  color: var(--secondary-color);
  transition: 0.7s;
}

.footer-section .address {
  line-height: 3rem;
  color: #fff;
  font-weight: 600;
}
.footer-section .address a {
  color: #fff;
}
.footer-section .address i {
  color: #fff;
}

.footer-section .footer-social {
  margin-left: -1.25rem;
}

.footer-section .footer-social li {
  list-style: none;
  font-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 3.375rem;
  height: 3.375rem;
  margin-left: 0.625rem;
  border-radius: 5rem;
  box-shadow: 0.125rem 0.125rem 0.125rem #f5f5f5;
}
.footer-section .footer-social a:li {
  font-size: 0.75rem;
  background-color: #e8eff8;
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  box-shadow: 0.125rem 0.125rem 0.125rem #f5f5f5;
}
.footer-section .footer-social li:hover {
  font-size: 0.75rem;
  background-color: #e8eff8;
  border: 1px solid #ccc;
  width: 3.375rem;
  height: 3.375rem;
  margin-left: 0.625rem;
  transition: 0.8s;
  box-shadow: 0.313rem 0.313rem 0.313rem #f5f5f5;
}
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-section .footer-menu .icons {
  border-right: 1px solid var(--primary-color);
  display: inline;
  padding-right: 15px;
  font-size: 15px;
  line-height: normal;
}
/* .footer-section .footer-menu .icons i {
  color: #f8ef55;
} */
.footer-section .footer-menu .icons:last-child {
  border-right: 0px solid var(--primary-color);
}
.footer-section .newleft {
  margin-left: 0px;
}

.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}
.footer-wave-path {
  fill: #ffffff;
}
.footer-copyright {
  color: #fff;
  text-align: center;
}
.footer-content {
  position: relative;
  margin-bottom: 25px;
}
.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}
.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}
.footer-social-amoeba-path {
  fill: var(--primary-color);
}
.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}
.footer-social-link.facebook {
  left: 6px;
  top: 11px;
}
.footer-social-link.linkedin {
  left: 63px;
  top: 4px;
}
.footer-social-link.youtube {
  left: 125px;
  top: 9px;
}
.footer-social-link.whatsapp {
  left: 177px;
  top: 8px;
}
.footer-social-link.facebook i {
  font-size: 22px;
}
.footer-social-link.linkedin i {
  font-size: 30px;
}
.footer-social-link.youtube i {
  font-size: 20px;
}
.footer-social-link.whatsapp i {
  font-size: 28px;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  border-top: 1px solid var(--primary-color);
}
.footer-copyright-text {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 12px 30px;
  margin-bottom: 0;
  margin-top: 0;
}
/* Team section */
.team-wrap {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.team-wrap:before {
  content: "";
  background: color-mix(in srgb, #1363bc, transparent 60%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.team-wrap .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-wrap .container {
  position: relative;
  z-index: 1;
}
.team-wrap h2 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 40px;
}
.team-card .team-content {
  position: relative;
  padding: 15px;
  text-align: center;
  transition: all 0.3s linear;
  background: #fff;
  border-radius: 8px;
}
.team-card:hover .team-content .team-social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -80px);
}
.team-card:hover .team-title a {
  color: var(--secondary-color);
}
.team-card .team-img {
  overflow: hidden;
  position: relative;
}
.team-card .team-img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(14, 18, 29, 0.4);
}
.team-card .team-social {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 18px;
}
.team-card ul li {
  display: inline-block;
}
.team-card ul li a {
  font-size: 20px;
  transform: translate3d(0, 0, 0);
  color: #ffffff;
}
.team-card .team-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--secondary-color);
}
.team-card .team-title a {
  color: var(--secondary-color);
  text-decoration: none;
}
.team-wrap .custom-nav {
  text-align: center;
  margin-top: 20px;
}
.team-wrap .custom-nav button {
  display: inline-block;
  padding: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  position: absolute;
  top: 50%;
  border: 1px solid #f2f2f2;
  width: 56px;
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 999px;
  color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-wrap .container:hover .custom-nav button {
  opacity: 1;
  visibility: visible;
}
.team-wrap .owl-prev,
.blog-wrap .owl-prev {
  left: -60px;
  right: auto;
}
.team-wrap .owl-next,
.blog-wrap .owl-next {
  right: -60px;
  left: auto;
}
@keyframes translateor35 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rs-newsletter-2__shape-1 {
  position: absolute;
  left: 278px;
  top: 75px;
  z-index: 1;
  -webkit-animation: rotating 25s linear infinite;
  animation: rotating 25s linear infinite;
  height: 40px;
  width: 40px;
}
.rs-newsletter-2__shape-11 {
  position: absolute;
  left: 68%;
  bottom: -5px;
  z-index: 1;
  -webkit-animation: rotating 25s linear infinite;
  animation: rotating 25s linear infinite;
  height: 40px;
  width: 40px;
}
.rs-newsletter-2__shape-2 {
  position: absolute;
  left: 3%;
  bottom: 102px;
  z-index: 1;
  -webkit-animation: translateor35 5s linear infinite;
  animation: translateor35 5s linear infinite;
}
.rs-newsletter-2__shape-22 {
  position: absolute;
  right: 190px;
  top: 22px;
  z-index: 1;
  -webkit-animation: translateor35 5s linear infinite;
  animation: translateor35 5s linear infinite;
}
/* Testimonisal section */
.reviews {
  padding: 80px 0 40px;
  background: rgb(249, 249, 249);
  background: -moz-linear-gradient(
    180deg,
    rgba(249, 249, 249, 1) 61%,
    rgba(255, 255, 255, 1) 85%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(249, 249, 249, 1) 61%,
    rgba(255, 255, 255, 1) 85%
  );
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 1) 61%,
    rgba(255, 255, 255, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
}
.reviews .testi-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: start;
  gap: 20px;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 46px 25px 25px 35px;
  margin: 30px 0px 35px 15px;
  box-shadow: -5px 8px 20px 0px rgba(0, 37, 89, 0.06);
  border-radius: 10px;
  position: relative;
}
.reviews .testi-card::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -29px;
  border-bottom: 0 solid;
  border-left: 0 solid;
  border-right: 45px solid;
  border-top: 45px solid;
  background-color: initial;
  border-color: transparent;
  border-top-color: #ffffff;
}
.reviews .testi-card_text {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
.reviews .testi-card_content .review-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews .testi-card_content .review-flex .review-name h3 {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}
.reviews .testi-card_content .review-flex .review-name h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
  padding: 0;
}
.reviews .testi-card_content .review-flex .review-name h4::before {
  display: none;
}
.reviews .testi-card_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.reviews .testi-card_img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100px !important;
  height: 10 0px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: -1px;
}
.reviews .testi-card_img {
  width: 110px;
  border: 1px solid #1363bc;
  border-radius: 10px;
  margin-right: 20px;
}
.reviews .review-flex .review-name h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.2;
  margin: 0;
}
.reviews .review-flex .review-name span {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
}
.reviews .testi-card_icon img,
.service-details h2 .featured span img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(74%) saturate(1750%)
    hue-rotate(195deg) brightness(89%) contrast(92%);
}
.reviews .testi-card_icon {
  width: 40px;
  position: absolute;
  top: -16px;
  left: 40px;
}
.reviews .review-flex {
  margin-left: 30px;
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews .custom-nav button {
  display: inline-block;
  padding: 0;
  background-color: var(--secondary-color);
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  border: 1px solid #f2f2f2;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.reviews .carousel-indicators {
  bottom: -80px;
}
.reviews .carousel-indicators .owl-dot,
.reviews .carousel-indicators .owl-dot.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 5px;
  box-sizing: border-box;
}
.reviews .carousel-indicators .owl-dot {
  background: #e2e2e2;
  border: 4px solid #fff;
}
.reviews .carousel-indicators .owl-dot.active {
  color: #fff;
  background: var(--primary-color);
  border: 5px double;
}
.reviews h4 b {
  color: var(--secondary-color);
}
.custom-nav button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.custom-nav i {
  margin: 0; /* Optional: adjust icon margin */
}

.alert-block p {
  font-size: 18px;
  color: #373f41;
  font-weight: 300;
}
.alert-block .privacy-policy h5 {
  font-weight: 500;
  font-size: 20px;
  color: #373f41;
  margin-bottom: 1rem;
}
.alert-block h2 {
  font-weight: 500;
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.dwn_pdf_style_2 {
  padding: 50px 0;
}
/* blog section */
.blog-box {
  padding: 0;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.5sease-in-out;
  transition: all 0.5sease-in-out;
}
.blog-box .blog-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
.blog-box .blog-image .bg-size,
.hover-img .blog-box .blog-image .bg-size img {
  -webkit-transition: 0.4sease;
  transition: 0.4sease;
  border-radius: 8px;
}
.blog-box .blog-image .bg-size img{
    object-fit: cover;
    height: 250px;
}
.banner-part a {
  display: block;
  width: 100%;
}
.blog-box .blog-details a {
  text-decoration: none;
}
.blog-box .blog-details h6 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.blog-box .post-item__meta-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--secondary-color);
}
.blog-wrap .custom-nav button {
  display: inline-block;
  padding: 0;
  background-color: var(--secondary-color);
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  border: 1px solid #f2f2f2;
  width: 56px;
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 999px;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  top: 50%;
}
.blog-wrap {
  padding: 0px 0 80px;
}

/* blog details */
.section-padding {
  padding: 60px 0px;
}
.blog__details-thumb {
  position: relative;
}
.blog__details-thumb .date {
  position: absolute;
  color: #fff;
  background-color: var(--secondary-color);
  font-size: 18px;
  right: 0;
  padding: 10px 20px;
  border-radius: 0 5px 0 5px;
}
.blog__details-thumb img {
  height: 400px;
  object-fit: fill;
}
.blog__details-content-top {
  margin-top: 32px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog__details-content-top span {
  font-size: 14px;
  color: var(--secondary-color);
  margin-right: 27px;
}
.blog__details-content-top span i {
  color: #000;
  margin-right: 3px;
}
.blog__details-content h2 {
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 2.5rem;
}
.blog__details-content p {
  text-transform: none;
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 28px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/* Media CSS */

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 575.98px) {
  .main_menu .navbar .w-25 {
    width: 100% !important;
  }
  .site-section1 .small-image {
    left: 10px;
  }
  /* .main_menu .navbar img {
    max-height: 4.5rem;
  }
  .navbar-brand img {
    margin-left: -1.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  } */
  .navbar-custom .navbar-nav {
    height: auto;
  }
  .navbar-custom .mt-3 {
    margin-top: -1rem;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding-left: 1.5rem;
    font-weight: 500;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    width: 100vh;
  }
  .navbar-custom .dropdown-menu {
    margin: 0;
    width: 100%;
    border-radius: 0rem;
    box-shadow: 0 0 1.563rem rgba(0, 0, 0, 0.2);
    margin-top: -0.125rem;
  }
  .navbar-custom .navbar-collapse {
    margin-top: -0.5rem;
  }
  .navbar-custom .dropdown-large-content {
    top: 20;
    right: 0 !important;
    left: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0em;
    background-color: #fff;
  }

  .homeSlider .carousel-caption {
    background: var(--secondary-color);
    position: inherit;
    left: inherit;
    right: inherit;
    padding: 18px 20px;
    bottom: inherit;
  }
  .carousel-caption h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .site-section4 .stores-badge span img {
    width: 160px;
  }
  #downloadapp {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 10px 0;
  }
  #downloadapp .stores-badge {
    margin-top: 15px;
    text-align: center;
  }
  .team-wrap h2 {
    margin-bottom: 26px;
    text-align: center;
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .team-wrap,
  .reviews {
    padding: 40px 0;
  }
  .homeSlider .carousel-indicators {
    margin-bottom: 0;
    position: inherit;
    padding-top: 10px;
    left: inherit;
    right: inherit;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .carousel-caption p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .services .service-item .icon {
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 36px;
    line-height: 0;
  }

  .homeSlider .carousel-caption .display-1 {
    font-size: 1.5rem;
    margin-top: -1rem;
  }
  /* .homeSlider .carousel-control-next {
    height: 27vh;
    position: absolute;
    margin-top: 2.5rem;
  }
  .homeSlider .carousel-control-prev {
    height: 27vh;
    position: absolute;
    margin-top: 2.5rem;
  } */
  .carousel-inner img {
    height: 32vh;
  }

  .site-section1 {
    padding: 3rem 1rem 3rem 1rem;
    font-size: 15px;
  }
  .site-section1 .hello {
    font-size: 3rem;
  }
  .dwn_pdf_style_2 h2 {
    font-size: 20px;
    line-height: normal;
  }
  .alert-block p {
    font-size: 15px;
  }
  .site-section1 h4 {
    font-size: 1rem;
    line-height: 0.25rem;
    margin-top: -0.5rem;
  }
  .site-section1 .py-2 {
    padding-bottom: 0rem !important;
  }
  .site-section1 .mb-5 {
    margin-bottom: 1rem !important;
  }
  .site-section1 .mt-5 {
    margin-top: 0.5rem !important;
  }

  .site-section2 {
    padding: 3rem 1rem 3rem 1rem;
  }
  .site-section2 .hover-fade-title {
    font-size: 1rem;
    margin-top: -3rem;
    margin-left: 1rem;
  }
  .site-section2 .sec-padtop {
    margin-top: 1.5rem;
  }

  .site-section3 {
    padding: 3rem 0;
    text-align: left;
  }
  .site-section3 .display-6 .h5 {
    text-align: left;
  }
  .site-section3 .p-5 {
    padding: 0.875rem !important;
  }
  .site-section3 .w-75 {
    width: 100% !important;
  }

  .site-section4 {
    padding: 1rem;
  }
  .site-section4 .display-6 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
  }
  .site-section4 .w-50 {
    width: 100vh !important;
  }
  #whychoose .col-lg-4.d-flex {
    margin-top: 24px;
  }

  .footer-section {
    font-size: 0.875rem;
  }
  .footer-section img {
    max-height: 5rem;
    object-fit: contain;
  }
  .site-section2,
  .services,
  .work-wrap {
    padding: 20px 0;
  }
  .footer-section .ps-5 {
    padding-left: 1rem !important;
  }
  .footer-section .pt-4 {
    padding-top: 0rem !important;
  }
  .footer-section .mt-5 {
    margin-top: 2rem !important;
  }
  .footer-section .address {
    line-height: 2rem;
  }
  .footer-section .slogan {
    margin-left: 0rem;
    max-height: 50px;
    text-align: center;
  }
  .footer-section h4 {
    text-align: center;
    margin-top: 4rem;
  }
  .footer-section .footer-contact {
    margin-left: 0rem !important;
    margin-top: 0.313rem !important;
  }
  .footer-section .footer-copyright {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .footer-section .footer-copyright .mt-5 {
    margin-top: 2rem !important;
  }

  #scroll i {
    font-weight: 700;
    margin-left: 0.5rem;
    font-size: 1rem;
    margin-top: 5px;
  }
  #scroll {
    position: fixed;
    bottom: 0.875rem;
    right: 0.875rem;
    height: 2rem;
    width: 2rem;
    border-radius: 5rem;
  }

  .innerheader-aboutus .banner-section {
    height: 25vh;
    padding: 0rem;
  }
  .innerheader-aboutus .display-2 {
    font-size: 1.15rem;
    margin-top: 6.5rem;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.5);
  }
  .vb-about-section1 {
    padding: 3rem 1rem 3rem 1rem;
  }
  .site-section4 .img-wrap,
  .shape-mockup {
    display: none;
  }
  .sec-title h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .site-section3 .image-column .inner-column .image-box .float-text {
    display: none;
  }
  .sec-title {
    margin-bottom: 25px;
  }
  .site-section5 .wrap {
    min-width: 400px !important;
    max-width: 400px !important;
  }
  .services .service-item {
    position: relative;
    padding-top: 20px;
  }
  .services .service-item .title {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 22px;
  }
  .services .service-item .imgwrap img {
    height: auto;
  }
  .services .service-item .icon i {
    font-size: 35px;
  }
  .services .service-item .icon:before {
    width: 25px;
    height: 25px;
  }
  .footer-section .footer-menu {
    gap: 5px;
  }
  .footer-section .footer-menu .icons {
    border-right: 0px solid #fff;
  }
  .navbar-brand {
    margin-left: 0rem;
  }
  .main_menu .navbar-brand img {
    max-width: 70px;
  }
  .site-section1 h4,
  .site-section3 h4,
  .join-patner h4,
  .site-section5 h4,
  .reviews h4 {
    font-size: 18px;
  }
  .reviews .testi-card {
    padding: 38px 20px 25px 20px;
  }
  .reviews .custom-nav button {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .team-card .team-title {
    font-size: 18px;
    line-height: 12px;
    margin: 0;
  }
  .blog-wrap .custom-nav button {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .blog-wrap .owl-prev {
    left: 0;
    right: auto;
    z-index: 1;
  }
  .blog-wrap .owl-next {
    right: 0;
    left: auto;
    z-index: 1;
  }
  .blog-box .blog-details h6 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 0;
  }
  .blog-box .post-item__meta-date {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 576px) and (max-width: 768.98px) {
  /* .homeSlider .carousel-inner,
  .homeSlider .carousel-item {
    height: 100vh;
  } */
  .homeSlider .carousel-caption h2 {
    font-size: 2em;
  }
  .homeSlider .carousel .carousel-indicators {
    bottom: 35%;
  }

  /* .homeSlider .carousel-control-next {
    height: 27vh;
    position: absolute;
    margin-top: 40px;
  }
  .homeSlider .carousel-control-prev {
    height: 27vh;
    position: absolute;
    margin-top: 40px;
  } */
  .site-section4 .img-wrap,
  .shape-mockup {
    display: none;
  }
  .carousel-inner img {
    height: 40vh;
    object-fit: fill;
  }
  .blog-wrap .custom-nav button {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .blog-wrap .owl-prev {
    left: 0;
    right: auto;
    z-index: 1;
  }
  .blog-wrap .owl-next {
    right: 0;
    left: auto;
    z-index: 1;
  }
  .blog-box .blog-details h6 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    margin-bottom: 0;
  }
  .blog-box .post-item__meta-date {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 768.99px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }
  .blog-wrap .custom-nav button {
    width: 40px;
    height: 40px;
  }
  .blog-wrap .owl-prev {
    left: -28px;
    right: auto;
  }
  .blog-wrap .owl-next {
    right: -28px;
    left: auto;
  }
  header {
    padding: 0;
  }
  .site-section4 {
    padding: 3rem 0rem 0rem 0rem;
  }
  .site-section4 .img-wrap {
    position: inherit;
    transform: translateY(0);
  }
  .site-section4 .img-wrap img {
    width: 65%;
  }
  .site-section2 .feature-box {
    padding: 15px;
    height: 100%;
  }
  .site-section2 .feature-box p {
    font-size: 16px;
  }
  .join-patner .text-center {
    background-position: 23% 0;
  }
  .sec-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .site-section3 .image-column .inner-column {
    position: relative;
    margin-right: 24px;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  .site-section2,
  .services,
  .work-wrap {
    padding: 50px 0;
  }
  .homeSlider .carousel-indicators {
    margin-bottom: 1rem;
    justify-content: start;
  }
  .homeSlider .carousel-caption {
    bottom: 14%;
  }
  .carousel-caption h1 {
    font-size: 38px;
  }
  .carousel-caption p {
    font-size: 21px;
    margin-top: 22px;
    line-height: 37px;
  }
  .btn-primary {
    padding: 10px 20px;
  }
  .site-section1 {
    padding: 4rem 0rem;
  }
  .site-section1 .carousel-fade .carousel-item {
    height: 100vh;
  }
  .site-section5 {
    padding: 3rem 0 1rem;
    position: relative;
  }
  .site-section5 .wrap h3 {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 0 0 0 5px;
    bottom: 0;
    left: 0;
  }
  .carousel-inner img {
    height: 40vh;
    object-fit: fill;
  }
  .blog-wrap .section-title {
    padding-bottom: 35px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

@media (min-width: 760px) {
  .footer-wave-svg {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .blog__details-thumb img {
    height: auto;
  }
  .blog__details-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .blog__details-thumb .date {
    font-size: 12px;
    padding: 5px 15px;
  }
  header {
    padding: 0;
    background: #fff;
    border-radius: 0;
    position: relative !important;
  }
  .carousel-inner {
    margin-top: 35px;
  }
  .site-section5 .wrap h3 {
    padding: 10px 34px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 0 0 0 5px;
    bottom: 0;
    left: 0;
  }
  .site-section5 .wrap img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
  }
  .site-section5 .wrap {
    min-width: 334px;
    max-width: 334px;
  }
  .site-section5 .col {
    margin-bottom: 1rem;
  }
  .site-section5 {
    padding: 0;
  }
  .counts .title h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .counts .counters span {
    font-size: 30px;
  }
  .site-section2 .section-title p,
  .services .section-title p,
  .work-wrap .section-title p {
    font-size: 22px;
  }
  .site-section2 .section-title h2,
  .services .section-title h2,
  .work-wrap .section-title h2 {
    padding: 2px 25px;
  }
  .blog-wrap .section-title {
    padding-bottom: 25px;
  }
  .site-section2 .section-title,
  .services .section-title,
  .work-wrap .section-title {
    padding-bottom: 25px;
  }
  .site-section1 ul i {
    line-height: 32px;
  }
  .counts {
    padding: 46px 0 30px 0;
  }
  .work-wrap span {
    width: 42px;
    height: 42px;
    padding: 21px;
    font-size: 16px;
  }
  .site-section2 {
    padding: 35px 0;
  }
  .btn-primary {
    padding: 10px 20px;
  }
  .site-section1 h4,
  .site-section3 h4,
  .join-patner h4,
  .site-section5 h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  .sec-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .site-section3 .image-column .inner-column {
    position: relative;
    margin-right: -11px;
    margin-left: 16px;
  }
  .faq-column {
    margin-top: 20px;
  }
  .navbar-toggler {
    padding: 5px 11px;
    color: #fff;
    background-color: var(--primary-color);
  }
  .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 37px;
  }
  .site-section1 {
    padding: 30px 0;
  }
  .navbar-expand-lg .navbar-info {
    display: none;
  }
  .navbar-collapse {
    background: #fff;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--primary-color);
    padding: 0 0 0 18px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    display: none;
  }
  .main_menu .navbar {
    height: 0px;
    padding: 0 !important;
  }
  .homeSlider .carousel-indicators {
    margin-bottom: 2rem;
  }
  .carousel-control-next {
    right: 10px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 25px;
    height: 25px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 12px;
    height: 12px;
  }
  .site-section4 {
    padding: 3rem 0rem;
  }
}
@media (max-width: 375px) {
  .site-section5 .wrap {
    min-width: 352px !important;
    max-width: 353px !important;
  }
}
@media (max-width: 320px) {
  .site-section5 .wrap {
    min-width: 290px !important;
    max-width: 324px !important;
  }
  .site-section1 h4,
  .site-section3 h4,
  .join-patner h4,
  .site-section5 h4,
  .reviews h4 {
    font-size: 15px;
  }
}
