/**
* Template Name: DevFolio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

p h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  word-wrap: break-word;
}







.work-content .row .w-like h6 {
  margin-bottom: 0;
  margin-top: 45px;
  border: 1px solid;
  padding: 9px 4px;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
  background-color: #023B81;
  color: white;
}

.work-content .row .w-like h6:hover {
  background-color: #023B81;
  color: white;
}

.names {
  border-radius: 10px;
  width: 20%;
  background: green;
  border: 1px solid;
  opacity: 0.7;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 40%;
  transform: translate(-50%, 60%);
  padding: 10px;
}

.w-like {
  width: 50%;
  margin: auto;
}

.w-like h6:hover {
  box-shadow: 0 0 0 5px #bacadb;
  transition: 0.5s;
}

@media (max-width:775px) {
  .names {
    display: none !important;
  }

  .full .carousel-inner img {
    height: 120px !important;
  }

  .w-like {
    width: 50% !important;
  }

  .work-content .row .w-like h6 {
    margin-top: 10px !important;
  }

  .title-left {
    text-align: center !important;
  }

  .socials {
    text-align: center !important;
  }
}

@media (max-width:300px) {
  .swiper-slide img {
    object-fit: cover !important;
    height: 28vh !important;
  }
}

@media (min-width:300px) and (max-width:775px) {
  .full .carousel-inner img {
    height: 225px !important;
  }

  .swiper-slide img {
    object-fit: contain !important;
    height: 45vh !important;
  }
}


@media (max-width:992px) {
  .hero-single .hero-title {
    font-size: 2.5rem !important;
  }

  .full {
    width: 100% !important;
  }

  .bi-brightness-high-fill {
    color: black !important;
    padding: 10px 20px;
    font-size: 17px !important;
  }

  .description-text {
    max-height: 100% !important;
  }

  #toggleButton {
    display: none;
  }

  .bi-moon-fill {
    padding: 10px 20px;
    font-size: 17px !important;
  }

  .box-shadow-full {
    margin-bottom: 25px !important;
    padding: 1rem 1.25rem !important;
  }
}

.swiper-slide img {
  object-fit: revert;
  height: 70vh;
}


.full {
  background-color: rgb(226, 223, 223);
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  border: 0.1px solid #FFAF25;
}

.full .carousel-inner img {
  height: 400px;
  object-fit: revert;
}






a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

/* .box-shadow,
.card-blog,
.work-box,
.service-box,
.paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
} */

.box-shadow-a,
.button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

@media (min-width:576px) and (max-width:767px) {
  .protfolio-card {
    height: 300px !important;
  }

}

@media (max-width: 375px) {
  .protfolio-card {
    height: 350px !important;
  }
}

@media (max-width:767px) {
  .service-box .ico-circle i {
    font-size: 27px !important;
  }

  .ico-circle {
    box-shadow: var(--darkreader-background-023b81, #022f67) 0px 0px 0px 5px !important;
  }

  .service-box:hover .ico-circle {
    box-shadow: var(--darkreader-background-ffaf25, #b67300) 0px 0px 0px 5px !important;
  }

  .ico-circle {
    height: 50px !important;
    width: 50px !important;
  }

  .counter-ico .ico-circle {
    box-shadow: var(--darkreader-background-ffaf25, #b67300) 0px 0px 0px 5px !important;
  }

  #mut-vid {
    object-fit: unset !important;
  }

  .content-details a {
    margin: 6px !important;
    font-size: 14px !important;
    padding: 5px !important;
  }

  .protfolio-card__title {
    font-size: 14px !important;
  }

  .hero {
    height: 60vh !important;
  }

  .about-texts {
    font-size: 20px !important;
  }

  .counter-box {
    margin-bottom: 20px !important;
  }

  .title-a {
    font-size: 25px !important;
  }

  /* .box-shadow-full {
    margin-bottom: 25px !important;
    padding: 1rem 1.25rem !important;
  } */

  .about-mf .about-img img {
    margin-left: 0 !important;
  }

  .full {
    padding: 10px !important;
  }

  .contact-left {
    border-radius: 15px !important;
  }

  .contact-right {
    border-radius: 15px !important;
  }

  .experience-sec {
    padding: 20px 0 0px 0 !important;
  }
}

#mut-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
} */

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: #023B81;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  /* opacity: 0.7; */
}

.paralax-mf {
  position: relative;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 2rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #000000;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 2rem;
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
}

.subtitle-a {
  text-decoration: none;
  color: #4e4e4e;
}

.line-mf {
  width: 50px;
  height: 5px;
  margin: 0 auto;
  background-color: #023B81;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 2rem;
}

.title-left {
  position: relative;
}

