body{
    margin: auto;
    align-content: center;
}

* { box-sizing: border-box; }
#page {
    width: 100%;
	/*margin-top:3.3%;*/
  
}
#right1 {
    position: absolute;
    right: 265px;
    font-size: 16px;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-top: 5px;
}

#right2{
    position: absolute;
    right: 165px;
     font-size: 16px;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-top: 5px;
    }
    #right3{
    position: absolute;
    right: 30px;
     font-size: 16px;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-top: 5px;
    }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(224,224,224,0.67);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropbtn {
	background-color: #fff;
    color: black;
    padding: 7px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
	cursor:pointer;
	float: right;
	margin-top:0.1%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
	font-size:14px;
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: grey;background-color:rgba(0, 0, 0, 0)}

.dropdown:hover .dropbtn:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: grey;text-decoration:underline}
.pointer {cursor: pointer;}
.main-nav {
  height: 45px;
  width: 100%;
  font-size: 16px!important;
  font-family:'cabin', regular;
  color: black;
  text-align: justify;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 16px;
  background-color: #FFF;
  transition: all 300ms ease-in-out;
  z-index: 1;
}

.main-nav img {
  height: 100%;
  width: auto;
}

.small {
  height: 38px;  

}
.small #right{
  font-size: 80%;
  color: grey;
}

.small #right1, .small #right2, .small #right3, .small .dropdown .dropbtn{
  font-size: 13px;
  color: grey;
}

.small .dropdown .dropbtn{
  font-size: 80%;
  color: grey;
  
}
.small .menuicon{
    height: 24px;
}

.main-nav #right:hover{
     background-color: rgba(0, 0, 0, 0);
    color: grey;
    
  }

.main-nav #right1:hover{
    background-color: rgba(0, 0, 0, 0);
    color: grey;
  }
  .main-nav #right2:hover{
    background-color: rgba(0, 0, 0, 0);
    color: grey;
  }
.clearfix{
	clear: both!important;
	float: none!important;
}

.dropdown .dropbtn {
    font-size: 100%;    
    border: none;
    outline: none;
    color: black;
    padding: 5px 16px;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'PT+sans', regular;
    margin: 0;
    
    
}

.main-nav a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0, 0, 0, 0);
    color: grey;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(224,224,224,0.67);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown-content a:hover {
    background-color: #bfbfbf;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.data-left{float:left}
/*#right1{
    position: absolute;
    right: 180px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-top: 5px;
   
}

#right2{
    position: absolute;
    right: 45px;
    }*/
    
@media screen and (min-width:320px) and (max-width:767px){
.menu-display-mobile{
	margin-top:2.5%!important;
	}
}


.bg{
    
    background-image: url(Ample-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 340px;
    margin-top: -1%;
    image-rendering: crisp-edges;
}
    

.bg h1 {
padding-top: 15px;
text-align: center;
font-size: 89px;
font-family: 'Cormorant Garamond', serif;
font-weight: 800;
line-height: 2.5;
text-decoration-style: bold;
color: #3d991a;
text-shadow: 2px 2px rgba(0, 0, 0, 0);
padding-bottom: 35px;

}
.acc-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.button{
    float: left;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid white;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
  width: 19%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2% 4%;
  font-family: 'courgette', regular;
  
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: white;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.secondrow{
    float: left;
    width: 18%; 
    margin: 2% 16.5%;

}
@media screen and (min-width:1200px){
.crop-button {
    max-width: 17.5% !important;
}
}
    

.page-wrap { width: 100%; margin: 20px auto; padding-top: 30px;}
.page-wrap > div, .actual-table { margin: 0 0; min-width: 500px; width: 100%; }

.actual-table { border-collapse: collapse; }
        .actual-table td { 
            width: 25%; 
            padding-top: 50px; 
            vertical-align: top;
        }
.actual-table tr{
	float:left;
	width:100%;
}

      
.actual-table td h2 {
    font-family: 'Courgette', cursive;
    font-size: 25px;
    font-weight: 700; 
    color: #237c0e;
}

.actual-table td p {
    font-family: 'Cabin', regular; 
    font-size: 14px; 
    font-weight: 700;
    color: #3f3f3f; 
    text-transform: none; 
    width: 80%;
}

#mnb {
    font-family: 'Courgette', cursive; 
    font-size: 25px; 
    font-weight: 700; 
    color: #237c0e;
    margin-left: -10%;
}
#mnbp {
    font-family: 'Cabin', regular;
    font-size: 14px;
    font-weight: 700; 
    color: #3f3f3f; 
    text-transform: none;
    width: 75%; 
    margin-left: -10%;
}

#als {
    font-family: 'Courgette', cursive;
    font-size: 25px; 
    font-weight: 700;
    color: #237c0e;
    margin-left: 13%;
}

