*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
}
h2{
    color: #39b54a;
}
button{
    background-color: #f46d21;
}
body,html{
  overflow-x: hidden;
}
/*-----------------------------------------------------------------------------------*/
.header{
    position: fixed;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
    background: #E3E6F3;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}
.navbar {
    background: #E3E6F3 !important; 
}
.header img{
    width: 187px;
    height: 73px;
}
.navbar li{
    list-style: none;
    padding: 0px 14px;
}
.navbar li a{
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 36px;
  padding-bottom: 15px;
  color: #464444;
}
.navbar-nav{
    margin-left: 168px;
}
.nav-link .active:hover{
    color: #39b54a;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #39b54a;
}
.nav-link:hover{
    color: #39b54a;
}
.nav-link:active{
    color: #39b54a;
}
.nav-item .nav-link button{
  border: none;
  padding: 14px 30px;
  border-radius: 7px;
  text-transform: uppercase;
  color: white;
  margin-top: -20px;
}
@media screen and (max-width:425px){
    .navbar li a{
        padding-top: 10px;
        padding-bottom: 15px;
      }
      .navbar-nav {
        margin-left: 137px;
    }
    .nav-item .nav-link button{
        margin-top: 0px;
    }
}
@media screen and (min-width:426px) and (max-width:768px){
    .navbar-nav {
        margin-left: 260px;
    }
    .navbar li a{
        padding-top: 10px;
        padding-bottom: 15px;
      }
}


/*-----------------------------------------------------------------------------------*/
.hero-banner{
    background-image: url(images/young-couple-examining-blueprints-with-real-estate-agent-while-buying-new-home\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0px 39px 0px;
    color: white;
    margin-top: 100px;
}
.hero-banner p{
    font-size: 25px;
    font-weight: 600;
    margin-top: 48px;
}
.hero-banner h1{
    width: 74%;
    font-size: 47px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 20px;
}
.hero-banner button{
    border: none;
    padding: 12px 25px;
    color: white;
    border-radius: 5px;
    margin-top: 10px;

}
.hero-banner .connect{
    z-index: 1;
}
.hero-banner form{
    background:linear-gradient(rgba(7, 116, 22, 0.6), rgba(7, 116, 22, 0.6), rgba(7, 116, 22, 0.6), rgba(7, 116, 22, 0.6));
    padding: 50px 45px;
    margin-right: 60px;
    border: 2px solid white;
    border-radius: 10px;
    margin-left: 20px;
}
.hero-banner form h3{
    text-align: center;
    margin-bottom: 40px;
}
.hero-banner .form-group button{
    padding: 10px 114px;
}
.hero-banner .form-group input{
    padding: 10px 40px;
    margin: 10px 0px;
    border-radius: 3px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
}
.hero-banner .form-group ::-webkit-input-placeholder{
   color: white !important;
}
.hero-banner .form-group button:hover{
    background-color: transparent;
    color:white;
    border: 1px solid white;
    padding: 10px 114px;

   }
@media screen and (max-width:460px){
    .hero-banner{
        padding: 10px;
    }
    .hero-banner p{
        font-size: 16px;
        margin-top: 18px;
    }
    .hero-banner h1{
        width: 100%;
        font-size: 27px;
        line-height: 30px;
        margin-top: 0px;
    }
    .hero-banner button{
        margin: 10px 0;
    }
    .hero-banner form{
        padding: 30px 20px;
        margin-right: 20px;
    }
    .hero-banner .form-group input{
        padding: 10px 22px;
    }
    .hero-banner .form-group button{
        padding: 10px 95px;   
    }
}
@media screen and (min-width:461px) and (max-width:768px){
    .hero-banner{
        padding: 20px;
    }
    .hero-banner p{
        font-size: 20px;
        margin-top: 18px;
    }
    .hero-banner h1{
        width: 100%;
        font-size: 37px;
        line-height: 45px;
        margin-top: 0px;
    }
    .hero-banner button{
        margin: 20px 0;
        font-size: 17px;
        padding: 10px 25px; 
       }
    .hero-banner form{
        padding: 30px 20px;
        margin-right: 20px;
    }
    .hero-banner .form-group input{
        padding: 10px 72px;
    }
    .hero-banner .form-group button{
        padding: 10px 145px;   
    }   
}
@media screen and (min-width:768px) and (max-width:991px){
    .hero-banner form{
        padding: 20px 84px;
        margin: -10px 80px;
    }
    .hero-banner .form-group input{
        padding: 10px 80px;
    }
    .hero-banner .form-group button{
        padding: 10px 152px;   
    } 
    .hero-banner p{
        font-size: 25px;
        font-weight: 600;
        margin-top: 38px;
    }
    .hero-banner h1{
        width: 125%;
        font-size: 47px;
        font-weight: 700;
        line-height: 60px;
        margin-top: 20px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    .hero-banner .form-group input{
        padding: 10px 10px;
    }
    .hero-banner .form-group button{
        padding: 10px 82px;   
    } 
}
/*-----------------------------------------------------------------------------------*/
/* .service-part{
   padding-bottom: 300px;
} */
.service-part1{ 
    padding-left: 127px;
    padding-top: 190px;

}
.service-part h2{
    font-size: 30px;
    font-weight: 700;
    padding-right: 25px;
}
.service-part p{
    font-size: 12px;
    font-weight: lighter;
    line-height: 23px;
    color: gray;
}
.service-part .image-1{
    height: 400px;
    width: 400px;
    border-radius: 200px;
    border: 6px solid #f5fbf6;
    margin-top: 100px;
    margin-left: 101px;
}
.service-part .image-2{
    height: 260px;
    width: 260px;
    border-radius: 150px;
    border: 6px solid #f5fbf6;
    margin-top: -177px;
    margin-left: -25px;
}
.service-part .image-3{
    height: 260px;
    width: 260px;
    border-radius: 133px;
    border: 6px solid #f5fbf6;
    margin-left: 480px;
    margin-top: -185px;
}
@media screen and (max-width:460px){
    .service-part1{ 
        padding: 20px;
    }
    .service-part h2{
        font-size: 25px;
    }
    .service-part .image-1{
        height: 200px;
        width: 200px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .service-part .image-2{
        height: 130px;
        width: 130px;
        margin-top: -150px;
    }
    .service-part .image-3{
        height: 130px;
        width: 130px;
        margin-left: 218px;
        margin-top: -80px;
    }
}   
@media screen and (min-width:461px) and (max-width:768px){
    .service-part1{ 
        padding-left: 23px;
        padding-top: 40px;
    }
    .service-part h2{
        font-size: 30px;
        font-weight: 700;
        padding-right: 25px;
    }
    .service-part p{
        font-size: 12px;
        font-weight: lighter;
        line-height: 23px;
        color: gray;
    }
    .service-part .image-1{
        height: 270px;
        width: 270px;
        margin-left: 0px;
        margin-top: 130px;
    }
    .service-part .image-2{
        height: 200px;
        width: 200px;
        margin-top: -570px;
        margin-left: 240px;
    }
    .service-part .image-3{
        height: 200px;
        width: 200px;
        margin-left: 238px;
        margin-top: -120px;
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .service-part .image-1{
        height: 270px;
        width: 270px;
        margin-left: 0px;
        margin-top: 130px;
    }
    .service-part .image-2{
        height: 200px;
        width: 200px;
        margin-top: -570px;
        margin-left: 240px;
    }
    .service-part .image-3{
        height: 200px;
        width: 200px;
        margin-left: 238px;
        margin-top: -120px;
    }
}
/*-----------------------------------------------------------------------------------------------------------------*/
.whychoose{
  text-align: center;
  padding: 80px 163px
}
.whychoose h2{
    font-size: 30px;
    font-weight: 700;
}
.whychoose h3{
    color: #39b54a;
    font-size: 30px;
    font-weight: 700;
}
.whychoose span{
    font-size: 13px;
    color: gray;
    line-height: 27px;
    font-weight: 100;
}
.whychoose p{
    border-bottom: 9px solid #39b54a;
    margin: 30px 440px;
    border-radius: 19px;
}
.whychoose ul li{
    font-size: 13px;
    color: gray;
    line-height: 27px;
    font-weight: 100;
    list-style: none;
    margin: 0px 332px;
}
@media screen and (max-width:460px){
    .whychoose{
        padding: 60px 0px 0px 0px;
      }
      .whychoose p{
          margin: 30px 100px;
      }
      .whychoose ul li{
          margin: 0px 0px;
      }
}
@media screen and (min-width:461px) and (max-width:768px){
    .whychoose{
        padding: 60px 40px
      }
    .whychoose ul li{
        margin: 0px 0px;
    }
    .whychoose p{
        margin: 30px 260px;
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .whychoose{
        padding: 60px 80px
      }
    .whychoose ul li{
        margin: 0px 2px;
    }
    .whychoose p{
        margin: 30px 260px;
    }
}
/*------------------------------------------------------------------------------------------------------------------------*/
.gallery{
    padding: 60px;
}
.gallery .image-1{
    height: 177px;
    width: 200px;
    margin-left: 141px;
}
.gallery .image-2{
    height: 300px;
    width: 320px;
    margin-top: 95px;
    margin-left: 10px; 
}
.gallery .image-3{
    height: 180px;
    width: 200px;
    margin-top: 210px;
}
@media screen and (max-width:460px){
    .gallery{
        padding: 40px 60px;
    }
    .gallery .image-1{
        height: 80px;
        width: 80px;
        margin-left: -50px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;
    }
    .gallery .image-2{
        height: 130px;
        width: 130px;
        margin-top: 0px;
        margin-left: 40px; 
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;
    }
    .gallery .image-3{
        height: 80px;
       width: 80px;
       margin-top: -109px;
       margin-left: 181px;
       box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;
    }
}
@media screen and (min-width:461px) and (max-width:767px){
    .gallery{
        padding: 60px 20px;
    }
    .gallery .image-1{
        margin-left: 0px;
        height: 140px;
        width: 140px;
        box-shadow: 2px 2px 8px 2px #39b54a;
        border-radius: 5px;
        border: 1px solid white;
        }
    .gallery .image-2{
        margin-left: 150px;
        height: 235px;
        width: 235px;
        margin-top: -70px;
        box-shadow: 2px 2px 8px 2px #39b54a;
        border-radius: 5px;
        border: 1px solid white;
        }
    .gallery .image-3{
        margin-left: 395px;
        height: 140px;
        width: 140px;
        margin-top: -120px;
        box-shadow: 2px 2px 8px 2px #39b54a;
        border-radius: 5px;
        border: 1px solid white;    }
}
@media screen and (min-width:576px) and (max-width:768px){
    .gallery{
        padding: 60px 20px;
    }
    .gallery .image-1{
        margin-left: 60px;
        height: 130px;
        width: 130px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;
    }
    .gallery .image-2{
        height: 220px;
        width: 220px;
        margin-top: 70px;
        margin-left: 0px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;
    }
    .gallery .image-3{
        margin-left: 30px;
        height: 130px;
        width: 130px;
        margin-top: 170px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
       border: 1px solid white;

    }
}

@media screen and (min-width:769px) and (max-width:1024px){
    .gallery .image-1{
        margin-left: 71px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
    }
    .gallery .image-2{
        height: 300px;
        width: 320px;
        margin-top: 95px;
        margin-left: 10px; 
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
    }
    .gallery .image-3{
        margin-top: 280px;
        margin-left: 70px;
        box-shadow: 2px 2px 8px 2px #39b54a;
       border-radius: 5px;
    }
}
/*--------------------------------------------------------------------------------------------------------------------*/
.about{
 text-align: center;
 margin: 100px 328px;
}
.about h2{
    font-size: 30px;
    font-weight: 700;
}
.about p{
    border-bottom: 9px solid #39b54a;
    margin: 30px 265px;
    border-radius: 19px;
}
.about span{
    font-size: 16px;
    color: gray;
    line-height: 27px;
    display: block;
    margin-bottom: 50px;
}
.about a{
    text-decoration: none;
    border: 1px solid #39b54a;
    padding: 8px 100px;
    border-radius: 8px;
    color: #39b54a;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s;
}
.about a:hover{
    background-color: #39b54a;
    color: white;
}
@media screen and (max-width:768px){
    .about{
        text-align: center;
        margin: 40px 40px;
       }
       .about a{
        padding: 8px 40px;
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .about{
        text-align: center;
        margin: 40px 40px;
       }
       .about a{
        padding: 8px 40px;
    }
    .about p{
        margin: 30px 375px;
    }
}
@media screen and (max-width:468px){
    .about p{
        margin: 30px 75px;
    }
}
@media screen and (min-width:469px) and (max-width:604px){
    .about p{
        margin: 30px 175px;
    }
}
@media screen and (min-width:605px) and (max-width:768px){
    .about p{
        margin: 30px 275px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------*/

.footer{
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/Rectangle.png);
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}
.footer img{
    width: 187px;
    height: 73px;
    margin-top: 20px;
}
.footer h3{
    color: #39b54a;
    font-weight: 900;
    font-size: 27px;
    margin: 20px 0px;
}
.footer p svg{
    color: white;
   }    
.footer p a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 17px;
}   
.footer p a:hover{
    color: #39b54a;
}
.small-footer{
    background-color: #39b54a;
    padding: 40px 0px 30px 0px;
}
.small-footer li{
  list-style: none;
  display: inline-block;
    margin-left: 18px;
    margin-top: 13px; 
}
.small-footer li a{
   font-size: 14px; 
   color: white;
    text-decoration: none; 
}
.small-footer a{
    font-size: 15px; 
    color: white;
    text-decoration: none;
}
.small-footer button{
    border-radius: 5px;
        margin-left: 23px;
    background: #39b54a !important;
    border: 1px solid white;
    color: white;
}
.small-footer input{
    padding: 10px 20px;
    border: 1px solid white;
    color: white;
    background: #39b54a;
}
.small-footer ::-webkit-input-placeholder{
    color: white;
}
.small-footer button span{
    background-color: white;
    color: green;
    padding: 12px 30px;
}
.copyright{
    background-color: #20202d;
    padding: 20px 0px;
}
.copyright p{
    color: white;
    font-size: 13px;
    margin-left: 45px;
}
.copyright a{
    border: 1px solid white;
    background-color: white;
    border-radius: 100px;
    padding: 4px;
    margin-left: 11px;
}
.copyright a svg{
    color: black;
}
.copyright-2{
  margin-left: 330px !important;
}
@media screen and (max-width:386px){
    .small-footer input{
        float: left;
    }
    .small-footer button span{
        float: right;
        margin-bottom: -48px;
        margin-top: -47px;   
     }
     .small-footer-1 a{
        display: none;
     }
}
@media screen and (min-width:387px) and (max-width:432px){
    .small-footer input{
        float: left;
    }
    .small-footer button span{
        float: right;
        margin-bottom: -48px;
        margin-top: -47px;   
     }
     .small-footer-1 a{
        display: none;
     }
}
@media screen and (min-width:768px) and (max-width:991px){
    .small-footer input{
        float: left;
    }
    .small-footer button span{
        float: right;
        margin-bottom: -48px;
        margin-top: -47px;    
    }
    .small-footer-1 a{
        display: none;
     }  
 }
@media screen and (max-width:768px){
    .copyright-2{
        margin-left: 0px !important;
      }
      .copyright p{
        margin-left: 0px;
      }
}


/* ----------------------------------------------------------------------------------------------------------- */

.elipse{
    box-sizing: border-box;
    position: absolute;
    width: 925px;
    height: 900px;
    left: 582px;
    top: 480px;
    border: 4px solid rgba(57, 181, 74, 0.05);
    border-radius: 100%;
}
.elipse-1{
    box-sizing: border-box;
    position: absolute;
    width: 400px;
    height: 400px;
    left: -200px;
    top: 1215px;
    border: 7px solid rgba(57, 181, 74, 0.05);
    border-radius: 100%;
}
.elipse-1 img{
    height: 50px;
    width: 230px;
    margin-left: 280px;
    margin-top: 170px;
}
.dot-image{
    position: absolute;
    top: 1900px;
    right: 105px;
}
.dot-image img{
    height: 50px;
    width: 230px;
}
.circle-1{
    width: 63px;
    height: 63px;
    background: #39b54a;
    position: absolute;
    left: 558px;
    border-radius: 100px;
    top: 910px;
}
.circle-2{
    width: 35px;
    height: 35px;
    background: #f46d21;
    position: absolute;
    left: 666px;
    border-radius: 100px;
    top: 1190px;
}
.circle-3{
    width: 25px;
    height: 26px;
    background: #39b54a;
    position: absolute;
    right: 280px;
    border-radius: 100px;
    top: 1363px;
}
.circle-4{
    width: 70px;
    height: 70px;
    background: #f0f5f1;
    position: absolute;
    left: 50px;
    border-radius: 100px;
    top: 800px;
}
@media screen and (min-width:320px) and (max-width:768px){
.dot-image img{
  visibility: hidden;
}
}

@media screen and (max-width:460px){
    .elipse{
        width: 400px;
        height: 400px;
        left: 4px;
        top: 1100px;
    }
    .circle-3{
        top: 1440px;
    }
    .circle-4{
        visibility: hidden;
    }
    .circle-1{
        visibility: hidden;
        left: 0;
    }
    .circle-2{
        top: 1210px;
        left: 0;
    }
    .elipse-1{
        left: -279px;
       top: 1500px;
    }
    .elipse-1 img{
        visibility: hidden;
    }
    
}
@media screen and (min-width:461px) and (max-width:768px){
    .elipse{
        visibility: hidden;
        left: 0;
    }
    .circle-4{
        visibility: hidden;
    }
    .circle-1{
        left: 299px;
        top: 1085px;  
    }
    .circle-2{
        left: 425px;
        top: 1487px; 
   }
    .circle-3{
        right: 126px;
        top: 1534px;
    }
    .elipse-1 img{
        visibility: hidden;
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .elipse{
        visibility: hidden;
        left: 0;
    }
    .circle-2{
        visibility: hidden;
    }
    .elipse-1 img{
        margin-top: 200px;
    }
}

.bubble-1{
    width: 270px;
    height: 270px;
    background-color: #ecf8ed;
    position: absolute;
    top: 2200px;
    border-radius: 100%;
    left: -100px;
}
.bubble-2{
    width: 160px;
    height: 160px;
    background-color: #f5fbf6;
    position: absolute;
    top: 2138px;
    border-radius: 100%;
    left: 54px;
}
.bubble-3{
        width: 60px;
        height: 60px;
        background-color: #f5fbf6;
        position: absolute;
        top: 2050px;
        border-radius: 100%;
        left: 140px;
}
.bubble-4{
    width: 270px;
    height: 270px;
    background-color: #ecf8ed;
    position: absolute;
    top: 2094px;
    border-radius: 100%;
    right: -70px;
}
.bubble-5{
    width: 160px;
    height: 160px;
    background-color: #f5fbf6;
    position: absolute;
    top: 2042px;
    border-radius: 100%;
    right: 95px;
}
.bubble-6{
        width: 60px;
        height: 60px;
        background-color: #f5fbf6;
        position: absolute;
        top: 2346px;
        border-radius: 100%;
        right: 200px;
}
.square-1{
    width: 80px;
    height: 80px;
    background-color: #f5fbf6;
    position: absolute;
    top: 2275px;
    left: 295px;
}
.square-2{
    width: 50px;
    height: 50px;
    background-color: #39b54a;
    position: absolute;
    top: 1860px;
    left: 495px;

}
.angle-1{
    position: absolute;
    top: 2000px;
    left: 240px;
    border-bottom: 10px solid #f46d21;
    border-left: 10px solid #f46d21;
    width: 60px;
    height: 60px;
}
.angle-2{
    position: absolute;
    top: 1943px;
    left: 784px;
    border-top: 10px solid #39b54a;
    border-right: 10px solid #39b54a;
    width: 60px;
    height: 60px;
}
@media screen and (max-width:768px){
 .bubble-1{
    visibility: hidden;
    left: 0;
 }   
 .bubble-2{
    visibility: hidden;
    left: 0;
 }  
 .bubble-3{
    visibility: hidden;
    left: 0;
 }  
 .bubble-4{
    visibility: hidden;
    right: 0;
 }  
 .bubble-5{
    visibility: hidden;
    right: 0;
 }  
 .bubble-6{
    visibility: hidden;
    right: 0;
 }  
 .square-1{
    visibility: hidden;
    left: 0;
 }
 .square-2{
    visibility: hidden;
    left: 0;
 }
 .angle-1{
    visibility: hidden;
    left: 0;
 }
 .angle-2{
    visibility: hidden;
    left: 0;
 }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .bubble-4{
        visibility: hidden;
        right: 0;
     }  
     .bubble-2{
        visibility: hidden;
        left: 0;
     }  
     .bubble-3{
        visibility: hidden;
        left: 0;
     }  
     .bubble-6{
        visibility: hidden;
     }
     .angle-1{
        visibility: hidden;
        left: 0;
     }
     .angle-2{
        visibility: hidden;
        left: 0;
     }
}
