* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  font-family:"Arial", Serif;
  background-color:#fff;
  overflow-x: hidden;
  margin: 0;
  line-height: 1.6;
}

.navbar{
  background-color:#f12727;
  overflow:hidden;
  height:63px;
}

.navbar a{
  float:right;
  display:block;
  color:#f2f2f2;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
}
.navbar .open-slide{
  float:left;
  height: 63px;
  }

.navbar .open-slide img{
max-width: 100%;
max-height: 100%;
display: block;
padding: 5px;
margin-left: 10px;
  }

.navbar ul{
  margin:4px 10px 0 0;
  list-style:none;
  
}

.navbar a:hover{
  background-color:#ddd;
  color:#000;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#111;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#ccc;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#fff;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}

.main{
  background-color: #fff;
  overflow:hidden;
  height:63px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.main a{
  float:left;
  display:block;
  color:#000;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
}
.main ul{
  margin:8px 0 0 0;
  list-style:none;
  
}

.main a:hover{
  background-color:#000;
  color:#fff;
}


.slider {
  position: relative;
  overflow: hidden;
  height: 50Vh;
  width: 100vw;
  margin-bottom: 5%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  position: absolute;
  bottom: 70px;
  left: -600px;
  opacity: 0;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 35px;
}

.slide .content h1 {
  margin-bottom: 10px;
}

.slide.current .content {
  opacity: 1;
  transform: translateX(600px);
  transition: all 0.7s ease-in-out 0.3s;
}

.buttons button#next {
  position: absolute;
  top: 40%;
  right: 15px;
}

.buttons button#prev {
  position: absolute;
  top: 40%;
  left: 15px;
}

.buttons button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
}

.buttons button:hover {
  background-color: #fff;
  color: #333;
}

.maintext{  
  overflow: hidden;  
  align-items: stretch;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
}
.maintext-content{  
  
  color: black;
  font-size: 20px;
  width: 50%;
  text-align: center;
  padding-left: 5%;  
  align-items: center;
  display: block;  
  
  
}

.maintext-image { 
  position: relative;
  animation-name: myanimation;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  float: left;  
  align-items: center;
  width: 30%;
  display: flex;
  right: 0px;
  text-align: center;
  padding-left: 5%;
}
.maintext-about{
margin-bottom: -5%;
}
.maintext-content-about{
  color: black;
  font-size: 16px;
  font-family: sans-serif;
  width: 60%;
  text-align: left;
  margin: 0 20%;
}
.maintext-image-about { 
   visibility: hidden;
}
.maintext-service{
  margin-bottom: -5%;
  }
  .maintext-content-service{
    color: black;
    font-size: 16px;
    font-family: sans-serif;
    width: 60%;
    text-align: left;
    margin: 0 20%;
  }
  .maintext-image-service { 
     visibility: hidden;
  }
  .maintext-content-service ul{
    margin: 10px 0 10px 15px;
  } 
