/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --theme-main-color: #e2a135;
  --theme-second-color: #bb9d65;
  /*--color_black: #0e0e0e;*/
  --color_black: #626060;
  --color--white: #fff;
  --color-blue: #1877f2;
  --color--linkedin: #0077b5;
  --color--whatsapp: #25d366;
  --para-main: #1d2634;
  --para1-color: #303030;
  --para2-color: #ebebeb;
  --bg-color: #f0f0f0;
  --gradient-color1: linear-gradient(
    90deg,
    rgba(226, 161, 53, 1) 0%,
    rgba(187, 157, 101, 1) 100%
  );
  --gradient-color2: linear-gradient(
    90deg,
    rgba(226, 161, 53, 1) 0%,
    rgba(187, 157, 101, 1) 50%,
    rgba(226, 161, 53, 1) 100%
  );
  --gradient--insta: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
body {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h1 {
  /* font-size: clamp(1.5rem, 3.8vw, 2.8rem); */
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.4rem, 3.4vw, 2.4rem);
  font-weight: 600;
  color: var(--para-main);
}

h3 {
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: var(--para-main);
}

h4 {
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  color: var(--para-main);
}
p {
  font-size: 16px;
  font-weight: 400;
  color: var(--para1-color);
}
 ul{
  padding: 0px!important;
  margin: 0px!important;
}


.rounded-pill{
  font-size: 20px!important;
  font-weight: 600!important;
}





/* button css */
.blob-btn {
  z-index: 1;
  position: relative;
  padding: 6px;
  /* margin-bottom: 30px; */
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
  white-space: nowrap;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* border: 0.3px solid #e2a135; */
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #ffffff;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  /* background: #bb9d65; */
  background: url(./../images/log&icons/Logo-1.png) rgba(53, 32, 0, 0.753);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-shadow: 0 0 10px rgba(247, 194, 94, 0.726),
    0 0 20px rgba(240, 196, 115, 0.466);
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 30%;
  height: 100%;
  background: #e2a035;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
.blob-btn2 .blob-btn__inner {
  background: var(--theme-second-color);
}
/* button end */

/* Keyframes */
@keyframes beat {
  to {
    transform: scale(1.1);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(-30px);
  }
  67% {
    opacity: 1;
    transform: translateY(-40px);
  }
  100% {
    opacity: 0;
    transform: translateY(-55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Keyframes */
/* pagination */
.pagination ul {
  justify-content: center;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: var(--theme-main-color);
  border: 1px solid var(--theme-main-color);
  border-radius: 3px !important;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.pagination ul li a:hover,
.pagination ul li.active a {
  background: var(--theme-main-color);
  color: var(--color--white);
  border-color: var(--theme-main-color);
}

.pagination ul li a:focus {
  color: var(--color--white);
  background-color: var(--theme-main-color);
  box-shadow: 0px 0px 0px 2px var(--theme-main-color);
}

/* header start */

.navbar {
  width: 100%;
  padding: 0;
  box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
  transition: background-color 0.5s ease-in-out;
  /* transform: translateY(-100%); */
}
.fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: slideDown 0.5s ease forwards;
}
.navbar .navbar-brand{
	width: 350px;
}
.navbar .navbar-brand img{
	width: 100%;
	height: 100%;
}
.scrolled_nav {
  background-color: var(--color--white);
  box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
}
.navbar-brand {
  mix-blend-mode: multiply;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav {
  flex-wrap: wrap;
}
.top_bar {
  background: var(--gradient-color2);
}
.topbar_left a {
  color: var(--color--white);
}
.topbar_left a .top_icon,
.topbar_socials a {
  /* padding: 5px; */
  background-color: var(--color--white);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.topbar_left a:hover .top_icon img {
  animation: beat 0.5s infinite alternate;
}
.topbar_socials a.top_facebook {
  background-color: var(--color-blue);
}
.topbar_socials a.top_instagram {
  background: var(--gradient--insta);
}
.topbar_socials a.top_linkedin {
  background-color: var(--color--linkedin);
}
.topbar_socials a.top_whatsapp {
  background-color: var(--color--whatsapp);
}
.topbar_socials a:hover {
  animation: beat 0.5s infinite alternate;
}
.nav-item a.nav-link {
  color: var(--theme-main-color);
  font-weight: 600;
  transition: 0.3s ease;
	font-size: 17px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  background-color: var(--theme-second-color) !important;
  color: var(--color--white) !important;
  border-radius: 8px;
}

/* Hero Video Banner */
#hero_banner {
  /* min-width: 100%; */
  min-height: 100vh;
  display: flex;
  padding-top: 10%;
  /* align-items: center; */
  /* background-color: #333; */
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
/* .hero_content{
    display: flex;
    flex-direction: column;
} */
.hero_content h1 {
  color: var(--theme-main-color) !important;
  /* font-size: 70px; */
}
.hero_content p {
  color: var(--para2-color);
  padding: 10px 0;
}
.hero_content a {
  padding: 15px;
  border: 0.3px solid var(--color--white);
}
.hero_content.main_container {
  margin-left: 10%;
}

/* Usp Section */

.ocean {
  height: 30dvh;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23e2a135' opacity='0.8'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 15s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 20s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 22s -1s linear infinite;
  opacity: 0.5;
}

.usp_wrapper {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.usp_wrapper h5 {
  color: var(--para2-color);
}
@media (max-width: 992px) {
  .wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7' preserveAspectRatio='none'%3E%3Cpath d='M0,30 C200,60 600,0 800,30 L800,88.7 L0,88.7 Z' fill='%23e2a135'/%3E%3C/svg%3E");
    background-size: 100% 100%; /* ensures it fills width and height */
    background-repeat: no-repeat;
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s linear infinite;
    opacity: 0.8;
    bottom: 0;
  }
}
/* patient textimonial */
/* Gradient effect on carousel sides */
.testimonial-carousel::before,
.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  right: 0;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 100px;
  }
}

/* Transform and background changes for carousel items */
.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(0.7);
  transition: 0.5s;
}
.testimonial-carousel .owl-item .testimonial-text {
  background: var(--theme-main-color) !important;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

/* Smooth transition for text and image */
.testimonial-carousel .owl-item .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--theme-main-color) !important;
}

/* Navigation arrows styles */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 99999;
  width: 40%;
}

.testimonial-carousel:hover .owl-nav {
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  color: var(--theme-main-color);
  font-size: 28px !important;
  transition: 0.5s;
  cursor: pointer;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--theme-main-color);
}

