
@media (min-width: 500px) and (max-width: 775px) {
	
	

	header {
	    width: 100%;
	    height:auto;
	    transform-box: view-box;
	    background: url(../../img/cl-serv-sec2.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    font-family: sans-serif;
	    font-size: 12px;
	    position: relative;
	}

	
	.lg1{
		padding-top: 14%;
		display: block;
		margin-left: auto;
	    margin-right: auto;
		width: 40%;
	}
	.title {
	    margin-top: 3%;
	    margin-bottom: 3%;
	    margin-left: auto;
	    margin-right: auto;
	    text-transform: uppercase;
	}
	.title h1 {
	    font-size: 300%;
	    color: #154415;
	    font-family: Roboto;
	    font-weight: 600;
	}
	.main_text {
	    margin-left: 15%;
	    margin-right: 15%;
	    color: black;
	    text-shadow: 0px 0px 10px white;
	    text-transform: uppercase;
	}
	.main_text h3 {
	    font-size: 140%;
	}
	.aone {
		margin-bottom: 5%;
		margin-top: 3%;
	    color: #28a745;
	    text-transform: uppercase;
	    text-align: center;
	}
	.aone a {
	    color: #328533;
	    border: 1px solid #28a745;
	    border-radius: 5px;
	    padding: 2% 3% 2% 3%;
	    background-color: #ffffffc7;
	    letter-spacing: 3px;
	}
	.aone :hover{
		background: #fff;
		text-decoration: none;
		box-shadow: 0 0 40px rgba(185,176,219,0.5);
	}

	
	/* navbar*/
	.menu {
	    text-align: right;
	    padding-top: 3%;
	    padding-right: 6%;
	    position: fixed;
	    z-index: 3;
	    
	}

	.menu__icon {
	   display: none;
	   width: 45px;
	   height: 35px;
	   position: relative;
	   cursor: pointer;
	}

	.menu__icon span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 92%;
	  background: #6FBD84;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
	  transform: rotate(0deg);
	  transition: .25s ease-in-out;
	}

	.menu__icon span:nth-child(1) {
	  top: 0px;
	}

	.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
	  top: 13px;
	}

	.menu__icon span:nth-child(4) {
	  top: 26px;
	 }

	.menu__links-item {
	    display: inline-block;
	    color: #333333;
	    font-family: Arial;
	    font-size: 14px;
	    line-height: 30px;
	    padding: 0 10px;
	    text-transform: uppercase;
	    text-decoration: none;
	    cursor: pointer;
	}

	.menu__links-item:hover {
	    text-decoration: underline;
	}

	.menu.menu_state_open .menu__icon span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	.menu.menu_state_open .menu__icon span:nth-child(2) {
	  transform: rotate(45deg);
	}

	.menu.menu_state_open  .menu__icon span:nth-child(3) {
	  transform: rotate(-45deg);
	}

	.menu.menu_state_open  .menu__icon span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	.menu.menu_state_open .menu__links {
	  display: block;  
	}

	@media screen and (max-width: 999px) {
	  .menu__icon{
	    display: inline-block;
	  }
	  
	  .menu__links {
	    position: fixed;
	    display: none;
	    top: 0;
	    right: 0;
	    left: 0;
	    margin-top: 0px;
	    background-color: rgba(0, 0, 0, 1);
	    z-index: 1000;
	    overflow: auto;
	  }
	  
	  .menu__links-item {
	    display: block;
	    padding: 32px 0;
	    text-align: center;
	    color: #ffffff;
	  }
	}
	/* navbar end*/
	.div_with_img{
		width: 30%;
	}
	.size_of_img{
		width: 50%;
	}



	.text_aligns{
		text-align: center;
	}
}