@media screen and (max-width:600px) {
    /**********************************************************/
    .slick-prev:before, .slick-next:before{
        display: none;
    }
    .fixdtop{
        position: relative;
        z-index: 100;
        
    }
    @keyframes ft {
        from {top: -50px;}
        to {top: 0;}
    }
    .fixdtop-s {
        position: fixed;
        top: 0;
        animation: ft .3s;
    }
/*
    #home{
        position: fixed;
        z-index: 100;
    }
*/
    h1,h2{
        color: #16335F;
        text-shadow: 1px 1px 5px #424242;
    }
    .container {
        width: 100%;
    }
    .wrapper {
        width: 80%;
        margin: auto;
    }
    .wrapper-s {
        width: 90%;
        margin: auto;
    }
    .col-3 {
        width: 100%;
        padding: 15px;
    }
     .col-4 {
        width: 100%;
        padding: 15px;
    }
 
    #gotop{
        display: flex;
        width: 80px;
        height: 80px;
        background-color: black;
        position: fixed;
        right: 3%;
        bottom: 3%;
        align-items: center;
        justify-content: center;
        border-radius: 10%;
        font-weight: 900;
           color: #fff;
            text-decoration: none;
    }
    /*NAV*/
    nav {
        width: 100%;
        background-color: #E6E6E6;
        opacity: .9;
    }
    nav .logo {
/*        position: relative;*/
        text-shadow: 1px 1px 5px #424242;
        color: #0D1130;
        font-size: 40px;
        float: left;
        letter-spacing: 3px;
        font-weight: 700;
        line-height: 70px;
    }
   nav .menu {
/*        float: right;*/
        display: none;
    }
    nav .menu li {
/*        float: left;*/
        list-style: none;
    }
    nav .menu a {
        text-shadow: 1px 1px 3px #424242;
        display: block;
        text-decoration: none;
        color: #000;
       padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 70px;
        font-weight: 900;
        transition: all 0.5s;
    }
    
    nav .menu a:hover{
        background-color: #D0DFE6;
        color:#066FA5;
        opacity: 1;
    }
    /****************************************************/
    /*header*/
    header {
        background-image: url(images/001.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*            padding-top: 300px;*/
        /*            padding-bottom: 300px;*/
        text-align: center;
        height: 500px;
        display: table;
    }
    header .wrapper {
        display: table-cell;
        vertical-align: middle;
    }
 
     header h1 {
       font-size: 36px;
        letter-spacing: 5px;
    }
    /********************************************/
    /*Works*/
    #works {
        padding-top: 150px;
        padding-bottom: 150px;
        text-align: center;
    }
    #works p {
        margin-top: 15px;
    }
    /***********************************************/
    /*banner*/
    #banner {
        background-image: url(images/bgpic1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
/*                    height: 300px;*/
        background-attachment: fixed;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    /***************************************************/
    /*service*/
    #service {
        background-color: #EDECF4;
        padding-top: 150px;
        padding-bottom: 150px;
         text-align: center;
    }
    #service .wrapper:nth-of-type(1) {
        text-align: center;
    }
    #service .wrapper:nth-of-type(1) p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #service h3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
  
    /*Banner-2*/

 #customers{
