html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body
{
    margin: 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size:cover;
}

.logo{
    text-align: center;
    background: #000;
}
.logo img{
    margin: 20px 0px;
    height:100px;
}
.main_header_area {
    background: #000000bd;
    padding: 5px 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffffd1;
    font-size: 18px;
    letter-spacing: .5px;
    font-family: archivo narrow;
    padding: 0px 15px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color:#fdf010;
}
#hh3{
    font-size: 26px;
    font-family:oswald;
    color: #000;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 20px;
}
#pp{
    font-family: archivo narrow;
    color: #000000bf;
    letter-spacing: .5px;
    font-size: 17px;
    line-height: 26px;
}
#space{
    margin: 20px 0px;
}
#marquee {
    background:#000;
    overflow:hidden;
    white-space: nowrap;
    margin:30px 0px;
}
#hh4 {
    font-size: 20px;
    font-family: archivo narrow;
    letter-spacing: 1px;
    color: #000000bf;
}

.about{
    position: relative;
    background-color: #f7f7f7;
    margin: 100px 0px 50px;
    padding: 70px 0 100px;
}
.abtimg{
    width:50%;
    height:880px;
    box-shadow: 0 0 5px 0px #fff212;
}
.abouttext{
    top: 56px;
    right: 155px;
    width: 46%;
    position: absolute;
    padding: 2em 2em;
    box-shadow: 0 0 5px 0px #fff212;
}

#marquee {
    background:#000;
    overflow:hidden;
    white-space: nowrap;
    margin:30px 0px;
}
.logoimg{
    width:150px;
    height:140px;
    padding:15px;
}
#hh4 {
    padding-bottom: 20px;
    font-size: 20px;
    font-family: archivo narrow;
    letter-spacing: 1px;
    color: #ffff;
}
.abouttext{
    background: #000;
}
.abouttext h3{
    color:#fdf010!important;
}
.abouttext ul{
    color:#ffffffc4!important;
}
.services{
    margin:60px 0px;
    padding: 50px 0px;
    background: #000000;
}
.service{
    margin-bottom: 50px;
}
.service h3{
    color:#fff212!important;
}
.serv-block ul{
    color:#ffffffc4!important;
}
.serv-block li{
    padding: 10px 0px;
}
.serv-block{
    box-shadow: 0 0 5px 0px #fff212;
    width: 50%;
    padding: 20px;
}
.block1{
    width:90%!important;
    margin: 20px 0px;
}
.brandscont{
    margin: 60px 0px;
}

/*****GALLERY*****/
.gallery{
    background-color: #f7f7f7;
    padding: 45px 0px 100px 0px;
}
.lightbox{
    position:relative;
}
.hover-shadow{
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}
.lightbox:hover .hover-shadow {
  opacity: 0.3;
}

.lightbox img{
    float: center;
    width: 100%;
    height:220px;
    padding: 10px;
    border: 2px solid #ffd72f;
}
.lightboxsecond{
    float:left;
    width:12.5%;
}
.lightboxsecond img{
    height: 120px;
    width:100%;
    padding: 10px;
}
    
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}
.mySlides img{
    width:100%;
    height:500px;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    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;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size:50px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
.demo {
    opacity: 0.6;
}
.active, .demo:hover {
    opacity: 1;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.box{
    margin-top: 30px;
}

/*****END GALLERY*****/

.serv{
    margin-bottom: 40px;
}
.footer{
    background: #000;
}
.footer p{
    color:#ffffffc4!important;
    padding-top: 10px;
}
.footer a{
   color:#fdf010; 
}
.footer a:hover{
    text-decoration: none;
    color:#fff;
}
.contactnew{
    background-color: #000000c9;
    padding:50px 0px;
}
.contactnew h3{
    color:#fdf010!important;
}
.contactnew span{
    color:#fdf010!important;
    font-size: 22px!important;
    
}
.contactnew h4{
    color:#fff!important;
    margin:20px 0px 30px;
    font-size: 22px!important;  
}
.contactnew p{
    color:#ffffffc7!important;
    line-height: 40px!important;
}
/*Floating Back-To-Top Button*/
#myBtn {
    position: fixed;
    bottom: 25px;
    float: right;
    right: 18.5%;
    left: 93.25%;
    max-width: 50px;
    width: 100%;
    font-size: 30px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: #000;
    padding: 3.5px;
    border-radius: 5px;
}
/*On Hover Color Change*/
button#myBtn:hover {
    background-color: #fdf010;
}
.btn a{
    color:#fff;
}
.btn a:hover{
    text-decoration: none;
    color:#000;
}


@media (max-width: 767px){
    .abouttext {
        right:0px;
        width: 100%; 
        position: relative; 
    }
    .abtimg{
        display:none;
    }
    .about {
        margin: 0px; 
        padding: 0px;
    }
    .brandscont{
        margin-top: 100px;
    }
    .block1{
        width: 100%!important;
    }
    .serv-block{
        width: 100%;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0);
        border:2px solid #fef10f;
        background: #000;
    }
    .new {
        margin: 20px 0px;
        border-top: 1px solid #fff;
        padding: 10px 0px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 23px;
        font-family: archivo narrow;
        padding: 10px 0px;
    }
    .lightbox img{
        margin-bottom: 15px;
    }
    #myBtn{
        left:80%;
    }
}
@media (min-width:768px) and (max-width:1024px){
 .abouttext {
        right:0px;
        width: 100%; 
        position: relative; 
    }
    .abtimg{
        display:none;
    }
    .about {
        margin: 0px; 
        padding: 0px;
    }
    .contactnew iframe{
        width:100%!important;
    }
}