/**
* Template Name: iPortfolio - v3.9.1
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
  /* background: rgba(0, 0, 0, 0.9); */
  background: #272829;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  /* width: 150px; */
  width: 180px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  /* font-size: 24px; */
  font-size: 17px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: red;
  text-decoration: none;
}

#header .profile .social-links a {
  /* font-size: 20px; */
  font-size: 17px;
  /* display: inline-block; */
  /* display: inline; */
  /* display: block; */
  display: inline-grid;
  background: #212431;
  /* color: #6f7180; */
  color: #18d26e;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  /* width: 36px;
  height: 36px; */
  width: 33px;
  height: 33px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  /* background: #149ddd; */
  /* background: rgb(168, 40, 40); */
  background: #35e888 ;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 15px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  /* white-space: nowrap; */
  white-space: wrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  overflow: hidden;
  font-size: 14px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  /* padding-right: 8px; */
  padding-right: 0px;
  color: #6f7180;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
    /* color: rgb(168, 40, 40); */
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #fff;
  /* color: rgb(168, 40, 40) */
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  /* color: #149ddd; */
  color: rgb(168, 40, 40);
  /* color: #18d26e; */
}


.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  /* background: #0563bb; */
  /* background: rgb(168, 40, 40); */
  background: #35e888;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  /* color: #fff; */
  color: rgb(168, 40, 40);
  font-weight: bold;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  /* background-color: #149ddd; */
  background-color: rgb(168, 40, 40);
  color: #fff;
  width: 40px; /* to ekana oval me 50 */
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/testimonials/testimonials-bg.jpg") top center;
  /* background: url("https://images.pexels.com/photos/40997/mona-lisa-leonardo-da-vinci-la-gioconda-oil-painting-40997.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260") top center; */
  background-size: cover;
  opacity: 0.6;
}

#hero:before {
  content: "";
  /* background: rgba(5, 13, 24, 0.3); */
  background: rgba(99, 108, 120, 0.608);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
  /* background: rgba(0, 0, 0, 0.9); */
}
/* 
#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

#hero .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover {
  color: red;
} */

/* #hero h1 { */
  /* margin: 0 0 10px 0; */
  /* font-size: 64px; */
  /* font-weight: 900; */
  /* line-height: 56px; */
  /* color: #149ddd; */
  /* color: #2c2f3f; */
  /* color: #fff; */
  /* color: #080808; */
/* } */

.custom-heading {
  margin: 0 0 10px 0;
  font-size: 64px;
  color: #302e2e;
  pointer-events: none;
  font-weight: 600;
  line-height: 56px;
}

#hero p {
  /* color: #fff; */
  /* color: #18d26e; */
  color: #35e888 ;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: red;
  /* color: #ed3c0d; */
  padding-bottom: 4px;
  letter-spacing: 1px;
  /* border-bottom: 3px solid #149ddd; */
  border-bottom: 3px solid #2c2f3f;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 44px;
  display: inline-block;
  /* color: #149ddd; */
  /* color: #2c2f3f; */
  color: #fff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  /* color: red; */
  color: #ed3c0d;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    /* font-size: 28px;
    line-height: 36px; */
    font-size: 40px;
    line-height: 40px; /* Adjust line height accordingly */
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  /* background: #fff; */
  background: rgba(25, 25, 25, 0.1);
}

.section-title {
  padding-bottom: 30px;
}

section .container {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /* color: #173b6c; */
  color:red;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /* background: #149ddd; */
  background: green;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  /* color: #173b6c; */
  color: #18d26e;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  /* color: #149ddd; */
  color: #18d26e;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #18d26e;
  float: left;
  line-height: 0;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #18d26e;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  /* color: #122f57; */
  color:#18d26e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  /* color: #1f5297; */
  color: #fff;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #18d26e;
  /* color: #fff; */
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  /* background-color: #149ddd; */
  /* background-color: red; */
  background-color: #ed3c0d;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  /* color: #ed3c0d; */
  color: red;
  /* color: #45505b; */
  /* color: #fff; */
}

table {
  table-layout: fixed;
  width: 66%;
  border-collapse: collapse;
  /* border: 3px solid black; */
}

td {
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
}

th {
  white-space: nowrap;
}

.flag{
  width:20px;
  height:15px;
}

/* Adjust star table for smaller screens */
@media (max-width: 768px) {
  .table {
    width: 100px; /* Adjust as needed */
  }
}


.checked {
  color: #18d26e;
  /* border: 1px solid black;
  background-color: black; */
}

/* .flag-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #18d26e;
} */

/* .services .icon-box {
  margin-bottom: 20px;
  background: rgba(204, 204, 204, 0.1);
} */

.small_icon {
  /* float: left; */
  /* display: flex; */
  /* align-items: center;
  justify-content: center; */
  width: 35px;
  height: 35px;
  background: black;
  /* background: #18d26e; */
  border-radius: 50%;
  transition: 0.5s;
  color: #18d26e;
  /* border: 1px solid #18d26e; */
}

/* .services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
} */



.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  /* border-left: 2px solid #1f5297; */
  border-left: 2px solid green;
  color:#fff;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /* color: #050d18; */
  /* color: #0563bb; */
  color: #18d26e;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  /* background: #e4edf9; */
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
  color: #fff;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  /* border: 2px solid #1f5297; */
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  /* color: #f3a200; */
  color: #37b3ed;
  /* border-color: #ffb727; */
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
  /* display: block; */
  width: 400px;
  opacity: 0.75;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}


