

*{
    scroll-behavior: smooth;
}


.navbar{
    
    z-index: 99;
    box-shadow: 0 0 10px #000;
    background: rgba(0,0,0,0.5);
    color:#d6d6d6;
    text-align : center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
}






#imgholder {

    background-color: #131313;
    overflow: hidden;
}


#creame { 

    background-color: #F6EAE3;
   
}

#t1 { font-size:4em;
    color:#C93828;
    font-family: Impact;
    
}



#t2 { font-size:2.5em;
    color:#C93828;
    font-family: Impact;
    text-align:center; margin:auto;
}



.num1 {   

    font-size: 1em;
    text-align:center;
}





#box{  background-color: #131313;
    overflow: hidden;   }


#down2 { 

    font-size:2.5em;
    color:#D6D6D6 ;
    font-family: Impact;

}



#ph{ 
    padding:10px;
    background-color: #363636 ;
    text-align: center;
    
}


#ph1 { background-color: #D6D6D6;
padding:10px;
border-radius:30px;
}




#ser{ 

    background-color: #131313;
    border-bottom: 1px solid #C93828;
    font-family: Impact;
    color: #d6d6d6;
    
        
}



#inn{ 

    
    text-align: center;    
    color: #C93828;
    
}


#innn{ 

   
    text-align: center;    
    color: #C93828;
    
    
}






#in{ 

    
    text-align: center;    
    color: #C93828;
    
}



#name { color: #d6d6d6;
        margin:10px;
        
}


#photo { border: 1px solid #C93828; background-color: #363636 ;
    text-align: center; overflow:hidden;cursor:pointer; }


#photo1:hover {scale:1.2;transition:all ease 0.9s; }


#butn { border: 1px solid #C93828;
color:#D6D6D6}



#card { background-color: #363636;}

#or { color:#C93828;}
#or1 { color:#C93828;border:1px solid #C93828}





/********************* css of testimonials *****************/


#hello{ background:#131313;}



body{    
    background:rgb(145, 200, 43);
    font-family: montserrat;
}
section {
	display: grid;
	place-items: center;
	height: 110vh;
}
.section-header{
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131313;
}
.section-header:after{
    content: '';
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #fff;
}
.section-header span {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.testimonials{
    max-width: 1000px;
    padding: 0 15px 50px;
    margin: 0 auto 80px auto;
}
.single-item{
    background: #f4f1f1;
    color: #111;
    padding: 15px;
    margin: 50px 15px;
}
.profile{
    margin-bottom: 30px;
    text-align: center;    
}
.img-area {
	margin: 0 15px 15px 15px;
}
.img-area img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 7px solid #C93828;
}
.content{
    font-size: 18px;
}
.content p {
	text-align: justify;
}
.content p span {
	font-size: 48px;
	margin-right: 20px;
    color: #C93828;
}
.socials i {
	margin-right: 25px;
}
.bio h4 {
	font-family: 'Berkshire Swash', cursive;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #C93828;
}




/********************* end of css of testimonials *****************/




#social{ 

    font-family: Impact;
    font-size: 2em;
         
}




/********************* footer *****************/




  
  
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  
  .footer-20192 {
    position: relative;
    color: #fff;
    padding: 7rem 0;
    background-color: #141d2a; }

    .footer-20192 .container {
      position: relative; }

    .footer-20192 h3 {
      font-size: 16px;
      margin-bottom: 10px;
      margin-top: 0;
      line-height: 1.5; }

    .footer-20192 .links li {
      margin-bottom: 10px;
      line-height: 1.5;
      display: block; }

      .footer-20192 .links li a {
        color: #666873; }

        .footer-20192 .links li a:hover {
          color: #fff; }

    .footer-20192 .social li {
      display: inline-block;
      position: relative; }

      .footer-20192 .social li a {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        margin: 0;
        padding: 0;
        background-color: #8186d5;
        color: #fff; }

        .footer-20192 .social li a > span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

    .footer-20192 .footer-logo {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: .1rem; }

    .footer-20192 .copyright {
      color: #666873; }

    .footer-20192 .cta {
      -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
      box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
      padding: 20px;
      background-color: #8186d5;
      top: -150px;
      position: relative; }

      .footer-20192 .cta h2, .footer-20192 .cta h3 {
        line-height: 1.5; }
        
      .footer-20192 .cta h3 {
        font-size: 20px; }
        
        
        #bg{ background-color: #C93828;}