﻿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;
}
.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-color: #fff;
  padding: 10vh 7%;
  box-sizing: border-box;
  position: relative;
}

@keyframes rott {
  from {
    top: -100vh;
  }

  to {
    top: 0;
  }
}

.with-bg {
}

.div-grey {
  width: 40%;
  //transform: rotate(90deg);
  display: flex;
  position: absolute;
  left: 60%;
  top: 0;
  z-index: 1;
}

.div-grey div {
  width: 23.5%;
  margin-right: 1.5%;
  background-color: #f1f1f1;
  height: 100vh;
  position: relative;
  border-radius: 0px 0px 5px 5px;
  top: -100vh;
  background: url(Images/trop.jpg);
  background-clip: content-box;
  background-attachment: fixed;
  animation: rott 1s ease-out forwards;
}

.div-grey div:nth-child(1) {
  animation-delay: 1.2s;
}
.div-grey div:nth-child(2) {
  animation-delay: 1.3s;
}
.div-grey div:nth-child(3) {
  animation-delay: 1.4s;
}

.div-grey div:nth-child(4) {
  animation-delay: 1.5s;
}
.div-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 10% 0 20%;
}
.section-1 {
  padding: 10vh 7% 10vh;
  background: #fff url(Images/tropical_leaf_left.png) no-repeat;
  background-size: 30%;
  background-position: -10% 90%;
  position: relative;
}
.section-1 .p-desc {
  width: 50%;
  opacity: 0;
}
.section-1 .tropical-bg {
  position: absolute;
  right: 0;
  bottom: 5vh;
  width: 25%;
  transform: translate3d(100%, 0, 0);
  z-index: 1;
}
.tropical-bg img {
  width: 100%;
}
.slider-cont {
  padding-top: 50px;
  position: relative;
  z-index: 3;
  opacity: 0;
}
.slider-date {
  width: 400px;
  background-color: #158e35;
  padding: 10px 5px;
  color: white;
  top: -70px;
  margin-left: 30%;
  position: relative;
  z-index: 2;
}
.slider-date p {
  font-family: roboto;
  text-align: center;
  margin: 0;
  font-size: 22px;
  letter-spacing: 5px;
}
.slider {
  width: 50%;
  margin-left: 40%;
  z-index: 1;
  position: relative;
}
.slider img {
  width: 100%;
  height:350px;
}
.p-head-big {
  font-size: 45px;
  line-height: 1.1em;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  margin-top: 10px;
  opacity: 0;
}

.section-2 {
  padding: 30vh 7% 10vh;
  background: #fff url(Images/tropical_leaf_right.png) no-repeat;
  background-size: 30%;
  background-position: 110% 45%;
}

.partner-img-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-img {
  margin-right: 40px;
  width: 25%;
  opacity: 0;
  text-align: center;
}
.partner-img p {
  margin-bottom: 0;
}
.partner-img img {
  width: 100%;
}
.partner-img:first-child {
  margin-top: 50px;
}
.partner-img:last-child {
  margin-right: 0;
  margin-top: 100px;
}
.director-name {
  font-family: 'roboto';
  font-weight:700;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.director-designation {
  margin-top: 5px;
  font-family: roboto;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 1px;
  color: grey;
}
.go-big {
  padding: 100px;
  font-size: 70px;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
}
.people-cont {
  display: flex;
  flex-wrap: wrap;
}
.people-n {
  margin: 10px auto;
  width: 33%;
  text-align: center;
  justify-content: center;
  opacity: 0;
}
.people-name {
  font-family: 'roboto';
  font-weight:700;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.people-designation {
  margin-top: 5px;
  font-family: roboto;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 1px;
  color: grey;
}
.section-3 {
  padding: 30vh 7% 10vh;
  background: #fff url(Images/tropical_leaf_left.png) no-repeat;
  background-size: 16%;
  background-position: -2% 90%;
}
.slider-articles {
  text-align: center;
  margin-left: 200px;
}
.slider-articles .slider-articles-in{
  width: calc(60%);
  margin: 10px;
}
.slider-articles-in a img {
  width: 100%;
}
.slider-lightbox{
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10;
  top:0;
  height:100vh;
  left:0;
  margin: auto;
  background: #0000007a;
}
.slider-fever{
height:80vh;
  top:10%;
  left:10%;
  width:80%;
}
.slider-fever-in img{
margin:auto;
height:80vh;
}
.fever-light{
  cursor: pointer;
}
.close-light{
  top: 20px;
  right: 20px;
  position: absolute; 
  width: 36px;
  text-align: center;
  padding: 2px;
  cursor: pointer;
}
.close-light img{
  width: 36px;
}
.section-banner {
  background-color: #121212;
  height: 50vh;
  padding: 50px 10%;
}

.cont-big {
  margin: 10px 0 20px;
  font-size: 50px;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  color: white;
  line-height: 1em;
}
.cont-big-green {
  color: #158e35;
}
.cont-p {
  margin-top: 10px;
  font-size: 20px;
  font-family: roboto;
  color: white;
}

.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: #121212;
  cursor: pointer;
  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: 10px;
  height: 40px;
  width: 100%;
  border: 2px solid #fff;
  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;
}

/*Extra Added*/
.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;
}
.section-5 {
    padding: 10vh 10%;
    background-color: #121212;
    min-height: 100vh;
}
.contact-cont-head {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #121212;
  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;
}
/*End of Extra Added*/
@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;
  }

  .form-div-2 {
    width: 100% !important;
  }
  .p-main-bold {
    width: 80%;
  }
  .div-grey {
    display: none;
  }
  .section-1 {
    background-size: 35%;
    background-position: -10% 100%;
	overflow-x: hidden;
  }
  .section-1 .p-desc {
    width: 100%;
  }
  .slider-cont {
    padding-top: 100px;
  }
  .slider-cont .slider {
    width: 100%;
    margin-left: 8%;
  }
  .slider-cont .slider-date {
    margin-left: -20%;
  }
  .section-1 .tropical-bg {
    bottom: 5vh;
    width: 40%;
  }
  .section-2 {
    background-size: 60%;
    background-position: 120% 40%;
	overflow-x: hidden;
  }
  .partner-img {
    width: 80%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .people-n {
    width: 50%;
  }
  .cont-big {
    font-size: 35px;
  }

  .contact-slider-cont,
  .contact-cont-head {
    width: 100%;
  }
  .contact-cont-head {
    order: -1;
  }
  .contact-column {
    width: 100%;
  }
  .avatar {
    width: 0;
    float: unset;
    margin: 0;
  }
  .contact-cont-head {
	  padding:0;
  }
  .contact-cont-head a,
  .contact-cont-head p {
    margin-bottom: 30px;
  }
  .p-address {
    overflow: auto;
  }
  .contact-cont-head .direction {
    margin-top: 50px;
  }
  .iScrollVerticalScrollbar{
	  display:none;
  }
  .slider img {
  height:250px;
  }
  .section-3 {
    background: #fff url(Images/tropical_leaf_left.png) no-repeat;
    background-size: 30%;
    background-position: -2% 90%;
  }
  .slider-articles {
    text-align: center;
    margin-left: 0px;
  }
  .slider-articles .slider-articles-in{
    width: calc(60%);
    margin: 10px;
  }
  .slider-articles-in a img {
    width: 100%;
  }
}