/* Mobile adjustments */

.card_inner .testimonial-text {
  position: relative;
  margin-bottom: 40px;
}

.card_inner .testimonial-text::after {
  content: "";
  position: absolute;
  top: -32%;
  left: -6%;
  width: 100px;
  height: 100px;
  background: url(./../images/log&icons/quata-top.png) no-repeat;
  background-size: contain;
  z-index: 999;
  transform: rotate(5deg);
}
.card_inner .testimonial-text::before {
  content: "";
  position: absolute;
  top: 67%;
  right: -6%;
  width: 100px;
  height: 100px;
  background: url(./../images/log&icons/quota-bottom.png) no-repeat;
  background-size: contain;
  z-index: 999;
  transform: rotate(5deg);
}
.rounded-pill {
  background-color: #626060;
  color: var(--theme-main-color);
  width: fit-content;
}
.testimonial-text span {
  font-weight: 500;
}
/* about us */
.aboutus {
  background-color: #f0f0f0;
}
.aboutus li{
  list-style: square;
  margin-left: 20px;
  margin-bottom: 10px;
}
.aboutus .about_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30% 0 30% 0;
  z-index: 2;
}

.aboutus .about_img img {
  width: 97%;
  height: 97%;
  object-fit: cover;
  display: block;
  border-radius: 30% 0 30% 0;
}

