*{
    margin: 0;
    padding: 0;
}
html { 
   overflow-y: scroll; 
}

body {
    background-color: aqua;
}

#myBtn{
    background: none;
    list-style: none;
    border: none;
    outline: none;
    width: 44px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#myBtn1{
    background: none;
    list-style: none;
    border: none;
    outline: none;
    width: 44px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);    
}

.modal-content {
    font-family: arial;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: fixed;
    top: 60px;
    right: 70;
    left: 60px;
    font-size: 20px;
}

.close {
    color: #aaaaaa;
    position: fixed;
    top: 55px;
    right: 15px;
    left: 1692px;
    font-size: 24px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; 
}

.modal2 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);    
}

.modal-content2 {
    font-family: arial;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: fixed;
    top: 60px;
    right: 70;
    left: 60px;
    font-size: 20px;
}

.close1 {
    color: #aaaaaa;
    position: fixed;
    top: 55px;
    right: 15px;
    left: 1692px;
    font-size: 24px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; 
}

nav{
    width: 100%;
    height: 60px;
    background-color: #fff;
    background-image: url(Header1.jpg);
}

nav p{
    float: left;
    padding: 0px 20px;
}

nav ul{
    float: left;
    
}

nav ul div{
    float: left;
}

nav ul div li{
    float: left;
    list-style: none;
    position: relative;
}

nav ul div li a{
    display: block;
    font-family: arial;
    color: #222;
    font-size: 14px;
    padding: 22px 14px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

nav ul div li a:hover{
    display: block;
    background-color: lightgray;
}

nav ul div li ul{
    display: none;
    position: absolute;
    background-image: url(Header1.jpg);
    border-radius: 0px 0px 4px 4px;
}

nav ul div li:hover ul{
    display: block;
}

nav ul div li ul li{
    width: 180px;
    border-radius: 4px;
    animation-delay: .95s;
}

nav ul div li ul li a{
    padding: 15px 14px;
}

nav ul div li ul li a:hover{
    background-color: lightgray;
    
}

nav ul div button li a .fa-phone{
    position: relative;
    color: black;
    transition: .9s;
    float: right;
}

nav ul div button li a:hover .fa-phone{
    transform: rotateY(360deg);
    animation-duration: .15s;
    float:right;
}

nav ul div li a .fa-sort-down{
    position: relative;
    color: black;
    transition: .9s;
    float: right;
}

nav ul div li a:hover .fa-sort-down{
    transform: rotateX(360deg);
    animation-duration: .5s;
}

nav ul div button li a .fa-at{
    position: relative;
    color: black;
    transition: .9s;
    float: right;
}

nav ul div button li a:hover .fa-at{
    transform: rotateY(360deg);
    animation-duration: .15s;
    float:right;
}


nav ul div ul .1{
    position: relative;
    color: black;
    transition: .9s;
    animation-delay: .35s
}

nav ul div ul .2{
    position: relative;
    color: black;
    transition: .9s;
    animation-delay: .45s
}

nav ul div ul .3{
    position: relative;
    color: black;
    transition: .9s;
    animation-delay: .55s
}

.content{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 5;
    position: fixed;
    top: 250px;
    right: 0px;
    left: auto;
}

.content p{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 1;
}

.content fadeInDown animated{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 5;
}

.content2{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 5;
    position: fixed;
    top: 550px;
    right: auto;
    left: 220px;
    animation-delay: 1.5s;
}

.content2 p{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 5;
}

.content2 fadeInDown animated{
    text-align: center;
    font-family: arial;
    font-size: 14px;
    animation-delay: 2.5s;
}

.content3{
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    z-index: 5;
    position: fixed;
    top: 650px;
    right: auto;
    left: 550px;
    animation-delay: 1.9s;
}

.content3 p{
    text-align: center;
    font-family: arial;
    font-size: 24px;
    z-index: 5;
}

.content3 fadeInDown animated{
    text-align: center;
    font-family: arial;
    font-size: 14px;
    animation-delay: 2.9s;
}

.Header{
    text-align: center;
    position: absolute;
    top: 70px;
    left: 440px;
    right: auto;
    font-size: 31px;
}

.SecoundHeader{
    text-align: center;
    position: absolute;
    top: 150px;
    left: 450px;
    right: auto;
    font-size: 21px;
}

.SemiHeader{
    text-align: center;
    font-size: 20px;
    font-family: monospace;
}

.content4{
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
}

.content5{
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 250px;
    right: auto;
    left: auto;
}

.Button-Vruzka fadeInDown animated{
    background-color: lightgray;
    list-style: none;
    border: 2px solid #fff;
    outline: 3px;
    width: 64px;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 650px;
    left: 650px;
    right: auto;
    text-decoration: none;
    font-family: sans-serif;
}

.Button-Vruzka a{
    background-color: lightgray;
    list-style: none;
    border: 2px solid #fff;
    outline: 3px;
    width: 64px;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 650px;
    left: 650px;
    right: auto;
    overflow: hidden;
    text-decoration: none;
    font-family: sans-serif;
}

.Button-Vruzka a:hover{
    transform: rotateY(360d);
    transition: .9s;
}

.footer{
    display: block;
    object-position: bottom;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    animation-delay: 1s;
}