  .navigationbar{
       
       background-color: white;
    }
    .list_li_content{
      display: inline;
      padding-left: 15px;
      font-size: 15px;
      font-weight: bold;
      font-family: Roboto,sans-serif;
     
    }
   ul li{
     padding:5px;
   }
    .site-header{
      padding: 30px;
    }
    .navbar-brand{
      font-family: fantasy;
      color: black;
    }
    .navbar-brand:hover{
    
      color: black;
    }
    .site-header a{
      color:black;
    }
    .nav-item a{
      padding: 10px 0px 10px 0px;
      border-radius: 3px;
      font-size: 16px;
      color: black;
    }
    .nav-item .nav-link{
      color: black;
      font-weight: bolder;
    }

    .nav-item{
      padding-left: 45px;

    }

    .carousel-item{
    	height: 45rem;
      position: relative;

    }
    .carousel-item .carouselimglayer{
         position: absolute;
    background-color: #ffffff00;
    top: 0px;
    bottom: 0px;
    width: 100%;
    right: 0px;
    left: 0px;

    }
    .carousel-item .carouselimglayer p{
      color:rgb(235 235 235);
     
 }
     .carousel-item img{
    	height: 55rem;
    }
    .carousel-caption{
    	padding-bottom: 120px;
    }
    .carousel-caption h1{
    	font-size: 60px;
      font-weight: bold;
    }
    .carousel-caption h2{
    	font-size: 90px;
    	color: orange;
    	font-weight: bolder;
    }
     .carousel-caption button{
    background-color: #ffffff00;
    border: 1px solid white;
    color: white;
    margin-top:60px;
   font-size: 18px;
   font-weight: bold;
    }
     .carousel-caption button:hover{
    background-color: white;

    }
    .imglayer{
    	background-color: black;
    	min-height: 50rem;
    }
    .aboutsection{
    	margin-top: 60px;
    	padding-top: 80px;
    	padding-bottom: 80px;
    }
    .abouttext h2{
         font-size: 40px;
         color: black;
    }
    .abouttext h5{
      color:#3368C6;
    }
    .aboutimg{
    	/*border-left: 4px orange solid;
    	border-bottom: 4px orange solid;*/
    	padding-bottom: 30px;
    }
    .icons i{
    	font-size: 16px;
    	background-color: black;
    	color: white;
    	height: 40px;
    	width: 40px;
    	margin-left: 5px;
    	text-align: center;
    	padding-top: 12px;
    	border-radius: 50%;
    	transition: .6s;
    }
    .icons i:hover{
    	color: white;
    	background-color: orange;
    }
    .imgbox{
    	
    	padding-bottom: 25px;
    	padding-top: 20px;
    }
    .serviceheading{
    	text-align: center;
    	font-size: 15px;
    	color: black;
    }
    
    .servicesection{
    	margin-top: 50px;
    	padding-top: 80px;
    	padding-bottom: 80px;
    	background-color: #d3d3d342;
    }
    .servicebox h2{
    	transition: .6s;
    }
    .servicebox:hover h2{
    	color: orange;
    }
    .servicebox a{
    	color:#3368C6;
    }
    .teamsection{
      margin-top: 80px;
    }

    .teambox{
      box-shadow: 1px 1px 8px 1px lightgrey;
      padding: 15px;
   transition: .6s;
    }
   
   .teambox:hover a{
    color: black;
   }
   .teambox:hover h2{
    color: black;
   }
   
    .fortfoliosection{
    	margin-top: 80px;
    	padding-top: 60px;
    }
    .footersection{
    	margin-top: 100px;
    }

        .footersection h1{
  color: white;

}
.footersection ul{
  padding: 0px;
}
.footersection ul li{
  line-height: 50px;
  list-style: none;
}
.footersection ul li i{
  font-size: 28px;
  color: white;
}
.footerlayer{
  background-color: black;
  padding-top: 100px;
  padding-bottom: 30px;
}
.copyrightsection{
  background-color: black;
  padding: 12px;
 
}
.about-button{
  display:flex;

}

.about-button a {
    background-color:white;
    margin: 0px 7px 0px 7px;
    padding: 3px 7px 3px 7px;
    color:black;
    border-radius: 4px;
    font-size:17px;
    font-weight: bold;
    border:1px solid black
}
.about-button:hover a {
  background-color: #3368c6;;
  margin: 0px 7px 0px 7px;
  padding: 3px 7px 3px 7px;
  color:white;
  border-radius: 4px;
  font-size:17px;
}

@media(max-width: 768px){
	.carousel-caption h2 {
    font-size: 62px;
   
}
.carousel-caption h1 {
    font-size: 45px;
}
.nav-item {
    padding-left: 20px;
}
}
@media(max-width: 767px){
	.carousel-caption h2 {
    font-size: 30px;
    
}
.carousel-caption h1 {
    font-size: 18px;
}

.carousel-item{
	height: 28rem;
}
.carousel-item img {
    height: 28rem;
}
 .carousel-caption{
    	padding-bottom: 0px;
    }
    .hidepara{
    	display: none;
    }
    .nav-item {
    padding-left: 75px;
}
}