{box-sizing:border-box}

body{

font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width:100%;
  font-size: 18px;
 background-color: #eaeae1;
}


@media screen and (max-width:600px)
{
body  {
    font-size: 22px;
  }
}

h1
{
text-align: Center;
font-family: georgia, times serif;
font-weight: italic;
}

h2
{
text-align: center;
font-family: georgia, times serif;

}

h3
{
text-align: center;
color:#ff0000;

}

span
{
font-size: 25px;
}


.magc{
  width:100%;
  position: fixed;
  top: 0;
    z-index: 1;
opacity:0.9;

}

.top-images
{
  display:flex;
  background-color:  #1f1f14;
  width:100%


}

.top-images img
{
  width:170px;
}

@media screen and (min-width: 992px){
 .top-images img  { width: 400px;

  }
}



.ryt
{
  width:40%
}

.lft
{
  display:flex;
  justify-content:flex-end;
width:60%

}


.hdn
{
	background-color: #eaeae1;
	 max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
	margin-top: 190px;
	border-radius: 10px;
   
}




.bodied{
	max-width: 100%;

}

.hdn
{
	background-color: #eaeae1;
	 max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
	margin-top: 190px;
	border-radius: 10px;
   
}

  .about-us
  {

    max-width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
  margin:auto;
  margin-bottom: 20px;
    justify-content: center;
  flex-wrap: wrap;
  position:relative;

  }


  @media screen and (max-width: 768px){
    .about-us  {
      padding-left: 1%;
      padding-right: 1%;
    }
  }



.about-box1
   {
	 
    width: 100%;
  background-color: #ffffff;

  }
  
 /* desktop */
@media screen and (min-width: 992px){
  .about-box1 { width: 35%;

  }
}

/* tablets 
@media screen and (min-width: 600px){
 .about-box1  { width: 40%;

  }
}
  */

.about-box1 img {
  width:100%;
}

  .about-box2 {
    width: 100%;
  background-color:#ffffff ;
    padding: 30px;
    
  }
  
  /* desktop */
@media screen and (min-width: 820px){
  .about-box2 { width: 65%;

  }
}

 /* tablet */
@media screen and (max-width: 820px){
  .about-box2 { width: 100%;

  }
}
  
  
  
  .about-box2 img{
	  max-width:600px;
	  display: block;
	  margin:auto;
  }
  
   @media screen and (max-width: 600px){
    .about-box2 img  {
      width: 100%;
    }
  }
  
  

  @media screen and (max-width: 600px){
    .about-box1, .about-box2  {
      width: 100%;
    }
  }


table{
	width:300px;
text-align: center;
margin:auto;
background-color: #eaeae1;
}


	/* forms */

	.form
	{
	max-width: 94%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
	border-radius: 15px
	
	}

	input[type=text], input[type=email], select, textarea
 {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  width: 100%;

}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  }

  input[type=submit]:hover {
  background-color: #45a049;
}

/* what we do */



.headings
{
   width: 20%;
margin: auto
}

@media screen and (max-width: 600px){
  .headings { width: 100%;

  }
}


.what-we-do {
max-width: 100%;

padding: 20px;
display:flex;
margin:auto;
flex-wrap: wrap;
justify-content:center;
}

.box, .sbox
{
  width: 25%;
  height: auto;
  background-color:#ffffff;
  padding: 15px;
  border-radius: 15px;
  margin: 7px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}



@media screen and (max-width: 600px){
  .box { width: 100%;

  }
}

@media screen and (max-width: 600px){
  .sbox { width: 100%;
height: 600px;
  }
}

@media screen and (max-width: 768px){
  .box { width: 100%;

  }
}

.box img{
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.sbox img{
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}




.services{
  text-align: center;
}

.servicestxt{
  font-size: 17px;
}


/* policies */

.corp-box2 {
  width: 95%;
background-color:#ffffff ;

padding:20px;
padding-top: 20px;

  margin:auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
border-radius: 15px;

}

.touch
{
  width:85%;
  margin:auto;
  margin-bottom: 20px;
  border: solid red 2px;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}



.button{
  width:100%;
   
background-color: #ddd;
margin: 10px auto;
text-align: center;
padding: 5px;
transition: 0.3s;
color: black;
}

.bt
{

  border-radius: 15px;

width:100%;

  text-align: center;
  font-size: 16px;

}



.button:hover {
  background-color: #eaeae1;
  color: white;
}




.footer
{
	background-color: grey;
	padding: 10px;
	color: white;
	width: 100%;
display: block;

}

.footer1, .footer2, .footer3
{
	
	width:100%;
	font-size:15px;
}

@media screen and (min-width: 1280px){
  .footer { 
  display: flex;

  }
}


@media screen and (min-width: 1280px){
  .footer1, .footer2, .footer3 { 
  width: 33%;

  }
}



.contact-bx2 {
  
  display: flex;
justify-content: flex-start;

}


.scial img{
  width:20px;
  margin: 4px;
  
}


/* nav */

/* Add a black background color to the top navigation */
.topnav {
 background-color:  #1f1f14;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page
.active {
  background-color: #04AA6D;
  color: white;
}
 */

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* nav 2 */

/* Add a black background color to the top navigation */
.topnav2 {
 background-color:  #1f1f14;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav2 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page
.active {
  background-color: #04AA6D;
  color: white;
}
 */

/* Hide the link that should open and close the topnav on small screens */
.topnav2 .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav2 a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav2 a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav2 a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav2.responsive2 {position: relative;}
  .topnav2.responsive2 a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav2.responsive2 a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav2.responsive2 .dropdown {float: none;}
  .topnav2.responsive2 .dropdown-content {position: relative;}
  .topnav2.responsive2 .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
