/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  padding: 0;
  position: relative;
}
#slider span.last_slide_head {
  background: var(--color-blue);
  padding: 0px 6px;
  -webkit-animation: blink 2s infinite alternate;
}

a.theme_yellow_button:hover,.slick-list.draggable .nav-item img:hover,.read-more:hover,.theme_yellow_button:hover,.theme_blue_button:hover,#video:hover,.theme_color_button2:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#slider a.theme_yellow_button {
  margin-right: 20px;
}
#slider .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#slider h3 {
  font: 900 38px var(--font-nunito-sans);
  color: var(--dark-blue);
  padding: 0px;
}
.slide_text {
  font: 600 15px var(--font-nunito-sans);
  line-height: 26px;
  color: var(--dark-blue);
  /* padding-top: 0px; */
  /* padding-bottom: 7px; */
  padding-right: 7em;
}
#slider .inner_carousel{
  justify-content: space-between;
  padding-top: 10%;
}
#slider .slider-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#slider .slider-image{
  height: 600px;
}
.slider-box {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .carousel-prev-button {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
}
#slider .carousel-next-button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
#slider ol.carousel-indicators li {
  padding: 3px;
  border: 2px solid var(--dark-blue);
  margin-right: 7px;
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: transparent;
}
/*Fade slider*/
#slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
#slider .carousel-fade .carousel-item.active, #slider .carousel-fade .carousel-item-next.carousel-item-left, #slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#slider .carousel-fade .carousel-item-next, #slider .carousel-fade .carousel-item-prev, #slider .carousel-fade .carousel-item.active, #slider.carousel-fade .active.carousel-item-left, #slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider ol.carousel-indicators .active {
  background-color: var(--color-blue) !important;
  border: 2px solid var(--color-blue);
}
#slider .section-seperator {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#slider .slide_nav i {
  font-size: 14px;
  color: white;
  background-color: var(--dark-blue);
  padding: 11px 13px;
}
#slider .slide_nav i:hover {
  background-color: var(--color-blue);
  /* border-color: var(--color-blue); */
  color: #252525;
}
#our-projects .post-type-msg,#testimonial .post-type-msg {
  color: white;
}
/* ------------- Our Records ------------ */
#our-records {
  /* padding-top: 20px; */
}
#our-records h4{
  padding-bottom: 0;
}
#our-records h4 span {
  font: 900 32px var(--font-nunito-sans);
  color: var(--dark-blue);
}
#our-records span {
  font: 600 18px var(--font-nunito-sans);
  color: var(--dark-blue);
}
#our-records h5 {
  font: 700 18px/20px var(--font-nunito-sans);
  color: var(--color-blue);
  margin-bottom: 0;
  padding-top: 0;
}

/* --------- Partners ----------- */
#our-partners {
  background-color: var(--dark-blue);
  padding: 80px 0;
}
#our-partners .owl-carousel .owl-dots button{
  background-color: white !important;
}
.brand-images img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: brightness(100);
}
.brand-images:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(0%);
  /* filter: brightness(100); */
}
.brand-images:hover img {
  -webkit-animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
@keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

.section_main_heading img{
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: pulse 2s infinite ease-in-out alternate;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ------------ Our Projects ------------ */
#our-projects {
  background-color: var(--dark-blue);
}
.section_main_heading.white_head h4 {
  color: white;
}
#our-projects .project-tabs {
  text-align: right;
}
#our-projects .project-tabs ul {
  list-style-type: none;
  margin-left: 0;
}
#our-projects .project-tabs ul li {
  display: inline-block;
  padding: 0 12px;
}
#our-projects .project-tabs ul li button{
  background: transparent;
  border: none;
  color: #fff;
  font: 600 14px / 14px var(--font-nunito-sans);
}
#our-projects .project-tabs ul li a {
  font: 600 15px var(--font-nunito-sans);
  color: white;
  padding: 0;
}
#our-projects .project-tabs ul li .active {
  border-bottom: 2px solid var(--color-blue);
  color: var(--color-blue);
  background: transparent;
  border: none;
}
#our-projects .container-fluid {
  padding: 0;
}
/* ---------- Project Hover ---------- */
.project-box {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.project-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
  border-radius: 0;
}
.project-box:before, .project-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scaleX(0);
  transition: all 1s ease 0s;
  opacity: 0.8;
}
.tab-content-overflow-box{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;

}
.tab-content-overflow-box .latest-post-content{
  width: 375px;
  padding: 0;
  margin-bottom: 50px;
}

