 body{
    padding-top: 0px;
  }

      .navigationbar{
       position: absolute;
    }

    }
    .site-header{
      padding: 30px;
    }
    .navbar-brand{
      font-family: fantasy;
      color: white;
    }
    .navbar-brand:hover{
    
      color: white;
    }
    .site-header a{
      color:white;
    }
    .nav-item a{
      padding: 10px 0px 10px 0px;
      border-radius: 3px;
      font-size: 16px;
      color: white;
    }
    .nav-item .nav-link{
      color: white;
      font-weight: bolder;
    }

    .nav-item{
      padding-left: 45px;

    }
    .bannersection{
      background-image: url(../img/images/hero-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 750px;
    }
    .aboutsection{
      padding-top: 10px;
      padding-bottom: 00px;
     
    }
    .aboutsection img{
      border-radius: 50%;
      width: 100%;
      text-align: center;
    }
    .aboutsection p{
   text-align: justify;
    }
    .bannertext{
    	padding-top: 280px;
    }
    .welcomeheading{
      text-align: center;
      font-weight:bolder;
      font-size: 45px;
      color: black;
    }
    .btn{
      background-color: transparent;
      border: 2px black solid;
      padding: 10px 35px 10px 35px;
      font-size: 18px;
      transition: .6s;
      color: black;
    }
    .btn:hover{
      background-color: black;
      color: white;
    }
    .aboutbox{
      background-color: aqua;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 35px;
     padding-right: 35px;
     margin-top: 60px;
    }
    .aboutbox i{
      font-size: 50px;
      color: black;
    }
    .servicesection{
      padding-top: 100px;
    }
     .aboutbox h1{
      font-size: 50px;
      color: black;
    }
    .servicebox1{
    	text-align: center;
    	padding: 15px;
    	border-bottom: 2px lightgrey solid;
    	border-right: 2px lightgrey solid;
    }
    .servicebox2{
    	text-align: center;
    	padding: 15px;
    	border-bottom: 2px lightgrey solid;
    	border-right: 2px lightgrey solid;
    }
    .servicebox3{
    	text-align: center;
    	padding: 15px;
    	border-bottom: 2px lightgrey solid;
    	
    }
    .servicebox4new{
    	text-align: center;
    	padding: 15px;
    	
    	border-right: 2px lightgrey solid;
    }
    .servicebox5{
    	text-align: center;
    	padding: 15px;
    	
    	border-right: 2px lightgrey solid;
    }
    .servicebox6{
    	text-align: center;
    	padding: 15px;
    	
    	
    }
    .servicebox1, .servicebox2, .servicebox3, .servicebox4, .servicebox5, .servicebox6 i{
    	font-size: 70px;
    	color: black;
    }

   .pricingsection{
        margin-top: 00px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
       .cardmain{
    background-image: url(../img/images/pricing-bg-1.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border: 2px grey solid;
    border-radius: 8px;
   }
      .cardmain1{
    background-image: url(../img/images/pricing-bg-2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border: 2px grey solid;
    border-radius: 8px;
   }
      .cardmain2{
    background-image: url(../img/images/pricing-bg-3.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border: 2px grey solid;
    border-radius: 8px;
   }
   .cardlayer{
    background-color: #00000026;
    min-height: 400px;
    padding: 28px;
   }
.cardlayer ul li{
  line-height: 35px;
  color: black;
  font-weight: bolder;
}
    .gallerysection {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footersection{
  background-image: url(../img/images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*min-height: 300px;*/
}
    .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: #000000b0;
  padding-top: 100px;
  padding-bottom: 90px;
}
.copyrightsection{
  background-color: black;
  padding: 12px;
 
}
@media(max-width: 768px){
  .nav-item {
    padding-left: 18px;
}
 .servicebox1, .servicebox2, .servicebox3, .servicebox4, .servicebox5, .servicebox6{
    		border-bottom:none;
    	border-right:none;
    }
}
@media(max-width: 767px){
  .bannersection {
    
    min-height: 430px;
}
.aboutsection {
    padding-top: 17px;
    padding-bottom: 40px;
    
}
  .nav-item {
    padding-left: 70px;
}
.bannertext{
	padding-top: 165px;
}
.bannertext .btn{
	margin-top: 5px;
}
  .navigationbar{
     background-color: white;
    }
     .navbar-brand{
    
      color: black;
    }
     .navbar-brand:hover{
    
      color: black;
    }
    .servicebox1, .servicebox2, .servicebox3, .servicebox4, .servicebox5, .servicebox6{
    		border-bottom:none;
    	border-right:none;
    }
      .nav-item .nav-link{
      color: black;
     
    }

}


