


body {
    font-family: Verdana, sans-serif;
    margin: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    background-color: black;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: black;
    font-size: 14px;
    padding: 12px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }











.back{
    background-image: url(../images/Image_67.png);
    background-size: cover;
    width: auto;
    height: 450px;
    background-repeat: no-repeat;
    border-bottom: 4px solid rgb(0, 162, 255);

}


.box1{
    background-color: rgba(34, 34, 34, 0.808);
    height: 280px;
    width: 450px;
    position: absolute;
    right: 0px;
    top: 200px;

}

.navbar { margin : 0 !important; }


@font-face {
    font-family: 'Lemon/Milk';
    src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
  }


.text{
    font-family: 'Lemon/Milk';
    src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
    font-size: 35px;
    color: #05AEF1;
    padding-left: 50px;
    padding-top: 65px;
    font-weight: 800;
    font-style: bold;
    line-height: 0%;
}


.text2{
    font-family: 'Lemon/Milk';
    src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
    font-size: 60px;
    color: rgb(255, 255, 255);
    padding-left: 50px;
    padding-top: 50px;
    font-weight: 800;
    font-style: bold;
    line-height: 0%;
    position: absolute;
    top: 57px;
}


.text3{
    font-family: 'Lemon/Milk';
    src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
    font-size: 28px;
    color: rgb(255, 255, 255);
    padding-left: 50px;
    padding-top: 0px;
    font-weight: 600;
    font-style: bold;
    line-height: 0%;
    position: absolute;
    top: 36px;
}

.position{
    padding-left: 30px;
    padding-top: 80px;
}

 .hash{
     color: #05AEF1;
     font-size: 20px;
     padding-left: 10px;
}


 .top{
     color: white;
     font-size: 20px;
     font-family: 'Lemon/Milk';
     src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
 }

 .btnred{
     background-color: #D30000;
     color: white;
     text-align: center;
     font-size:11px;
     width: 120px;
     height: 35px;
 }

 .btnpad{
     padding-left: 10px;
     padding-top: 10px;
 }
                                                                @media only screen and (max-width: 770px) {
                                                                    .box1{
                                                                        background-color: rgba(34, 34, 34, 0.808);
                                                                        height: 180px;
                                                                        width: 350px;
                                                                        position: absolute;
                                                                        right: 0px;
                                                                        top: 400px;
                                                                    
                                                                    }
                                                                    .text{
                                                                        font-family: 'Lemon/Milk';
                                                                        src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
                                                                        font-size: 18px;
                                                                        color: #05AEF1;
                                                                        padding-left: 50px;
                                                                        padding-top: 55px;
                                                                        font-weight: 800;
                                                                        font-style: bold;
                                                                        line-height: 0%;
                                                                    }

                                                                    .text2{
                                                                        font-family: 'Lemon/Milk';
                                                                        src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
                                                                        font-size: 20px;
                                                                        color: rgb(255, 255, 255);
                                                                        padding-left: 50px;
                                                                        padding-top: 50px;
                                                                        font-weight: 800px;
                                                                        font-style: bold;
                                                                        line-height: 0%;
                                                                        position: absolute;
                                                                        top: 22px;
                                                                    }
                                                                    .position{
                                                                        padding-left: 30px;
                                                                        padding-top: 40px;
                                                                    }
                                                                    .hash{
                                                                        color: #05AEF1;
                                                                        font-size: 15px;
                                                                        padding-left: 20px;
                                                                }
                                                                .top{
                                                                    color: white;
                                                                    font-size: 15px;
                                                                    font-family: 'Lemon/Milk';
                                                                    src: url('http://www.fontsaddict.com/fontface/lemonmilk.ttf');
                                                                }
                                                                .btnred{
                                                                    background-color: #D30000;
                                                                    color: white;
                                                                    text-align: center;
                                                                    font-size:11px;
                                                                    width: 120px;
                                                                    height: 25px;
                                                                }

                                                                    
                                                                    
                                                                }




 .gridpad{
     padding-top: 10%;
     margin-left: auto;
     margin-right: auto;
     position: absolute;
 }

 /* .glovesbg{
     background-image: rgb(140, 213, 226);
     height: 100px;
     width: 0px;


 } */

 .glovespad{
    margin-left: 50px;
    margin-top: 70px;
 }

.desc{

    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;

}
 

