@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
html{
  scroll-behavior: smooth;
}
body{
  background: #f2f2f2;
}
nav{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 58px 0px 67px;
}
nav .logo{
  color: rgb(32, 125, 24);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}
.logo img {
    height: 69px;
    width: 253px;
}
@media (max-width:445px){
  .logo img {
    height: 51px;
     width: 184px;
     flex-wrap: wrap;
}
}
@media (max-width: 304px){
  .logo img{
    height: 51px;
width: 134px;
  }
}
@media (max-width: 263px){
  .logo img{
  height: 51px;
width: 82px;
}
}
nav .nav-items{
  display: flex;
  flex: 1;
  padding: 0 0 0 95px;
}
nav .nav-items li{
  list-style: none;
  padding: 0 15px;
}
nav .nav-items li a{
  color: rgb(32, 125, 24);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
nav .nav-items li a:hover{
 color: rgb(32, 125, 24);
border-bottom: 2px solid rgb(32, 125, 24);
}
nav form{
  display: flex;
  height: 40px;
  padding: 2px;
  background: rgb(32, 125, 24);
  min-width: 18%!important;
  border-radius: 2px;
  border: 0px solid rgba(155,155,155,0.2);
}
nav form .search-data{
  width: 100%;
  height: 100%;
  padding: 0 0px;
  color:rgb(32, 125, 24);
  font-size: 13px;
  border: none;
  font-weight: 500;
  background: none;
  border:2px solid green;
  background: white;
}
nav form button{
  padding: 0 15px;
color: #fff;
font-size: 17px;
color: #fff;
border: none;
border-radius: 2px;
cursor: pointer;
border: 2px solid green;
background: green;
}
nav form button:hover{
  background: green;
  border: 2px solid rgb(32, 125, 24);
}
nav .menu-icon,
nav .cancel-icon,
nav .search-icon{
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: red;
  cursor: pointer;
  display: none;
}
nav .menu-icon span,
nav .cancel-icon,
nav .search-icon{
  display: none;
}
@media (max-width: 1245px) {
  nav{
    padding: 1px 35px;
  }
}
@media (max-width: 1140px){
  nav{
    padding: 0px;
  }
  nav .logo{
    flex: 2;
    text-align: center;
  }
  nav .nav-items{
    position: absolute;
z-index: 99;
top: 71px;
width: 100%;
left: -100%;
height: 90vh;
padding: 10px 50px 0 50px;
text-align: center;
background:#67bd40;
display: inline-block;
transition: left 0.3s ease;
  }
  nav .nav-items.active{
    left: 0px;
  }
  nav .nav-items li{
    line-height: 40px;
    margin: 30px 0;
  }
  nav .nav-items li a{
    font-size: 20px;
  }
  nav form{
    position: absolute;
    top: 80px;
    right: 50px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
  }
  nav form.active{
    top: 95px;
    opacity: 1;
    pointer-events: auto;
  }
  nav form:before{
    position: absolute;
    content: "";
    top: -13px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 10px solid transparent;
    border-bottom-color: #1e232b;
    margin: -20px 0 0;
  }
  nav form:after{
    position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #1e232b;
    border-radius: 2px;
    min-width: calc(100% + 20px);
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav .menu-icon{
    display: block;
  }
  nav .search-icon,
  nav .menu-icon span{
  display: block;
  border: 2px solid rgb(32, 125, 24);
  border-radius: 19px 19px 19px 19px;
  padding: 6px;
  color: #fff;
  background: green;
}
  }
  nav .menu-icon span.hide,
  nav .search-icon.hide{
    display: none;
  }
  nav .cancel-icon.show{
    display: block;
  }
}

.space{
  margin: 10px 0;
}
nav .logo.space{
  color: red;
  padding: 0 5px 0 0;
}
@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}
main{
  background-image: url(67.jpg);
  height:100vh;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 660px){
  main{
    background: url(67.jpg);
    height:90vh;
  }
  main h1{
    text-align: center;
    padding-top: 127px;
  }
  main h3{
    text-align: center;
  }
  main p{
    text-align: center;
  }
  .btn{
    margin: 17px auto;
display: block;
background: green;
color: white;
font-weight: bold;
border: 2px solid green;
border-radius: 14px;
padding: 8px;
  }
  .btn a{
    text-decoration: none;
color: white;
font-size: 17px;
  }
}
.btn a:hover{
  color:grey;
}
@media (min-width: 661px) and (max-width: 1080px){
  main{
    background-image: url(67.jpg);
    height:437px;
  }
  main h1{
    margin: 0px 0 1px 12px;
    padding-top: 134px;
  }
  main  h3{
    margin: 0 0 0 12px;
  }
  main p{
    margin: 0px 0 0 14px;
  }
    .btn{
   margin: 17px 0 0 20px;
background: green;
color: white;
font-weight: bold;
border: 2px solid green;
border-radius: 14px;
padding: 8px;
  }
  .btn a{
    text-decoration: none;
color: white;
font-size: 17px;
  }
}

