*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.displace{
    position: absolute;
    right: -50px;
    top: 150px;
}

.displace img{
  width: 900px;
}
.greenlogo img{
  position: absolute;
  top: 50px;
  left: 100px;
}

#services{
  margin-top: 100px;
  padding: 50px;
}
.info{
    margin-top: 250px;
}

#brand-target{
    padding: 50px;
}
#about .col-md-4 h2{
  color: #373435;
  margin-left: -300px;
}
#about .col-md-4{
  position: relative;
  top: 200px;
  left: 50px;
  text-align: left;
}

#about .col-md-4 button{
  background-color: #84c225;
  border: none;
  padding: 20px;
}

#about .col-md-4 button:hover{
  background-color: #fff;
  color: #84c225;
  border: 1px solid #84c225;
  padding: 20px;
}
.png1{
  width: 25%;
  height: 20%; 
  position: absolute;
  right: 300px;
  z-index: -2;
}

.png2{
  width: 25%;
  height: 20%;
  position: relative;
  right: -1060px;
  top: -100px;
  z-index: -1;
}

.dot{
  z-index: -11;
}
.dot img{
  width: 420px;
  height: 420px;
  position: relative;
  right: -530px;
  top: -220px;
  opacity: 0.7;
}
#fill img{
  height: 550px;
  width: 550px;
  margin-left: 230px;
  margin-top: -100px;
}
#first {
  position: relative;
  right: -50px;
  top: 120px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(2px 1px 2px);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

#first h5{
  font-weight: 0.7rem;
  color: #84c225;
  padding: 25px;
  text-align: center;
  font-size: 20px;
  opacity: 0.8;
}

#second{
   position: relative;
  right: -180px;
  top: 250px;
  z-index: 1;
  width: 200px;
  background-color: #84c225;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#second h5{
   font-weight: 0.7rem;
  color: #fff;
  padding: 25px;
  text-align: center;
  font-size: 20px;
  opacity: 0.9;
}
#third {
  position: relative;
  right: -320px;
  top: 340px;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(2px 1px 2px);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

#third h5{
  font-weight: 0.7rem;
  color: #84c225;
  padding: 25px;
  text-align: center;
  font-size: 20px;
  opacity: 0.8;
}

.content {
  margin-top: 200px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #84c225;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #84c225);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #84c225;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #84c225;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #84c225;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
.info{
  margin-top: 70px;
}
.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i{
  padding: 5px;
  color: #84c225;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #84c225, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #84c225;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #84c225, #8fe40f);
  bottom: 50%;
  right: 45%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}


h2{
	font-weight: 700 !important;
	font-size: 30px !important;
	margin:0 0 20px;
	text-transform: uppercase;
}
.text-center{
	padding: 40px 0px 0px 0px;
}

ul{
	margin:0;
	list-style-type: none;
}


#filter-list{
	display: inline-block;
	border:1px solid #dddddd;
	border-radius: 30px;
	padding: 4px;
	margin:0 0 60px;
}
#filter-list li{
	display: inline-block;
	font-size: 16px;
	color: #888888;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-weight: 500;
	padding: 0 20px;
	min-width: 130px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

}
#filter-list li.active,
#filter-list li:hover{
	background-color: #84c225;
	color: #fff;
}
.gallery-outer{
	width: 100%;
	float: left;
	height: auto;
	padding: 0 1px;
}
.gallery-items li{
	width: 25%;
	float: left;
	padding: 0 1px 2px;
}
.gallery-items li img{
	width: 100%;
	height: auto;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.gallery-inner{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.gallery-overlay{
	width: 100%;
	position: absolute;
	left:0;
	top: 50%;
	text-align: center;
	-webkit-transform:translateY(-50%) scale(0);
	-ms-transform:translateY(-50%) scale(0);
	-moz-transform:translateY(-50%) scale(0);
     transform:translateY(-50%) scale(0);
     -webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.gallery-overlay a{
	width: 60px;
	line-height: 60px;
	background:#fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #53bff0;
	font-size: 20px;
}
.gallery-overlay a:hover{
	background:#53bff0;
	color: #fff;
}
.gallery-items li:hover .gallery-overlay{
	-webkit-transform:translateY(-50%) scale(1);
	-ms-transform:translateY(-50%) scale(1);
	-moz-transform:translateY(-50%) scale(1);
     transform:translateY(-50%) scale(1);
}
.gallery-items li:hover img{
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}



@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

#about .col-md-4 h6{
  line-height: 1.5;
  opacity: 0.7;
}
#filter{
    padding: 20px;
    background-color: #fff;
    filter: drop-shadow(2px 5px 2px);
}
#large-circle {
    position: absolute;
    background: #84c225;
    border-radius: 50%;
    width: 810px;
    height: 810px;
    top: -300px;
    right: 0;
    z-index: -2;
}