.aboutus .about_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2%;
  right: -2%;
  border-radius: inherit;
  background: var(--theme-main-color);
  z-index: -1;
  border-radius: 30% 0 30% 0;
}
.about_text .icon {
  /* flex: 1; */
  background-color: var(--theme-main-color);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
}
.about_text .icon img {
  width: 60%;
  height: 60%;
  object-fit: cover;
  display: block;
}
.about_text .text {
  flex: 1;
}
.blob-btn i {
  color: var(--para-main);
}
.blob-btn:hover i {
  transform: translateX(5px);
}

/* services */

#services .service_card,
#conditions .service_card {
  /* background-color: var(--theme-main-color); */
  padding: 15px;
  border: none !important;
  transition: 0.3s ease-in-out;
}

#services .service_card a,
#conditions .service_card a {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: none !important;
  border-radius: 20px;
  overflow: hidden;
}

#services .service_card figure,
#conditions .service_card figure {
  height: 220px;
  overflow: hidden;
}

#services .service_card figure img,
#conditions .service_card figure img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#services .service_card a:hover figure img,
#conditions .service_card a:hover figure img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

#services .service_card .service_card_content,
#conditions .service_card .service_card_content {
  padding: 10px 30px;
  height: 225px;
}

#services .service_card .service_card_content .card-caption h4,
#conditions .service_card .service_card_content .card-caption h4 {
  color: var(--theme-main-color);
}
#services .service_card a:hover .service_card_content .card-caption h4,
#conditions .service_card a:hover .service_card_content .card-caption h4 {
  color: var(--para-main);
}

#services .service_card a:hover,
#conditions .service_card a:hover {
  background-color: var(--theme-main-color);
  transition: 0.3s ease-in-out;
}

#services .service_card a .service_card_content .card-description p,
#conditions .service_card a .service_card_content .card-description p {
  color: var(--para1-color) !important;
}

#services .service_card a:hover .service_card_content .card-description p,
#conditions .service_card a:hover .service_card_content .card-description p {
  color: var(--para2-color) !important;
}

#services .owl-nav,
#conditions .owl-nav {
  position: absolute;
  top: -12%;
  right: 2%;
  font-size: 30px;
  display: flex;
  gap: 30px;
}

#services .owl-nav i,
#conditions .owl-nav i {
  color: var(--theme-second-color);
}

#services .owl-theme .owl-nav [class*="owl-"]:hover,
#conditions .owl-theme .owl-nav [class*="owl-"]:focus {
  background: transparent;
}

#services .owl-theme .owl-nav [class*="owl-"]:hover i,
#conditions .owl-theme .owl-nav [class*="owl-"]:hover i {
  color: var(--theme-main-color) !important;
}
#services .blob-btn:hover,
#conditions .blob-btn:hover {
  border: 02px solid var(--color--white);
}
#conditions,
#directbilling {
  background-color: var(--bg-color);
}
#conditions .service_card {
  background-color: var(--bg-color);
}
/* why us */
#whyus .why_icon {
  flex: 1;
  border-radius: 30% 0 30% 0;
  overflow: hidden;
  border: 5px solid var(--theme-main-color);
}
#whyus .why_icon img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#whyus .about_text p{
	margin-left: 20px;
}
/* products */
#products .card {
  position: relative;
  /* width: 320px; */
  /* height: 480px; */
  background: var(--theme-second-color);
  border-radius: 20px;
  overflow: hidden;
}

#products .card::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 100%;
  background: var(--theme-main-color);
  transform: skewY(345deg);
  transition: 0.5s;
}

#products .card:hover::before {
  top: -70%;
  transform: skewY(390deg);
}

/* .card::after {
  content: "CORSAIR";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.1);
} */

#products .card .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  z-index: 1;
}

#products .card .imgBox img {
  width: 60%;
  height: 200px;
  transform: rotate(15deg);
  transition: 0.5s;
}

/* .card:hover .imgBox img {
    max-width: 50%;
      
} */

#products .card .contentBox {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

