

.navbar{
  
  overflow: hidden;
  background-color: #aedb6e;
  margin: 0;
  width: 100%;
}
.logo_container{
  padding-left: 2%;
  padding-right: 0.5%;
  color: rgb(114, 106, 106);
  float: left;
  border-radius: 0;
}

.navbar a {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar_buttons_box{
  padding-top: 0.9%;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color:white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; 
  margin: 0; 
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(197, 197, 197);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(143, 143, 143);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  position: relative;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.sticky {
  position: fixed;
  overflow:visible;
  top: 0;
  
}
.sticky + .content {
  padding-top: 10px;
}



head{
    font-size: 20%;
}
title{
    font-size: 20%; 
}
.logo_text{
  font-family: Arial, Helvetica, sans-serif;
  

  font-size: 500%;
}
body {
    
    text-align: center;
    background-color: rgb(250, 250, 236);
    font-size: 150%; 
  }
 
  h1 {
    color: black;
    
  }



div.text{
    
    font-size: 200%;
    
}


img{
    
    
    width:80%;
    height:40%;
    max-width: 100%;
    max-height:100%;
    border-radius: 3%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
  }

footer{
text-align: center;
margin-top: 5%;
padding: 2%;
background-color:rgb(165, 165, 165);
}


a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: rgb(0, 0, 0);
}

h4{padding-top: 1%;}


.name{
  width: 4%;
}
.item1{
  padding-left: 25%;
  padding-right: 1%;
}
.item2{
  padding-right: 25%;
  padding-left: 1%;
}
.row{
  padding-top: 1%;
  display: flex;
  padding-bottom: 1%;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 1%;
  padding-top: 2%;
  padding: 1%;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: rgb(250, 250, 236);
  padding: 8%;
    
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

#item1 {
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}

#item2 {
  grid-row: 2 / span 1;
  grid-column: 1 / span 1;
}
#item3{
  grid-row: 3 / span 1;
  grid-column: 1 / span 1;

}

#item4{
  grid-row: 4 / span 1;
  grid-column: 1 / span 1;
  

}

.top-container{
  display: flex;

}

.top-container-item{
    flex:1;
  }

#top_container_item_1{
  font-size: 200%;
  padding-top: 2%;
  margin-left: 23.5%;
}
#top_container_item_1{
  padding-top: 2%;
}


.container{
  

  justify-content: center;
  text-align: center;
  padding-top: 3%;
  
}
.item{  
  
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}

.form-item-error{
  border-color: red;
  color: red;
}

#email_item_div{
  padding-bottom: 2%;
}


.form-item input,
.form-item textarea,
.form-item select {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  
}

.service_heading{
  border: 2px solid #73AD21;
  display: inline-block;
  width: 100%;
  margin-bottom: 3%;
  max-width: 300px;
  padding: 10px;
  margin-top: 5%;


 
}
.service_heading_first{
  border: 2px solid #73AD21;
  display: inline-block;
  width: 100%;
  margin-bottom: 3%;
  max-width: 300px;
  padding: 10px;
  
}

.main_image{
  width: 80%;
} 

.notepad_image{
  width: 35%;
  
}
.notepad_image_container{
  position: relative;
  text-align: right;
  padding-top: 3%;
  padding-right: 15%;
  background-image: url("background.jpg");
  background-size: 100%;

}

.notepad_text_container {
  position: absolute;
  top: 45%;
  left: 73%;
  font-size: 170%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notepad_text{
  font-size: 50%;
  margin-bottom: 10px;
}

.laptop_image_text{
  position: absolute;
  top: 34%;
  left:43%;
  transform: translate(-50%, -50%); 
  font-size: 50%;
  
}

.check_animation{
  
  width: 5%;
  display: inline-block;
}

.check_animation path{
  fill: none;
  stroke: #73AD21;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: draw 1.5s linear forwards;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.notepad_item{
  display: flex;
}

.empty_block{
  background-color: #aedb6e;
  height: 100px;
  width: 100%;
  
  
}

#contant_page_service_heading{
  margin-top: 2%;
  margin-bottom: 0%;
}

#contact_page_container{
  margin-left: 25%;
  margin-right: 25%;
}