.tab-content-overflow-box::-webkit-scrollbar {
  width: 10px;
  height: auto;
  margin: 60px;
}
.tab-content-overflow-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--blackk);
  border-radius: 10px;
  background: var(--white);
  margin: 300px;
  top: 10px;
  position: relative;
}
.tab-content-overflow-box::-webkit-scrollbar-thumb {
  background: var(--color-blue);
  border-radius: 10px;
  /* margin: 60px; */
}


/* .tab-content-overflow-box::-webkit-scrollbar {
  /* width: 2px; 
  margin: 0px 20%;
  position: absolute;
}
.tab-content-overflow-box::-webkit-scrollbar-track {
  background: #fff;
  margin-top: 15px;
  /* margin-bottom: 5px; */
  /* width: 200px; 
  margin: 0px 20%;
}
.tab-content-overflow-box::-webkit-scrollbar-thumb{
  background: var(--color-blue);
  height: 8px;
  margin: 0px 20%;
} */



.project-box:after {
  transform: scaleY(0);
}
.project-box:hover:before, .project-box:hover:after {
  transform: scaleX(1);
}
.project-box:hover img {
  transform: scale(1.3);
}
.project-box .box-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  padding: 20px;
  opacity: 0;
  transform: translateY(-50%);
}
.project-box:hover .box-content {
  opacity: 1;
  transition: 2s;
}
.project-box:hover .box-content img {
  transform: scale(1);
  margin: 0;
}
.project-box .box-content .project-link, .blob-box .box-content .blog-link {
  font: 700 15px var(--font-nunito-sans);
  color: var(--dark-blue);
  margin-top: 18px;
  display: block;
}
#our-projects .owl-dots {
  margin: 0 auto;
}
#our-projects .owl-dots button.owl-dot{
  background-color: white !important;
}
/* ------------ Our Team ------------- */
#our-team .team-button {
  margin-top: 25px;
}
#our-team .team-tabs ul {
  list-style-type: none;
  margin-left: 0;
  padding-top: 30px;
}
#our-team .team-tabs ul li a {
  padding: 0;
}
#our-team .team-tabs ul li .active {
  border: 2px solid var(--color-blue);
}
#our-team .team-content {
  /* padding-top: 30px; */
}
.team-right-box:hover .team-right-slick-img:after {
  width: 5px;
  left: 0%;
  height: 100%;
}
.team-right-slick-img:after {
  content: '';
  width: 5px;
  height: 0%;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0px;
  background-color: var(--dark-blue);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
  z-index: 1;
}