.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 3px;
  bottom: 0;
  z-index: 3;
  right: 3px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #37b3ed;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  color: #08061a;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc041;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1; /* Make it visible on hover */
}

.portfolio .portfolio-item:hover .portfolio-title {
  opacity: 0; /* Make it invisible on hover */
}


.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.85);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Title
--------------------------------------------------------------*/
.portfolio-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.portfolio-title h3 {
  color: white;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 10px;
  border-radius: 5px;
  display: block;
  word-wrap: break-word; /* Ensure long words wrap */
  max-width: 90%; /* Limit the width to prevent overflow */
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.portfolio-details .portfolio-info {
  padding: 50px;
  box-shadow: 0px 0 50px rgba(5, 13, 24, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: red;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  background: rgba(204, 204, 204, 0.1);
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  /* background: #149ddd; */
  background: #18d26e;
  border-radius: 50%;
  transition: 0.5s;
  /* border: 1px solid #149ddd; */
  border: 1px solid #18d26e;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  /* color: #149ddd; */
  color: #18d26e;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #18d26e;
}

.services .title a {
  /* color: #343a40; */
  color: #35e888;
}

.services .title a:hover {
  /* color: #149ddd; */
  color: #fff;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
  /* color: #fff; */
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #18d26e;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #18d26e;
  /* margin: 0; */
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fff;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  color: #eee;
  margin: 0 auto 15px auto;
  /* margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/* .testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
} */

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #18d26e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18d26e;
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.alert{
  /* color: #18d26e; */
  color: #37b3ed;
  background: rgba(255, 255, 255, 0.15);
  /* border: #fff; */
  border: none;
}

.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  /* color: #149ddd; */
  /* color: #18d26e; */
  color: #37b3ed;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  /* color: #050d18; */
  color: #fff;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  /* color: #173b6c; */
  color: #18d26e;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  /* background: #149ddd; */
  background: #18d26e;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  /* background: #149ddd; */
  background: rgb(168, 40, 40);
  color: #fff;
}

.contact .python-email-form {
  width: 100%;
  padding: 30px;
  /* background: #fff; */
  /* color: rgba(255, 255, 255, 0.3); */
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .python-email-form .form-group {
  padding-bottom: 8px;
}

.contact .python-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .python-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .python-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .python-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .python-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .python-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .python-email-form .form-group {
  margin-bottom: 15px;
}

.contact .python-email-form label {
  padding-bottom: 8px;
}

.contact .python-email-form input,
.contact .python-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .python-email-form input {
  height: 44px;
}

.contact .python-email-form textarea {
  padding: 10px 15px;
}

.contact .python-email-form button[type=submit] {
  /* background: #149ddd; */
  background: red;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .python-email-form button[type=submit]:hover {
  /* background: #37b3ed; */
  background:#ed3c0d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 150px;
  z-index: 9999;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}


/*--------------------------------------------------------------
# Certifications
--------------------------------------------------------------*/
.certification .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.certification .icon-box i {
  float: left;
  color: #00c1c1;
  font-size: 40px;
  line-height: 0;
}

.certification .icon-box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.certification .icon-box h4 a {
  color: #398a8a;
  transition: 0.3s;
}

.certification .icon-box:hover h4 a {
  color: #00c1c1;
}

.certification .icon-box p {
  margin-left: 100px;
  line-height: 24px;
  font-size: 14px;
}

.certification .icon-box img {
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 90px;
}

.certification .icon-box img:hover {
  box-shadow: 0 0 2px 1px rgba(2, 45, 59, 0.5);
}

/*--------------------------------------------------------------
# loading
--------------------------------------------------------------*/

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("/static/img/monophy.gif");
  background-repeat: no-repeat;
  background-position: center;
} 


/*--------------------------------------------------------------
# chat widget
--------------------------------------------------------------*/

/* Chatbot Notification Widget */
.chatbot-notification-widget {
  position: fixed;
  bottom: 50px;
  /* right: 20px; */
  /* left:20px; */
  /* background-color: #f5f5f5; */
  /* border-radius: 12px; */
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 12px;
  z-index: 9999;
  transition: transform 0.3s ease-in-out;
  /* transform: translateY(0); */
  /* transform: translateY(-40%); */
  transform: translateY(-30%);
}

.chatbot-notification-widget:hover,
.chatbot-button:hover,
.chatbot-notification-widget:hover .chatbot-notification {
  transform: translateY(-1px);
  opacity: 1;
}


.chatbot-notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* opacity: 0.07; */
  transition: opacity 0.3s ease-in-out;
}

.chatbot-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.chatbot-message {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #35e888; 
  /* color: #fff;  */
  position: relative;
  /* opacity: 0; */
}

.blinking-cursor {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background-color: #555;
  animation: cursor-blink 1s infinite;
}

@keyframes cursor-blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.chatbot-buttons {
  display: flex;
  flex-direction: column; /* Change the direction to column */
  align-items: center; /* Center the buttons horizontally */
  gap: 8px;
}

.chatbot-button {
  background-color: #e0e0e0;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.3;
}

.chatbot-notification.minimized .chatbot-message,
.chatbot-notification.minimized .chatbot-buttons {
    display: none;
}

.chatbot-button:hover {
  background: #35e888 ;
  color: #fff;
  opacity: 1;
}

/* Position for small screens */
/* @media (max-width: 768px) {
  .chatbot-notification-widget {
    right: 20px;
  }
}


@media (min-width: 769px) {
  .chatbot-notification-widget {
    right: 70px;
  }
} */
