
body {
  font-family: "Poppins", sans-serif;
  color: #0d1e2d;
  background-color: #f6f9fc
}

a {
  color: #000;
  text-decoration: underline;
  transition: .2s;
}

a:hover {
  color: #777;

}

h2 {
  font-size: 25px;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Poppins", sans-serif;
}

.profile {
	width: 100%;
	border-radius: 100%;
}

.sticky-content p, .sticky-content ul, .row p {
	font-size: 1.1rem;
	font-family: "Source Code Pro", monospace;
}

#namehead h2 {
  font-size: 4rem;

}

#namehead h3 {
  font-weight: 500;
  font-size: 2rem;
  text-transform: lowercase;
}

#namehead p {
	font-size: 1.4rem;
	font-weight:400;
	
}

#namehead a{
  color: #000;
  text-decoration: none;

}

#namehead a:hover {
  color: #777;

}

#top {
	padding-top: 4rem;
	padding-bottom: 2rem;
	text-align: left;
}

#topsingle {
	padding-top: 3rem;
	padding-bottom: 0;
}

#topsingle h2 {
	font-size: 2.5rem;
	display:inline-block;
}

#topsingle h3 {
	font-size:1.6rem;
	padding-bottom: 0;
	text-transform: lowercase;
}


#foottext {
  font-size: 12px;
}

@media only screen and (max-width: 1200px) {
	#namehead h2 {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 992px) {
	#topsingle {
		text-align: center;
	}
	#namehead h2 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	#top {
		padding-top: 4rem;
		padding-bottom: 0;
		text-align: center;
	}
	
	.profile {
		width:50%;
	}
	
	#namehead h2 {
		font-size:2.5rem;
	}

}
.sticky-content h3 {
  padding: 1rem 0;
}

.multipleimg img {
  padding-bottom: 2rem;
}

.mobilecaption {
  text-align: center;
  padding: 1rem;
  display: none;
}

@media (max-width:780px){
  .mobilecaption {
    display: block;
  }
  .item .item-wrap {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .item .item-wrap:after {
    display: none;
  }
  .item .item-wrap > .work-info {
    display: none;
  }

  .item .item-wrap > .work-info h3 {
    display: none;
  }

  .item .item-wrap > .work-info span {
    display: none;
  }
}

.section {
  padding: 3rem 0;
}

.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}

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

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

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

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

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

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

.item .item-wrap img {
  transition: .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: .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: .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: 30px;
}

.h4 {
  font-size: 18px;
}

.heading {
  font-size: 35px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.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-bottom: 5rem;
  /* required */
}

.sticky-content p, .sticky-content ul {
	font-size: 1.1rem;
}

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

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

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  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;
}

/* skills */

.skills i {
  font-size: 40px;
}

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

.contact i {
  font-size: 40px
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  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;
}