.about-texts:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #023B81;
  bottom: -8px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 24px;
  border-radius: 50%;
  line-height: 1.6;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #023B81;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

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

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

.back-to-top:hover {
  background: #298eff;
  color: #fff;
}

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

/*------/ Prelaoder /------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #023B81;
  border-top: 6px solid #ffaf25;
  border-bottom: 6px solid #ffaf25;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  /* background: black;
  opacity: 0.5; */
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled {
  background-color: #023B81;
  padding: 5px 0;
  transition: 0.5s ease-in-out;
  animation: 0.5s slide-header;
  color: black;
  border-bottom: 2px solid #FFAF25;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #FFAF25;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #4e4e4e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0078ff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    border: 2px solid #FFA500;
  }

  .w-like {
    width: 80% !important;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 78, 78, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 10px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 50px;
  right: 10px;
  left: 10px;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4e4e4e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0078ff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0078ff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  height: 100vh;
  position: relative;
  color: #fff;
}

.hero .hero-content {
  text-align: center;
  position: absolute;
}

.hero .overlay-itro {
  background-color: rgba(39, 38, 38, 0.6);
  /* position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%); */
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.hero .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 4.5rem;
  }
}

.hero .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 2.5rem;
  }
}

.hero .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}

.portfolio-sec {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/services-new.webp) !important;
  background-position: inherit;
}

.hero-single .hero-content {
  margin-top: 30px;
}

.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .hero-single .hero-title {
    font-size: 3.5rem;
  }
}

.hero-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.hero-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-texts {
  font-size: 25px;
  color: #000000;
  font-weight: 800;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: #000000;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 20px;
  height: 0.7rem;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: #023B81;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 40px 20px 20px 20px;
  height: 100%;
  border: 1px solid #FFAF25;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #023B81;
  box-shadow: 0 0 0 10px #FFAF25;
}

.service-box .service-ico {
  margin-bottom: 1.5rem;
  color: #000000;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}

.service-box .s-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
  font-weight: 700;
  color: #000000;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 10px;
}

.counter-ico .ico-circle {
  height: 65px;
  width: 65px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #FFAF25;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 800;
}

.counter-text {
  font-weight: 700;
  font-size: 26px;
}

.projects {
  font-size: 45px;
}

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














.protfolio-card {
  align-items: center;
  box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0;
  padding: 1rem;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.col-lg-4:nth-of-type(odd) .protfolio-card,
.row .col-12:nth-of-type(odd) .protfolio-card {
  background: #023b81 !important;
}

.col-lg-4:nth-of-type(2n) .protfolio-card,
.row .col-12:nth-of-type(2n) .protfolio-card {
  background: #ffaf25 !important;
}

.protfolio-card__image {
  height: 400px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.content {
  position: relative;
  max-width: 100%;
  height: 400px !important;
  margin: auto;
  overflow: hidden;
  border: none !important;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 400px;
}

.content .content-overlay,
.content-details {
  position: absolute;
  z-index: 1;
  width: 100%;
  opacity: 0;
}

.content:hover .content-overlay {
  opacity: 1;
}

.protfolio-card__image img {
  object-fit: cover;
  overflow: hidden;
  transition: transform 1s ease-in-out;
  width: 100%;
}

.fadeIn-right {
  left: 80% !important;
}

.fadeIn-bottom {
  top: 80% !important;
}

.content-details {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.content-details a {
  color: var(--color);
  transition: 0.5s;
}

.visit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
}

.content {
  background-color: #fff;
  width: 100%;
}

.content-details .visit-btn:hover,
.visit-btn:focus {
  box-shadow: inset 2em 0 0 2em var(--hover);
}

.content-details a:hover,
button:focus {
  border-color: var(--color);
  color: #fff;
}

.content-details .visit-btn {
  --color: #fff;
  --hover: #023b81;
}

.protfolio-card__title {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 0 !important;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: 5px;
}

.content .content-overlay,
.content-details {
  position: absolute;
  z-index: 1;
  width: 100%;
  opacity: 0;
}

.content:hover .content-details {
  top: 43% !important;
  left: 50% !important;
  opacity: 1;
  padding: 8px 0;
  margin: auto;
}

.content-details a {
  background: 0 0;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 21px;
  padding: 10px;
  border-radius: 100px;
}

.protfolio-card__image:hover img {
  transform: translateY(-70%);
  transition: 7s;
}

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #303030;
  font-size: 16px;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  /* float: right; */
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# 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 #0078ff;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 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;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .testimonial-box .description {
    padding: 0 5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

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

#toggleButton {
  color: #023B81 !important;
}

.experience-sec {
  position: relative;
  padding: 110px 0 60px 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-mf {
  margin-top: 4rem;
}

@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #FFAF25;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 15px;
  word-wrap: break-word;
}

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

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

.php-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;
  animation: animate-loading 1s linear infinite;
}

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

