body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  color: #121212;
  overflow-x: hidden;
}
.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;
}

.social{
  position:fixed;
  z-index:14;
  bottom:10px;
  right:10px;
}
.social-icon{
  display:block;
  width:30px;
  height:auto;
  margin:10px;
}

.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;
  }
}

.section-clients {
  width: 80%;
  margin: auto;
}
.section-clients h1,
.section-campaign h1 {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  padding: 100px 0;
  margin: auto;
}
.cl-logo {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cl-logo:hover {
}
.cl-logo .tint {
  background-color: #156e35;
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  opacity: 0.9;
  height: 100%;
  transition: all 0.4s linear;
  overflow: hidden;
}
.cl-logo .tint img {
  height: 16px;
  width: auto;
  display: block;
  margin: 5px 10px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
}
.tint-in {
  width: 110px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cl-logo:hover .tint {
  opacity: 0.95;
  background-color: #158e35;
  top: 0px;
  width: 100%;
}
.cl-logo:hover .cl-img {
  margin-left: 100%;
}

.cl-img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.4s linear;
}
.pad-boot {
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-cont {
  text-align: center;
  margin: auto;
}
.section-campaign {
  padding-right: 30px !important;
  padding-left: 30px !important;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
.div-inline {
  display: inline-block;
  vertical-align: top;
}
.wid-30 {
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
}
.pad-0 {
  padding: 0 !important;
}
.marg-top {
  margin-top: 100px;
}
.marg-bot {
  margin-bottom: 20px;
}
.marg-0 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.camp-g {
  position: relative;
  overflow: hidden;
}
.camp-det {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -140px;
  background-color: #158e35;
  transition: all 0.4s ease-out;
  padding: 20px;
  text-align: left;
}
.p-camp-client {
  font-size: 25px;
  line-height: 25px;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  color: white;
  margin-bottom: 10px;
}
.p-camp-desc {
  font-family: 'roboto';
  color: white;
  font-size: 14px;
  display: none;
}
.camp-g:hover .camp-det {
  bottom: 0;
}
.pad-right {
  padding-right: 15px !important;
}
.wid-66 {
  width: 66%;
  box-sizing: border-box;
  padding: 5px;
}
hr {
  background-color: black;
  width: 90%;
}
.pad-lr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.wid-50 {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.wid-100 {
  width: 100%;
  box-sizing: border-box;
}
.camp-ele {
  width: 100%;
  //height:250px;
  background-color: #158e35;
  transition: all 0.3s linear;
  cursor: pointer;
}
.camp-ele2 {
  width: 100%;
  //height:500px;
  background-color: #158e35;
  cursor: pointer;
}
.camp-ele3 {
  width: 100%;
  //height:520px;
  background-color: #158e35;
  cursor: pointer;
}
.anim-page {
  z-index: 10 !important;
  animation: page-trans 1s ease-in-out forwards;
  animation-delay: 0.2s;
  -moz-animation: page-trans 1s ease-in-out forwards;
  -moz-animation-delay: 0.2s;
  -webkit-animation: page-trans 1s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
}
@keyframes page-trans {
  0% {
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
}

.camp-ele img,
.camp-ele3 img,
.camp-ele2 img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
}
.camp-ele:hover img,
.camp-ele3:hover img,
.camp-ele2:hover img {
  top: -20px;
}
.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;
}
.section-footer .div-flex {
	display:flex;
}

@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;
  }
  .pad-lr {
    margin-bottom: 20px;
  }
  .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;
  }
  .section-footer .div-flex {
    display: block;
}
}
