*{
    font-family: 'Poppins', sans-serif;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/*Start Welcome Section*/
#nav1:hover,#nav2:hover,#nav3:hover,#nav4:hover{
color: #2675c0;
font-weight: 500;
}

#nav1,#nav2,#nav3,#nav4
{
    transition-duration: 0.2s;
}

.navbar-nav > i{
    margin-top: 10px;
font-size: 28px;
color: #2675c0;
cursor: pointer;

}

.W-Section{
    background-image: url(pexels-christina-morillo-1181676\ \(1\).webp);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    position: relative;
    z-index: 0;
        padding-bottom: 90px;
    margin-bottom: 50px;
    opacity: 0;
    transition-duration: 1s;
}

.W-Section>div>div>h1{
    font-weight:900;color: white;
    font-size: 60px;

}



.W-Section>div{
    padding: 70px;
    padding-top: 200px;
}
.W-Section>div>div>h3{
    color: white;
    font-weight: 600;
    font-size: 35px;
}

.get-btn{
    background-color: #2675c0;
    padding: 16px 25px;
    font-weight: 600;
    color: white;
    border: 0px;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) ;
    opacity: 0;
    transform: translateX(-10px);
    transition-duration: 1s;
}

.serv-btn{
    background:transparent;
    padding: 16px 25px;
    font-weight: 600;
    color: white;
    border: 0px;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    border: 2px solid white;
    cursor: pointer;
    opacity: 0;
    transform: translateX(10px);
    transition-duration: 2s;


}


#bg{
    background:linear-gradient(to right,#2675c0,transparent) ;
position: absolute;
left: 0;
width: 40%;
height: 100%;
z-index: -1;
}

/*Start Nav Mobile*/

  
  
  
  #navbar {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.95);
    margin: 0;
    padding: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: absolute;
    height: 0;
  }
  #navbar a {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    transition: all 200ms ease-in-out;
  }
  #navbar a:hover {
    color: #9BC2CF;
  }
  
  .menu {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 40px;
    width: 40px;
    z-index: 500;
    display: none;
  }
  
  #top, #middle, #bottom {
    width: 100%;
    height: 3px;
    background: #2675c0;
  }
  
  .topPhaseOne {
    animation: 0.5s ease topPhaseOne forwards;
  }
  
  @keyframes topPhaseOne {
    from {
      transform: none;
    }
    to {
      transform-origin: center center;
      transform: translateY(10px) rotate(-45deg);
    }
  }
  .topPhaseTwo {
    animation: 0.5s ease topPhaseTwo forwards;
  }
  
  @keyframes topPhaseTwo {
    from {
      transform-origin: center center;
      transform: translateY(10px) rotate(-45deg);
    }
    to {
      transform: none;
    }
  }
  .middlePhaseOne {
    animation: 0.5s ease middlePhaseOne forwards;
  }
  
  @keyframes middlePhaseOne {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .middlePhaseTwo {
    animation: 0.5s ease middlePhaseTwo forwards;
  }
  
  @keyframes middlePhaseTwo {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .bottomPhaseOne {
    animation: 0.5s ease bottomPhaseOne forwards;
  }
  
  @keyframes bottomPhaseOne {
    from {
      transform: none;
    }
    to {
      transform-origin: center center;
      transform: translateY(-10px) rotate(45deg);
    }
  }
  .bottomPhaseTwo {
    animation: 0.5s ease bottomPhaseTwo forwards;
  }
  
  @keyframes bottomPhaseTwo {
    from {
      transform-origin: center center;
      transform: translateY(-10px) rotate(45deg);
    }
    to {
      transform: none;
    }
  }
  .navPhaseOne {
    animation: 0.75s ease navPhaseOne forwards;
  }
  
  @keyframes navPhaseOne {
    from {
      height: 0;
    }
    to {
      height: 100vh;
    }
  }
  .navPhaseTwo {
    animation: 0.75s ease navPhaseTwo forwards;
  }
  
  @keyframes navPhaseTwo {
    from {
      height: 100vh;
    }
    to {
      height: 0;
    }
  }

  @media (max-width:768px) {
    #menu{
        display: flex;
        margin-right:15px;
    }

   #nav1{
        display: none;
    }

    #nav2{
        display: none;
    }

    #nav3{
        display: none;
    }


    #nav4{
        display: none;
    }

    .navbar-nav > i{
        margin-top: 0px;
        margin-left: 30px;
        margin-right: 5px;
    font-size: 38px;
    color: #2675c0;
    cursor: pointer;
    
    }
  }
/*end nav mobile*/
/*End Welcome Section*/

/*Start About Section*/
#about-img{
    opacity: 0;
    transform: translateX(-100px);
    transition-duration: 1s;
}

#about-text{
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(40px);
}


.about-us{
    margin-bottom: 100px;
}

.about-us > div > img{
    border-radius: 30px;
}

.about-us >div>div>h1{
color: black;
text-decoration: line-through #2675c0;
text-decoration-thickness: 3px ;
font-weight: 600;
font-size: 40px;
}

.about-us >div>div>h4{
    font-weight: 600;
    padding-top: 20px;
    letter-spacing: 1px;
}



.get-btn-about{
    background-color: #2675c0;
    padding: 16px 25px;
    font-weight: 600;
    color: white;
    border: 0px;
    font-size: 19px;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 20px;
}

@media (min-width:768px) {
  .about-us > div > img{
    margin-right: 20px;
}
}
.row{
  --bs-gutter-x: 0rem !important;
}
/*End About Section*/

