body {
    margin:0;
   overflow-x:hidden
}
* {
    box-sizing: border-box;
}
header {
    background-image: url('../Image/headerbg.png');
    background-repeat:no-repeat;
}
.logo {
    margin-left: 100px;
    display: inline;
    float: left
}
.ul {
    list-style-type: none;
    display:inline-flex;
}
.li {
    display: inline;
   margin-left:10px
}
a{
    text-decoration:none
}
.search {
   
    margin-right: 100px;
   display:inline;
   margin-top:50px;
   float:right
  
}

.menu {
    font-family: gotham;
    margin: 10px;
    font-size: 20px;
    color: #FFCC07
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.rows {
    display: flex;
    margin-top: 100px
}
.col {
          background-color: #bbb;
         
   margin-top:50px;
   
    
}
/* Create two equal columns that sits next to each other */
.column {
    
    padding: 10px;
  flex:50%
  
   /* Should be removed. Only for demonstration */
}
.img{
    width:auto;
}
@media screen and (min-width:320px){
    .img {
        width: 200px
    }
    
    .search{
        margin-top:0px;
      margin-right:0px
        
    }
    header {
         background-image: url('../Image/headerg-500.png');
    }
    .ulview{
        display:inline-table;
    }
    .liimg {
        margin-left: 25px;
    }
    .logo{
        margin-left:120px
    }
}
@media screen and (min-width: 576px) {
  
   
    .col{
        margin:0px;
        
       
    }
    
}
@media screen and (min-width: 768px) {
  
   

    .col {
        margin: 0px;
       
    }
    header {
        background-image: url('../Image/headerbg.png');
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 992px) {
    

    .col {
        margin: 0px;
        width: 550px;
        padding-top:0.5px;
        padding-bottom:0.5px;
    }
    header {
        background-image: url('../Image/headerbg.png');
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 1200px) {
   
    .column {
       
    }

    .col {
        margin: 0px;
        width: 550px;
    }
    .search{
        float:right
    }
    header {
        background-image: url('../Image/headerbg.png');
        background-repeat: no-repeat;
    }
}

/*
    quality
*/
/* Create two equal columns that floats next to each other */
.column-q {
    float: left;
    width: 50%;
   
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-q:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-q {
        width: 100%;
    }
    .column-f{
        width: 100%;
    }
    .column-a{
        width:100%;
    }
}
@media screen and (max-width: 900px) {
    .column-q {
        width: 100%;
    }
    .column-f{
        width: 100%;
    }
     .column-a{
        width:100%;
    }
}
@media screen and (min-width:600px){
    .column-q{
        width:100%
    }
    .column-f{
        width: 100%;
    }
     .column-a{
        width:100%;
    }
}
@media screen and (min-width:1000px) {
    .column-q {
        width: 50%
    }
    .column-f{
        width: 50%;
    }  .column-a{
        width: 50%;
    }
    
}
@media screen and (min-width:950px) {
    .column-q {
        width: 50%
    }
    .column-f{
        width: 50%;
    }
}

/*FOOTER*/
/* Create two equal columns that floats next to each other */
.column-f {
    float: left;
    width: 50%;
    padding: 10px;
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-f:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 375px) {
    .column-a {
        width: 100%;
        
    }
    
}
/*About*/
@media screen and (max-width: 450px) {
    .column-f {
        width: 100%;
    }.column-a {
        width: 100%;
        
    }

}
@media screen and (max-width: 600px) {
    .column-f {
        width: 100%;
    }.column-a {
        width: 100%;
        
    }
}
@media screen and (max-width: 980px) {
    .column-f {
        width: 100%;
    }.column-a {
        width: 100%;
        
    }
}
@media screen and (min-width: 1200px) {
    .column-f {
        width: 50%;
    }
    .column-a {
        width: 50%;
    }
}
/*Servicespage*/
@import url("https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911&display=swap");

.head {
    margin:0px;
    padding:10px
}
.section li{
    margin-top:2.5%;
    margin-bottom:2.5%;
    
}
.section {
    animation:5s slide-right;
    animation-delay:4s
}
@keyframes section{
    from {
      
      margin-right:0px;
    }
   to{
        margin-left:0px
    }
   
}
.vl {
    border-left: 6px solid #ffcc19;
    height: 100%;
    margin-left:10%;
    
}



.section {
    display: none;
  
    text-align: center;
  
}

    .section:target {
        display: block;
    }

    .section:not(:target) {
        display: none;
    }

body {
    margin: 0;
    font-family: Arial
}

.topnav {
    overflow: hidden;
    width: 100%;
    float: right;
    
}

    .topnav a {
        float: left;
        display: block;
        color: #ffcc19;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 22px;
       
    }
    .topnav:hover a :hover{
        border-left-color:#ffcc19;
        border-right-color:#ffcc19;
        color:#fff
    }
.fab {
    border-radius: 50%;
    background-color: #ffcc19;
    margin-right:5px;
    margin-left:5px
}
.fab:hover{
    background-color:#ffcc19;
    color:#fff;

}
.active {
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 22px;
        border: none;
        outline: none;
        color: #ffcc19;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }
    .dropbtn:hover{
        color:#fff;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00000094;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: #ffff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-bottom: solid 1.5px #ffcc19
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    color: white;
}

.dropdown-content a:hover {
    color: #ffcc19;
    border-bottom: solid 1.5px #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.q-p{
    font-size:large;margin:50px
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .fab {
        background-color: transparent;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width:1100px){
    .topnav a{
        font-size:15px;
    }
    .dropdown .dropbtn{
        font-size:15px;
    }
    .q-p{
        margin:0px;
        font-size:15px;
    }
   
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .fab {
        background-color: transparent;
    }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
            color:black
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            width:100%;
            color:#ffcc19;
        }

    .topnav.responsive .dropdown {
        float: none;
        background-color: #00000080;
    }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
            color:#ffcc19;
            background-color: #00000080;
        }
}
@media screen and (max-width: 1000px) {
    .topnav a:not(:first-child), .dropdown .dropbtn

{
    display: none;
}
    
.topnav a.icon {
    float: right;
    display: block;
}

}

@media screen and (max-width: 1000px) {
    .topnav.responsive {
        position: relative;
    }
    .fab{
        border-radius:0px;
    }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            background-color: #00000080;
            border-bottom:2.5px solid #ffcc19
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
              background-color: #00000080;
        }
}

/*about*/
.column-a {
    float: left;
  
   
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-a:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-a {
        width: 100%;
    }
}

