/*body {
    background: #000;
}*/

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.black {
    background: #000;
}

.container-fluid.ssdc {
    padding-top: 60px;
}
footer.black.ddf p {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.main-logo {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
    /* height: 100vh; */
}

a.navbar-brand {
    /*display: none;*/
}

.main-logo2 {
    width: 102%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.main-logo2 p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    /*text-decoration: underline;*/
}
.form-text-btn {
    margin-top: 20px;
    text-align: center;
}
footer {
    text-align: center;
    color: #fff;
    border-top: 1px solid;
    padding-top: 20px;
      font-weight: 600;
}

.main-logo4 p {
    color: #fff;
    text-align: center;
    margin-top: 0px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600;
    background: #282a35;
}
/*
.is-sticky .navbar-brand {
    display: block;
}*/


#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    /*height: 200px;*/
    /*border-radius:5px;*/
/*    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;*/
}
        
 
/*.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }


     @media screen and (max-width: 1024px) {

.main-logo2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.main-logo {
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    /* height: 100vh; */
}
     }

    @media screen and (max-width: 767px) {


nav.navbar.navbar-expand-lg.navbar-light.top-navbar.sticky {
    display: none;
}
.main-logo {
    width: 98%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    /* height: 100vh; */
}
.main-logo2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
}
.main-logo4 p {
    color: #000;
    text-align: center;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.container-fluid.ssdc {
    padding-top: 30px;
}
    }