/*                background-color: #7b7b7b;*/
                height: 400px;
				text-align: center;
				background-color: #F5F4F5;
				padding-top: 100px;
				padding-bottom: 100px;		
                
				}

				#customers h2 {
					letter-spacing: 1px;
					margin-top: 10px;
					margin-bottom: 40px;
					font-size: 20px;
                 
				}

				#customers h3 {
					color: gray; 	
				}

				#customers p {
					margin-top: 10px;
					font-size: 12px;
					color: black;
				}
    /*****************************************************/
    /*About*/
    #about {
        background-color: #EDECF4;
        text-align: center;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #about .name {
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #about .job {
        font-size: 12px;
    }
    #about p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /**********************************************************/
    /*Purchase*/
    #purchase {
         padding-top: 100px;
        padding-bottom: 100px;
        
        background-color: #222;
        color: #fff;
        text-align: center;
        background-image: url(images/005.jpg);
        background-size: cover;
        background-position: center;
    }
    #purchase .display {
        font-style: italic;
        font-size: 1.6em;
        margin-bottom: 20px;
        font-weight: 300;
    }
    #purchase a {
      display: block;
        width: 95%;
        margin: auto;
        color: #eee;
        font-weight: 900;    
        border: 2px solid #fff;
        padding: 10px 20px;
        text-decoration: none;
        transition: all 0.6s;
    }
    #purchase a:hover{
        background-color: black;
    }
    /****************************************************************/
    /*News*/
    #new{
        width: 90%;
    }
    #news {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #news p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #news .wrapper:nth-of-type(1) {
        text-align: center;
    }
    #news .photo {
        position: relative;
    }
    .photo img{
        width:100%;
        height: 400px;
    }
    #news .photo .date {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        width: 50px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
    }
    #news h4 {
        margin-top: 50px;
    }
    #news .wrapper:nth-of-type(2) p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #news a {
        
        text-decoration: none;
        color:  #8E0C24;
        padding: 10px;
        border: 1px solid #424242;
        background-color: #C2DFEA;
        border-radius: 10px;
        box-shadow: 3px 3px 5px #424242;
    }
    /**********************************************/
    /*Sponsor*/
    #sponsor {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #000;
        color: #7b7b7b;
        font-size: 0;
    }
    #sponsor .brand {
        display: inline-block;
        width: calc(100%/3);
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
     #sponsor .brand .fa-4x {
        font-size: 48px;
    }
    /****************************************************/
    /*Contact*/
    #contact {
        text-shadow: 1px 1px 5px #eee;        
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #contact .wrapper:nth-of-type(1) {
        text-align: center;
    }
    #contact p:nth-of-type(1) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #contact .item {
        margin-top: 45px;
    }
    #contact .info {
        
         width: 100%;
        text-align: center;
    }
    #contact .info h3 {
        letter-spacing: 4px;
    }
    #contact .info li {
        list-style: none;
        line-height: 2em;
    }
    #contact .info .icon {
         width: 100%;

        color: #a8a8a8;
        margin-bottom: 30px;
    }
    #contact .info .icon .fa {
        font-size: 36px;
    }
    #contact .info .content {
        width: 100%;
        color: #a8a8a8;
    }
    #contact .form {
        width: 100%;
          margin-top: 50px;
    }
    .col-2 {
         width: 100%;
        padding: 15px;
    }
    .col-1 {
        width: 100%;
        padding: 15px;
    }
    #contact .form input[type=text] {
        width: 100%;
        padding: 15px;
    }
    #contact .form textarea {
        width: 100%;
        margin-top: 15px;
    }
    #contact .form input[type=submit] {}
    #contact .form button {
        box-shadow: 1px 1px 3px #424242;
        cursor: pointer;
         width: 100%;
         padding-top: 15px;
        padding-bottom: 15px;
        letter-spacing: 2px;
        border: 0;
        background-color: #00bc7b;
        color: #fff;
    }
    /*footer*/
    footer {
      
        padding-top: 150px;
        background-color: #000;
        color: #fff;
        text-align: center;
    }
    footer .logo {
        text-shadow: 2px 2px 5px #fff;
        font-size: 2em;
        letter-spacing: 2px;
    }
    footer .social {
        margin-top: 30px;
        margin-bottom: 150px;
    }
    footer .social a {
        text-decoration: none;
        color: #a8a8a8;
        margin-left: 10px;
        margin-right: 10px;
    }
    footer .copy {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .hamburger{
/*            margin-top: -50px;*/
            width: 60px;
            height: 60px;
            position: relative;    
            background-color: #554236;
/*            border-radius: 25%;*/
            cursor: pointer;
            float: right;
        }
            
        .hamburger span{
            display: block;
            width: 50px;
            height: 6px;
            background-color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transition: all 1s;
            
        }
        .hamburger span::before,.hamburger span::after{
            float: right;
            
            content:"";
            display: block;
            position: absolute;
            background-color: #fff ;
            width: 50px;
            height: 6px;    
            transition: all 0.6s;
        }

        .hamburger{
/*            margin-top: -50px;*/
            width: 60px;
            height: 60px;
            position: relative;    
            background-color: #554236;
/*            border-radius: 25%;*/
            cursor: pointer;
            float: right;
        }
            
        .hamburger span{
            
            display: block;
            width: 50px;
            height: 6px;
            background-color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transition: all 1s;
            
        }
        .hamburger span::before,.hamburger span::after{
            content:"";
            display: block;
            position: absolute;
            background-color: #fff ;
            width: 50px;
            height: 6px;    
            transition: all 0.6s;
        }
        
        .hamburger span,.hamburger span::before,.hamburger span::after{
            border-radius: 50px;
        }
        
         .hamburger span::before{
              transition: top .2s transform .2s .2s;
            top: -10px;
        }
        .hamburger span::after{
             transition: bottom .2s transform .2s .2s;
            bottom: -10px;
            
        }
        
        .hamburger-x span::before{
           transition: top .2s transform .2s .2s;
            transform: rotate(45deg);
             top: 0;
        }
        .hamburger-x span::after{
           transition: bottom .2s transform .2s .2s;
            transform: rotate(-45deg);
            bottom: 0;
        }
        .hamburger-x span{
            background-color: transparent;}
}