@media (min-width: 1081px){
  main{
    background-image: url(67.jpg);
    height:90vh;
  }
 main h1{
  text-align: left;
margin-left: 24px;
padding-top: 195px;
 }
 main h3{
  margin: 0 0 0 24px;
 }
 main p{
  margin: 5px 0 0px 21px;
 }
   .btn{
    margin: 23px 0 0 22px;
background: green;
color: white;
font-weight: bold;
border: 2px solid green;
border-radius: 14px;
padding: 8px;
  }
  .btn a{
    text-decoration: none;
    color: white;
    font-size: 17px;
  }
}

.colorchange{
  animation: colorchangecanvas 1s infinite;
}
@keyframes colorchangecanvas{
  0%{color:white;}
  25%{color:red;}
  50%{color:purple;}
  100%{color:yellow;}
}




.services
{
    display: block;
    position: relative;
    padding: 0;
}
.container
{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.services-title
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.services-box
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px;
}

.title
{
    margin-left: 15px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:40px;
    text-align: center;
    top: 26px;

}
.services-title h2 span
{
    color: green;
}
.services-title h2
{
    margin-top: -10px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    font-family:'Ubuntu',sans-serif;
}

.box
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 33.333333%;
}
.ser-box
{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
}

.ser-box .icon
{
    margin-bottom: 0;
    transform: translateY(-50%);
    text-align: center;
}
.ser-box h4
{
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #3c44a9;
    margin-top: -10px;
    font-family: 'Ubuntu',sans-serif;
}
.ser-box p
{
    color: #61648e;
    line-height: 24px;
    margin-top: 20px;
    font-family:'Ubuntu',sans-serif;
}
.ser-box:hover
{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: 
    linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}

.ser-box:hover h4,
.ser-box:hover p
{
    color: #fff;
}



.services-box .box:nth-child(1) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}



.services-box .box:nth-child(3) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}

.services-box .box:nth-child(4) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}


.services-box .box:nth-child(5) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
}



.services-box .box:nth-child(6) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
}



/********-Responsive-************/

@media(min-width: 768px)
{
    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}





@media(min-width: 600px)
{
    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}



@media(min-width: 992px)
{
    .box
    {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}



@media(min-width: 414px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 370px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 320px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




.testimonial-section{
  background: #39d219;
  padding: 40px 0;
}

.inner-width{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1{
  text-align: center;
  color: #333;
  font-size: 24px;
}

.border{
  width: 100px;
  height: 3px;
  background: #333;
  margin:18px 1px;
}

.testimonial{
  background: #f1f1f1;
  padding: 40px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.test-info{
  display: flex;
  height: 60px;
  align-items: center;
}

.test-pic{
  width: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.test-name{
  font-size: 12px;
  color: #333;
}

.test-name span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3498db;
}

.testimonial p{
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
}





.footer{
  width: 100%;
  background: #1e3e0f;
  display: block;
}

.inner-footer{
  width: 95%;
  margin: auto;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}

.footer-items{
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
}

h3{
  padding: 10px 0;
  font-size: 29px;
  color: #fff;
}

.footer-items p{
  color: white;
  font-size: 16px;
    text-align: justify;
    line-height: 25px;

}
h2{
  margin: 10px 0;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
}

.border{
  height:2px;
  width: 40px;
  background:white;


}

.footer-items ul{
  list-style: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.footer-items ul a{
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;

}
.footer-items ul a:hover{
  color: #ff9800;
}
.footer-items ul li{
  margin: 10px 9px;
  height: 25px;

}
.footer-items li i{
  margin-right: 20px;
}

.social-media{
  width: 100%;
  color: #fff;
  text-align: center;
}
.social-media a{
  text-decoration: none;
  color:white;
}
.social-media i{
  height: 42px;
  width: 42px;
  margin: 20px 5px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid grey;
  transition: 0.3s;
}

.footer-button{
  color:white;
  background-color: #399139;
}


/*Media query*/
@media all and (max-width: 1085px){
  .footer-items{
    width: 50%;

  }
}
@media all and (max-width: 600px){
  .footer-items{
    width: 100%;
  }