#products .card .contentBox h5 {
  /* font-size: 18px; */
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#products .card .contentBox p {
  color: var(--para-main);
}
#products .card .contentBox .price {
  font-size: 24px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}

#products .card .contentBox .buy {
  position: relative;
  top: 100px;
  opacity: 0;
  padding: 10px 30px;
  margin-top: 15px;
  color: #000000;
  text-decoration: none;
  background: var(--theme-main-color);
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}

#products .card:hover .contentBox .buy {
  top: 0;
  opacity: 1;
  background-color: var(--theme-main-color);
  color: var(--color--white);
  font-weight: 700;
}

#products .mouse {
  height: 300px;
  width: auto;
}
/* team slider */
#team {
  /* background-color: var(--bg-color); */
}
#team .card.team_card {
  border: none !important;
  padding: 10px;
  /* background-color: var(--bg-color); */
}
.team_contentt {
    height: 100px;
}
#team .card.team_card a {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #626060;
  border-radius: 20px;
}

.team_wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.team_wrapper .team_image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: auto;
  transition: all 0.5s ease-in-out 0s;
  /* height: 220px; */
  border-radius: 10px;
}

.team_wrapper .team_image {
  width: 90% !important;
  overflow: hidden;
  max-height: 350px;
  border-radius: 25px;
  background: var(--gradient-color1);
  padding-bottom: 60px;
}

.team_socials {
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  /* adjust to control the size  */
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: #ffffff;
  /* background-color: #ac50ef; */
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_socials li i {
  font-size: 32px;
}

/* .team_wrapper:hover .team_image img {
  transform: scale(1.2);
} */

.team_wrapper .social {
  list-style: none;
  padding: 30px 15px;
  margin: 0;
  background: var(--gradient-color1);
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 0;
  left: -30%;
  transition: all 0.4s ease-in-out 0s;
}

.team_wrapper:hover .social {
  left: 0;
}

.team_wrapper .social li {
  display: block;
}

.team_wrapper .social li i {
  display: block;
  padding: 5px 0;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.team_wrapper .social li:first-child a {
  padding-top: 0;
}

.team_wrapper .social li:last-child a {
  padding-bottom: 0;
}

.team_wrapper .social li i:hover {
  color: var(--theme-main-color);
}

.team_wrapper .team_content {
  width: 100%;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

.team_wrapper .team_title {
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--color--white);
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 20px;
}

.team_wrapper .team_post {
  display: block;
  color: var(--theme-main-color);
  text-align: center;
}

.team_wrapper:hover .team_content {
  background: var(--bg-color);
}
.team_card:hover {
  transform: translateY(-10px);
}
/* direct billing */
#directbilling .directbiller .directbiller_img {
  width: 100%;
	background-color: #fff;
	padding: 5px;
  max-height: 180px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  box-shadow: rgba(255, 207, 77, 0.26) 1.95px 1.95px 2.6px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  /* background-color: var(--theme-main-color); */
}

#directbilling .directbiller .directbiller_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#directbilling .directbiller .directbiller_img:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

/* blogs */
#projects {
  /* background-color: var(--bg-color); */
}

#projects .project_img figure {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(190, 190, 190, 0.1) 0px 4px 6px -1px,
    rgba(179, 179, 179, 0.06) 0px 2px 4px -1px;
  position: relative;
  /* transition: all .4s ease-in-out; */
  width: 100%;
  height: 280px;
}

#projects .project_img figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#projects .project_img figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(
    0deg,
    rgba(70 59 38) 0%,
    rgba(226, 161, 53, 0.25) 57%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 100% 100%;
  /* transition: all 0.4s ease-in-out; */
  /* background: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%); */
}

#projects .project_details {
  z-index: 9;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  /* transition: all .4s ease-in-out; */
}

#projects .project_details .project_btn {
  display: none;
  transition: all 0.4s ease-in-out;
}

