@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;500;700;800&display=swap');
body{
    margin: 0px;
    padding: 0px;
}
                  /* For all start */
h1, h2, p, a{
    font-weight: 100;
    text-align: center;
    opacity: .9;

}
                     /* For all end */
                    /* Home part start */
.container{
    width: 100%;
    margin: auto;
}
#container1{
    background-image: url(img/Home-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 700;
    margin: auto;
    padding: 0;
    opacity: .9;
    overflow: hidden;
} 
#container1:after{
    content: '';
    clear: both;
    display: block;

}
               /* Navbar start */
#navbar{
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
#navbar ul{
    justify-content: center;
    display: flex;
    margin-left: -22px;
}
#navbar ul li{
    list-style-type: none;
    justify-content: center;
    display: block;
    margin: auto;
    padding: 7px;
}
#navbar ul li a{
    justify-content: center; 
    text-decoration: none;
    transition: .4s;
    padding: 1px;
    color: #ffffff;
    opacity: .8;
    font-weight: 100;
}
li a:hover{
    opacity: 1;
    font-weight: 500;
    border-top: 5px solid #54d154;
    border-radius: 0px;
}
.logo{
   margin: auto;
}
.search{
    margin: auto;
    margin-right: 100px;
    
}
.search input{
    padding-left: 1rem;
    border-radius: 15px;
    width: 8rem;
    outline: none;
}
.search label{
    position: relative;
    right: 34px;
}
/* Navbar END */
/* Content start */
#container1 p{
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 60px;
    margin-top: 160px;
    font-family: 'Playfair Display', serif;
}
.btn{ 
    width: 146px;
    text-align: center;
    background-color: rgb(101, 255, 71);
    padding: 13px;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    border-radius: 15px;
    display: block;
    margin: auto;
}
/* Content END */
/* Foother Start */
#container1 footer{
    text-align: center;
    background-color: #efe2d5;
    width: 122px;
    height: 26px;
    margin: auto;
    margin-top: 281px;
    margin-bottom: 9px; 
}
#container1 footer a{
    display: block;
    margin: auto;
    color: #89847d;
    text-decoration: none;
    overflow: hidden;
}
label svg{
    margin-top: 5px;
    /* height: 3px;
    width: 4px; */
}
/* Foother end */
                     /* Home end */
                    /* What WE Do Start  */

/* all */
#container2{
    background-color: #ffffff;
    color: #828181;

}
#container2 hr{
    width: 53px;
    height: .1rem;
    position: relative;
    margin-bottom: 11px;
    background-color: #828181;
    left: 0px;
    bottom: 18px;
    opacity: .8;
}
/* HEader start */
.whdo-header{
    display: block;
    text-align: center;
}
.whdo-header h1{
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
}
.whdo-header h2{
    position: relative;
    bottom: 21px;
    font-size: 1.3rem;
}
/* Header end */
/* Box part start */
#box{
    display: flex; 
}
.whdoBox{
    height: auto;
    width: 21%;
    /* border: 2px solid green; */
    display: block;
    text-align: center;
    margin: 15px 0px 25px 86px;
    margin-left: 86px;
    margin-bottom: 26px;
    margin-top: 15px;
    padding: 38px;
}
.whdoBox img{
    background-color: green;
    background-color: #e1f3e1;
    height: 77px;
    padding: 36px;
    border-radius: 24px;
}
.whdoBox h3{
    color: #828181;
    font-size: 1.5rem;
}
.whdoBox p{
    text-align: center;
    display: block;
    font-size: 1rem;
    color: #828181;

}
.whdoBox a{
    background-color: #54d154;
    padding: 8px 15px 8px 15px;
    border-radius: 11px;
    color: #ddf6dd;
    text-decoration: none;
}

                   /* What WE Do End  */
                    /* OUR LAST WORK Start  */

/* all */
#container3{
    background-color: #54d154;
    color: #828181;
    overflow: hidden;

}
#container3 hr{
    width: 53px;
    height: .1rem;
    position: relative;
    margin-bottom: 11px;
    background-color: #080404;
    left: 0px;
    bottom: 18px;
    opacity: .5;
}
/* HEader start */
.olw-header{
    display: block;
    text-align: center;
}
.olw-header h1{
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 31px;
}
.olw-header h2{
    position: relative;
    bottom: 28px;
    font-size: 1.3rem;
}
/* Header end */
/* Button Start */
.btn-group{
    text-align: center;
    margin: 36px;
   

}