.team-right-slick-img{
  height: 500px;
}
.team-right-slick-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#our-team .team-content span, #home-contact .home-contact-title {
  font: 700 16px var(--font-nunito-sans);
  color: var(--color-blue);
}
#our-team .team-content .team-text {
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
#our-team .team-content p {
  margin-bottom: 5px;
}
#our-team .social-profiles {
  padding-top: 20px;
}
#our-team .social-profiles i {
  width: 30px;
  height: 30px;
  background-color: var(--dark-blue);
  color: white;
  padding: 8px 8px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  animation: tada 3s linear infinite;
}
#our-team .social-profiles i:hover {
  background-color: var(--color-blue);
  color: var(--dark-blue);
}
#our-team .team-tabs ul li a{
  border: 1px solid #eeeeee;
}
#our-team .owl-carousel .owl-nav i {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  color: var(--color-bbbbbb);
}
.slick-list.draggable .nav-item{
  height: 300px;
}
.slick-list.draggable .nav-item img{
  height: 100%;
  object-fit: contain;
  width: fit-content;
  margin: auto;
}
.team-tabs{
  position: relative;
}
#our-team button.slick-arrow {
  display: none !important;
}
.sliders-custom-prev {
  left: -2%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
#slider img {
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.sliders-custom-next {
  right: -2%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.sliders-custom-next i,.sliders-custom-prev i{
  cursor: pointer;
}
#our-team a.theme_yellow_button{
  margin: 8% 0px;
}
/* ------------ Testimonial ------------- */
#testimonial .owl-carousel .owl-dots button {
  border: 2px solid white !important;
}
#testimonial .owl-carousel .owl-dots .active {
  border: 2px solid var(--color-blue) !important;
}
#testimonial .testimonials-box .testi-text p {
  font: 600 16px var(--font-nunito-sans);
  line-height: 26px;
  color: white;
  position: relative;
  /* padding: 20px 50px 50px; */
}
#testimonial .testimonials-box svg{
  width: 100%;
  height: 100%;
}
#testimonial .testimonials-box .testi-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  height: 80%;
}
.testimonials-box svg path{
  fill: transparent;
  stroke: #fff;
}
#testimonial .testimonials-box:hover svg path {
  fill: white;
}
#testimonial .testimonials-box .testi-text p:after {
  /* position: absolute;
  clip-path: polygon(0% 82.609%, 0% 0%, 100% 0%, 100% 82.609%, 55.718% 82.644%, 55.718% 82.644%, 54.736% 83.416%, 53.831% 84.48%, 53.013% 85.807%, 52.287% 87.368%, 51.664% 89.133%, 51.149% 91.073%, 50.753% 93.16%, 50.482% 95.362%, 50.345% 97.652%, 50.349% 100%, 50.349% 100%, 50.264% 99.947%, 50.197% 99.866%, 50.143% 99.759%, 50.103% 99.632%, 50.071% 99.489%, 50.047% 99.334%, 50.028% 99.171%, 50.011% 99.004%, 49.994% 98.837%, 49.974% 98.676%, 49.974% 98.676%, 49.661% 96.44%, 49.347% 94.32%, 49.011% 92.324%, 48.632% 90.462%, 48.189% 88.744%, 47.661% 87.179%, 47.027% 85.777%, 46.267% 84.547%, 45.359% 83.5%, 44.282% 82.644%, 0% 82.609%, 99.649% 0.791%, 0.351% 0.791%, 0.351% 81.818%, 44.649% 81.818%, 44.649% 81.818%, 44.719% 81.871%, 44.858% 82.016%, 45.047% 82.233%, 45.273% 82.501%, 45.518% 82.8%, 45.767% 83.108%, 46.003% 83.406%, 46.211% 83.672%, 46.373% 83.886%, 46.475% 84.028%, 46.475% 84.028%, 47.002% 84.883%, 47.492% 85.825%, 47.944% 86.848%, 48.359% 87.944%, 48.737% 89.107%, 49.079% 90.328%, 49.384% 91.601%, 49.654% 92.918%, 49.889% 94.272%, 50.088% 95.656%, 50.088% 95.656%, 50.218% 94.355%, 50.388% 93.085%, 50.598% 91.849%, 50.846% 90.655%, 51.132% 89.506%, 51.455% 88.41%, 51.814% 87.371%, 52.208% 86.395%, 52.637% 85.487%, 53.1% 84.652%, 53.1% 84.652%, 53.243% 84.436%, 53.456% 84.142%, 53.721% 83.793%, 54.02% 83.412%, 54.336% 83.025%, 54.649% 82.654%, 54.943% 82.324%, 55.199% 82.059%, 55.4% 81.882%, 55.526% 81.818%, 99.649% 81.818%, 99.649% 0.791%);
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
}
#testimonial .testimonials-box img {
  border-radius: 50%;
  margin-top: 30px;
  border: 2px solid white;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 3s;
}
@keyframes bouncess{
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}
#testimonial .testimonials-box h3 {
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-top: 5px;
}
#testimonial .testimonials-box h3 a {
  font: 700 20px var(--font-nunito-sans);
  color: white;
  display: inline-block;
  padding-top: 15px;
}
#testimonial .testimonials-box span {
  font: 700 15px var(--font-nunito-sans);
  letter-spacing: 1px;
  color: var(--color-blue);
  font-weight: 700;
}
#testimonial .testimonials-box:hover .testi-text p {
  color: var(--dark-blue);
}
#testimonial .owl-nav .owl-prev, #our-shop .owl-nav .owl-prev {
  right: 68px;
  top: -83px;
  left: auto;
}
#testimonial .owl-nav .owl-next, #our-shop .owl-nav .owl-next {
  right: 0px;
  top: -83px;
}
#testimonial .owl-nav button:hover i, #our-shop .owl-nav button:hover i {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}
#testimonial .owl-nav i, #our-shop .owl-nav i {
  border: none;
}
#our-shop .owl-nav i{
  background-color: #f5f5f5;
}
/* ------------ Our Blog ------------ */
#our-blogs .blog-text {
  font: 600 16px var(--font-nunito-sans);
  color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 30px;
  line-height: 30px;
}
#our-blogs .our-blogs-content {
  align-items: center;
}
/* ---------- Blog Hover ---------- */
.blob-box {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.blob-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blob-box .box-content {
  width: 90%;
  height: 90%;
  background-color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 50% 28px 43px;
  opacity: 0;
  transform: scaleX(0);
  z-index: 1;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.blob-box:hover .box-content {
  opacity: 1;
  transform: scaleX(1);
}
.blob-box .box-content .blog-text {
  padding-bottom: 10px;
}
#our-blogs .owl-nav button i {
  background-color: var(--dark-blue);
  color: white;
  border: none;
}
#our-blogs .owl-nav button i:hover {
  background-color: var(--color-blue);
  color: var(--white);
}
.blog-info {
  margin-top: 8px;
}
/* ------------ Why Choose Us ------------ */
#why-choose-us .why-choose-us-info h5 a {
  font: 700 19px/18px var(--font-nunito-sans);
  color: var(--dark-blue);
}
.why_choose_text {
  margin-bottom: 0;
}
#why-choose-us .why-choose-us-content {
  background-color: white;
  opacity: 0.7;
  padding: 50px 50px;
  margin-bottom: 50px;
}
.why-choose-us-info img{
  height: auto;
  width: auto;
  object-fit: contain;
  animation: pulse 1s infinite ease-in-out alternate;
}
/* ------------ Our Faq ------------- */