.maintext-image-contact { 
   visibility: hidden;
}
#map{
  height:400px;
  width:80%;
  margin: 5% 10%;
}
.maintext-contact{
  width: 100%;
}
.Table1
    {
        display: table;
        width: 70%;
        margin: 0 15% ;
        border-bottom: solid;
        border-width: thin;
        padding-bottom: 20px;
    }    
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: left;
        color: red;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .Heading2
    {
        
        font-weight: bold;
        text-align: left;
        color: red;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .Heading21
    {
        
        font-weight: bold;
        text-align: left;
        color: red;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .Row
    {
        display: table-row;
    }
    .Column1{
      float: left;
      width: 40%;
    }
    .Column2{
      float: left;
      width: 32%;
    }
    .Column3{
      float: left;
      width: 28%;
    }
    .Row1{
      display: table-row;
      
    }
    
    .Row1 .Cell{
      display: table-cell;  
        border-bottom: solid;
        border-width: thin; 
        padding-bottom: 30px;

    }   
    .Cell
    {
        display: table-cell;        
    }
    
    .Table2
    {
        display: table;
        width: 70%;
        margin: 10px 15% 0;
    }    
    
    .Heading .Cell{
      padding: 8px 0 2px 0;
    }    
    
    .Heading .fax{
      display: inherit;
        font-weight: normal ;
        text-align: left;
        color: black;
        font-size: 16px;
        padding-bottom: 0px;

    }
   

  
  
  /* animation-delay: 2s; */
  /* animation-direction: alternate; */
  /* animation-timing-function: ease-in-out; */

/* .maintext-image .maintext-image2 {
  padding-top: 50%;
  width: 300px;
  height: 143px;
  background-image: url("solotrans.gif");
  background-repeat: no-repeat;
} */

@keyframes myanimation {
  0% {left: -1500px; opacity: 0;}  
  100% {left: 10%; opacity: 1;}
}


.facebook{
  height: 50px;
  width: 25%;

  float: left;
  text-align: center;
  padding-top: 10px;
}
.facebook img{
  height: 100px;
  color: #fff;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);  
}
.facebook img:hover{
  -webkit-filter: grayscale(0) invert(0);
  filter: grayscale(0) invert(0);  
}
.grid-container{ 
    
    overflow: hidden;
    width: 100%;
    display: block;
    
    background-color: #f12727;
}
.grid-info{
  color: #fff;
  text-align: center;
  width: 50%;
  float: left;
}
.copyright{
  color: #fff;
  text-align: center;
  width: 25%;
  float: left;
  padding-top: 30px;
}
/* mobile devices */
@media(min-width:568px){
  .open-slide svg{display:none}
  
}
@media(max-width:1279px){
  .Heading21{
    padding-bottom: 50px;
  }
}
@media(max-width:1050px){
  .maintext-image{
    padding-left: 2%;
  }
  .Table1
    {
        display: table;
        width: 95%;
        margin: 0 2.5%;
    }
    .Table2
    {
        display: table;
        width: 95%;
        margin: 30px 2.5%;
    }    
    .Heading21{
      padding-bottom: 20px;
    }    
  
}
@media(max-width:957px){
  .Heading21{
    padding-bottom: 50px;
  }
  .maintext-content-about{
    width: 90%;
    margin: 0 5%;
  }
  .maintext-content-service{
    width: 90%;
    margin: 0 5%;
  }
}
@media(max-width:822px){
  .facebook{
    padding-top: 23px;
  }
  .maintext{
    display: block;
    margin: 0%;
    padding: 5%;
    
  }
  .maintext-image{
    display: block;
    width: 100%;
    float: none;
    padding: 0%;

  }
  .maintext-content{
    width: 100%;
    display: block;
    float: none;
    padding: 0%;
    margin-bottom: 5%;
    
  }
  
  @keyframes myanimation {
    0% {left: -800px; opacity: 0;}  
    100% {left: 0%; opacity: 1;}
  }
  .maintext-content-contact{
    width: 100%;
    margin: 0;
    padding-left: 10px;
    
    
  } 
	
 

}
@media(max-width:740px){
  .Table1{
    display: block;
  }
  .Heading
  {
      display: table-row;
      font-weight: bold;
      text-align: left;
      color: red;
      font-size: 20px;
      padding-bottom: 20px;
  }
  .Row
  {
      display: table-row-group;
  }
  .Row1{
    display: table-row-group;
    
  }
  
  .Row1 .Cell{
    display: table-cell;  
      border-bottom: solid;
      border-width: thin; 
      padding-bottom: 30px;

  }   
  .Cell
  {
      display: block;        
  }
}
@media(max-width:600px){
  .grid-container{ 
    
    overflow: hidden;
    width: 100%;
    
    
    background-color: #f12727;
}

  .facebook{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 11%;
  }
  .grid-info{
    color: #fff;
    
    text-align: center;
    width: 100%;
    
  }
  .copyright{
    color: black;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding-bottom: 5%;    
  }
}


@media(max-width:568px){
  .main{display:none}
  .navbar .open-slide img{
    float: right;        
    
  }
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }

  .slide.current .content {
    transform: translateY(-300px);
  }
  .Table1{
    display: block;
    width: 80%;
    margin: 0 10%;
    
  }
  .Column1{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    
  }
  .Column2{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .Column3{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .Heading21{
    padding-bottom: 0px;
  }
  .Heading2{
    padding-bottom: 0px;
  }
  .Table2{
    display: block;
    width: 80%;
    margin: 0 10%
  }
  .Heading{
    width: 100%;
  }
  .Cell{
    display: block;
  }
  @keyframes myanimation {
    0% {left: -400px; opacity: 0;}  
    100% {left: 0%; opacity: 1;}
  }
  .facebook{
    padding-bottom: 60px;
  }
  .slide .content{
    padding: 15px;
  }
  .navbar ul{
    margin:4px 0px 0 0;
    list-style:none;
    
  }
  .navbar a{
    
    padding:14px 10px;
    
  }
  
}
  

/* Backgorund Images */
 
.slide:first-child {
  background: url('solo1.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(2) {
  background: url('solo2.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(3) {
  background: url('solo3.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(4) {
  background: url('solo4.jpg') no-repeat
    center top/cover;
}
.slide:nth-child(5) {
  background: url('solo5.jpg') no-repeat
    center top/cover;
} 
.slide:nth-child(6)  {
  background: url('solo6.jpg') no-repeat
    center center/cover;
}