.button{
  color: #2b9b2b;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin-left: -5px;
  padding: 3px 15px;
  outline: none;
  
}
.button:hover{
    background-color: #2b9b2b;
    color: #ffffff;
    opacity: .8;
    outline: none;
}
.button:first-child{
    border-radius: 13px 0px 0px 13px;

}
.button:last-child{
    border-radius: 0px 13px 13px 0px;

}
/* Button end */
/* Box part start */
.box{
    display: grid;
    grid-template-columns: repeat(5,222px);
    justify-content: center;
}
.olwBox{
  margin-top: 28px;
   
}
.olwBox img{
    padding-left: 54px;
    
}
/* Box part end*/
/* Footer start */
.olwfooter{
    text-align: center;
    background-color: #2b9b2b;
    width: 172px;
    height: 21px;
    padding: 10px;
    margin: auto;
    margin-top: 98px;
    margin-bottom: 78px;
    border-radius: 40px;

}
.olwfooter a{
    display: block;
    margin: auto;
    color: #f3e8d9;
    text-decoration: none;
    font-size: 1.1rem;

   
}
/* Footer End */
              /* OUR LAst WORk End  */
              /* Testimonials start */
#container4{
    background-color: #ffffff;
    color: #828181;
    overflow: hidden;

}
#container4 hr{
    width: 53px;
    height: .1rem;
    position: relative;
    margin-bottom: 11px;
    background-color: #080404;
    left: 0px;
    bottom: 18px;
    opacity: .5;
}
.tsml-header{
    display: block;
    text-align: center;
}
.tsml-header h1{
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 31px;
}
.tsml-header h2{
    position: relative;
    bottom: 28px;
    font-size: 1.3rem;
}
#container4 p{
    text-align: center;
    width: 30%;
    margin: auto;
    margin-bottom: 33px;
    color: #444444 !important;
}
#container4 .footer{
    width: 206px;
    margin: auto;
    margin-bottom: 30px;
}
#container4 img{
    border-style: none;
    margin: 14px 0px;
}
.footer div{
    width: 131px;
    float: right;
    margin-right: 22px;
}
h4 span{
    color: #444444 !important;
}
.tsmlicon svg:first-child{
    float: left;
    margin-left: 231px;
    height: 34px;
    width: 34px;
    position: relative;
    bottom: 79px;
    opacity: .7;
}
.tsmlicon svg:last-child{
    float: right;
    height: 34px;
    width: 34px;
    margin-right: 231px;
    position: relative;
    bottom: 79px;
    opacity: .7;
}


              /* Testimonials End */
              /* OUR HAppy Client Start */
#container5{
    
    background-color: #f2f1f1;
    color: #828181;
    overflow: hidden;

}
#container5 hr{
    width: 53px;
    height: .1rem;
    position: relative;
    margin-bottom: 11px;
    background-color: #080404;
    left: 0px;
    bottom: 18px;
    opacity: .5;
}
.ohc-header h2{
    position: relative;
    bottom: 28px;
    font-size: 1.2rem;
}
.ohc-header{
    display: block;
    text-align: center;
}
/* box part start */
.ohc-box{
    display: grid;
    grid-template-columns: repeat(4, 283px);
    margin-left: 228px;
    padding: 0px;
}
.ohc-box a{
    padding: 21px;
}
.ohc-box a img{
    /* height: 68px; */
    width: 176px;
}
/* footer start */
.ohc-footer{
    text-align: center;
    background-color: #dddcdc;
    width: 172px;
    height: 21px;
    padding: 10px;
    margin: auto;
    margin-top: 98px;
    margin-bottom: 45px;
    margin-top: 45px;
    border-radius: 40px;
}
.ohc-footer a{
    display: block;
    margin: auto;
    color: #000000;
    text-decoration: none;
    opacity: .5;
    font-size: 1.1rem;
}
/* footer end */

/* box part end */
              /* OUR HAppy Client End */

