html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  color: #121212;
  overflow-x: hidden;
}

.social{
  position:fixed;
  z-index:14;
  bottom:10px;
  right:10px;
}
.social-icon{
  display:block;
  width:30px;
  height:auto;
  margin:10px;
}


.load-sec {
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.load-tint {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100vh;
  animation: hideerase 1s ease-in-out forwards;
  animation-delay: 1s;
  opacity: 1;
  z-index: 5;
}

.div-text-logo {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  height: 75px;
  padding: 5px;
}

.sticky{
  background: white;
    width: 100%;
    box-shadow: 5px 10px 20px 1px #8888881f;
    transition: 0.5s;
}
.div-text-logo img {
  height: 100%;
  float: right;
}
::-webkit-scrollbar {
  display: none;
}
.menu-tri {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  left: 20px;
  z-index: 20;
  cursor: pointer;
}
.menu-tri span {
  position: absolute;
  display: block;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: grey;
  transition: all 0.2s ease-in-out;
}
.menu-tri span:nth-child(1) {
  top: 4px;
  width: 30px;
}
.menu-tri span:nth-child(2) {
  top: 14px;
  width: 40px;
}
.menu-tri span:nth-child(3) {
  top: 24px;
  width: 30px;
}
.menu-tri:hover span {
  width: 40px;
  left: 0;
}
.div-menu-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  color: black;
  z-index: 5;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: fontsize 1s ease-in-out forwards;
  animation-delay: 0.7s;
}
@keyframes pagename {
  0% {
    top: 0%;
  }
  100% {
    top: 0%;

    //transform:translateX(-45%);
  }
}

