
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background-color: #121212;
    color: #ffffff;
    background-image: linear-gradient(120deg, #121212 0%, #121212 44%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

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

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

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #98FF00;
}

.color-d {
  color: #f5f5f5;
}

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

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.1);
}

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

.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;
}

.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: #000;
}

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

.paralax-mf {
  position: relative;
  padding: 8rem 0;
  margin-top: 0;
}



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

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

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

.sect-pt4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

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

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

.title-a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

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

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #98FF00;
  margin: 0 auto;
}
.btn-primary {
  background: #98FF00;
  border-color: #98FF00;
}
/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 1rem;
}
 @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
.scroll-wrapper:hover .scroll-track {
      animation-play-state: paused;
    }

    .scroll-track {
      animation: scroll 60s linear infinite;
    }

    .card {
      max-width: 500px;
      width: 100%;
      flex-shrink: 0;
    background: #0000;
    background: rgb(255 255 255 / 11%) !important;
}
.title-left {
  font-size: 2.2rem;
  position: relative;
}

/*.title-left:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  height: 3px;*/
/*  background-color: #98FF00;*/
/*  width: 100px;*/
/*  bottom: -12px;*/
/*}*/

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



.ico-circle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

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

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

.list-ico span {
  color: #98FF00;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

/*------/ 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: #98FF00;
  border: 0px solid #98FF00;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

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

.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: #98FF00;
  opacity: .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: #98FF00;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #121212;
  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 #f2f2f2;
  border-top: 6px solid #98FF00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .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: #98FF00;
  color: #fff;
  border-color: #98FF00;
}

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

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

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

.main-button {
    border: 0px solid #1F1F1F;
    border-radius: 8px;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    font-family: Poppins,sans-serif;
    color: #032e2b;
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
}
.main-button:hover div {
    color: #000;
    -ms-transform: scale(1.1);
    background: #98FF00;
}
.mb-4 {
  margin-bottom: 1rem!important;
}
.contact_btn .main-button-container {
    display: flex;
    align-items: center;
    gap: 6px;
}
.main-button-container {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 10px 18px;
    border-radius: 8px;
    background: radial-gradient(circle, #121212 28%, #1f1f1f 78%);
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header .logo {
  margin: 0;
  padding: 0;
}

img.img-fluid.fixed_logo {
  display: none;
}

.fixed-top.header-scrolled img.img-fluid.default_logo {
  display: none;
}

.fixed-top.header-scrolled img.img-fluid.fixed_logo {
  display: block;
}

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

#header .logo img {
    max-height: 26px;
    /*filter: drop-shadow(2px 4px 6px black);*/
}

.header_iner {
    padding: 19px 33px;
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #ffffff;
    border-radius: 14px;
    outline: 5px solid #ffffff;
    outline-offset: -5px;
    opacity: 1;
    transform: none;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.alert-primary, .alert-primary p {
  margin: 0;
}

.alert-primary {
  padding: 8px!important;
  text-align: center;
  background: #98FF00;
  border: none;
  color: #fff;
  background: radial-gradient(circle, rgba(11,94,215,1) 28%, rgba(1,173,239,1) 78%);
}

/*--------------------------------------------------------------
# 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: 4px 18px 4px 18px;
}
header#header .container.d-flex.align-items-center {
  display: grid!important;
  grid-template-columns: 1fr 1fr;
}
.contact_btn {
  text-align: right;
}
.color-base {
  color: #98FF00;
}

p.color-base {
  margin-bottom: 6px;
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #121212;
    font-size: 17px;
    padding: 0;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Outfit';
    letter-spacing: .1em;
}

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

.navbar > ul > li > a:before {
  content: "";
  position: absolute; 
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 0;
  background-color: #98FF00;
  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: 80%;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: #121212;
    /*filter: drop-shadow(2px 2px 7px #000);*/
}

.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: #98FF00;
}

.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;
}

.fixed-top.header-scrolled .navbar a {
  color: #121212;
}

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

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

.fixed-top.header-scrolled .mobile-nav-toggle {
  color: #000;
}

@media (max-width: 991px) {
  .hero-title br {
    display: none;
  }
  .navbar > ul > li {
    padding: 10px 10px 10px 10px;
}
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  #header .logo img {
    max-height: 24px;
}
#header {
  padding: 0 0;
}
a.logo {
    order: 2;
    
}

nav.navbar {
    order: 1;
    
}

.contact_btn {
    order: 3;
}


}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
    background: transparent;
    backdrop-filter: blur(5px);
}

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

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: unset;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: 100%;
    max-width: 260px;
}

.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 {
  padding: 10px 20px;
  font-size: 15px;
  color: #4e4e4e;
}

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

.navbar-mobile .getstarted {
  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;
}
nav#navbar {
  justify-content: end;
}

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

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

.fixed-top {
  background: transparent;
}
/*.fixed-top.header-scrolled {*/
/*  position: sticky;*/
/*}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  color: #fff;
}
.hero >img {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
}
.banner_content.row {
    align-items: center;
}
/*.hero .hero-content {*/
/*    text-align: left;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 0;*/
/*}*/
.hero .overlay-itro {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    background-color: transparent;
    background-image: linear-gradient(120deg, #032e2bc7 0%, #032e2b 44%);
    z-index: -1;
}

.hero .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
.hero .hero-title span {
    font-weight: 600;
}
.desk_show {
  display: block;
}
.mob_show {
  display: none;
}

@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 4.4rem;
  }
  section#work .col-md-4 {
    width: 32.29%;
}
section#about .col-md-6 {
    display: flex;
    align-items: flex-start;
}
}
section#work .col-md-4 {
    padding: 0;
}

section#work .container >.row {
    gap: 20px!important;
}

.hero .hero-subtitle {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 0.9rem;
    max-width: 453px;
    width: 100%;
}
}

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

.hero-single {
  height: 350px;
}

.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;
  }
}
@media (max-width: 991px) {
.desk_show, .contact_btn span {
  display: none;
}
.mob_show {
  display: block;
}
.contact_btn div {
    padding: 5px 12px;
}
/*.hero .hero-content {*/
/*    top: 0;*/
/*    height: auto;*/
/*    transform: unset;*/
/*}*/


}

.hero-single .breadcrumb {
  background-color: transparent;
  color: #98FF00;
}

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

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

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.about_img img {
  border-radius: 20px;
}
#more {display: none;}

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

a#myBtn {
  font-weight: bold;
  cursor: pointer;
}
body {
  /* font-family: 'Poppins', sans-serif; */
   /* font-family: 'Roboto', sans-serif;  */
  /* font-family: 'Rajdhani', sans-serif; */
  font-size: .9rem!important;
  font-weight: 700!important;
}
 /* p, a, span {
  font-family: 'Roboto';
  font-weight: 400!important;
}  */
#more li {
  margin-bottom: 10px;
}
#more li strong {
  font-weight: bold;
}
.about-mf .about-img img {
  margin-left: 10px;
}

section#about .box-shadow-full {
  border-radius: 1rem;
}

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

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #98FF00;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #98FF00;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  cursor: pointer;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #98FF00;
  box-shadow: 0 0 0 10px #98FF00;
}
section#services .row {
  justify-content: center;
}
.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.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.1rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
  font-weight: 600;
}

.service-box .s-description {
  color: #4e4e4e;
}
.service-box:hover .ico-circle svg, .service-box:hover .ico-circle svg path {
  fill: #fff!important;
}

.ico-circle svg {
  fill: #1e1e1e;
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

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

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.88;
  box-shadow: 0 0 0 10px #98FF00;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}
.lead {
  font-size: 1rem!important;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 0;
  -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: 1rem 1rem 1rem 1rem;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #98FF00;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #98FF00;
  float: right;
} 

.work-content .w-like a {
  color: #98FF00;
}

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

.w-title {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
}

/*--------------------------------------------------------------
# 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 #98FF00;
}

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

.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: #ffffff;
  text-align: center;
}

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

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

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

.testimonial-box .comit {
  font-size: 2rem;
  color: #98FF00;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}
.contact_btn {
  display: block;
}
.mob_head {
  display: block;
}
.contact_btn .main-button {
  font-size: 12px;
}
.about_img img {
    width: 100%;
    object-fit: contain;
    position: unset;
    top: 116px;
    margin-bottom: 0;
}

.white {
  color: #fff;
}

.contact_btn a:hover i {
    color: #000;
}
.contact_btn i {
    font-size: 16px;
    color: #fff;
}


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

@media (min-width: 992px) {
    .navbar-mobile {
    display: none;
}
  .testimonial-box .description {
    padding: 0 8rem;
  }
  .contact_btn { 
    display: block;
}

.mob_head, .cs_mb {
  display: none;
}
header#header .container.d-flex.align-items-center {
  grid-template-columns: 1fr auto 1fr;
}
.fixed-top.header-scrolled .navbar a {
  color: #121212;
}
.fixed-top.header-scrolled .navbar a.active {
    color: #121212;
}
.container, .container-lg, .container-md, .container-sm {
  max-width: 1400px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,2.75rem);
    padding-left: var(--bs-gutter-x,2.75rem);
}
}

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

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

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
  padding: 0rem 0 0 0;
}

.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: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.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;
}
.error-message, .sent-message, .loading {
  display: flex;
  align-items: center;
  gap: 6px;
}
.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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.php-email-form input:focus, .php-email-form textarea:focus {
  border-color: #98FF00;
}

.php-email-form input {
  padding: 10px 15px;
}

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

.php-email-form button[type="submit"] {
  background: #98FF00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type="submit"]:hover {
  background: #3393ff;
}

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

@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: #98FF00;
  border-radius: 4px;
}

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

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .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 #98FF00;
  margin-top: 1rem;
}

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

.blog-wrapper .post-meta ul a {
  color: #98FF00;
}

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

.blog-wrapper .blockquote {
  border-left: 4px solid #98FF00;
  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;
  }
}

@media (max-width: 575px) {
.section-counter .col-sm-3 {
  flex: 0 0 auto;
  width: 47%;
}
.section-counter .row {
  row-gap: 25px;
  justify-content: space-evenly;
}
}

@media (min-width: 768px) and (max-width: 991px) {
section#about .col-md-6:first-child .row> div {
  width: 100%;
}
}
.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #98FF00;
}

.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 #98FF00;
  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: #98FF00;
  top: 20px;
}

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

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

.widget-tags ul li {
  display: inline-block;
  background-color: #98FF00;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer h6, footer a {
  color: #ffffff;
}
footer {
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  background: #000;
}

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

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}


.btn-primary:hover {
  background-color: #121212;
  border-color: #121212;
}
div#contact {
  border-radius: 10px;
}
.work-box {
  border-radius: 10px;
  overflow: hidden;
}


@font-face {
  font-family: 'Oakes Grotesk';
  src: url('fonts/oakes-grotesk.ttf') format('truetype');
}

@font-face {
  font-family: 'Made Outer Sans';
  src: url('fonts/Made-Outer-Sans.otf') format('opentype');
}

@font-face {
  font-family: 'mokoto';
  src: url('fonts/mokoto.ttf') format('opentype');
}

@font-face {
  font-family: 'ccr';
  src: url('fonts/ClimateCrisis-Regular.ttf') format('opentype');
}

/*body, .oakes {*/
/*  font-family: 'Oakes grotesk','sans-serif'!important;*/
/*  letter-spacing: 0.1rem;*/
/*}*/
/*.made,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {*/
/*  font-family: 'Made Outer Sans','sans-serif'!important;*/
/*  text-transform: uppercase;*/
/*}*/


@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter.ttf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('opentype');
}

body, .oakes {
  font-family: 'Outfit','sans-serif'!important;
  letter-spacing: 0.1rem;
}
.made,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Outfit','sans-serif'!important;
  text-transform: uppercase;
}





.w_1 {
  font-weight: 100
}

.w_2 {
  font-weight: 200
}

.w_3 {
  font-weight: 300
}

.w_4 {
  font-weight: 400
}

.w_5 {
  font-weight: 500
}

.w_6 {
  font-weight: 600
}

.w_7 {
  font-weight: 700
}

.w_8 {
  font-weight: 800
}

.w_9 {
  font-weight: 900
}

.w_bold {
  font-weight: 700
}

.f_14 {
  font-size: 14px
}

section.deneb_cta {
    padding-top: 30px;
    padding-bottom: 30px;
}
button.main-button {
    background: transparent;
    padding: 0;
}
.text-left.p-3.center {
    text-align: center;
    font-size: 12px;
}
footer .text-right {
    display: none;
}

footer {
    background-color: transparent;
}
.cs_mb  img {
    width: 150px;
    margin: 0 auto;
}
.cs_mb i {
    outline-offset: -1px;
    right: unset!important;
    top: unset!important;
    left: 212px;
    width: fit-content;
    bottom: 13px;
    font-size: 31px;
    color: #000000 !important;
    outline: 1px solid #12121233;
    border-radius: 6px;
}

@media (max-width: 768px) {


.title-left {
    font-size: 1.9rem;
}
.title-box-2 {
    margin-bottom: 1rem;
}
.btn_and_head {
    flex-direction: column;
    align-items: baseline!important;
}

}