/**
* Template Name: MyPortfolio - v4.8.0
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
 
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');




body {
 
  font-family:'Golos Text', sans-serif;

}
.after-body-main{
  background: linear-gradient(104.05deg, rgba(204, 0, 255, 0.15) 0.31%, rgba(235, 73, 219, 0.066) 28.63%, rgba(122, 132, 221, 0.108) 60.87%, rgba(255, 255, 255, 0) 100%);
}
.navigation .navi{
  list-style: none;
  display: flex;
  margin: 0px;
}
.navbar-des{
  padding: 0;
}
.navi li{
  margin-left: 30px;
}
.navi li a{
  font-size: 18px;
  font-weight: 200;
  color: #6a6969; 
}
.navi li a:hover{
  color: #000;
  border-bottom: 1px solid;
}
a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p{
  line-height: 2;
  color: #504d4d;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family:'Golos Text', sans-serif;
}
 
.section {
  padding: 0 0 3rem 0;
}
.video-src{
  height: 450px;
}
#company-name{
  background: #b6e3ed;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid white;
    color: #ffffff;
    font-weight: 600;
}
.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  /* padding-left: 10px;
  padding-right: 10px; */
  position: relative;
  /* background: #f8f9fa;
    border-radius: 50px; */
    /* padding: 8px 30px; */
    /* border: 1px solid #dee2e6; */
    /* margin-left: 15px; */
    font-size: 25px;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}
.project-title{
  font-weight: 700;
}
.filters a:hover:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff3b;
  border-radius: 20px;
  border: 1px solid white;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.3s all ease;
}

.item .item-wrap>.work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap>.work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  /* border: 1px solid #000; */
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 600;
  margin-top: 30px;
  background: #f1f1f1;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

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

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: 50px;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f9f9f9;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #212529;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 10px;
  margin-top: 30px;
  list-style: none;
  text-align: center;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #212529;
  padding: 10px 0 !important;
  font-weight: 600;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding: 15px 20px;
  width: 100%;
}
.logo{
  width: 110px;
}
.h1-tile{
  font-weight: 400;
    font-size: 60px;
    line-height: 74px;
}
.header-content{
  /* background: #f1f1f1; */
  padding: 100px 0px;
  border-radius: 20px;
}
.mobile-collapse{
  background: #f1f1f1;
    position: fixed;
    z-index: 1;
    height: 100%;
}

@media (max-width: 780px) {
  .header-content{
    border-radius: 0px;
    padding: 50px 40px !important;
  }
  .data{
    margin-bottom: 0px !important;
  }
  .description{
    margin-top: 30px;
  }
  .project-card{
    margin-bottom: 35px !important;
  }
  .navigation{
    display: none;
  }
  .burger{
    display: block !important;
  }
  .header-title{
    font-size: 37px !important;
  }
  .contact-info{
    margin-bottom: 15px;
  }
  .copyright{
    font-size: 12px;
    margin-top: 15px;
    color: #6a6969;
  }
  .copyright p{
    color: #6a6969;
  }
  .footer-content{
    text-align: center;
  }
  .header-content{
    padding: 0px 40px;
  }
  .logo{
    width: 90px;
  }
  
  .filters a{
    font-size: 20px;
    font-weight: 500;
    background: none;
    border: 0px;
  }
  .aos-animate h2{
    text-align: left;
    font-size: 40px;
  }
  .h1-tile{
    font-size: 26px;
    line-height: 42px;
  }
  .filters a{
    text-align: center;
    margin-left: 10px;
  }
  /* .section{
    padding: 3rem 0;
  } */
  .custom-navbar>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */
.burger {
  width: 35px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.burger {
  display: none;
}
.about-info{
  font-size: 18px;
    color: #6a6969;
}
.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 50px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #f9f9f9;
  text-align: left;
  padding: 70px 0 4rem 0;
}

.footer a {
  color: #6a6969;
}
    .data{
      margin-bottom: 50px;
    }             
 .Project-read-more{
  color: #0d6efd;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
 }
.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 0%;
  background: #f1f1f1;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}
/* custom css start*/

/* .hero-section{
  background-color: #fff;
} */
.header-title{
  font-size: 38px;
    font-weight: 700;
    font-family:'Golos Text', sans-serif;
}
 .video-item{
  height: 300px;
  display: flex;
  justify-content: center;
 }
.blue-color{
  color: rgb(111, 111, 224);
}
#filters{
  display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.logo-text{
  font-weight: 700;
}
.contact-info p{
  font-weight: 200;
}
.case-study-banner{
  margin: 30px 0px;
}
/* .section{
  border-top: 1px solid;
} */
/* custom css end */