
    /* Add Zoom Animation */

    .animate {

      -webkit-animation: animatezoom 0.6s;

      animation: animatezoom 0.6s

    }



    @-webkit-keyframes animatezoom {

      from {

        -webkit-transform: scale(0)

      }



      to {

        -webkit-transform: scale(1)

      }

    }



    @keyframes animatezoom {

      from {

        transform: scale(0)

      }



      to {

        transform: scale(1)

      }

    }



    .inline-photo {

      opacity: 0;

      transform: translateY(4em) rotateZ(-0deg);

      transition: transform 2s .25s cubic-bezier(0, 1, .3, 1), opacity .2s .25s ease-out;

      will-change: transform, opacity;

    }



    .inline-photo.is-visible {

      opacity: 1;

      transform: rotateZ(-0deg);

    }









    body {

      transition: background-color .5s;

      margin: 0;

      overflow-x: hidden;

    }



    .title_header {

      width: 80%;

      margin: auto;

      position: absolute;

      bottom: 20vh;

      left: 20%;

    }



    .title_header span {

      padding: 20px 30px;

      color: #000;

      text-align: center;

      font-weight: 900;

      border: 2px solid #000;

    }



    .sidenav {

      height: 100%;

      width: 0;

      position: fixed;

      z-index: 1;

      top: 0;

      left: 0;

      background-color: #fff;

      overflow-x: hidden;

      transition: 0.5s;

      padding-top: 60px;

    }



    .sidenav a {

      padding: 8px 8px 8px 32px;

      text-decoration: none;

      font-size: 1em;

      margin: 20px auto;

      color: #818181;

      display: block;

      transition: 0.3s;

    }



    .sidenav a:hover {

      color: #D4AF37;

    }



    .sidenav section {

      position: absolute;

      bottom: 2vh;

      width: 100%;

      display: flex;

      align-items: center;

      justify-content: center;

    }



    .sidenav section a {

      display: inline-block;

      padding: 8px 8px 8px 12px;

      margin: 0px 10px;

      background-color: #1e1e1e;

      -webkit-transform: rotate(45deg) translate(0px, 0px);

      -ms-transform: rotate(45deg) translate(0px, 0px);

      transform: rotate(45deg) translate(0px, 0px);

      list-style: none;

      -webkit-border-radius: 4px;

      border-radius: 4px;

      width: 35px;

      height: 35px;

      vertical-align: middle;

      text-align: center;

      -webkit-transition: all 0.3s ease;

      transition: all 0.3s ease;

      color: #fff;

    }



    .sidenav section a i {

      -webkit-transform: rotate(-45deg) translate(0px, 0px);

      -ms-transform: rotate(-45deg) translate(0px, 0px);

      transform: rotate(-45deg) translate(0px, 0px);

    }





    .sidenav .closebtn {

      position: absolute;

      top: 0;

      right: 25px;

      font-size: 36px;

      margin-left: 50px;

    }



    #main {

      transition: margin-left .5s;

      padding: 0px;

    }
@media only screen and (max-width: 768px) {
.row.values-row .col-lg-4.col-md-4.col-sm-6 {
    padding: 0;
    width: 100%;
    margin-right: 0%;
}
}

    @media screen and (max-height: 450px) {

      .sidenav {

        padding-top: 15px;

      }



      .sidenav a {

        font-size: 18px;

      }

    }



    /*LIGHT HOUSE*/





    .row:after {

      content: "";

      display: table;

      clear: both;

    }



    .column {

      float: left;

      width: 33.33%;

    }



    .column img {

      object-fit: cover;

      width: 100%;

      height: 100%;

    }



    /* The Modal (background) */

    .modal {

      display: none;

      position: fixed;

      z-index: 999;

      padding-top: 100px;

      left: 0;

      top: 0;

      width: 100%;

      height: 100vh;

      overflow: hidden;

      background-color: black;

    }



    /* Modal Content */

    .modal-content {

      position: relative;

      background-color: #000;

      margin: auto;

      padding: 0;

      width: 90%;

      height: 90%;

    }



    /* The Close Button */

    .close {

      color: white;

      position: absolute;

      top: 10px;

      right: 25px;

      font-size: 35px;

      font-weight: bold;

    }



    .close:hover,

    .close:focus {

      color: #999;

      text-decoration: none;

      cursor: pointer;

    }



    .mySlides {

      display: none;

      height: auto;

      width: 100%;

      background-color: #000;

    }



    .mySlides img {

      background-color: #000;

      width: auto;

      margin: auto;

      display: flex;

      height: 80vh;

    }



    .cursor {

      cursor: pointer;

    }



    /* Next & previous buttons */

    .prev,

    .next {

      cursor: pointer;

      position: absolute;

      top: 50%;

      width: auto;

      padding: 16px;

      margin-top: -50px;

      color: white;

      font-weight: bold;

      font-size: 20px;

      transition: 0.6s ease;

      border-radius: 0 3px 3px 0;

      user-select: none;

      -webkit-user-select: none;

    }



    /* Position the "next button" to the right */

    .next {

      right: 0;

      border-radius: 3px 0 0 3px;

    }



    /* On hover, add a black background color with a little bit see-through */

    .prev:hover,

    .next:hover {

      background-color: rgba(0, 0, 0, 0.8);

    }



    /* Number text (1/3 etc) */

    .numbertext {

      color: #f2f2f2;

      font-size: 12px;

      padding: 8px 12px;

      position: absolute;

      top: 0;

    }



    img {

      margin-bottom: -4px;

    }



    .caption-container {

      text-align: center;

      background-color: black;

      padding: 2px 16px;

      color: white;

    }



    .demo {

      opacity: 0.6;

    }



    .active,

    .demo:hover {

      opacity: 1;

    }



    img.hover-shadow {

      transition: 0.3s;

    }



    .hover-shadow:hover {

      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    }



    /*ICONS*/

    .icons {

      padding: 10px 5px;

      background-color: rgba(1, 1, 1, 0.5);

      text-align: center;

      position: fixed;

      right: 0;

      top: 10vh;

      cursor: pointer;

    }



    #search {

      width: 0px;

      border: 0;

      outline: none;

      background-color: rgba(1, 1, 1, 0.5);

      color: gray;

      font-weight: bold;

      transition: 0.5s;

    }



    .icons i {

      color: #fff;

      padding: 0 10px;

    }



    .icons:hover>#search {

      width: 250px;

      padding: 10px;

    }





    @media (max-width:800px) {

      .column {

        float: left;

        width: 50%;

        height: 50vh;

      }



      .sidenav .closebtn {

        display: none;

      }

    }