/*Start Services Section*/
.S-1{
    background-image: url(/ReduceImageSize_to_100kb_28948.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    margin-right: 10px;
    position: relative;
    z-index: -2;
    transition-duration: 1s;
    transform: translateY(0px);
    opacity: 0;
}




.S-4>p{
    color: white;
    font-size: 22px;
    padding-top: 50px;
    font-weight: 600;
    padding-left: 10px;
    z-index: 3;
}

.S-3>p{
    color: white;
    font-size: 22px;
    padding-top: 50px;
    font-weight: 600;
    padding-left: 10px;
    z-index: 3;
}

.S-2>p{
    color: white;
    font-size: 22px;
    padding-top: 50px;
    font-weight: 600;
    padding-left: 10px;
    z-index: 3;
}

.S-1>p{
    color: white;
    font-size: 22px;
    padding-top: 50px;
    font-weight: 600;
    padding-left: 10px;
    z-index: 3;
}


.S-2{
    background-image: url(/ReduceImageSize_to_100kb_659.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    margin-right: 10px;
    position: relative;
    z-index: -2;
    opacity: 0;
    transition-duration: 1s;

}

.S-3{
    background-image: url(/ReduceImageSize_to_100kb_13621.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
     margin-right: 20px;
     position: relative;
     z-index: -2;
     transition-duration: 1s;
     transform: translateY(0px);
     opacity: 0;

}
.over{
    background-color: rgba(0, 0, 0, 0.158);
    position: absolute;
    width:100% ;
    height: 100%;
    border-radius: 40px;
left: 0;
z-index: -1;
}

.S-4{
    background-image: url(ReduceImageSize_to_100kb_49003.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    z-index: -2;
    opacity: 0;
transition-duration: 1s;
}

.S-section{
    margin-bottom: 200px;
}

.S-section >h1{
    color: black;
    text-decoration: line-through #2675c0;
    text-decoration-thickness: 3px ;
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 40px;
    text-align: center;
}

@media (min-width:992px) {
    #serv-1{
        width: 20.66666667%;
    }

    #serv-2{
        width: 20.66666667%;
    }

    #serv-3{
        width: 20.66666667%;
    }

    #serv-4{
        width: 20.66666667%;
    }
}

@media (max-width:992px) {
   

 

    #serv-3{
        margin-top: 30px;
    }

    #serv-4{
        margin-top: 30px;
    }
}



/*End Services Section*/

/*Start Rates Section*/

.R-Section > h1{
    color: black;
    text-decoration: line-through #2675c0;
    text-decoration-thickness: 3px ;
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 40px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.R-Section{
    margin-bottom: 100px;
transition-duration: 1s;
transform: translateY(50px);
opacity: 0;
}

.arrows{
    text-align: right;
    margin-left: 50px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.rate2{
    display: none;
}

.Active{
display: block;
}

.arrows>i{
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;

    
}

.arrows>i:nth-child(1){
    margin-right: 30px;
}

.rate{
    font-size: 30px;
    font-weight: 500;
    max-width: 800px;
    margin-bottom: 80px;
}

.client-details{
    background-color: #F6F6F6;
    border-radius: 13px;
    padding: 20px;
    position: relative;
    padding-bottom: 70px;
}
.C-image>img{
    border-radius: 50%;
}

.C-name>p{
    width: fit-content;
    display: inline;
    margin-left: 15px;
    font-size: 20px;
}

.C-name>p>span{
    color: #2675c0;
    display: block;
    margin-left: 10px;
}





.R-Image{
    background-color: #2675c0;
    background-image: url(blueprint.png);
    height: 430px;
    border-radius: 17px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center 60px;
    padding-bottom: 20px;
}

.R-Image>div>p{
    color: white;
    font-size: 25px;
    font-weight: 600;
    padding-top: 190px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.R-Image>div>button{
    color: #2675c0;
    font-size: 16px;
    font-weight: 600;
    background-color: whitesmoke;
    border: 0px;
    border-radius: 27px;
    padding: 13px ;
    text-align: center;
    cursor: pointer;
}

.client-details{
    display: flex;
    align-items: center;
}
/*End Rates Section*/
/*Start Footer*/

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #2675c0;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
    padding-left: 45px;
}
.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 {
    margin-top: -90px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  margin-top: -90px;
}
.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: #2675c0;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #2675c0;
}
.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: #2675c0;
    padding: 13px 20px;
    border: 1px solid #2675c0;
    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: #2675c0;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #2675c0;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/*End Footer*/


/*loading page*/

.loading{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
   font-size: 50px;
   z-index: 100;
   background-color: #151414;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
 }
.loading >  span{
 background-color:#2675c0;
 display: table-cell;
 padding: 7px;
 animation: jumping 2s infinite;
 box-shadow:0 7px 0 black;
 color: white;
}


 @keyframes jumping{
   0%{
       transform:translateY(0);
   }
 
   50%{
       transform:translateY(-30px);
       box-shadow:0 15px 0 white;
   }
 
   100%{
       transform:translateY(0);
   }
 
 }
 #one2 {
   animation-delay:0s;
 }
 #two2 {
   animation-delay:.1s;	
 }
 #three2 {
   animation-delay:.2s;
 }
 #four2 {
   animation-delay:.3s;	
 }
 #five {
   animation-delay:.4s;
 }
 #six{
   animation-delay:.5s;	
 }
 #seven {
   animation-delay:.6s;
 }

 #eight{
  animation-delay:.8s;
 }