#projects .project_img figure:hover .project_details .project_btn {
  display: block;
  transition: all 0.4s ease-in-out;
}
#projects .project_img:hover figure::before {
  background-size: 200% 200% !important;
  background-position: bottom center;
}
#projects .project_details P{
	color: #fff;
}
#footer {
  background-color: var(--color_black);
}
#footer .footer_links ul li a,
#footer .footer_links ul li a p {
  color: var(--para2-color);
}
#footer .footer_links ul li:hover a {
  color: var(--theme-main-color);
}
#footer .footer_links .footer_title {
  color: var(--theme-main-color);
}
#footer .footer_links ul li a i{
	font-size: 22px;
	margin-top: 2%;
}
/* ----- */
#footer .footer_links ul li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-5px);
}

#footer .footer_links ul li a:hover::before {
  content: "\f105";
  opacity: 1;
  transform: translateX(0);
}
/* footer bottom */
.footer_bottom {
  background-color: var(--para-main);
}

.footer_bottom p a {
  color: var(--theme-main-color) !important;
}

.footer_bottom p:hover a {
  color: var(--theme-second-color) !important;
  font-weight: 400;
  text-decoration: underline;
}
/* back to top */
.chevron {
  position: absolute;
  width: 20px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  cursor: pointer;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--theme-main-color);
}

.chevron:before {
  left: 0;
  transform: skew(0deg, -30deg); /* flipped */
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, 30deg); /* flipped */
}

#backToTop {
  position: fixed;
  bottom: 2%;
  right: 3%;
  z-index: 999;
  cursor: pointer;
}
.back_top_text {
  position: absolute;
  bottom: -8px;
  width: 100px;
  font-size: 11px;
  color: var(--para-main);
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  right; 40px;
}
/* common breadcrumb */
.page_breadcrumb {
  padding: 150px 0 120px;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb .breadcrumb-item a {
  color: var(--theme-second-color);
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item.active {
  color: var(--theme-main-color);
  font-weight: 500;
}
.page_breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);

  /* transition: all 0.4s ease-in-out; */
  /* background: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%); */
}
.breadcrumb_wrapper {
  position: relative;
  z-index: 2;
}
/* site map */
#site_map {
  line-height: 0.7;
}
#site_map iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
  border-right: 8px solid var(--theme-main-color);
}
.card_details {
  background-color: var(--color_black);
  /* padding: 15px 20px; */
  border-right: 10px solid var(--theme-main-color);
  border-radius: 15px;
  overflow: hidden;
}
.card_details i {
  font-size: 30px;
  color: var(--para-main);
  transition: animation 0.5s ease-in-out;
}
.card_details a:hover i {
  color: var(--bg-color);
  animation: beat 0.5s infinite alternate;
}
.card_details h4 {
  color: var(--color--white);
}
.page_contact_icon {
  top: 0;
  left: 0;
  background-color: var(--theme-main-color);
  width: 80px;
  height: 80px;
  display: flex;
  padding-top: 15px;
  padding-left: 15px;
  /* align-items: center; */
  /* justify-content: center; */
  border-radius: 0 0 100% 0;
}
.card_details .card_content p {
  color: var(--theme-main-color);
}
.contact__info {
  background: url(./../images/contact/formbg.webp) rgba(216, 151, 11, 0.6)
    no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.page_contact_form {
  background-color: var(--bg-color);
}
.contact_form {
  background-color: var(--color_black);
  padding: 50px 30px;
  border-right: 10px solid var(--theme-main-color);
  border-bottom: 10px solid var(--theme-main-color);
  border-radius: 30px 0 0 30px;
}
.contact__info {
  border-radius: 0 30px 30px 0;
  border-left: 10px solid var(--theme-main-color);
  border-top: 10px solid var(--theme-main-color);
}
.page_contact_form input::placeholder,
.page_contact_form textarea::placeholder,
.page_contact_form select::placeholder,
.page_contact_form select,
#career_form .careerform input::placeholder,
#career_form .careerform textarea::placeholder,
#career_form .careerform select::placeholder,
#career_form .careerform select {
  color: var(--theme-main-color);
}
.page_contact_form input,
.page_contact_form textarea,
.page_contact_form select,
#career_form .careerform input,
#career_form .careerform textarea,
#career_form .careerform select {
  border: none;
  border-left: 5px solid var(--theme-main-color);
  box-shadow: none;
  color: var(--theme-main-color) !important;
}
.page_contact_form label {
  font-weight: 700;
  font-size: 18px;
  color: var(--bg-color);
}
.page_contact_form input:focus,
.page_contact_form textarea:focus,
.page_contact_form select:focus {
  border: none;
  border-left: 5px solid var(--theme-main-color);
  box-shadow: none;
}
.contact__info_wrap h2,
.contact_form h2 {
  color: var(--theme-main-color);
}
.contact__info_wrap p {
  color: var(--theme-main-color);
}
.contact_logo {
  mix-blend-mode: lighten;
  display: inline-block;
}
/* gallery page */

.thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal.modal-down .modal-dialog {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.modal-content {
  top: 30px;
}
.mod-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background-color: transparent;
  color: var(--para-main);
  font-weight: 600;
  font-size: 18px;
}
.mod-btn.left {
  left: 5%;
}
.mod-btn.left:hover,
.mod-btn.right:hover {
  color: var(--theme-main-color);
}
.mod-btn.right {
  right: 5%;
}
.img-thumbnail {
  padding: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24);
}

#footer .footer_logo a img {
  mix-blend-mode: lighten;
  display: inline-block;
}

/* service page */
.aside_more_services{
  position: sticky;
    top: 80px;
}

.aside_more_services h4{
  text-transform: uppercase;
}

.aside_more_services ul li {
  background-color: var(--theme-main-color);
}
.aside_more_services ul li a figure {
  /* flex: 1; */
  width: 100px;
}
.aside_more_services ul li a figure img {
  width: 100%;
  display: block;
	max-height: 70px;
}
.aside_more_services ul li a .text_con {
  flex: 1;
}
.aside_more_services ul li a .text_con h5 {
  color: var(--para2-color) !important;
}
.aside_more_services a .text_con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.aside_more_services ul li {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 10px, rgba(0, 0, 0, 0.22) 0px 4px 6px;
}
.aside_more_services ul.more_services_list li:hover {
  background: var(--gradient-color1);
  border-radius: 12px;
  transition: all 0.5s ease;
}

.aside_more_services ul li:hover a .text_con h5 {
  color: var(--bg-color);
}
.page_services_detailscontent ul,
.page_services_detailscontent ul li {
  list-style: square!important;
	margin-left: 30px;
  text-align: justify;
}
/* .page_services_detailscontent ul li{
	list-style: disc;
	display: flex;
	align-items: center;
} */
.page_services_detailscontent ul li::marker {
  color: var(--theme-main-color);
  font-size: 20px;
/* 	margin-top: 10px; */
}

.page_services_detailscontent h2 ,h3, h4, h5{
  margin-bottom: 0px;
  margin-top: 2%;
}