#large-circle:before {
  position: absolute;
  content: '';
  height: calc(100% + 25px); 
  width: calc(100% + 25px); 
  border: 5px dashed #84C225;
  top: -13px;
  left: -13px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

#content h4{
  margin-top: 30px;
}

#content button{
  margin-left: -290px;
  color: #84C225;
  border: 1px solid #84C225;
}
#content button:hover{
  background-color: #84C225;
  color: #fff;
}
#position{
  position: relative;
  top: -530px;
  left: 300px;
}

#our-work{
  padding: 30px;
  position: relative;
  left: 100px;
  top: 60px;
}

#our-work h4{
  opacity: 0.7;
}
#lefty{
  position: relative;
  top: -370px;
  left: -370px;
}
.sidebar{
    position: fixed;
    left: -250px;
    width: 250px;
    height: 850px;
    background: #042331;
    transition: all .5s ease;
    opacity: 1;
	z-index: 2;
	top: 0px;
}
.sidebar header{
    font-size: 22px;
    color: white;
    text-align: left;
    line-height: 70px;
    background: #063146;
    user-select: none;
    padding-left: 10px;
}
.sidebar ul a{
    height: 100%;
    width: 100%;
    line-height: 65px;
    font-size: 17px;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
    transition: .4s;
}
ul li:hover a{
    padding-left: 10px;
}
.sidebar ul a i{
    margin-right: 16px;
}
#check{
    display: none;
}
label #btn,label #cancel{
    position: absolute;
    cursor: pointer;
    background: #aace46;
    border-radius: 3px;
}
label #btn{
    left: 100px;
    top: 55px;
    font-size: 35px;
    color: white;
    padding: 6px 12px;
    transition: all .5s;
    z-index: 2;
}
label #cancel{
    z-index: 1111;
    left: -195px;
    top: 37px;
    font-size: 30px;
    color: #0a5275;
    padding: 4px 9px;
    transition: all .5s ease;
}
#check:checked ~ .sidebar{
    left: 0;
}
#check:checked ~ label #btn{
    left: 250px;
    opacity: 0;
    pointer-events: none;
}
#check:checked ~ label #cancel{
    left: 195px;
}
#check:checked ~ section{
    margin-left: 250px;
}
.sidebar .social_media{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.sidebar .social_media a{
    display: block;
    width: 40px;
    background: #373435;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    color: #bdb8d7;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


.circle1 {
  position: relative;
  margin: 50px;
  height: 420px;
  width: 420px;
  border-radius: 50%;
}

.circle1:before {
  position: absolute;
  content: '';
  height: calc(100% + 15px); 
  width: calc(100% + 15px); 
  border: 5px dashed #84C225;
  top: -13px;
  left: -13px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}
.nav-item{
    font-weight: bold;
    color: #84C225;
}

#content{
    margin-top: 230px;
    margin-left: 100px;
    position: relative;
}

.btn-primary{
    padding: 15px;
}

#content button{
    padding: 20px;
}

.col-md-7 img{
    opacity: 0.9;
}

nav{
     font-family: 'Lobster', cursive;
}

.page img{
    position: absolute;
    top: -100px;
    right: -50px;
    z-index: -2;
    width: 70%;
    transform: rotate(15deg);
    overflow: hidden;
}

.sub-main h2{
    margin-top: 50px;
    font-weight: bold;
}

.main{
    margin-top: 150px;
}

.card-body p{
  font-size: 14px;
  opacity: 0.7;
}
.main .col-md-4 h1,
.main .col-md-4 h4{
  
    text-align: left;
}

.main .col-md-4::after{
  position: absolute;
  content: "";
  width: 70px;
  height: 0.38rem;
  right: 375px;
  margin: auto;
  top: 8rem;
  background-color: var(--first-color);
}
.jumbotron{
    width: 100%;
}

#client2{
    margin-bottom: 100px;
}

#client2 img{
    cursor: pointer;
    padding: 20px;
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#client2 img:hover{
    filter: none;
  -webkit-filter: grayscale(0%);
}
#hands {
    position: relative;
    top: 100px;
    width: 100%;
    font-size: 24px;
    left: 50px;
    padding: 50px;
}


.jobs{
    margin-top: 100px;
}
/* Footer */

footer {
  background-color: #0F101C;
  padding-top: 50px;
  margin-top: 50px;
}

footer .logo {
  width: 200px;
  margin-top: 50px;
}

footer .social {
  margin-top: 5px;
}

.social .fab {
  color: #fff;
  font-size: 24px;
  padding-right: 15px;
}

footer .left1 h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

footer .left1 a:hover {
  color: #ccc;
}

footer .left2 h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