.contact-right {
  background-color: #023B81;
  border-radius: 0 18px 18px 0;
}

.php-email-form .form-control {
  padding: 14px 13px 14px 30px;
  border: 1px solid #FFAF25;
  border-radius: 12px;
}

.php-email-form .form-control:focus {
  box-shadow: none;
  border: 3px solid #FFAF25;
}

.form-icons {
  position: absolute;
  top: 17px;
  left: 12px;
  color: #023B81;
}

.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}

.php-email-form button[type=submit] {
  background-color: #FFAF25;
  border: none;
  color: white;
  padding: 6px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 15px;
}


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

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #023B81;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

.description-container {
  width: 100%;
  max-width: 600px;
  /* Adjust as per your needs */
}

.description-text {
  max-height: 840px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1000;
  -webkit-box-orient: vertical;
  transition: max-height 0.5s ease,
    -webkit-line-clamp 0.5s ease;
}

.description-text.expanded {
  max-height: none;
}

.see-more-btn {
  font-weight: 800;
  background: none;
  color: #023B81;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.content-details a:hover,
button:focus {
  border-color: var(--color);
  color: #023B81 !important;
}

@media (max-width: 576px) {
  .hero {
    height: 45vh !important;
  }

  .hero-single .hero-title {
    font-size: 26px !important;
  }

  .about-mf .about-img {
    text-align: center !important;
  }

  .service-box .ico-circle i {
    line-height: 0;
    font-size: 25px !important;
  }

  .service-box:hover .ico-circle {
    box-shadow: 0 0 0 3px #FFAF25 !important;
  }

  .about-mf .about-img {
    margin-bottom: 1rem !important;
  }

  .about-mf .about-img img {
    border-radius: 50% !important;
    width: 65% !important;
  }

  .about-info p {
    margin-bottom: 7px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .ico-circle {
    box-shadow: 0 0 0 5px #023B81;
  }

  .service-box .s-title {
    padding: 0 !important;
  }


  .service-box {
    padding: 20px 12px 10px 12px !important;
  }
}


.cv-image img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  background: #023B81;
  border-radius: 50%;
  border: 5px solid white;
}

.names-sec h4 {
  color: #000000;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
}

.names-sec h5 {
  color: #000000;
  font-weight: 600;
  text-align: center;
}

.contact-left {
  background: #FFAF25;
  padding: 20px;
  border-radius: 18px 0 0 18px;
}

.footer-social-links .fa {
  background: #023B81;
  color: white;
  padding: 11px 13px;
  font-size: 18px;
  border-radius: 2px;
}

.footer-social-links .fa:hover {
  transform: rotate(360deg);
  transition: 0.8s;
}

#cv {
  width: 100% !important;
}

.download-btn {
  background-color: #023B81;
  border: none;
  color: white;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 15px;
}

.content-details a:hover,
button:focus {
  border-color: var(--color);
  color: white !important;
}

.download-btn:hover {
  background-color: #033775;
  color: white;
  box-shadow: 0 0 0 4px #cde1f8;
  transition: background-color 0.3s ease;
}



@media (min-width: 768px) and (max-width: 1024px) {
  .hero {
    height: 47vh !important;
  }
}


.project-main-section button {
  border: 1px solid;
  padding: 6px 10px !important;
  width: 200px;
  font-weight: 700;
  text-align: center;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #023B81 !important;
}

.project-main-section .nav-link {
  color: #023B81;
  border: 2px solid #023B81;
  cursor: pointer !important;
}

.fiverr-img img {
  border: 1px solid #023B81;
  border-radius: 5px;
}

.bi-brightness-high-fill,
.bi-moon-fill {
  color: white;
  font-size: 22px;
}

#mubinwhite {
  cursor: pointer;
}


.my-pls {
  position: absolute;
  top: 5px;
  right: 130px;
  font-size: 25px;
  font-weight: bold;
}

.my-logos {
  border-bottom: 5px solid #FFAF25;
  border-radius: 50%;
  padding: 4px;
  width: 100%;
}

.logo-anchor {
  width: 9%;
}

@media (max-width:992px) {
  .logo-anchor {
    width: 14% !important;
  }
}

@media (max-width:767px) {
  .logo-anchor {
    width: 18% !important;
  }

  .counter-text {
    font-size: 20px !important;
  }

  .projects {
    font-size: 30px !important;
  }
}

@media (max-width:576px) {
  .logo-anchor {
    width: 22% !important;
  }
}

@media (max-width:425px) {
  .about-texts:before {
    left: 27px;
  }
}