*{
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: black;
}
/*navbar*/
.shunav {
  overflow: hidden;
}
.shunav nav {
  display: inline-block;
  padding: 50px 50px 0px 0px;
  float: right;
}
.shunav nav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 0px 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.shunav nav a:hover {
  color: white;
}
.shunav nav a.active {
  background-color: #04AA6D;
  color: white;
}
.shunav .icon {
  display: none;
}
.main-logo .logo{
  width: 100px;
  padding: 20px 0px 0px 45px;
}
.main-logo{
  display: inline-block;
}
/*navbar*/
/*slider*/
.sliderimages img{
  width: 100%;
}
.content-hero{
  padding: 40px 30px 50px 90px; 
}
.subtitle{
  font-family: var(--heading-font);
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: justify;
  line-height: 33px;
  padding-bottom: 12px;
}
.background-section{
  padding: 10px;
  background: #0b0b0b;
  color: #e03d24;
}
.title-shu-h1 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 98px;
  line-height: 130px;
  position: relative;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.default-button{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  color: white;
  border: 1px solid #e03d24;
  letter-spacing: 2px;
  text-decoration: none;
  background: #e03d24;
  padding: 8px 8px 8px 12px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #e03d24;
}
/*slider*/
/*about*/
.about-section{
  padding: 45px 60px 40px 85px;
  border-top: 1px solid #141414;
}
.about-text{
  padding: 0px 80px 0px 0px;;
}
.about-grid{
  display: grid;
  grid-template-columns: auto auto;
}
.about-text .about-sub-title {
  position: relative; 
  margin-bottom: 10px;
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.about-text .about-sub-title span {
  position: relative;
  padding-right: 55px;
  margin-right: 8px;
  color: white;
  padding-top: 3px;
}
.about-text .about-sub-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: white;
}
.about-text .about-main-title{
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 62px;
}
.about-text .about-main-title span{
  color: #e13d24;
}
.about-text .about-description{
  font-size: 15px;
  text-align: justify;
  color: #d1cfcf;
}
.about-text .about-description a{
  color: #e03d24;
  text-decoration: none;
}
.cover-bg-img {
  /*width: 100%;
  object-fit: cover;
  object-position: center;*/
}
.about-section .box-experience {
  width: max-content;
  padding: 15px 30px;
  margin-top: 40px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  display: flex;
  background-color: #1a1a1a;
  margin-left: auto;
  flex-direction: column;
}
.about-section .box-experience .numb-ex {
  font-size: 60px;
  font-weight: bold;
  line-height: 65px;
  color: #e13d24;
}
.about-section .box-experience .title-block { 
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  font-size: 21px;
}
/*about*/
/*Why us*/
.shu-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
}
.shu-grid-item {
  padding: 30px 25px 20px 22px;
  background: #0a0a0a;
  margin: 10px 40px 0px 0px;
  border-radius: 6px;
}
.shu-grid-item .icon{
  background: #000000;
  width: 35px;
  height: 35px;
  padding: 18px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.shu-grid-item .icon img{
  width: 100%;
}
.shu-grid-item h4{
  color: white;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.shu-grid-item p{
  font-size: 13px;
  font-weight: 400;
  color: darkgrey;
  text-align: justify;
}
/*Why us*/
/*feature*/
.feature-section{
  padding: 0px 0px 50px 0px;
  border-top: 1px solid #141414;
}
/*.feature-grid{
  display: grid;
  grid-template-columns: auto auto;
}*/
/*.feature-shu{
  padding: 20px 35px 0px 40px;
}*/
/*.feature-grid-item img{
  width: 100%;
}*/
.coverbg{
  width: 100%;
}
.feature-grid {
  position: relative;
  color: white;
}
.feature-grid-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 578px;
  background: #1414148f;
  height: 665px;
  padding: 40px 35px 0px 40px;
}
.feature-shu h5{
  position: relative; 
  margin-bottom: 10px;
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.feature-shu h5 span {
  position: relative;
  padding-right: 55px;
  margin-right: 8px;
  color: white;
  padding-top: 3px;
}
.feature-shu h5 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: white;
}
.feature-shu h2{
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
  color: white;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
}
.feature-shu ul{
  margin-left: 20px;
}
.feature-shu ul li{
  font-size: 15px;
  text-align: justify;
  color: #d1cfcf;
}
.feature-shu p{
      font-size: 15px;
    text-align: justify;
    color: #d1cfcf;
    padding-bottom: 15px;
    padding-top: 10px;
}
.feature-shu a{
  margin-top: 44px;
  color: #ffffff;
  text-decoration: none;
  background: red;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 4px;
}
/*feature*/
/*Blogs*/
.shu-blog-grid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.shu-blog-item{
  margin: 20px 35px 15px 5px;
}
.shu-blog-image img{
  width: 370px;
}
.shucontent-blog{
  padding: 8px 0px 5px 0px;
}
.shucontent-blog span{
  text-transform: uppercase;
  background-color: #0b0b0b;
  padding: 5px 10px 5px 10px;
}
.shucontent-blog span a{
  font-size: 14px;
  color: #e03d24;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: justify;
  line-height: 33px;
}
.shucontent-blog h4{
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
  margin-top: 7px;
}
.shucontent-blog h4 a{
  color: white;
  text-decoration: none;
}
/*Blogs*/
/*testimonials*/
.testimonials-section{
  padding: 45px 85px 40px 85px;
  border-top: 1px solid #141414;
}
.testimonials-text{
  text-align: center;
}
.testimonials-text .testimonials-sub-title {
  position: relative; 
  margin-bottom: 10px;
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.testimonials-text .testimonials-sub-title span {
  position: relative;
  padding-right: 55px;
  margin-right: 8px;
  color: white;
  padding-top: 3px;
}
.testimonials-text .testimonials-sub-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: white;
}
.testimonials-text .testimonials-main-title{
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
}
.shuSlides {display: none}

/* Slideshow container */
.shu-testi-container {
/*  max-width: 1000px;*/
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 20px 80px;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.testimonial-author{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.author{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #262626;
  margin-right: 20px; 
}
.testimonial-author .author img {
  border-radius: 50%;
  width: 100%;
}
.author-text h4{
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-size: 18px;
  color: white;
}
.author-text h5{
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/*testimonials*/
/*footer*/
.footer-section{
  padding: 45px 70px 175px 90px;
  border-top: 1px solid #141414;
  background: #0a0a0a;
}
.footer-block-item{
  text-align: center;
}
.footer-block-item h4{
  color: #e03d24;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1.2px;
}
.float-left{
  float: left; 
}
.float-right{
  float: right; 
}
.footer-block-item img{
  width: 35%;
}
.footer-block-item p{
  color: white;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 25px;
  font-weight: 300;
}
.footer-block-item a{
  color: white;
  line-height: 25px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.ftoppad30{
  padding-top: 30px;
}
.footer-shu-grid {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px 65px 5px 85px;
}
.footer-item-copyright p{
  color: white;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-item-copyright p a{
  color: #e03d24;
  font-weight: 600;
  text-decoration: none;
}
.footer-item-socialmedia ul{
  float: right;
}
.footer-item-socialmedia ul li {
  display: inline-block;
}
.footer-item-socialmedia ul li a{
  color: white;
  font-size: 20px;
  margin-right: 25px;
}
/*footer*/
.row{
  width: 100%;
}
.col-lg-3{
  width: 25%;
}
.col-lg-4{
  width: 33.3%;
}
.col-md-12{
  width: 100%;
}
.col-lg-6{
  width: 50%;
}
/*gallery*/
.gallery-section{
  padding: 45px 60px 40px 85px;
  border-top: 1px solid #141414;
}
.gallery-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.gallery-grid-item{
  padding: 2px 5px 0px 5px;
}
.gallery-grid-item img{
  width: 100%;
  border: 2px solid #333333;
  border-radius: 10px;
}
/*gallery*/
/*contact*/
.contact-detail-section{
  padding: 45px 60px 40px 50px;
  border-top: 1px solid #141414;
}
.contact-detail-grid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.contact-detail-grid-item{
  text-align: center;
}
.contact-detail-grid-item i{
  font-size: 55px;
  color: #e03d24;
}
.contact-detail-grid-item h6{
  font-size: 22px;
  padding-top: 5px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.contact-detail-grid-item p a{
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.contact-form-section{
  padding: 70px 110px 60px 85px;
  border-top: 1px solid #141414;
}
.contact-form-grid{
  display: grid;
  grid-template-columns: auto auto;
}
.formshu-title{
  color: #e03d24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.formshu-title span {
  position: relative;
  padding-right: 60px;
  display: inline-block;
  margin-right: 10px;
  color: white;
}
.formshu-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: white;
}
.contact-form-grid-item h2{
  font-size: 68px;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.contact-form-grid-item p{
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.form-group{
  width: 100%;
  margin-bottom: 30px;
}
.entry-box {
  width: 100%;
}
.entry-box label{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.entry-box input {
  height: 100%;
}
.entry-box input, 
.entry-box textarea {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  background-color: #111;
  border: 1px solid #ffffff1a;
  padding: 10px 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.error{
  color: #e03d24;
  font-size: 13px;
  font-weight: 400;
}