
.row {
  margin: 0px;
  padding: 0px;
}

.img-1 {
  position: relative;
  top: 0px;
  left: 0px;
}

.para {
  position: absolute;
  z-index: 1;
  right: 176px;
  top: 24rem;
}

.para h1 {
  color: #f00505;
  text-transform: capitalize;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.para h3 {
  font-size: 2rem;
  color: white;
  font-family: 'Roboto Thin';

}

* html,
body {
  background-color: #23292f;
  background-image: url(../Images/Face.png);
  background-repeat: repeat-y;
  background-position: center;
  opacity: 1;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.wrapper {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav {
  display: flex;
  width: 90%;
}

ul li a {
  margin-left: 1.5em;

}

a.logo {
  margin-right: auto;
}





/*----------Responsive Menu----------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: #5f0000;
  flex-direction: row;
  justify-content: space-between;
  padding:0 25px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  flex-direction: row;

}
.nav>.nav-header>.nav-title {
  font-size: 22px;
  font-family: 'Roboto Thin';
  margin-top: -6px;
  
}

.nav>.nav-btn {
  display: none;
}

.nav>.nav-links>li>a {
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto Thin';

}

.nav>.nav-links>li>a:hover {
  list-style: none;
  text-decoration: none;
  color: #636363;
  font-family: 'Roboto Thin';

} 

.nav>#nav-check {
  display: none;
} 



.para-2 {
  margin-bottom: 40px;
  padding-bottom: 100px;
}


.mask {
  padding-top: 184px;
}

.para-2 h1 {
  color: #ff0000;
  font-size: 40px;
  text-align: center;
  font-family: 'Roboto Thin';
  text-transform: uppercase;
 padding-top: 114px;
}

.para-2 p {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Roboto Thin';


}



.red {
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 14px 21px;
  border-radius: 20px
}




.red button:hover {
  background-color: transparent;
  color: #fa0000;
  display: inline-block;
  border: 1px solid #fa0000;
  border-radius: 15px;
  outline: none;
  width: 115px;
  text-align: center;
  transition: all 0.5s ease;
}

.para-3 h1 {
  text-align: center;
  margin-top: 120px;
  color: #ff0000;
  font-size: 40px;
  font-family:'Roboto Thin' ;
}

.box {
  padding-top: 116px;
}

.box img:hover {
  transition: all 1s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
  width: 100%;
}

.bg-image {
  background-image: url(../Images/footer.png);
  margin-top: 120px;
}

.name {
  margin-top: 120px;
}

.name h1 {
  color: #ff0000;
  font-size: 50px;
  font-family: 'Roboto Thin';
  font-weight: 100;
}

.name h3 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Roboto Thin';
  font-weight: 100;
}



.para-5 {
  color: #eee;
  font-size: 1.5rem;
  font-family: 'Roboto Thin';
}

h5 {
  color: #ff0000;
  margin-top: 10px;
  font-size: 30px;
  font-family: 'Roboto Thin';
}



.para-4 a {
  color: white;
  text-decoration: none;
  font-family: 'Roboto Thin';
  font-weight: 100;
}
.para-4 a:hover {
  color: rgb(255, 0, 0);
}

.name-1 {
  margin-top: 120px;
}

.name-1 h1 {
  color: #ff0000;
  margin-left: 18px;
  font-family: 'Roboto Thin';
  font-weight: 100;

}

.icon-1 {
  padding: 15px;
}

.baground-footer {
  background-color: #5f0000;
}

.baground-footer p {
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-family: 'Roboto Thin';
  padding: 15px 10px;
}

.baground-footer p a{
  text-decoration: none;
  color: #eee;
  font-weight: bold;
}

.baground-footer p a:hover{
  color: rgb(255, 0, 0);
}

.icon-2 {
  padding-right: 50px;
}

.icon-1 {
  margin: 5px;
  padding-top:15px;
  color: white;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
  height: 50px;
  width: 50px;
}

.icon-1:hover {
  transition: all 1s ease-in;
  color: rgb(255, 0, 0);
  cursor: pointer;
}

/* </-----About Us------/> */

img.justify {
  display: block;
  margin: 0 auto;
}



/* </-----About Group------/> */
.group {
  margin-top: 100px;
  width: 100%;
}

.group:hover {
  box-shadow: 0px 0px 10px #ff0000;
  transition: all 0.5s ease-in-out;
  overflow: hidden !important;
  cursor: pointer;
}

.Embody {
  color: #eee;
  font-size: 22px;
}

.Embody p{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-align: left;
  margin-top: -128px;
}

.testimonial-section h2 {
  color: #ff0000;
  font-size: 40px;
  padding: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: -75px;
}



.testimonial-section {
  background-image: url(../Images/stage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;


}

.testimonial-section .carousel-item {
  margin-top: -10rem;
  padding: 10rem 3.125rem;
  border-radius: 0.9375rem;
  text-align: center;
}

.testimonial-section .carousel-item img {

  padding: 0.3125rem;
  margin: auto;
}

.testimonial-section .carousel-item .carousel-caption p {
  font-size: 1rem;
  text-align: justify;
  position: absolute;
  top: -90px;
}

.testimonial-section .carousel-indicators {
  bottom: 2.2rem;
}

.testimonial-section .carousel-indicators button {
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 50%;
  border: none;
  margin-right: 1rem;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  color: #f00505;
}

.testimonial-section .carousel-indicators button.active {
  opacity: 1;

}

.col-6{
  overflow: hidden;
}
.carousel {
  position: relative;
  z-index: -2;
}


.carousel-1{
  position: relative;
  z-index: 0;
}

.text-center a {
  display: inline-block;
  text-decoration: none;
}
.name-2{
  margin-top: 120px;
  padding-left: 10%;;
}

.para-6 {
  margin-top: 100px;
  background-image: url(../Images/stage.png);
  background-repeat: repeat;
  padding: 40px 20px;
}

.para-6 h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.para-6 h3 {
  color: #fefefe;
  font-size: 20px;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
}

.para-6 p {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

hr {
  color: #ff0000 !important ;
  height: 5px !important;
}

.para-7 p {
  margin-top: 100px;
}

.para-8 p {
  margin-top: 40px;
}

