*{
    padding: 0;
    margin: 0;
}
p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: grey;
}

.topnav {
    background-color: green;
    padding: 0px;
}

.ayat{
    color: white;
}

.logo img{
  position: absolute;
  top: 67px;
}
.icon-box-img{
  font-size: 38px; 
  padding-right: 15px; 
  color: green;
}

.btn1 {
    font-weight: bold; 
    background-color: green; 
    height: 50px; 
    width: 150px;
    border: none;
    border-radius: 3px;
    display: block; /* Ensures it stacks properly */
}
.btn1 a{
  text-decoration: none;
  color: white;
}
.btn {
    font-weight: bold; 
    background-color: rgb(0, 0, 0); 
    height: 50px; 
    width: 150px;
    border: none;
    margin-bottom: 10px; /* Adds space below Contact Us button */
    display: block; /* Ensures it stacks properly */
}
.btn a{
  text-decoration: none;
  color: white;
}
.icon-box{
  position: relative;
right: -46px;
}
.facebook a{
  color: white;
  padding-left: 15px;
  text-decoration: none;
  float: right;
  font-size: 18px;
  margin-bottom: 10px;
}


/* a:hover{
  color: black;
} */
           .icon-box-content{
            display: flex;
            align-items: center;
            
           }

           .navbar {
            background-color: black;
        }
        .navbar .navbar-nav .nav-item a:hover{
          color: #00b800;
        }
        .navbar-toggler{
          background-color: white;
        }

        .collapse .navbar-nav .nav-item a{
          color: white;
          font-size: 20px;
          font-family: 'Font Awesome 5 Brands';
          justify-content: space-between;
        }

        /* .slider {
            width: 100%;
            height: 100vh;
            overflow: hidden;
            position: relative;
          }
          
          .slide {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
          }
          
          .slide img {
            height: 620px;
            object-fit: cover;
            margin-bottom: 249px;
          }
          
          .slide-text {
            color: white;
            padding: 10px;
            position: absolute;
            bottom: 180px;
            left: 20px;
          } */
          

          .carousel-item img{
            height: 500px;
          }
          .carousel-caption{
            margin-bottom: 50px;
          }
          .active {
            opacity: 1;
          }
          @-webkit-keyframes zoom {
            from {
             -webkit-transform: scale(1, 1);
            }
            to {
             -webkit-transform: scale(1.5, 1.5);
            }
           }
           
           @keyframes zoom {
            from {
             transform: scale(1, 1);
            }
            to {
             transform: scale(1.5, 1.5);
            }
           }
           
           .carousel-inner .carousel-item {
             -webkit-animation: zoom 20s;
             animation: zoom 20s;
           }
           
          .hero-icon{
            font-size: 40px;
            color: green;
            text-align: center;
          }
          .content{
            text-align: center;
          }
          .hero-down2{
            background-color: whitesmoke;
          }

          .img2 img{
            position: absolute;
            height: 275px;
            top: 1350px;
            right: 73px;
        }
          
       .services{
        text-align: center;
        padding-top: 90px;
       }

       .card:hover{
        border-color: rgb(0, 0, 0);
      }
      .card{
        border: 1px solid rgb(221, 221, 221);
      }
      
      .card-body i{
        /* background-color: blue; */
        color: rgb(63, 176, 211);
        width: 40px;
        height: 20px;
        padding-right: 10px;
      }
      
      .card-wrapper{
        gap: 10px;
      }
      
      .card .like{
        position: absolute;
        top: 1px;
        right: 5px;
        font-size: 20px;
        
      }

      .list li a{
        text-decoration: none;
        list-style: none;
        color: grey;
      }
    .wrapper{
        width: 1170px;
        margin: 5% auto;
    }
    .wrapper h2{
        text-transform: uppercase;
        font-family: poppins;
        font-weight: bold;
        text-align: center;
        font-size: 60px;
        color: #fff;
        margin: 0;
    }
    .single-service {
      position: relative;
      /* width: 31%; */
      /* height: 320px; */
      background: #fff;
      box-sizing: border-box;
      padding: 0 15px;
      transition: .5s;
      overflow: hidden;
      float: left;
      margin: 0 10px;
      text-align: center;
      }
      .line {
      width: 150px;
      height: 3px;
      background: #fff;
      margin: 0 auto 60px auto;
      }
      .single-service p{            
          color: #262626;
          font-size: 14px;
      }
      .single-service h3 {
          font-size: 25px;
          text-transform: uppercase;
          font-family: poppins;
          letter-spacing: 1px;
          color: #262626;
      }
      .social img {
        /* width: 100%; */
        height: 200px;
      background: #262626;
      border-radius: 350px;
      margin: 5% auto;
      }
      .social i {
      font-size: 30px;
      padding: 15px;
          color: #fff;
      }
      .single-service:hover{
          box-shadow: 0 30px 35px rgba(0,0,0,0.7);
      }
      .single-service span {
      position: absolute;
      top: 0;
      left: -110%;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      transition: .7s;
      transform: skewX(12deg);
      }
      .single-service:hover span{
          left: 110%;
      }
      
      
      .pricing-table-container{
        padding:50px 0px;
      }
      
    .pricing-table-34{
      background-color:#FFF;
      margin:15px auto;
      box-shadow:0px 0px 25px rgba(0,0,0,0.1);
      max-width:300px;
      border-radius:0px 10px 0px 10px;
      overflow:hidden;
      position:relative;
      min-height:250px;
      transition:all ease-in-out 0.25s;
    }
    .pricing-table-34:hover{
      transform:scale(1.1,1.1);
      cursor:pointer;
    }
    
    .pricing-table-34.basic .price{
      background-color:#157815;
      color:#FFF;
    }
    .pricing-table-34.premium .price{
      background-color:#157815;
      color:#FFF;
    }
    .pricing-table-34.business .price{
      background-color:#157815;
      color:#FFF;
    }
    
    .pricing-table-34 .pricing-table-header{
      background-color:#212121;
      color:white;
      padding:20px 0px 0px 20px;
      position:absolute;
      z-index:5;
    }
    .pricing-table-34 .pricing-table-header p{
      font-size:12px;
      /* opacity:0.7; */
    }
    .pricing-table-34 .pricing-table-header::before{
      content:"";
      position:absolute;
      left:-50px;
      right:-180px;
      height:125px;
      top:-50px;
      background-color:#212121;
      z-index:-1;
      transform:rotate(-20deg)
    }
    
    .pricing-table-34 .price{
      position:absolute;
      top:0px;
      text-align:right;
      padding:110px 20px 0px 0px;
      right:0px;
      left:0px;
      font-size:20px;
      z-index:4;
    }
    .pricing-table-34 .price::before{
      content:"";
      position:absolute;
      left:0px;
      right:0px;
      height:100px;
      bottom:-25px;
      background-color:inherit;
      transform:skewY(10deg);
      z-index:-1;
      box-shadow:0px 5px 0px 5px rgba(0,0,0,0.05);
    }
    
    
    .pricing-table-34 .pricing-body{
      padding:20px;
      padding-top:200px;  
    }
    .pricing-table-34 .pricing-table-ul li{
      color:rgba(0,0,0,0.7);
      font-size:13px;
      padding:10px;
      border-bottom:1px solid rgba(0,0,0,0.1);
    }
    .pricing-table-34 .pricing-table-ul .fa{
      margin-right:10px;
    }
    .pricing-table-34.basic .pricing-table-ul .fa{
      color:#157815;
    }
    .pricing-table-34.premium .pricing-table-ul .fa{
      color:#157815;
    }
    .pricing-table-34.business .pricing-table-ul .fa{
      color:#157815;
    }
    .pricing-table-34 .view-more{
      margin:10px 30px;
      text-decoration: none;
      width: 80%;
      display:block;
      text-align:center;
      background-color:#212121;
      padding:10px 0px;
      color:#FFF;
    }
    
    ul li{
      list-style-type: none;
      text-decoration: none;
    }
    