@keyframes hideerase {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fontsize {
  from {
  }
  to {
    transform: translate(0%, 0%);
    top: 10px;
    left: 20px;
  }
}
@keyframes showsome {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.hid-big {
  opacity: 0;
}
.menu-big-2 {
  position: absolute;
  top: 0%;
  left: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  color: black;
  opacity: 1;
  margin: auto;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  width: fit-content;
  z-index: 5;
}
.menu-big-2:before {
  content: "";
  display: block;
  width: 100%;
  left: 0px;
  top: -2px;
  position: absolute;
  height: 30px;
  animation: showsome 0.5s linear forwards;
  background-color: white;
  //background-image:url('Images - misc/spiration dark.png');
  background-size: 100%;
  z-index: 6;
}
.menu-side {
  position: fixed;
  top: 0;
  left: -40%;
  z-index: 7;
  width: 40%;
  overflow: hidden;
  background-color: black;
  height: 100%;
}
.div-menu {
  position: absolute;
  top: 50%;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  color: white;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu-big {
  font-size: 70px;
  margin: auto;
  margin-bottom: 10px;
  line-height: 72px;
  cursor: pointer;
  position: relative;
  width: fit-content;
  display: table;
  z-index: 1;
}

.menu-big:before {
  content: "";
  display: block;
  width: 0px;
  left: -10px;
  top: -2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 70px;
  background-color: #158e35;
  //background-image:url('Images - misc/spiration dark.png');
  background-size: 100%;
  z-index: -1;
}
.menu-big:hover:before,
.menu-small:hover:before {
  width: calc(100% + 20px);
}

.menu-small {
  font-size: 20px;
  margin: 20px auto;
  line-height: 27px;
  cursor: pointer;
  position: relative;
  width: fit-content;
  display: table;
  z-index: 1;
}
.menu-small:before {
  content: "";
  display: block;
  width: 0px;
  left: -10px;
  top: -2.5px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  height: 30px;
  background-color: #158e35;
  //background-image:url('Images - misc/spiration dark.png');
  z-index: -1;
}
@keyframes bounce {
  0% {
    top: -50%;
    opacity: 0;
  }
  60% {
    top: 0%;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}

.intro {
  height: 100vh;
  background: #fff url(Images/leaves_png.png) no-repeat;
  background-attachment: fixed;
  background-position-x: right;
  padding: 10vh 8%;
  box-sizing: border-box;
  position: relative;
  background-size: 60%;
}

@keyframes rott {
  from {
    top: -100vh;
  }

  to {
    top: 0;
  }
}

.cont-title {
  text-decoration: underline;
  color: #158e35;
}
.div-flex {
  display: flex;
  flex-wrap: wrap;
}
.tt-green {
  color: #158e35;
  cursor: pointer;
}
.p-main-bold {
  font-size: 45px;
  line-height: 1.5em;
  width: 50%;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  //opacity: 0;
}
#option_1 {
  cursor: none;
}
video {
  z-index: 1000;
}
.section-1 {
  padding: 10vh 8% 10vh;
  background: #fff url("Images/abstract-biology-bright-825995.jpg") no-repeat;
  background-size: 50% 100%;
  background-attachment: fixed;
  position: relative;
}
.contact-cont-head {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.contact-cont-head h2 {
  font-size: 45px;
  line-height: 1.1em;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  margin-top: 10px;
}
.contact-cont-head a p {
  cursor: pointer;
}
.contact-cont-head a,
.contact-cont-head p {
  cursor: pointer;
  font-size: 16px;
  font-family: roboto;
  line-height: 1.2em;
  margin-bottom: 0;
  letter-spacing: 5px;
}
.avatar {
  float: left;
  width: 15%;
  margin: 0 25px;
}
.p-address {
  margin: 10px;
  overflow: hidden; /* This is important */
}
.contact-column {
  width: 48%;
  display: inline-block;
}
.contact-cont-head .email_id {
  text-decoration: underline;
  font-weight: 900;
  font-family: roboto;
  font-weight:600;
  color: #158e35;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contact-cont-head .contact_no {
   font-family: roboto;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.contact-cont-head .direction {
  margin-top: 100px;
  letter-spacing: 8px;
   font-family: roboto;
  text-decoration: none;
  color: #fff;
  display: block;
}
.contact-cont-head a {
  text-decoration: none;
}
.contact-slider-cont {
  padding: 20px 10% 20px 100px;
  width: 70%;
  box-sizing: border-box;
  background-image: url(Images/thinktree_map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.img-trans {
  transition: background 0.6s;
  -webkit-transition: background 0.6s;
}
.cont-bg {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.cont-bg img {
  height: calc(100% - 50px);
}
.section-2 {
  padding: 100px 10% 100px;
  background-color: #121212;
  min-height: 100vh;
  box-sizing: border-box;
}
.p-form-small {
  font-size: 16px;
  font-family: roboto;
  font-weight:600;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 5px;
  color: #158e35;
}
.p-form-big {
  margin-top: 10px;
  font-size: 60px;
  font-family: Playfair-bold!important;
  font-weight:600;
  color: white;
  line-height: 1em;
}

.form-div-2 {
  width: 40%;
}
.inputGroup {
  background-color: #121212;
  padding: 5px;
  margin: 20px 0;
  position: relative;
}
label {
  padding: 12px 20px 12px 100px;
  width: fit-content;
  display: block;
  text-align: left;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 25px;
  letter-spacing: 2px;
}
input[type="radio"] {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  margin: 0;
  background-color: #efefef;
}
label::before {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 30px;
  top: calc(50% - 12px);
  left: 34px;
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
}
label::after {
  background-color: #158e35;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  top: calc(50%);
  left: 46px;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.2s linear;
}
input:checked + label::after {
  opacity: 1;
  width: 12px;
  height: 12px;
  top: calc(50% - 8px);
  left: 38px;
  border: 2px solid #158e35;
}
.nxt-but {
  color: white;
  font-size: 20px;
  margin-top: 50px;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  background-color: #121212;
  border: none;
  outline: none;
}
.nxt-but:hover {
  letter-spacing: 5px;
  transition: all 0.3s ease-out;
}
.nxt-but:hover::after {
  visibility: visible;
}
.nxt-but::after {
  content: "→";
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-left: 10px;
  visibility: hidden;
}
.form-div-3,
.form-div-4,
.form-div-5,
.form-div-6,
.form-div-7,
.form-div-8,
.form-div-9 {
  display: none;
}
#nxt-2,
#nxt-3,
#nxt-4,
#nxt-5,
#nxt-6,
#nxt-7,
#nxt-8 {
  margin-left: 0;
}
input[type="text"],
textarea,
input[type="file"] {
  border: none;
  border-bottom: 2px solid white;
  color: white;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1em;
  background-color: transparent;
  width: 300px;
  outline: none;
  font-family: roboto;
}
textarea {
  max-width: 500px;
  width: 100%;
  height: 200px;
  background-color: #171717;
}
.cont-link {
  font-weight: 700;
  padding: 5px;
  margin: 5px;
  line-height: 60px;
  position: relative;
  color: #158e35;
  font-size: 25px;
  border: 3px solid #158e35;
  background-color: #fff;
  z-index: 1;
  text-decoration:none;
}
.cont-link:hover {
  background-color: #158e35;
  color: #fff !important;
}
.cont-link:hover:before {
  left: 0;
  top: 0;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
}
.cont-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  height: 40px;
  width: 100%;
  border: 2px solid #000;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu-side {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 7;
    width: 100%;
    overflow: hidden;
    background-color: black;
    height: 100vh;
  }
  .p-main-bold {
    width: 80%;
  }
  .section-1 {
    padding: 10vh 7% 10vh;
  }
  .section-2 {
    min-height: 100%;
  }
  .p-head-small {
    font-size: 25px;
  }

  .serv-p-cont,
  serv-desc {
    font-size: 20px;
  }
  .form-div-2,
  .contact-slider-cont,
  .contact-cont-head {
    width: 100%;
  }
  .contact-cont-head {
    order: -1;
  }
  .contact-slider-cont {
    height: 600px;
  }
  .contact-column {
    width: 100%;
  }
  .avatar {
    width: 0;
    float: unset;
    margin: 0;
  }
  .contact-cont-head a,
  .contact-cont-head p {
    margin-bottom: 30px;
  }
  .p-address {
    overflow: auto;
  }
  .contact-cont-head .direction {
    margin-top: 50px;
  }
}
