 body{
      padding-top: 0px;
    }

    .navigationbar{
      position: absolute;
      background-color: #00000066;
      position: fixed;
      z-index: 1;
    }

  }
  .site-header{
    padding: 30px;
  }
  .navbar-brand{
    font-family: fantasy;
  }
  .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/slider/slide_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 750px;
    background-attachment: fixed;
  }
  .bannerlayer{
    background-image: url(../img/pattarn.png);
    min-height: 750px;
    background-attachment: fixed;
  }
  .bannerlayer1{
    background-color: #01014847;
    background-attachment: fixed;
  }
  .bannertext{
    text-align: center;
    padding-top: 280px;
  }

  .bannertext h1{
    font-size: 70px;
    color: white;
    font-weight: bolder;
    letter-spacing: 12px;
    word-spacing: 8px;
  }
  .bannertext h2{
    font-size: 50px;
    color: white;

    letter-spacing: 25px;

  }
  .achievementsection{
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .achievementh{
    font-size: 65px;
    color: black;
    text-align: center;
    font-weight: bolder;
  }
  .achievementbox{
    text-align: center;
  }
  .achievementbox i{
    font-size: 90px;
    color: black;
  }
  .achievementbox h1{
    font-size: 80px;
    color: black;
    font-weight: bolder;
  }
  .aboutsection{
    margin-top: 100px;
  }
  .abouttext{
    padding: 64px;
    height: 100%;
  }
  .para1{
    width: 75%;
  }
  .icons i{
    font-size: 16px;
    height: 35px;
    width: 35px;
    border: 1px #0bedff solid;
    color: #0bedff;
    text-align: center;
    padding-top: 8px;
    transition: .6s;
    margin-top: 20px;
  }
  .icons i:hover{ 
    color: white;
    background-color: #0bedff;

  }
  .aboutcounter{
    text-align: center;
    color: white;

  }
  .aboutcounter i{
    font-size: 60px;
    color: #0bedff;
  }
  .pricingsection{
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .card-header i{
  	font-size: 70px;
  	color: aqua;
  }
  .card-header h1{
  	font-size: 50px;
  	font-weight: bolder;
  	color: aqua;
  	padding-bottom: 30px;
  }
  .card-body ul li{
  	line-height: 35px;
  	color: black;
  	font-weight: bolder;
  }
  .cardbtn{
  	border: 2px aqua solid;
  	
  }
  .cardbtn:hover{
  	background-color: aqua;
  	color: white;
  }

.gallerysection{
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 80px;
}
/*footer css............*/



.footersection ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: aqua;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: aqua;
}
.footer-widget ul li { 

  line-height: 40px;
}
.footer-widget ul li a:hover{
  color: aqua;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: aqua;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color:aqua;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: aqua;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}









@media(max-width: 768px){
	.nav-item {
    padding-left: 10px;
}
}


  @media(max-width: 767px){
    .bannertext h1 {
      font-size: 32px;

      letter-spacing: 5px;
      word-spacing: 4px;
    }
    .bannertext h2 {
      font-size: 17px;
      color: white;
      letter-spacing: 6px;
    }
    .achievementh {
      font-size: 36px;

    }
    .bannersection{

      min-height: 290px;

    }
    .bannerlayer {

      min-height: 290px;

    }
    .bannertext {

      padding-top: 125px;
    }
    .navigationbar{

      background-color: black;

    }
    .para1{
      width: 100%;
      text-align: justify;
    }
    .nav-item {
    padding-left: 95px;
}
  }