/********** Template CSS **********/


.title{
	color:#000080;
}

.btn-color{
	color:#000080;
}
:root {
    --primary: #000080;
    --light: #F3F6F8;
    --dark: #0E2E50;
}

/* --primary: #00B98E; */
/* --light: #F3F6F8; */
/* --dark: #0E2E50; */

/* logo container :start */

.card {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin: 20px;
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* .logo-item {
  width: 200px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
} */


/* /sdlfkasldkfs */
.logo-item {
  width: 200px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  overflow: hidden; 
}

.logo, .hover-logo {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.3s; /* Add a smooth transition */
}

.hover-logo {
  opacity: 0; /* Hide hover logos by default */
  position: absolute; /* Position the hover logo */
  top: 0;
  left: 0;
}

.logo-item:hover .logo {
  opacity: 0; /* Hide default logo on hover */
}

.logo-item:hover .hover-logo {
  opacity: 1; /* Show hover logo on hover */
}

/* slkdfs */

.logo { 
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.divider {
  flex-basis: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}
.row-container {
  display: flex;
  justify-content: space-between;
  width: 420px;
}
.row-divider {
  flex-basis: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}
/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
  .logo-item {
    width: 30%;
    height: 20%; /* Show 4 logos per row on mobile devices (100% / 4) */
  }
}
/* logo container end */




/* cimg start */
.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.full-width-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
  -webkit-user-select: none;
  margin: auto;
  cursor: zoom-in;
  background-color: hsl(0, 0%, 90%);
}


.image-row img {
  width: calc(33.33% - 10px);
  height: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .image-row img {
    width: 100%;
  }
}

/* cimg end */

@media screen and (min-width: 0px) and (max-width: 600px) {
  #div-mobile {    display: block;  }
  #div-desktop {    display: none;  }
}

@media screen and (min-width: 601px) and (max-width: 3000px) {
  #div-mobile {    display: none;  }
  #div-desktop {    display: flex;  }

}

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

/* portforloidfs */
.portfolio__tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background: rgb(201, 173, 235); */
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 20px;
  }

  @media (max-width: 600px) {
    .portfolio__tabs {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      margin-bottom: 20px;
      width: -webkit-fill-available;
    }
  }
  
  .portfolio__tab {
    padding: 10px;
    font-size: 16px;
    font-weight: 00;
    /* border: 1px solid #ddd; */
    /* border-bottom: none; */
    border-radius: 20px;
    border-color: #f1f1f1;
    border-color: rgb(220, 203, 241);
    background-color: rgb(220, 203, 241);
    /* background-color: #f9f9f9; */
    cursor: pointer;
  }
  /* "background: rgb(96, 56, 144); 
  color: rgb(255, 255, 255); 
  font-weight: 600; padding: 10px; 
  border-radius: 20px; 
  margin-bottom: 15px; min-width: 220px;" */
  
  .portfolio__tab:hover,
  .portfolio__tab.active {
    background: rgb(139, 101, 185);
    border-radius: 20px;
    color: #ffffff;
    border-color: rgb(201, 173, 235);
  }
  
  .portfolio__content {
    /* border: 1px solid #ddd; */
    padding: 20px;
  }
  
  .portfolio__item {
    display: none;
  }
  
  .portfolio__item.active {
    display: block;
  }
  
/* jdfos */
/* start box */
.tab-container .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .tab-container .tabs li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .tab-container .tabs li a {
    display: block;
    padding: 5px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  
  .tab-container .tabs li.active a {
    background-color: #fff;
  }
  
  .tab-container .tabs li a:hover {
    background-color: #ddd;
  }
  
  .tab-container .tab-content .tab-panel {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  .tab-container .tab-content .active {
    display: block;
  }
  

  /* lskfjs */
  .tab-container {
    display: flex;
    border-bottom: 2px solid #ccc;
  }
  
  .tab {
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .tab.active {
    border-color: #ccc;
    background-color: white;
  }
  
  .tab-content {
    display: none;
    padding: 20px;
  }
  
  .tab-content.show {
    display: block;
  }
/* end box */

/* new box added start */
.basic-4 {
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
}

.basic-4 .fas {
	margin-bottom: 1.5rem;
	color: #000080;
	font-size: 3.25rem;
}

.basic-4 .text-box {
	margin-bottom: 3rem;
	padding: 2.5rem 1rem 1.125rem 1rem;
	border-radius: 10px;
}

.bg-gray {
	background-color: #f2f3fd;
}

/* end */

/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
    border-bottom: 3px solid #ffb600;
  }
  
  .shuffle-btn-group label {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    padding: 6px 25px;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
  }
  
  .shuffle-btn-group label.active {
    color: #212121;
    background: #ffb600;
  }
  
  .shuffle-btn-group label input {
    display: none;
  }
  
  /* Project shuffle Item */
  
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
	
}

.btn-purple{

}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/


.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #000;
    font-weight: 500;
    outline: none;
    transition: .5s;
	
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000080;
}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
  color: #000080;
}

.sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
    color: #000080;
	 
}

.navbar .navbar-brand h1 {
    color: #000080;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }
    
    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: .5s;
    }

    .sticky-top.navbar .navbar-nav .nav-link::before {
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        bottom: -1px;
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Hero Header ***/
.hero-header {
    /* margin-bottom: 6rem; */
    padding: 12rem 0 0rem 0;
    background: url(../img/shape-bottom.png) center bottom no-repeat;
}

.page-header {
    margin-bottom: 6rem;
    padding: 12rem 0 6rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Catamaran", sans-serif;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #47b2e4;
    color: #fff;
  }
  
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
  }
  
  .portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
  }
  
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
  }
  
  .portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    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: #47b2e4;
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
  }
  
  .portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # 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: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #47b2e4;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #47b2e4;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    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;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }