/************ CSS Styles ************
    Template Name: Kalvin - Portfolio Template
    Author: cosmos-themes
    version: 2.0
    Copyright: 2021
************************************/

/*==================================
        Table of Content
        1. Body and Core Css
        2. Preloader
        3. Navbar
        4. Banner Section
        5. About Section
        6. Services Section
        7. Stats Section
        8. Portfolio Section
        9. Blogs Section
        10. Testimonial Section
        11. Contact Form Section
        12. Footer
        13. Blogs Page
        14. Single Blog Page
        15. Mobile Responsive
==================================*/

/*============ 1. Body and Core Css ============*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
}

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

img {
  width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  color: inherit;
}

body {
  font-family: "Raleway", san-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.65;
  color: #484848;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 16px;
  line-height: 1.65;
  font-family: "Open Sans", sans-serif;
}

span {
  display: inline-block;
}

/*===========Margin And Paddings============*/

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
/* Custom Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.m-0 {
  margin: 0px !important;
}
/* Custom Padding top */
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
/* Custom Padding top */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-41 {
  padding-bottom: 41px !important;
}
.pb-42 {
  padding-bottom: 42px !important;
}
.pb-43 {
  padding-bottom: 43px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.p-0 {
  padding: 0 !important;
}

/*===========Helpers Css============*/

.title {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #91bdb6;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(1, 1, 1, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading {
  margin-bottom: 50px;
}

.heading h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.owl-theme .owl-dot span {
  width: 20px !important;
}

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

.main-btn {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #91bdb6;
  color: #91bdb6;
  text-transform: uppercase;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.main-btn:hover {
  color: #fff;
  background-color: #91bdb6;
}

.bread-crumb a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.bread-crumb a:before {
  content: "/";
  position: absolute;
  right: -15px;
}

.bread-crumb a:last-child:before {
  display: none;
}

blockquote {
  font-size: 15px;
  color: #222;
  border-left: 4px solid #222;
  padding-left: 20px;
  margin: 40px 0;
  font-weight: 500;
}

/*============ 2. Preloader  ============*/

.preloader {
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader:before,
.preloader:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #222;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.preloader:before {
  top: 0;
  left: 0;
}

.preloader:after {
  bottom: 0;
  left: 0;
}

.preloader.loaded:before,
.preloader.loaded:after {
  height: 0%;
}

.preloader .loader {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-animation: 1s infinite ease-in-out;
  animation: 1s infinite ease-in-out;
}

.preloader .loader:before,
.preloader .loader:after {
  -webkit-animation: 0.8s infinite ease-in-out;
  animation: 0.8s infinite ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .loader:before {
  content: "";
  border: 10px solid #222;
  top: -10px;
  left: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-name: anim-loader;
  animation-name: anim-loader;
}

.preloader.loaded .loader {
  opacity: 0;
}

@-webkit-keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*============ 3. Navbar ============*/

nav.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.navbar .logo {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

nav.navbar .logo-changer {
  font-size: 28px;
  font-weight: 800;
  text-transform: lowercase;
}

nav.navbar .navbar-toggler {
  border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
  font-size: 13px;
  font-weight: 400;
  padding-right: 13px;
  padding-left: 13px;
  color: #fff;
  text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
  padding-left: 0;
}

nav.navbar .nav-item:last-child {
  padding-right: 0;
}

nav.navbar .nav-item .nav-link {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 0;
}

nav.navbar .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav.navbar .nav-item .nav-link.last-active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav.fixed-top {
  position: fixed;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
  color: #000;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
  color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
  color: #000;
}

nav.fixed-top .nav-item .nav-link {
  color: #000 !important;
}

nav.fixed-top .nav-item .nav-link:before {
  background-color: #000;
}

/*============ 4. Banner Section============*/

.banner {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.banner:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.5;
}

.banner .banner-caption {
  top: 50%;
  position: absolute;
  color: #fff;
  z-index: 11;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 22%;
}

.my-pic {
  max-width: 350px;
  max-height: 350px;
  margin-bottom: 90px;
  /* margin-left: 38%; */
  border: 10px solid gray;
  border-radius: 50%;
  margin-top: 10%;
}

.banner .banner-caption p {
  font-size: 24px;
  font-family: "Raleway", san-serif;
  color: #eee;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */

.cd-headline.clip span {
  display: block;
  padding: 0.2em 0;
  font-size: 4rem;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .cd-headline.clip span {
    font-size: 1.7rem;
    font-weight: 300;
  }
  .banner-caption {
    margin-left: 16% !important;
  }
  .my-pic {
    width: 62% !important;
    height: 62% !important;
    margin-bottom: 80px;
  }

  .arrow {
    bottom: 5vh !important;
  }
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

/* .cd-headline.clip{
    
} */

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: auto;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 700;
}

.arrow {
  position: absolute;
  bottom: 10vh;
  width: 100vw;
  z-index: 11;
  padding-left: 75px;
}

.arrow a {
  color: #fff;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*===Slider Page===*/
.banner .banner-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*===Creative Page===*/
#home-svg {
  height: 150px;
  width: 100vw;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}

#home-svg .p-curve {
  fill: #fff;
}

/*===Center Banner Captions===*/

.banner-centered .banner-caption {
  text-align: center;
}

.banner-centered .arrow {
  padding-left: 0;
  text-align: center;
}

/*===Index Particles===*/

.banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 15;
}

/*============ 5. About Section ============*/

/* section.about .about-img {
  position: relative;
}

section.about .about-img:before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: 0;
}

section.about .about-img img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.14);
}

section.about .about-content .about-heading {
  margin-bottom: 20px;
}

section.about .about-content .about-heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

section.about .about-content .about-heading span {
  font-family: "Raleway", san-serif;
  color: #222;
  font-size: 19px;
}

section.about .about-content p {
  line-height: 28px;
}

section.about .about-content .social-icons {
  margin-top: 30px;
}

section.about .about-content .social-icons a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  background-color: #222;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #222;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

section.about .about-content .social-icons a .fa {
  color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

section.about .about-content .social-icons a:hover {
  border: 2px solid #222;
  background: transparent;
  line-height: 26px;
}

section.about .about-content .social-icons a:hover .fa {
  color: #222;
}

section.about .about-content .about-button {
  margin-top: 40px;
} */

.about-button {
  margin-top: 30px;
}
.hero .hero-img {
  padding: 0 20px 0 0;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hero .hero-img:hover {
  padding: 0 0 0 20px;
}
.hero .hero-img:hover:after {
  background: #91bdb6;
  left: 5px;
  top: -15px;
  right: 15px;
  bottom: 15px;
}
.hero .hero-img:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  left: 15px;
  right: 5px;
  top: 15px;
  bottom: -15px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.title-left span {
  color: #91bdb6;
  font-weight: bolder;
}

.title-left:after {
  left: 0;
}

.hero .content p {
  margin-bottom: 15px;
  font-size: 16px;
}
.hero .content p span {
  font-weight: 700;
  margin-top: 10px;
}
.hero .content .social-icon span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #eee;
  margin: 15px 5px 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hero .content .social-icon span:hover {
  background: #91bdb6;
  border-color: #91bdb6;
  color: #fff;
}
.hero .content .buton {
  margin-top: 30px;
}

.section-padding {
  padding: 100px 5px;
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------------------------
				02 Buttons
-----------------------------------------------------------------*/
.buton {
  position: relative;
  cursor: pointer;
}
.buton button,
.buton a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 130px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.buton button:before,
.buton a:before {
  content: attr(back);
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: #91bdb6;
  border: 1px solid #91bdb6;
  line-height: 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translateY(-100%) rotateX(90deg);
  transform: translateY(-100%) rotateX(90deg);
}
.buton button:after,
.buton a:after {
  content: attr(front);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91bdb6;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}
.buton button:hover:before,
.buton a:hover:before {
  -webkit-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}
.buton button:hover:after,
.buton a:hover:after {
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
}

.buton-bord button:before,
.buton-bord a:before {
  background: #91bdb6;
  color: #fff;
}
.buton-bord button:after,
.buton-bord a:after {
  background: transparent;
  color: #91bdb6;
  border: 1px solid #91bdb6;
}

.buton-lg button,
.buton-lg a {
  width: 160px;
}

.buton-dark button:before,
.buton-dark a:before {
  color: #222;
  border: 1px solid #222;
}
.buton-dark button:after,
.buton-dark a:after {
  background: #222;
}

/* ----------------------------------------------------------------
				06 Resume
-----------------------------------------------------------------*/
.resume {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.resume .title {
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.resume .item h5 {
  font-size: 25px;
  font-weight: 400;
}
.resume .item .icon {
  font-size: 30px;
  color: #91bdb6;
  margin-bottom: 15px;
}
.resume .item li {
  margin-bottom: 30px;
}
.resume .item li:last-child {
  margin-bottom: 0;
}
.resume .item li h5 {
  color: #eee;
  font-size: 18px !important;
  font-weight: bolder !important;
  font-family: inherit;
  margin-bottom: 5px;
  font-family: "Josefin Sans", sans-serif !important;
}
.resume .item li p {
  color: #999;
}

.my-skills {
  margin-left: 15px;
  font-family: "Josefin Sans", sans-serif;
}

.resume .skills .skill {
  margin-bottom: 30px;
  margin-left: 15px;
}
.resume .skills .skill:last-child {
  margin-bottom: 0;
}
.resume .skills .skill h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
.resume .skills .skill h6 span {
  padding: 4px 8px 0;
  font-size: 10px;
  float: right;
  background: rgba(80, 80, 80, 0.3);
  position: relative;
  top: 8px;
}
.resume .skills .skill .skills-progress {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(80, 80, 80, 0.3);
}
.resume .skills .skill .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
  background: #91bdb6;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img:before {
  background: rgba(255, 255, 255, 0.1);
}

.section-head {
  text-align: center;
  margin-bottom: 80px;
}

.full-width {
  width: 100% !important;
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ----------------------------------------------------------------
				07 Services
-----------------------------------------------------------------*/
.services .item {
  text-align: center;
  padding: 40px 15px;
}
.services .item .icon {
  font-size: 40px;
  color: #91bdb6;
  margin-bottom: 30px;
}
.services .item h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.services .active {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  position: relative;
}
.services .active.bolt:before,
.services .active.bolt:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -15px;
  z-index: 4;
}
.services .active.bolt:before {
  left: -15px;
}
.services .active.bolt:after {
  right: -15px;
}
.services .bord {
  border-bottom: 1px solid #eee;
}

.services .section-head .full-width {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .services .item {
    text-align: center;
    padding: 40px 15px 0 15px;
  }
}

/*============ 7. Stats Section ============*/

.stats {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.stats:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.6;
}

.stats .single-stat {
  text-align: center;
  color: #fff;
  z-index: 10;
  position: relative;
}

.stats .single-stat .stat-icon .fa {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}

.stats .single-stat h2 {
  color: #fff;
  font-weight: 800;
}

.stats .single-stat p {
  font-weight: 600;
  margin-bottom: 30px;
}

/*============ 8. Portfolio Section ============*/

.portfolio {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

section.portfolio .portfolio-filter ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #222;
  position: relative;
  font-family: "Raleway", san-serif;
  cursor: pointer;
  text-transform: uppercase;
}

section.portfolio .portfolio-filter ul li:last-child {
  margin-right: 0;
}

section.portfolio .portfolio-filter ul li:last-child:before {
  visibility: hidden;
}

section.portfolio .portfolio-filter ul li:before {
  content: "/";
  position: absolute;
  right: -15px;
  font-weight: 400;
}

section.portfolio .portfolio-filter ul li.sel-item {
  font-weight: 600;
}

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

section.portfolio .portfolio-items .item .item-content {
  position: relative;
  overflow: hidden;
}

section.portfolio .portfolio-items .item .item-content:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

section.portfolio .portfolio-items .item .item-content:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.9;
}

section.portfolio .portfolio-items .item .item-content .item-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

section.portfolio .portfolio-items .item .item-content .item-overlay h6 {
  text-transform: uppercase;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

section.portfolio
  .portfolio-items
  .item
  .item-content
  .item-overlay
  .icons
  .icon {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

section.portfolio
  .portfolio-items
  .item
  .item-content
  .item-overlay
  .icons
  .icon
  a {
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  background-color: #fff;
  font-size: 22px;
  line-height: 40px;
  color: #222;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

section.portfolio .portfolio-items .item .item-content:hover .item-overlay h6,
section.portfolio
  .portfolio-items
  .item
  .item-content:hover
  .item-overlay
  .icons
  .icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
}

/*============ 9. Blogs Section ============*/

.blogs .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.blogs .blog-item {
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
}

.blogs .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}

.blogs .blog-item .blog-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blogs .blog-item .blog-img img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blogs .blog-item .blog-content {
  padding: 30px 15px 15px;
  background: #fff;
}

.blogs .blog-item .blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.blogs .blog-item .blog-content p {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 0;
}

.blogs .blog-item .blog-content .blog-meta {
  padding-top: 15px;
}

.blogs .blog-item .blog-content .blog-meta span {
  font-size: 13px;
  color: #748182;
}

.blog-content span.more {
  color: #7bb0a7;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  padding-top: 15px;
}

.blogs .blog-item .blog-content .blog-meta .date {
  float: right;
}

.blog-list .blog-item {
  margin-bottom: 50px;
}

.carousel-navigation {
  text-align: center;
  margin-top: 20px;
}

.carousel-navigation button {
  background-color: #91bdb6; /* Mint green */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
}

/* Normal hover state */
.carousel-navigation button:hover {
  background-color: #7aa89f; /* Darker mint green */
}

/* When button is being clicked */
.carousel-navigation button:active {
  background-color: #d3d3d3 !important; /* Light gray */
  transform: scale(0.98);
}

/* After click (mouse released but button still focused) */
.carousel-navigation button:focus:not(:hover) {
  background-color: #91bdb6; /* Return to mint green */
}

/* Focus state for keyboard navigation */
.carousel-navigation button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(145, 189, 182, 0.5);
}

/*============ 10. Testimonial Section ============*/

.testimonials {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.testimonials:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.6;
}

.testimonials .container {
  position: relative;
  z-index: 10;
}

.testimonials .testimonial-item .author-img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.testimonials .testimonial-item p {
  word-spacing: 2px;
  color: #fff;
}

.testimonials .testimonial-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: #fff;
}

.testimonials .testimonial-item span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

/*============ 11. Contact Section ============*/

.contact {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* ----------------------------------------------------------------
				12 Contact
-----------------------------------------------------------------*/
.contact {
  background-attachment: fixed;
}
.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  background: rgba(10, 10, 10, 0.4);
  color: #fff;
  margin-bottom: 15px;
}

.contact-fields div {
  max-width: 100%;
}

.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.contact .form button {
  background: transparent;
  border: 0;
}
.contact .info {
  margin-top: 50px;
  width: 100%;
}

.contact .info div {
  max-width: 100%;
}

.contact .info .item .icon {
  float: left;
  padding-top: 5px;
  font-size: 25px;
  color: #91bdb6;
}
.contact .info .item .cont {
  margin-left: 45px;
  padding-left: 15px;
  border-left: 1px solid rgba(200, 200, 200, 0.4);
}
.contact .info .item .cont h6 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .contact-fields,
  .info {
    margin-left: 4%;
  }
}

.contact-fields span .main-btn {
  background-color: #91bdb6;
  color: #fff;
}

/* ----------------------------------------------------------------
				13 Footer
-----------------------------------------------------------------*/
.footer {
  padding: 30px 0;
  background: #111;
  text-align: center;
}
.footer p {
  font-size: 13px;
  color: #474646;
}

/*============ 13. Blogs Page ============*/

section.banner-blog {
  height: 50vh;
  background-color: #222;
  position: relative;
  overflow: hidden;
}

section.banner-blog #particles-js {
  width: 100%;
  height: 100%;
}

section.banner-blog .banner-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

section.banner-blog .banner-caption h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

/*============ 14. Single Blog Page ============*/

.blog-detail .blog-heading {
  margin-bottom: 30px;
}

.blog-detail .blog-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0 10px 0;
}

.blog-detail .blog-heading .blog-meta span {
  font-size: 14px;
}

.blog-detail .blog-content {
  margin-bottom: 90px;
}

.blog-detail .blog-content p {
  line-height: 28px;
}

.blog-detail .comment-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-detail ul.post-comment {
  float: left;
}

.blog-detail ul.post-comment li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  list-style: none;
}

.blog-detail ul.post-comment li img {
  width: 15%;
  float: left;
}

.blog-detail ul.post-comment li .comment-info {
  float: left;
  width: 85%;
  padding-left: 15px;
  margin-top: 10px;
}

.blog-detail ul.post-comment li .comment-info h3 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-detail ul.post-comment li .comment-info a {
  float: right;
  font-size: 13px;
  font-weight: 800;
  color: #222;
}

.blog-detail ul.post-comment li .comment-info span {
  float: left;
  width: 100%;
  font-size: 13px;
}

.blog-detail ul.post-comment li .comment-info p {
  font-size: 14px;
  line-height: 1.2;
  float: left;
  margin-top: 6px;
}

.blog-detail .contact-form {
  padding-top: 60px;
  clear: both;
}

.blog-detail .contact-form .form-inpt {
  width: 100%;
  height: 45px;
  border: 0;
  color: #222;
  border-bottom: 2px solid #222;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-detail .contact-form textarea {
  width: 100%;
  border: 0;
  font-size: 14px;
  border-bottom: 2px solid #222;
  padding: 20px 0 0 10px;
  margin-bottom: 15px;
  height: 150px;
}

.more-and-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*============ 15. Mobile Responsive  ============*/

@media screen and (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
    background-color: rgba(34, 34, 34, 0.9);
  }
  .navbar-collapse .nav-item {
    padding: 0 !important;
  }
  .navbar-collapse .nav-item a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fixed-top .navbar-collapse {
    background-color: transparent;
  }
  .banner .banner-caption h1 {
    font-size: 75px;
  }
  .banner .banner-caption p {
    font-size: 21px;
  }
  section.about .about-img:before {
    display: none;
  }
  section.about .about-content {
    margin-top: 50px;
  }
  section.banner-blog .banner-caption h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-caption h1 {
    font-size: 46px;
  }
  .banner .banner-caption p {
    font-size: 17px;
  }
  .banner #home-svg {
    height: 80px;
  }
  section.banner-blog .banner-caption h1 {
    font-size: 32px;
  }
}