#alsp {
    font-family: 'Cabin', regular; 
    font-size: 14px; 
    font-weight: 700; 
    color: #3f3f3f; 
    text-transform: none;
    width: 70%; 
    margin-left: 13%;
}

#page-wrap1 { width: 100%; margin: 60px auto;}
#page-wrap1 > div, #actual-table1 { margin: 0 0; min-width: 500px; width: 100%; }

#actual-table1 { border-collapse: collapse; }
        #actual-table1 td { 
            width: 30%%; 
            padding-top: 50px; 
            vertical-align: top;
        }
        
#actual-table1 td h2 {
    font-family: 'Courgette', cursive; 
    font-size: 25px; 
    font-weight: 700; 
    color: #237c0e;
}

#actual-table1 td p {
    font-family: 'Cabin', regular; 
    font-size: 14px; 
    font-weight: 700; 
    color: #3f3f3f;
    text-transform: none;
    width: 80%;
}


#footer { width: 100%; margin-right: 0px;}
#footer > div, #footer-table { margin: 0; min-width: 500px; width: 100%; }

#footer-table { width:90%;border-collapse: collapse; margin-left: 5%; margin-right: 5%; }
        #footer-table td { 
            width: 30.8%; 
            padding-top: 50px; 
            vertical-align: top;
        }
        #footer-table  { 
            background: #424242;
        }
        #actual-table2 td:nth-child(odd) { 
              background-color: rgba(0, 0, 0, 0);
    
        }
#footer-table td h4 {
    font-family: 'PT Sans', regular; 
    font-size: 16px; 
    font-weight: 400;
    color: #afafaf;
    width: 100%; 
    margin: auto;
}
.fa {
    
    color: rgba(224,168,47,0.88); 
    font-size: 16px; 
    width: 80%;
    margin-left: 12%;
}
#envelope a:hover {
    color: rgba(224,168,47,0.88);
    text-decoration:underline!important
}
#abt {
    font-family: 'PT Sans', regular;
    font-size: 16px; 
    font-weight: 400;
    color: #afafaf;
    width:100%;
    margin-left: 90px !important;
    padding-left:0%;
    margin-top: -9px;
}
td p a.ampgrp:hover, a.abtus:hover,a.ampgrp:hover{
	color:rgba(224,168,47,0.88);
	text-decoration:underline!important
}
.abtus {
    color: rgba(224,168,47,0.88);
    font-size: 16px; 
    font-family: 'cabin', regular;
    width:100%; 
    margin-left: 53px !important; 
    
}
#footer-table tr td .contatus-heading{
	margin:0;
}
#amp {
    font-family: 'PT Sans', regular;
    font-size: 16px; 
    font-weight: 400;
    color: #afafaf;
    width:85%;
    margin-left: 15% !important;
    padding-left:4%;
    margin-top: -9px;
}
.data-left{float:left}
.mobile-menu{
	float:right;
}
.ampgrp {
    color: rgba(224,168,47,0.88)!important;
    font-size: 16px; 
    font-family: 'cabin', regular; 
    width:100%; 
    margin-left: 15px !important;
    padding-left: 15%;
	cursor:pointer;
	
}
#social h4 {
    font-family: 'PT Sans', regular; 
    font-size: 16px; 
    font-weight: 400;
    color: #afafaf; 
    width:100%;
    margin-left: 350;
    margin-top: -13px;
    /*padding-bottom: 10px;*/
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
    background-color: rgba(0, 0, 0, 0);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:767px){
	.button {
		width:96%!important;
		margin: 2%;
		padding:10px 0;
		font-size:18px;
	}
	#menu-display{
		margin-top:9%;
	    width:93%;
	}
	#menu-display{
        width:93%;
    }
    .dropdown-content a{
      border-bottom: 1px solid lightgray;
    }
    .small img,.small .menuicon img{
        width:26px!important;
	    height:26px!important;
    }
    .menuicon img{
	    width:28px!important;
	    height:28px!important;
	}
	
	.menuicon img.close{
	    padding-top: 10px;
	    width:16px!important;
	    height:24px!important;
	}
	
	.bg h1{
		font-size:35px;
		padding-top:25px;
		padding-bottom:10px!important
	}

}