.page_services_details .contact_aside {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  /* z-index: -1; */
  z-index: 1;
}
.page_services_details .contact_aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_black);
  z-index: 2;
}
.page_services_details .page_conatct_details .page_other_call a {
  color: var(--bg-color);
  font-size: 16px;
}
.page_services_details .page_conatct_details .page_other_call a i {
  font-size: 30px;
  color: var(--theme-main-color);
  margin-right: 10px;
}
.page_services_details .page_conatct_details .page_other_call a:hover {
  color: var(--theme-green);
}
.page_services_details .page_conatct_details .page_other_call a:hover i {
  color: var(--color-white);
}
.overlay_top {
  z-index: 5;
  top: 0;
  left: 0;
}
.contact_aside .overlay_top h3 {
  background-image: var(--gradient-color1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
/* faq start */
.faq_img {
  position: relative;
}

.faq_img .img_1 {
  /* width: 530px; */
  /* height: 450px; */
  width: 80%;
  position: relative;
  margin-bottom: 15px;
}

.faq_img .img_1 img {
  border: 5px solid var(--theme-main-color);
}

.faq_img .img_1::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: var(--theme-main-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 10px solid var(--color--white);
  right: -5px;
  bottom: -5px;
  box-shadow: 5px 8px 30px rgb(5 13 54 / 5%);
}

.faq_img .img_2 {
  width: 40%;
  /* height: 270px; */
  position: absolute;
  top: 35%;
  right: 2%;
  border: 5px solid var(--theme-second-color);
}

.faq_text h1,
.faq_text h2,
.faq_text h3,
.faq_text h4,
.faq_text h5,
.faq_text h6 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.accordion-item {
  background-color: var(--colorWhite);
  border: none;
  margin-bottom: 25px;
}

.accordion-button {
  background: var(--theme-second-color);
  border-radius: 5px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  padding: 15px 50px 15px 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  color: var(--color--white);
  background-color: var(--theme-main-color);
  box-shadow: none;
}

.accordion-body {
  padding: 20px;
  background: #ffffff;
  box-shadow: 5px 8px 30px rgba(5, 13, 54, 0.05);
  border-bottom: 5px solid var(--theme-main-color);
}

.accordion-button::after {
  background: url(./../images/faq/faq-plus.png);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {
  background: url(./../images/faq/faq-minus.png);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-body p {
  border-left: 5px solid #000;
  padding-left: 15px;
}

.faq .accordion-item {
  margin-bottom: 0;
  margin-top: 25px;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--colorWhite);
  background-color: var(--theme-main-color);
  box-shadow: none;
}
/* team detaails */
.team_details_img {
  border: 5px solid var(--theme-main-color);
  transition: 0.5s ease-in-out;
}
.team_details_left {
  background-color: var(--color_black);
  padding: 30px;
}
.team_details_left:hover img {
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
}
.team_details_left_content h3,
.team_details_right_content_title {
  color: var(--theme-main-color);
}
.team_contact_details_item_content h6 a {
  color: var(--para-main);
}
.team_contact_details_item_content h6:hover a {
  color: var(--theme-second-color);
}
/* blog details page */
/* .main_details .blog_details_img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.main_details .blog_details_img img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
} */
.next_prev .next_prev_btn {
  background-color: var(--theme-main-color);
  border-radius: 10px;
}
.next_prev .next_prev_btn a {
  font-size: 16px;
  font-weight: 600;
  color: var(--para-main);
}
.next_prev .next_prev_btn a i {
  color: var(--bg-color);
}
.next_prev .next_prev_btn a:hover i {
  color: var(--color_black);
}
/* career page */
.career_img {
  border: 5px solid var(--theme-main-color);
  border-radius: 40% 20px 40% 20px;
  overflow: hidden;
}
.career_page .blob-btn {
  width: 30%;
}
.career_open_img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  flex: 0 0 40%;
  max-width: 40%;
}
.career_open_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.career_open_content {
  flex: 1;
  background-color: var(--theme-second-color);
  border-radius: 0 20px 20px 0;
  padding: 30px;
}
.carrer_wrapper {
  align-items: stretch;
}
.career_open_content h4 {
  color: var(--color-blue);
  height: 80px;
  display: flex;
  align-items: center;
}
.career_open_content p {
  color: var(--para2-color);
}
.career_open_content p strong {
  color: var(--para-main);
}
.carrer_wrapper:hover .career_open_img img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
#career_form .careerform {
  border: none;
  background: transparent;
  padding: 0;
}
#career_form {
  background: url(./../images/career/formbg.jpg), rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center right;
}
#career_form .careerform label {
  color: var(--theme-second-color);
}
/* funding page */
.funding-image img{
	width: 100%;
}
.funding-image{
	border-radius: 15px;
	overflow: hidden;
}
/* after devlop */
.page__aboutus h2{
	margin-bottom: 20px;
}
.bottom-menu {
    display: none; 
}
.sitemap iframe{
	width: 100%;
	height: 450px;
}
.sitemap h2{
	color: var(--theme-main-color);
}