@import url("https://fonts.googleapis.com/css?family=Merriweather|Noto+Serif+SC|Open+Sans|Oswald|Roboto|Roboto+Condensed");
*{
    box-sizing: border-box;
}

body{
    background: linear-gradient(270deg,#1c1e1d, #f56464, #1c1e1d);
    background-size: auto;
    margin: 0;
    padding: 0;
}

html body div .clear,
html body span .clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*Color and Design from Background Page*/
header, #wrapper{
    background: linear-gradient(190deg, #f5646400, #ffffff88);
    background: -moz-linear-gradient(190deg, #f5646400, #ffffff88);
    background: -webkit-gradient(190deg, #f5646400, #ffffff88);
    background: -webkit-linear-gradient(190deg, #f5646400, #ffffff88);
}

/*start navigation*/
/*start navigation font style*/
header, .nav, .search .text, #content{
    font: 100% "Copperplate Gothic Bold", "Copperplate Gothic", "Copperplate Gothic Light", serif;
}
/*end navigation font style*/

header{
    width: 100%;
    margin: 0 0 0.5% 0;
    display: inline-grid;
}

#pciLogo{
    float: left;
    margin: 5px; 
}

#pciLogo img{
    width: 250px; 
}

.navigation{
    display: block;
    margin: 10px 10px auto;
    text-align: center;
}

.search{
    float: right;
    margin-right: 1em;
    margin-top: -50px;
}

li, 
li a{
    text-transform: capitalize;
    text-decoration: none; 
    color: #0b5d9c;
    display: inline;
    letter-spacing: 0.5px;
    margin: 1%;
    text-align: center;
}

.nav:hover{
    transition: 0.30s, 0.30s;
    background: linear-gradient(transparent, #f56464);
    border-radius: 5px 2px; 
    box-shadow: -2px 2px 5px #000;
    text-transform: uppercase;
    padding: 0 10px;
}

.nav:active{
    box-shadow: none;
    background: linear-gradient(transparent, #7a6464, #f56464);
    text-transform: capitalize;
}

nav .products{
    color: #fff;
    opacity: 0.5;
}

.subnav{
    display: inline-block;
    position: relative;
}
.subnav_1{
    cursor: pointer;
}
.subnav_2{
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    min-width: 150px;
    right: 0;
    background: #f56464f2;
    border-radius: 5px 2px; 
    box-shadow: -2px 2px 5px #000;
    z-index: 1;
} 
.subnav_2 .nav{
    display: block;
    text-align: left;
    margin: 0;
    line-height: 1em;
}
.subnav:hover .subnav_2{
    margin: 0;
    display: block;
    transition: 0.60s, 0.60s;
}
.search .text{
    border: none;
    background: transparent;
    width: 80px;
    color: #0b5d9c;
    font: 100% "Open Sans" ;
} 

/*end navigation*/

/*start wrapper*/
#wrapper{
    width: 90%;
    margin: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.greetings{
    text-align: center;
    padding: 100px;
    font: 100% "Open Sans" ;
    letter-spacing: 5px;
}
               
#content{
    width: 90%;
    margin: auto;
}  
figure .tvbox{
    width: 200px;
}
ul .info_about{
    text-align: left;
    display: block;
    word-break: keep-all;
}
/*start footer*/
footer{ 
    border-top: 0.5px solid #fff;
    width: 80%;
    margin: 1% auto ; 
    text-align: center;
    overflow: auto;
}

.versicle1 a{
    text-decoration: none;
    color: #0b5d9c;
    font: 100% "Open Sans";
    border: none;
}

.logo_pci{
    display: block;
    margin: 20px auto;
}
.logo{
    float: left;
    width: 33.2%;
    margin: 20px auto;
}
.pciLogo2 img{
    width: 120px;
}
.text_dev{
    font: 90% "Oswald";
}
/*end footer*/

/*star @media*/
@media screen and (max-width: 990px){
   /*start heading*/
    #header_mob{
       position: fixed;
       top: 0;
    }
    header{
        width: 100%;
        margin: auto;
        display: inline-grid;
        border-radius: 0;
    }


    .hamburg_menu{
        display: inline-block;
        position: relative;
        float: right;
        margin: 10px;
    }
    .hamburg_menu2::before{
        content: "\2261";
        visibility: visible;
        line-height: 1em;
        font-size: 300%;
        cursor: pointer;
        color: #fff;
    }
   .nav_mobile{
        display: none;
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
        min-width: 160px;
        background: #f56464f2;
        border-radius: 5px 2px; 
        box-shadow: -2px 2px 5px #000;
        z-index: 1;
    }
    .nav_mobile .nav{
        display: block;
        text-align: left;
        margin: 0px;
        padding: 2px 10px;
    }
    .hamburg_menu:hover .nav_mobile{
        display: block;
        margin: 0;
    }    
    .subnav:hover .subnav_2{
        margin: 0;
        display: block;
        position: absolute;
        right: 10.2em;
        bottom: 0;
        transition: 0.60s, 0.60s;
    }
    .hamburg_menu:hover .search{ 
        text-align: center;
        background: none;
        border-radius: 0; 
        box-shadow: none;
    }
    /*start wrapper where all the contents*/
    #wrapper{
        width: 100%; 
        margin: 4.3em auto auto;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .logo{/*footer logos*/
        width: 95%;
        margin: 2%;
    }
}
/*end wrapper*/
/*end @media*/