      body{
          background: #fff;
/*          animation: myanimation 5s infinite;*/
        }
      /*@keyframes myanimation {
          0% {background-color: #0c0620;}
          25%{background-color:#0c0620;}
          50%{background-color:#342661;}
          95%{background-color:#0c0620;}
          100% {background-color: #0c0620;}
      }*/
	    .logo{
        width: 25%;
        margin-top: -10%;
      }
      .btn-search{
        background: #fff;
        border: 0px;
        border-radius: 0 15px 15px 0;
        margin-top: 5px;  
        padding: 1%;
      }
      #search{
        border: 0px;
        border-radius: 15px 0 0 15px;
        padding: 2% 1% 1% 5%;
        width: 40%;
        margin-top: 5px;
        background: #fff;
      }
      .header{
        background: #fffefe;
        padding: 2%;
        box-shadow:-1px -1px 7px 6px #ffffff;
        border-top: 1px solid #ddd;
        border-bottom:  1px solid #ddd;
      }
      :focus {
        outline: -webkit-focus-ring-color auto 0px;
      }
      .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        /*opacity: 0.80;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      a{
        color:  #d79e38!important;
      }
      .bgimg-1 {
        /*background-image: url('img_parallax.jpg');*/
        /*height: 110vh;*/
        background-repeat: repeat-y;
        background: #f5f5f5;
      }
	    .col-sm-6{
		    position: relative;
		    width: 49%;
	      padding-right: 15px;
	      padding-left: 15px;
	      margin-top: 10%;
    	}
	    .icons{
		    width: 100%;
		    border-radius: 12px;
        height: 150px;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
        -moz-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
        box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
    	}
	    .image_box{
	      margin: -2% 0;
	    }
	    .bottom_fix{
        padding-bottom: 2%;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fffefe;
        font-size: 25px;
        border-top: 1px solid #ddd;
      }
      .path{
	      font-size: 12px;
	      color:  #d79e38;
	      margin-left: 5%;
	      padding: 2%;
	    }
      .icon{
        color: #353030;
        padding: 4%;
      }
      .fa-angle-left{
	      font-size: 30px;
	      color: #9e8f8f;
	      margin-left: 3%;
	      margin-top: 1%;
	    }
	    .menu_names{
		    text-align: center;
        font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
	      font-size: 15px;
	      margin-top: -17%;
	      font-weight: 500;
	      color: #3c3838;
	      background: #d79e38;
	      width: 70%;
	      border-radius: 5px;
	      margin-left: 3%;
	    }
	    .main_boxs {
	      max-height: 83vh;
	      overflow: auto;
	      background: #fff;
	      padding-bottom: 30%;
        /* animation: myanimation 5s infinite; */
	    }
      @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
    	/* @media all and (max-height: 580px){
    	 	.main_boxs {
    		    max-height: 83vh;
    		    overflow: auto;
    		    background: #f3f2f2;
    		    padding-bottom: 10%;
    		}*/
    	@media all and (max-height: 450px){
    	 	.main_boxs {
    		    max-height: 90vh;
    		    overflow: auto;
    		    background: #fff;
    		    padding-bottom: 30%;
    		}
    	 }
       @media all and (min-height:700px){
          .main_boxs {
            max-height: 83vh;
            overflow: auto;
            background: #fff;
            padding-bottom: 25%;
        }
       }
       @media all and (max-height: 600px){
          .main_boxs {
            max-height: 83vh;
            overflow: auto;
            background: #fff;
            padding-bottom: 15%!important ;
        }
       }
       @media all and (min-width:600px){
        .icons {
            width: 100%;
            border-radius: 12px;
            height: 235px;
            -webkit-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
            -moz-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
            box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
        }
        .menu_names {
          text-align: center;
          font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
          font-size: 25px;
          margin-top: -17%;
          font-weight: 500;
          color: #3c3838;
          background: #d79e38;
          width: 70%;
          border-radius: 5px;
          margin-left: 3%;
        }
        .path {
          font-size: 18px;
          color:  #d79e38;
          margin-left: 5%;
          padding: 2%;
        }
      }
      @media all and (min-width: 600px) and (max-width: 700px) {
        .logo {
          width: 12%!important;
        }
        .header {
          background: #ffffff;
          padding: 1%;
          box-shadow: -1px -1px 7px 6px #ffffff;
          border-top: 0.5px solid #ddd;
          border-bottom: 1px solid #ddd;
        }
        .soc_icon{
          width: 2%!important;
        }
        .bottom_fix {
          padding-bottom: 2%;
          position: fixed;
          bottom: 0;
          width: 100%;
          background: #fffefe;
          font-size: 25px;
          border-top: 1px solid #ddd;
          height: 13%!important;
        }
        .whatsapp{
          width: 3%!important;
        }
        .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
        }
        .banner {
          width: 90%;
          /* margin-top: 10%; */
          height: 60vh!important;
          margin: 10% 5% 0 5%;
          box-shadow: 0px 9px 6px -6px #6b5b5b;
          border-radius: 12px;
        }
        .row{
          padding:0 20%;
        }
        .menu_names {
          text-align: center;
          font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
          font-size: 17px;
          margin-top: -17%;
          font-weight: 500;
          color: #3c3838;
          background: #d79e38;
          width: 70%;
          border-radius: 5px;
          margin-left: 3%;
        } 
      }
      @media all and (min-width: 700px) and (max-width: 1024px)  {
        .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
        }
        .logo {
          width: 10%;
        }
        .header {
          background: #ffffff;
          padding: 1%;
          box-shadow: -1px -1px 7px 6px #ffffff;
          border-top: 0.5px solid #ddd;
          border-bottom: 1px solid #ddd;
        }
        .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
        }
        .soc_icon{
          width: 2%!important;
        }
        .bottom_fix {
          padding-bottom: 2%;
          position: fixed;
          bottom: 0;
          width: 100%;
          background: #fffefe;
          font-size: 25px;
          border-top: 1px solid #ddd;
          height: 13%!important;
        }
        .whatsapp{
          width: 3%!important;
        }
        .banner {
          width: 90%;
          /* margin-top: 10%; */
          height: 60vh!important;
          margin: 10% 5% 0 5%;
          box-shadow: 0px 9px 6px -6px #6b5b5b;
          border-radius: 12px;
        }
        .row{
          padding:0 20%;
        }
        .menu_names {
          text-align: center;
          font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
          font-size: 17px;
          margin-top: -17%;
          font-weight: 500;
          color: #3c3838;
          background: #d79e38;
          width: 70%;
          border-radius: 5px;
          margin-left: 3%;
        }
      }