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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-size: 120%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #191919;
  color:#B5B5B5;
}

p {
    font-size:85%;
}
.navbar-brand {
  color:#B5B5B5;
}

a {
  font-family: 'Smooch Sans', sans-serif;
  color:#92181C;
  font-weight: 800;
  text-decoration: none;
}

a:hover {
  color: #007BFF;
}

.in-para-link a {
    font-size: 120%;
    font-weight:800;
    margin: 0px;
    text-decoration: underline;
    word-spacing: 0px;
}
.in-para-link a:hover {
    font-size: 120%;
    font-weight:600;

    margin: 0px;
  text-decoration: none;    
}


.navbar-brand a {
  color:#92181C;
  text-decoration: none;
}

.navbar-brand a:hover {
  color: #007BFF;
}

h1, h2, h3, h4, h5, h6 {
      font-family: 'Smooch Sans', sans-serif;

  font-weight: 800;
  color:#B5B5B5;
}

h1 {
  font-size: 200%;
}


h2 {
  font-size: 180%;
}


h3 {
  font-size: 160%;

}


h4 {
  font-size: 140%;
}


h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}


.section {
  padding: 1rem 0;
}

ul {
    font-size:70%;
    padding: 0px 0px 20px 0px;
}

.filters a {
  text-decoration: none;
  color: #92181C;
  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: #B5B5B5;
}
.filters a.active {
  color: #B5B5B5;
}
.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #B5B5B5;
}

.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.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.6s 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: 1.0s all ease;
}
.item .item-wrap > .work-info h3 {
  font-size: 160%;
  margin-bottom: 0;
}
.item .item-wrap > .work-info span {
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.item .item-wrap:hover {
  text-decoration: none;
}
.item .item-wrap:hover img {
  transform: scale(1.5);
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonials-slider {
    background: #eceff2;
    color: #191919;
   
}


.testimonial-wrap {
    font-size:80%;
height: 500px;
  padding: 30px 30px 30px 30px;
  background: #eceff2;
  color: #191919;
}
.testimonial-wrap .testimonial {
  text-align: center;
  color: #191919;
  max-width: 500px;
  margin: 0 auto;
}
.testimonial-wrap .testimonial h4 {
  color: #191919;
}
.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}
.testimonial-wrap .testimonial blockquote p {
  font-size: 100%;
}

.heading {
  font-size: 100%;
}

.readmore {
  display: inline-block;
    border: 0px;
  padding: 10px 15px;
  font-size: 100%;
  text-transform: uppercase;
  color: #B5B5B5;
  background-color: #92181C; 
  transition: 0.2s all ease;
  font-weight: 700;
}
.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}
.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #B5B5B5;
}

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


.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* 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: #B5B5B5;
}

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

/* Services */
.services i {
  font-size: 100%;
}
.services h4 {
  padding-top: 10px;
}


/* Contact Form */
.php-email-form{
    font-size: 110%;
}

.form-control {
    font-size: 120%;
}


    
.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: #10399C;
  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: #92181C;
    align:right;
}
.custom-navmenu .custom-menu, .custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 100%;
}
.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}
.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: 160%;
  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-top: 50px;
  width: 100%;
}
@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.custom-navbar .navbar-brand {
  font-size: 100%;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 4px;
  display: block;
  background: #92181C;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: 
      
      top 1.5s cubic-bezier(1 .23, 1, 0.32, 1),
      transform 1.5s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1),
      background-color 1.5s cubic-bezier(0.86, 0, 0.07, 1);
    
  -webkit-transition:
      
      top 1.5s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1),
      background-color 1.5s 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(0deg);
}

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

.burger:focus {
  outline: none;
}

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

.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #92181C;
  position: relative;
  text-align: center;
  color: #92181C;
}
.social a span {
  display: inline-block;
  color: #B5B5B5;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-45%, -42%);
}
.social a:hover {
  color: #B5B5B5;
}