.navtext{
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

 .pad{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 40px;
}  


nav{
    height: 130px;
    background-color: rgb(37, 37, 37);
} 





.tog{
    background-color:rgb(37, 37, 37);
}

 @media only screen and (max-width: 1000px) {
     .pad{
         padding-left: 0px;
         padding-right: 0px;
         padding-top: 0px;
     }
    }


@media only screen and (max-width: 720px) {
    .phone{
        position: absolute;
        right: ;
        }
       }


.info{
    color: white;
    position: absolute;
    top: 10px;
    right: 200px;
}


.info2{
    color: white;
    position: absolute;
    top: 10px;
    right: 55px;
    font-size: 10px;
   
}

.info3{
        color: white;
        /* position: absolute;
        bottom: -20px;
        left: 0px; */
        font-size: 10px;
        
       
}

.infopd{
    padding-top: 30px;
}

@media only screen and (max-width: 720px) {

    .info2{
        color: white;
        position: absolute;
        opacity: 0;
        right: 55px;
       
    }

}
.phone{
    color: white;
    position: absolute;
    top: 10px;
    right: 70px;
}

.message{
    color: rgb(0, 162, 255);
}




.bt{
    padding-bottom: 50px;
}

/* ----------Footer------------ */
.foot{
    background-color: rgb(37, 37, 37);
    height: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.line{    
    width: 100%;
    background-color: rgb(0, 162, 255)!important;
    height: 2px;
}
.padtop{
    padding-top: 30px;
}


.logo{
    color: rgb(0, 162, 255);
    position: absolute;
    margin-top: -120px;
    right: 100px;
}


.links{
    position: center;
    color: white;
    font-size: 18px;
    top: 2px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    border-bottom: 4px solid rgb(0, 162, 255);
    width: 100%;

}
   
.listed{
    color: rgb(0, 162, 255);
    padding-top: 10px;
    text: white;
}

a{ color: white!important;
    font-size: 11px;}



.end{
    background-color:rgb(31, 31, 31);
    font-weight: 400;
    color: white;
}



.logopad{
    margin-left: 10px;
}

@media only screen and (max-width: 1000px) {

    .foot{
        height: 800px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }



    }


@media only screen and (max-width: 540px){
    .logo{
        color: rgb(0, 162, 255);
        float: right;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 400px){
    .logo{
        color: rgb(0, 162, 255);
        float: right;
        right: 0px;
        margin-top: -20px;
    }
}

.cardpad{
    padding: 50px;
}

.padl{
    padding-left: 100px;
}
@media only screen and (max-width: 300px){
    .padl{
        padding-left: 45px;
    }

}    

@media only screen and (max-width: 230px){
    .padl{
        padding-left: 15px;
    }

}   

.texttry{
    font-size: 40px;
    color: black;
    position:absolute;
    top:100px;
    right: 350px;
    font-family: 'Times New Roman', Times, serif;
   
}
.new{
    font-size: 28px;
}


.imgcenter{}


.alpha{}





.descpara{
    font-size: 15px;
    position:absolute;
    top:170px;
    right: 150px;
    font-family: 'Times New Roman', Times, serif;
}

@media only screen and (max-width: 999px) {
    .column{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .alpha{
        margin-top: -100px;
    }
}

@media only screen and (max-width: 550px) {
    .column{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .imgcenter{
        margin-left: 100px;
    }
}   

@media only screen and (max-width: 1200px) {
    .texttry{
        font-size: 40px;
        color: black;
        position:absolute;
        top:100px;
        right: 300px;
       
    }
    
    
    
    
    .descpara{
        font-size: 15px;
        position:absolute;
        top:170px;
        right: 100px;
        padding-left: 20px;
    }

}

@media only screen and (max-width: 999px){
    .texttry{
        font-size: 30px;
        color: black;
        position:absolute;
        top:123px;
        right: 223px;
    }
    
    
    
    
    .descpara{
        font-size: 12px;
        position:absolute;
        top:170px;
        right: 50px;
        padding-left: 20px;
    }
}



@media only screen and (max-width: 620px){
    .texttry{
        font-size: 30px;
        color: black;
        position:absolute;
        top:123px;
        right: 150px;
    }
    
    
    
    
    .descpara{
        font-size: 12px;
        position:absolute;
        top:170px;
        right: 2px;
        padding-left: 20px;
    }
}


@media only screen and (max-width: 500px){
    .texttry{
        font-size: 30px;
        color: white;
        position:absolute;
        top:280px;
        left: 0px;
        /* right: 150px; */
        padding-bottom: 20px;
    }
    
    
    
    
    .descpara{
        color: white;
        font-size: 12px;
        position:absolute;
        top:313px;
        left: 0px;
        /* right: 2px;
        padding-left: 20px; */
    }
}


@media only screen and (max-width: 300px){
    .texttry{
        font-size: 30px;
        color: white;
        position:absolute;
        top:150px;
        left: 0px;
        /* right: 150px; */
        padding-bottom: 20px;
    }
    
    
    
    
    .descpara{
        color: white;
        font-size: 12px;
        position:absolute;
        top:180px;
        left: 0px;
        /* right: 2px;
        padding-left: 20px; */
    }
}

.bt2{
    padding-top: 55px;
}


.bt3{
    padding-top: 33px;
}



.dd a:hover{
    color: black !important;
}
.dd {
    color: black!important;
    background-color: rgb(0, 162, 255)!important;
}

.dd a{
    font-weight: 600 !important;
    font-family: 'Times New Roman', Times, serif!important;
}

/* 
.social-icons {
    
    position: absolute;
    margin-top: -100px;
    right: 120px;
} */

.fb-logo , .insta-logo{
    color: rgb(0, 162, 255) !important; 
}
/* @media only screen and (max-width: 1200px){
    .social-icons {
        position: absolute;
        margin-top: -20px;
        right: 0px;
    }
  } */
  .categories-padding{
    margin-top: 60px;

}
  @media only screen and (max-width: 800px){
      .categories-padding{
          margin-top: -19px!important;
          column-gap: 0px;
      }
    }