@media screen and (min-width:1000px) and (max-width:1199px){
	.secondrow {
		margin: 2% 4%;
	}
}
@media screen and (min-width:1024px) and (max-width:1281px){
	.abtus{
		margin-left:55px!important
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
.abtus{
	margin-left:47px!important
}	
}
@media screen and (min-width:768px) and (max-width:999px){

#page {
  width: 100%;
  }
.button {
  width: 30%;
  margin-left: 15%;
}
#envelope{
	margin-left:0!important	;
}
.secondrow {

width: 30%;
margin: 2.5% 4%;
display: inline-block;
margin-left: 15%;

}
.bg {

  width: 105%;
  padding-bottom: 50%;

}
#page-wrap {
  width: 100%;
}
#actual-table {
  width: 100%;
  height: 80%;
  display: inline-block;

}
#page-wrap1 {
  width: 100%;
}
#actual-table1 {
  width: 100%;
  height: 80%;
  display: inline-block;
}
#page-wrap2 {
  width: 100%;
}
#actual-table2 {
  width: 100%;
  height: 80%;
  display: inline-block;
}
#page-wrap3 {
  width: 100%;
}
#actual-table3 {
  width: 100%;
  height: 80%;
  display: inline-block;
}
}

@media screen and (max-width:670px){

  #page {

    width: 100%;

  }

  .button {
    width : 50%;
    /*margin-left: 8%;*/

  }
  .bg {

   width: 105%;
    padding-bottom: 100%;
  }
}

@media screen and (max-width:640px){

  #page {
    width: 100%;
	}
  .button {
    width: 90%;

  }
  .bg {
    width: 145%;
    padding-bottom :115%;
  }
}
@media screen and (min-width:320px) and (max-width:411px){
	.bg {
    padding-bottom :124%;
  }
} 
@media screen and (min-width:412px) and (max-width:479px){
	.bg {
    padding-bottom :109%;
  }
} 
 @media screen and (min-width:480px) and (max-width:575px){
	.bg {
    padding-bottom :95%;
  }
}
@media screen and (min-width:2280px){
	.bg {
    padding-top: 141px;
  }
}
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1 !important; /* Sit on top */
    padding: 84px 0; /* Location of the box */
    left: 0;
    top: 0;
    
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: auto!important; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal .modal-content {
    /*background-image: url("https://cdn.pixabay.com/photo/2016/02/03/09/58/background-1176764__340.jpg");*/
     background-repeat: no-repeat;
    background-size: cover;
    background-color: grey !important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 15px;
    margin-top: -4%;
   color: black;
}

/* The Close Button */
.close {
    color: grey;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 300px;
    height:120px;
    background-color: #262626;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    margin-top: 40%;
    bottom: 50%;
    left: 50%;
    margin-bottom: 5%;
    margin-left: -320px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 47%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.menuicon img{
		width:26px;
	}
@media screen and (min-width: 320px) and (max-width: 575px){
	.actual-table td{
		padding-top:0;
	}
	.mobile-align{
		text-align:center!important
	}
	.actual-table td{
		width: 50%;
	}
	.actual-table tr{
		float: none;
		width:100%;
		text-align:center
	}
	.page-wrap{
		width:90%!important
	}
	#abt,.abtus,#amp,.ampgrp{
		margin-left: 0!important
	}
	#amp,.ampgrp,.abtus{
		padding-left:0;
	}
	#footer1{
		overflow-x : hidden!important
	}
	#footer-table td{
		overflow: hidden;
		padding-top:16px;
	}
	.table-responsive{
		overflow-x:hidden!important
	}
	.page-wrap > div, .actual-table{
		min-width:200px;
	}
	.actual-table td p{
		width:100%;
	}
	.fa{
		margin-left:0;
	}
	.contatus-heading{
		margin:0;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px){
	#amp{
		padding-left:0;
		margin-left:16%!important;
	}
	#footer-table td{
		width:30%;
	}
	#footer-table td h4{
		width:85%;
	}
	.ampgrp{
		padding-left:7%;
	}
}
@media screen and (min-width: 576px) and (max-width: 590px){
	.footer-align{
		padding-bottom:20px;
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	.acc-button{
		padding-left:10px!important;
		padding-right:10px!important;
	}
	.bg{
		padding-bottom:28%;
	}
	.button {
		
		margin: 2% 4%;
		
	}
}

@media screen and (min-width:1668px) and (max-width){
.modal {padding-top:146px}
}

@media screen and (min-width:1080px) and (max-width:1920){
#footer1{padding-bottom:10px !important}
}

@media screen and (min-width: 681px) and (max-width: 767px){
	.bg h1{
		padding-top:33px;
		padding-bottom:10px!important
	}
}


@media screen and (min-width: 576px) and (max-width: 639px){
	.button{
		margin:2% 7%;
	}
	.col-sm-3{
		max-width:29%!important;
	}
	.bg{
		padding-bottom:43%;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px){
    .bg {
  padding-bottom: 43%;
}
.bg h1{
	font-size:70px;
}
}
    