.banner h2 {
    color: #fff;
    font-size: 30px;
}
    img.center_image {
    width: 350px;
    /* border-radius: 50%; */
    /* height: 350px; */
    /* text-align: center; */
    /*border: 5px solid #267303;
    box-shadow: 0px 0px 16px rgb(53 146 105);*/
}
.md_message {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.section-core-values{
  margin-top: 80px;
  margin-bottom: 40px;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
     left: 0;
    top: -40px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
blockquote{
 /* font-size: 1.4em;
  width:60%;*/
  margin:4% 0px;
 /* font-family:Open Sans;*/
  font-style:italic;
/*  color: #555555;*/
/*  padding:1.2em 30px 1.2em 75px;*/
  /*border-left:8px solid #78C0A8 ;*/
  line-height:1.6;
  position: relative;
/*  background:#EDEDED;*/
}
.client-box{
  margin-top: 100px;
}
.top-content{
  text-align: center;
  font-size: 17px;
  padding-bottom: 30px;
  max-width: 850px;
  margin: 0px auto;
}
.top-content h3{
  margin-top: 50px;
} 
.top-content p{
  line-height: 30px;
}
.company-profile-inner{
  margin-top: 50px;
}
.company-profile-inner span{
  color: #19653b;
}
.infrastructure-inner{
  margin-top: 40px;
}
.company-profile-inner ul.list-simple{
  max-width: 930px;
}
.owl-carousel .owl-item img {
  width: auto;
  height: 250px;
  display: inline-block;
  border-radius: 0%;
}    
.carousel-box{
  margin-top: 50px;
    display: inline-block;
    width: 100%;
} 
.owl-nav{  
  display: none;
}             
.owl-controls .owl-nav{  
  display: block;
  }
.owl-next, .owl-prev{
  top: 41%;
} 
.owl-next:after, .owl-prev:after{
  line-height: 50px;
}
.mb-5{
  margin-bottom: 25px;
}
ul.icon-list{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
ul.icon-list li{
   width: 33.33%;
   float: left;
   color: #47484a;
   font-size: 15px;
   margin-bottom: 40px;
   list-style: none;
}
ul.icon-list li span img{
  width: 65px;
}
ul.icon-list li span{
  float: left;
  top: -5px;
  min-height: 80px;
  position: relative;
  margin-right: 15px;
}
ul.icon-list li b{
  font-size: 30px;
  display: block;
  color: #267303;
}
@media (max-width: 991px){
  ul.icon-list li b{ font-size: 25px;}
  ul.icon-list li span{ min-height: 100px;}
  .md_message{ text-align: center;}
  .client-box{ margin-top: 40px;}
  .row.values-row [class*="col-"]{width: 46% !important; margin: 2% !important; float: left;}
  .section-core-values h3{ text-align: center;}
  .app-deatails-area #myImage{ position: relative !important; width: 100% !important;}
}

@media (max-width: 767px){
  ul.icon-list li{ width: 50%;}
  .app-deatails-area .app_info{ padding: 40px 20px;}
  .app-deatails-area .row{ margin: 0px;}
  .DesignationBlocks .row{ margin: 0px;}
}

@media (max-width: 568px){
  
 .value-box{ min-height: 390px;}
}

@media (max-width: 500px){
  .row.values-row [class*="col-"]{ width: 100% !important; margin: 0% !important;}
  .value-box{ min-height: auto;}
 }

@media only screen and (max-device-width: 480px) {
    ul.icon-list li {
      width: 100%;
      float: left;
      color: #47484a;
      font-size: 15px;
      margin-bottom: 40px;
      list-style: none;
    }
    div#myImage {
        width: 100% !important;
        position: relative !important;
    }
    .app-deatails-area .app_info {
        padding: 10px !important;
    }
    .app_info .row {
    padding: 0;
    margin: 0;
}
}