/* Meet OUr tem start */
#container6{
    background-color: #54D054;
    overflow: hidden;
}
/* Header section */
.mot-header h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.mot-header hr{
    width: 52px;
    margin-top: 0px;
    height: 1px;
}
.mot-header h2{
    font-size: 1.2rem;
}
            /* Header section */
           /* team logo pic */
.team{
    display: grid;
    grid-template-columns: repeat(5, 200px);
    text-align: center;
    margin-left: 252px;
    margin-top: 62px;
}
.teamm1{
    text-align: center;
    align-items: center;
}
.teamm1 .vl{
    border-left: 2px solid black;
    position: relative;
    height: 72px;
    left: 103px;
}
.teamm1 h3{
    margin-top: 0px;
    margin-bottom: 9px;
}
.teamm1 .socal-icon{
    background: wheat;
    height: 24px;
    width: 106px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;

    border-radius: 26px;
}
.teamm1 .socal-icon svg{
    padding: 1px 3px;
    padding-top: 5px;

}
.mot-footer{
    overflow: hidden;
    background-color: #2b9b2b;
}
.mot-footer button{
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
    width: 163px;
    padding-top: 2px;
    color: white;
    opacity: .8;
    background-color: #54D054;
    display: block;
    margin: auto;
    margin-top: 34px;
    margin-bottom: 23px;
    border-radius: 41px;
}
              /* Meet OUr tem End */

              /* Last section startt */

#container7{
    display: flex;
    background-color: #333333;
    color: white;
    padding-bottom: 34px;
}
/* all boxes */
.fl-left, .fl-middle, .fl-right{
    width: 30%;
    margin: 20px;
}
.fl-left hr, .fl-right hr, .fl-middle hr{
    width: 35px;
    outline: none;
    background-color: white; 
}
.fl-left h1, .fl-middle h1, .fl-right h1{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    opacity: .8;
    
}

/* Left box start*/

.fl-left p{
    padding: 55px;
    padding-top: 5px;
    padding-bottom: 34px;
    margin: 22px;
    opacity: .7;
    
}
#container7 .socal-icon{
    width: 88px;
    height: 23px;
    background-color: rgb(39, 39, 35);
    text-align: center;
    margin: auto;
    border-radius: 45px;
 }
#container7 .socal-icon svg{
    /* color: green; */
    padding: 3px;
    padding-top: 3px;
 }

/* Left box end */
/* Middle box start */
.fl-middle .news1{
    margin-top: 15px;
    float: left;
    margin-left: 99px;

}
.news1 img{
    height: 50px;
    width: 50px;
    
}
.news1 span{
    position: relative;
    /* top: -38px; */
    bottom: 35px;
    margin: 4px;
    opacity: .8;
}
.news1 a{
    text-decoration: none;
    display: block;
    margin: auto;
    /* margin-left: 63px; */
  
  
 
  
   

}
.news1 a label{
    text-transform: uppercase;
    border-radius: 5px;
    opacity: .8;
    font-size: 14px;
    padding: 2px 10px;
    background-color: wheat;
    float: left;
    margin-left: 59px;
    position: relative;
    bottom: 25px;

    

}

/* Middle box end */
/* Right box start */
.fl-right h2{
    font-size: 16px;
    padding: 12px 119px;
    margin: 9px 5px;
    opacity: .8;


}
.fl-form{
    display: grid;
    padding: 9px 35px;
   
}
.fl-form input,textarea{
     /* display: block; */
     background-color: #444444;
     color: rgb(255, 255, 255);
     margin: 1px;
     opacity: .7;
     padding: 2px;
}
.fl-form button{
    background-color: #2b9b2b;
    color: white;
    opacity: .7;
}

/* Right box End */
                          /* Last section end */

                        /* Footer start */
#container8{
    background-color:  #222222;
    overflow: hidden;
}
#container8 h1{
    margin-bottom: 2px;
}
#container8 hr{
    width: 35px;
    outline: none;
    opacity: .5;
    background-color: black;
}
#container8 .footer-img{
    display: flex;
    margin: 26px;
}
.footer-img img{
    margin: 20px;
    margin-left: 137px;
}
#container8 footer{
    color: white;
    background-color: #111111;
    text-align: center;
}
/* Footer End */