/* faq page */
#faq-page .accordion-button:not(.collapsed){
  border: none;
  background: var(--green);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font: 500 16px/28px var(--pri-font);
}
#faq-page .accordion-body{
  font: 400 14px/28px var(--pri-font);
}
#faq-page .accordion-item{
  border: none;
  box-shadow: 0px 0px 2px 0px #9e9c9c;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
#faq-page .accordion-button{
  box-shadow: 0px 0px 2px 0px #9e9c9c;
  border-radius: 10px;
  padding: 12px 30px;
  color: #000;
  font: 500 16px/28px var(--pri-font);
}
#faq-page .accordion-button.collapsed::after {
  content: '\f067';
}
#faq-page .accordion-button::after {
  content: '\f068';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset !important;
}


#our-faq a.accordion-button{
  color: var(--dark-blue) !important;
  background: transparent;
  padding: 25px 10px !important;
}
#our-faq .accordion-item{
  border-right: 0px;
  border-left: 0px;
}
#our-faq #accordion .card {
  border: none;
  border-top: 1px solid #cdd5df;
}
#our-faq .card-header:first-child{
  border-radius: 0;
}
#our-faq #accordion .card-header {
  border: none;
  padding-left: 0;
  cursor: pointer;
  padding: 22px 0;
}
#our-faq #accordion .card i {
  color: var(--color-blue);
  position: absolute;
  right: 20px;
  top: 28px;
  cursor: pointer;
}
#our-faq #accordion .card-body {
  padding-top: 0;
  padding-left: 0;
}
#our-faq .card-header, .card{
  background-color: transparent;
}
/* ---------- Home Page Contact ----------- */
#home-contact .home-contact-text {
  font: 700 25px var(--font-nunito-sans);
  color: white;
  padding-bottom: 24px;
}
#home-contact .home-contact-form {
  background-color: var(--color-blue);
  padding: 65px 35px 26px 35px;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-contact .home-contact-form h3 {
  padding-bottom: 20px;
}
#home-contact .home-contact-form input, #home-contact .home-contact-form textarea, #home-contact .home-contact-form select{
  border: none;
  background-color: white;
  margin-bottom: 20px;
  padding: 15px 18px;
}
#home-contact .home-contact-form input[type="submit"] {
  font: 900 15px var(--font-nunito-sans);
  color: var(--white) !important;
  background-color: var(--dark-blue) !important;
  width: 100%;
  padding: 18px 0;
}
#home-contact .home-contact-form input[type="submit"]:hover {
  background-color: white !important;
  color: var(--dark-blue) !important;
}
#home-contact .home-contact-content {
  padding: 80px 10em 80px 0;
}
#home-contact .message {
  color: white;
}
/* ----------- Connect Us ------------ */
#connect-us {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 70% 89%, 67% 100%, 34% 100%, 30% 89%, 0 89%);
}
#connect-us .connect-us-text {
  text-align: center;
}
#connect-us .connect-us-text h4 {
  font: 900 30px var(--font-nunito-sans);
  color: var(--dark-blue);
  padding-top: 25px;
}
#connect-us .connect-us-text p {
  padding-top: 25px;
}
#connect-us .connect-us-text a {
  margin-top: 25px;
  margin-bottom: 25px;
}