@import url('http://fonts.cdnfonts.com/css/bank-gothic');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
section, div{
 font-family: 'Bank Gothic', sans-serif;
 color : white
}

body{
  background-color: #272727
}

   .brand {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
   .brand span {
    color: rgb(219, 7, 7);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    
   
  }
      .navbar-nav {
              margin-left: auto;
          }
  .bg-dark-blue{
    background-color: #030626!important
  }
  .welcome-box .title{
    font-weight: 500;
  }
  .welcome-box .welcome-image img{
    border-radius: 25px;
  }
 .wcs-body
 {
   /* background: url('../images/aboutus/banner1.jpg') no-repeat ; */
   padding: 20px;
   background-size: cover;
   max-height: fit-content;
   display: flex;
 }
 
 .wcs-body .icons img{
   height: 50px;
   width: 50px;
   background-color: #ebd517;
 }
 .wcs-body p
 {
   opacity: 1;
   color: #fdfdfd;
   padding: 10px;
   
 }
 .wcs-body .wbody{
   background: rgba(0, 0, 0, 0.863);
   border-radius: 25px;
 }

 .service-body img {
  max-width: 200px;
  max-height: 300px;
  background: #03062633;
  border-radius: 50% ;
 }


#titlesection {
    width: 100%;
    height: 80vh;
    background: url("../images/aboutus/poster.jpg") top center;
    background-size: cover;
    position: relative;
  }
  #titlesection:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  @import url('https://fonts.googleapis.com/css2?family=Hurricane&family=Josefin+Sans:ital@1&family=Ramaraja&family=Syncopate&display=swap');
  #titlesection .titlesection-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* text-align: center; */
    padding: 0 15px;
  }
  #titlesection h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #titlesection h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 20px;
  }
    #titlesection h2 span{
    color: rgb(252, 155, 9);
    margin-bottom: 50px;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 20px;
  }
  #titlesection .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #8fc04e;
    color: #fff;
    
  }

  p {
    text-align: justify;
  }
  #titlesection .btn-get-started:hover {
    background: #8fc04e;
  }
  @media (max-width: 1040px) {
    #titlesection {
      background-attachment: fixed;
    }
  
  }
  @media (max-width: 1040px) {
    #titlesection {
      height: 100vh;
    }
    #titlesection h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #titlesection h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }





/* TEAMS */
 .card {
     width: 300px;
     height: 300px;
     transform-style: preserve-3d;
     perspective: 500px;
     border: none;
     background-color: inherit;
     margin-bottom: 10px;
 }

 .card .face {
     position: absolute;
     /* color: #fff; */
     width: 100%;
     height: 100%;
     overflow: hidden;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
     border-radius: 15px;
     background: rgba(255, 255, 255, 0.06);
     transform-style: preserve-3d;
     transition: 0.5s;
     backface-visibility: hidden;
     border-top: 1px solid #ddd;
     border-left: 1px solid #ddd
 }

 .card .face.front-face,
 .card .face.back-face {
     position: absolute;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center
 }

 .card .face.front-face .profile {
     width: 150px;
     height: 150px;
     border-radius: 50%;
     object-fit: cover
 }

 .card .face.front-face .name {
     letter-spacing: 2px
 }

 .card .face.front-face .designation {
     font-size: 0.8rem;
     color: #ddd;
     letter-spacing: 0.8px
 }

 .card:hover .face.front-face {
     transform: rotateY(180deg)
 }

 .card .face.back-face {
     position: absolute;
     background: rgba(255, 255, 255, 0.06);
     transform: rotateY(180deg);
     padding: 20px 30px;
     text-align: center;
     user-select: none
 }

 .card .face.back-face .fa-quote-left {
     position: absolute;
     top: 25px;
     left: 25px;
     font-size: 1.2rem
 }

 .card .face.back-face .fa-quote-right {
     position: absolute;
     bottom: 35px;
     right: 25px;
     font-size: 1.2rem
 }

 .card:hover .face.back-face {
     transform: rotateY(360deg)
 }
 .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #ea2910;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #ea1710;
}
.section-title p {
  margin: 15px auto 0 auto;
}


 @media(max-width: 991.5px) {
     .col-lg-4 {
         margin-top: 40px;
         margin-bottom: 20px
     }
 }




 
 .carousel {
	margin: 50px auto;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    /* background: #9b9b9b; */
    background: #232323;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	/* background: #9b9b9b; */
  background: #232323;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;
       
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}