footer .left2 {
  margin-left: 50px;
}

.footer-link {
  font-size: 13px;
  color: #fff;
  /* font-weight: 600; */
}

footer p {
  padding-top: 5px;
}

footer input {
  color: #eee;
  display: block;
  font-size: 13px;
  width: 460px;
  padding: 15px;
  background-color: transparent;
  border-top-style: hidden !important;
  border-right-style: hidden !important;
  border-left-style: hidden;
  margin-bottom: 20px;
  border-bottom-color: #eee;
  padding-left: 0;
}

footer ::placeholder {
  color: #eee;
  opacity: 1;
}

footer form .btn {
  font-size: 14px;
  background-color: #84c225;
  color: #eee;
  border-radius: 4px;
  padding: 10px;
  width: 150px !important;
  border: none;
}

.btn {
  padding: 10px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

footer hr {
  border: 1px solid rgb(139, 138, 138);
  width: 95%;
  margin-top: 20px;
}

.copyright .second {
  padding-left: 221px;
}

.copyright h5 {
  color: #eee;
  font-size: .8em;
  margin-top: 5px;
}

.copyright h5 span {
  color: #a8a8ac;
}

@media screen and (max-width: 1025px) {
  footer .left2 {
    margin-left: 50px;
  }
  footer input {
    width: 340px;
  }
}

@media screen and (max-width:992px) {

  .main{
    margin-top: -150px;
    padding-left: 0px;
  }
.greenlogo img{
  width: 250px;
  left: 50px;
  top: 50px;
}
  #large-circle{
    position: relative;
    top: -200px;
    z-index: -22;
    width: 500px;
    height: 500px;
    right: 100px;
  }

  .displace{
    z-index: -2;
    top: 300px;
  }
  #content .col-md-4{
    position: absolute;
    right: 100px;
  }

  #content .col-md-4 h1{
    position: relative;
    top: 100px;
    font-size: 24px;
  }
  
  #content .col-md-4 h4{
    position: relative;
    top: 80px;
    font-size: 20px;
  }

  #content .col-md-4 button{
    position: relative;
    top: 80px;
    left: 100px;
  }

  #fill img{
    display: none;
  }

  .about{
    position: absolute;
    top: 300px;
    left: 170px;
  }
.about h2{
  left: -50px;
}
  .about h6{
    position: relative;
    left: -200px;
    width: 300px;
  }

  .about button{
    position: relative;
    top: 450px;
    left: -120px;
  }
  .about .col-md-7 {
    position: relative;
    left: -200px;
  }

  .about .col-md-7 #first,
    .about .col-md-7 #second,
      .about .col-md-7 #third{
    margin-top: 0px;
    width: 300px;
  }

  .about .col-md-7{
    top: 170px;
  }
   .about .col-md-7 #second{
     left: 50px;
     top: -150px;
   }
   .about .col-md-7 #third{
     left: 50px;
     top: -35px;
     background-color: #84c225;
   }

   .about .col-md-7 #third h5{
     color: #fff;
     opacity: 1;
   }

   .png1 img,
   .png2 img,
   .dot img{
     display: none;
   }

   .sub-main{
     margin-top: 800px;
   }

   .sub-main h2{
     top: 400px;
   }
   #client2{
     position: relative;
     top: 330px;
   }
  #client2 img{
    width: 70%;
    display: inline;
    margin-left: 50px;
  }

  .circle1{
    width: 300px;
    height: 300px;
    left: 50px;
  }
  #hands{
    position: relative;
    top: -50px;
  }

  #brand{
    display: none;
  }

  #position{
    margin-left: -200px;
    padding-bottom: 0px;
  }

  #services{
    position: relative;
    top: 600px;
    left: -100px;
  }

  #contact{
    position: relative;
    top: -200px;
    bottom: 0px;
  }
  #our-work{
    top: -1600px;
    position: relative;
  }

  #lefty{
    margin-top: -200px;
  }
  footer {
    padding-top: 50px;
  }
  footer .left2 {
    margin-left: 0;
  }
  footer input {
    width: 310px;
  }
  .copyright .second {
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  footer {
    margin-top: -20px;
  }
  footer .logo {
    width: 200px;
    margin-top: -20px;
  }
  footer .left {
    margin-left: 20px;
    margin-top: 30px;
  }
  footer .left2 {
    margin-top: 30px;
  }
  form {
    margin-top: 20px;
  }
  .copyright {
    margin-top: -20px;
  }
  .copyright h5 {
    font-size: .7em;
    margin-top: 20px;
  }
}

@media screen and (max-width: 376px){
  footer input{
    width: 250px;
  }
}

.logo{
  padding: 20px;
  position: absolute;
  left: 0px;
  display: none;
}

.login{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
}

/* Footer End */