body{
    margin: 0;
    padding: 0;
}
.header{
    
    background-image: linear-gradient(to right, #1e5799 0%, #207cca 30%, #2989d8 49%, #c4def2 100%);
    padding: 10px;
    width: 100%;
}
.header p{
    color: white;
    font-family: verdena;
    display: inline-block;
    float: right;
    line-height: 100%;
    margin-right:3%;
    font-weight: bold;
    font-size: 20px;
    background: -webkit-linear-gradient(right, #ff0000 0%,#823601 20%,#705300 40%,#024201 60%,#02543f 80%,#000744 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-info{
    position: fixed;
    top: 40%;
    z-index: 99999;
    right: 0;
}
.option{
    cursor: pointer;
    position: relative;
}
.option i{
    
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #4267b2;
    text-align: center;
    color: white;
    font-size: 25px;
    transition: 0.8s;
}
.option:hover i{
    color: #4267b2;
    background-color: white;
}
.text{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 60px;
    width: 240px;
    text-align: center;
    line-height: 60px;
    background-color: 1b1b1b;
    color: white;
    right: -180px;
    font-size: 18px;
    transition: 0.6s all;
}
.option:hover .text{
    right: 60px;
}
/* Style the tab */
.tab
{
    height: 55px;
    border: none;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button
{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover
{
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active
{
    background-color: forestgreen;
    color: White;
}

/* Style the tab content */
.tabcontent
{
    display: none;
    padding: 6px 12px;
    border-top: none;
    height: 450px;
    width: 100%;
    overflow-y: scroll;
}
.tabcontent>a{
    text-decoration: none;
    color: black;
    width: auto;
    padding: 15px;
    line-height: 50px 25px;
    background-color: lightgray;
    font-weight: 600;
    transition: 0.5s all;
}
.tabcontent>a:hover{
    text-decoration: none;
    background-color: #4267b2;
    color: white;
    font-weight: 600;
}

ul
{
    padding: 5px;
    margin-left: 25px;
}

ul li, h3
{
    font-family: Verdana;
}
.socialnwk{
    position: fixed;
    top: 94%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.nwkbtn1, .nwkbtn2, .nwkbtn3, .nwkbtn4, .nwkbtn5{
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    overflow: hidden;
    position: relative;
    color: #f1f1f1;
}
.nwkbtn1 i, .nwkbtn2 i, .nwkbtn3 i, .nwkbtn4 i, .nwkbtn5 i{
    line-height: 50px;
    font-size: 18px;
    color: white;
    transition: 0.3s linear;
}
.nwkbtn1:hover i{
    transform: scale(2);
    color: #4267b2;
}
.nwkbtn2:hover i{
    transform: scale(2);
    color: #ff0000;
}
.nwkbtn3:hover i{
    transform: scale(2);
    color: #147723;
}
.nwkbtn4:hover i{
    transform: scale(2);
    color: #222f3e;
}
.nwkbtn5:hover i{
    transform: scale(2);
    color: #6D214F;
}
.nwkbtn1::before, .nwkbtn2::before, .nwkbtn3::before, .nwkbtn4::before, .nwkbtn5::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f1f1f1;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
.nwkbtn1:hover::before, .nwkbtn2:hover::before, .nwkbtn3:hover::before, .nwkbtn4:hover::before, .nwkbtn5:hover::before{
    animation: aaa 1s;
    top: -10%;
    left: -10%;
}
@keyframes aaa{
    0%{
        top: -110%;
        left: 90%;
    }
    50%{
        top: 20%;
        left: -40%;
    }
    100%{
        top: -10%;
        left: -10%;
    }
}
/*Top Nav Bar Styles */
a>i{
    color: red;
    font-size: 20px;
    transition: 0.7s all;
}
a>i:hover{
    transform: scale(1.3);
}
/*dropdown selection*/
.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
    margin-top: 55px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a:hover{
    text-decoration: none;
    color: deeppink;
    font-size: 18px;
    font-weight: 600;
    padding: 10.5;
    transition: 0.2s all;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}