.img-box {
    width:450px;
    position: relative;
}

.pic-one {
    width:100%;
}
.pic-two {
    width:80px;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.pic-three {
    width:60px;
    position: absolute;
    left: 150px;
    bottom: 70px;
}
.pic-four {
    width:125px;
    position: absolute;
    right: 40px;
    top: 110px;
}
.pic-five {
    width:90px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.pic-six {
    width:125px;
    position: absolute;
    right: 160px;
    bottom: 35px;
}
.slide-one {
  background-color: #b0c6f5;
}


.main-heading .row {
  margin: 3% 0;
}
.main-heading h1 {
  margin-top: 40px;
  font-weight: bold;
  color: #fff;
}
.main-heading p {
    margin: 30px 0 50px;
    font-size: 13px;
    color: #fff;
}

.main-heading button {
    padding: 8px 20px;
    background: #0c5ce3;
    border: 0;
    outline: none;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}

.main-heading button:hover {
    background: rgb(110, 110, 43)!important;
    color:#fff;
}


.slide-two {
    background: #f7f7f7;
}

.slide-two h1, .slide-two p {
    color: #feb154;
}
.img-one {
    width: 100%;
    position: relative;
}
.img-two {
    width: 200px;
    position: absolute;
    left:0;
    bottom: 20px;
}
.img-three {
    width: 70px;
    position: absolute;
    left: 245px;
    bottom: 55px;
}
.img-four {
    width: 60px;
    position: absolute;
    right: 110px;
    bottom: 95px;
}
.img-five {
    width: 100px;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.slide-two button {
    background: linear-gradient(to right, #feb154, #ffd255);
}

/*  Footer */

#f-down {
    font-size: 14px;
    background: rgb(202, 183, 87);
    position: relative;
}

#f-down .ftop {
    padding: 60px 0 30px 0;
    background: #fff;
}


#f-down .ftop .footer-contact {
    margin-bottom: 30px;
}

#f-down .ftop .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #616161;
}
  
#f-down .ftop h4 {
    font-size: 16px;
    font-weight: bold;
    color: #674C93;
    
    padding-bottom: 12px;
}

#f-down .ftop .footer-links {
    margin-bottom: 30px;
}
  
#f-down .ftop .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
  
#f-down .ftop .footer-links ul li {
    padding: 10px 0;
    display: grid;
    align-items: center;
}
  
#f-down .ftop .footer-links ul li:first-child {
    padding-top: -1;
}
  
#f-down .ftop .footer-links ul a {
    color: #616161;
    transition: 0.6s;
    display: inline-block;
    line-height: 0.7;
}
  
#f-down .ftop .footer-links ul a:hover {
    color: #8c5ceb;
}

#f-down .footer-bottom {
    padding: 10px 0px 10px 0px;
    color: #fff;
   
}
  
#f-down .copyright {
    float: left;
    font-size: 10px;
    position: absolute;
    bottom: 0px;
}
  
.socialfig .img-fluid {
    width: 40px; 
    height: 40px;
    transition: transform .2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .socialfig .img-fluid:hover {
    transform: scale(1.5);
    background: rgb(94, 94, 189);
    color: #fff;
  }
  @media (max-width: 400px) {
    .socialfig .img-fluid {
      width: 30px;
      height: 30px;
    }
  }
  
    
  
@media (max-width: 768px) {
    #f-down .footer-bottom {
        padding: 20px 0 20px 0;
    }
    #f-down .copyright, #f-down  {
        text-align: center;
        float: none;
    }
    #f-down {
      padding-top: 3px;
    }
}