.learn{
  align-self: center
}
.testimonial{
  text-align: center;
  background-color: #ffffff;
  height: 400px;
  box-shadow: 10px 10px 5px rgb(235, 235, 235);
}
.testimonial-pic img{
  height: 70px;
  border-radius: 40px;
  align-items: center;
}
.breadcrumb{
  justify-content: center;
  padding-top: 44px;
}
.breadcrumb-start{
  background-image: url(https://images.pexels.com/photos/10925608/pexels-photo-10925608.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.breadcrumb li{
 font-size: 20px;
}
.breadcrumb li a{
  text-decoration: none;
  color: black;
}
.breadcrumb-item.active {
  color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #000000;
  content: var(--bs-breadcrumb-divider, "/");
}
.footer-toplay{
  background-image: url(https://images.pexels.com/photos/10880973/pexels-photo-10880973.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 350px;
margin-top: 30px;
}
.footer-toplay h1{
   color: white;
}
.footer-icons{
  margin-top:50px;
}


/* CSS for WhatsApp click-to-chat button */
.whatsapp-container {
  position: fixed;
  bottom: 20px; /* Adjust the bottom distance as needed */
  right: 20px; /* Adjust the right distance as needed */
  z-index: 999;
}

.whatsapp-icon {
  width: 70px; /* Adjust the icon size as needed */
  height: 70px;
  margin-right: 5px;
  vertical-align: middle;
}

.whatsapp-text {
  font-size: 16px; /* Adjust the text size as needed */
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .whatsapp-container {
    bottom: 30px; /* Adjust the bottom distance for smaller screens */
    right: 5px; /* Adjust the right distance for smaller screens */
    width: auto; /* Adjust the icon size as needed*/
  height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .whatsapp-container .whatsapp-icon {
    position: absolute;
    bottom: 30px; /* Adjust the bottom distance for smaller screens */
    right: 5px; /* Adjust the right distance for smaller screens */
    width: auto; /* Adjust the icon size as needed*/
  height: 60px;
  }
}
@media screen and (max-width: 292px) {
  .whatsapp-container .whatsapp-icon {
    position: absolute;
    bottom: 30px; /* Adjust the bottom distance for smaller screens */
    right: 75px; /* Adjust the right distance for smaller screens */
    width: auto; /* Adjust the icon size as needed*/
  height: 50px;
  }
}
@media screen and (max-width: 292px) {
  .whatsapp-container {
    position: absolute;
    /* bottom: 30px; Adjust the bottom distance for smaller screens */
    right: 10px;
    top: 650px; /* Adjust the right distance for smaller screens */
    width: auto; /* Adjust the icon size as needed*/
  height: 50px;
  z-index: 111111;
  position: fixed;
  }
}

.foot-content{
  background-color: black
}



.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(22, 95, 0);
}

.projectFactsWrap .item:nth-child(2){
  background:  rgb(29, 122, 0);
}

.projectFactsWrap .item:nth-child(3){
  background:  rgb(33, 143, 0);
}

.projectFactsWrap .item:nth-child(4){
  background:  rgb(36, 156, 0);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex:100%;
  }
}

@media (max-width: 992px){
  .projectFactsWrap .item {
     flex:100%;
  }
}

[data-aos=zoom-out-left] {
  transform: translate3d(0px,0,0) scale(1) !important;
}
.projectFacts [data-aos=zoom-out-right] {
  transform: translate3d(0px,0,0) scale(1) !important;
}

[data-aos=zoom-in-left] {
  transform: translate3d(0px,0,0) scale(.6);
}










       
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");





