@media (max-width: 767px) {
  
    h1, h2, h3 , h4 ,h5{
        font-family: 'PT Sans', sans-serif;
    }
   html {
  margin:0;
  padding:0;
  overflow-x:hidden;
}
   body {
       font-family: 'PT Sans', sans-serif;
    overflow-x: hidden !important;
}

  .header-top, .header-upper {
    padding: 0 20px;
}
  
  .header-top {
    display: none;
}
  .navbar {
    padding: 11px 10px;
    transition: all 300ms ease;
    background: #191939;
    /* backdrop-filter: blur(70px); */
    transition: all 300ms ease;
}
  .navbar .navbar-brand img {
    width: 160px;
    height: auto;
}
  
   .navbar .navbar-toggler svg{
    
    color: white;
    font-size: 30px;

  }
  
  .ss-main {
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

.navbar-toggler {
   outline:none;
   border:none;
   box-shadow:none;
}
  
 .navbar .nav > li {
    position: relative;
    float: left;
    padding: 15px 0px;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
} 
  
  .navbar .nav {
    padding: 20px 0px;
    
}
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
  .ss-top-banner {
    position: relative;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    padding: 160px 0px;
    display: grid;
    align-items: center;
}
 .ss-top-banner .sstb-content h1.sstbc-heading {
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 50px;
    text-align: center;
} 
  .ss-top-banner .sstb-content p.sstbc-text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}
  
  .btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    padding: 12px 20px;
    font-weight: 600;
    background: #FFDD02;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
}
  
  .ss-home-services {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 40px;
}
.sss-header .heading h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sss-header .heading {
    max-width: 100%;
}
.sss-header {
    position: relative;
    display: block;
   
}

.ssh-service-content {
    padding: 15px;
}

.ssh-service-content .service-card {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 6px  4px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 6px 4px rgba(0,0,0,0.10);
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ssh-projects {
    position: relative;
    padding: 70px 0;
    background-color: #191939;
    overflow: hidden;
}

.ssh-about {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 750px;
}
  .owl-projects .active .content img {
    height: 450px;
    width: 100%;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    transition: all 300ms ease;
}
.ssh-project-content {
    padding-top: 20px;
}

.ssh-about .heading {
    max-width: 100%;
    width: 100%;
}
.ssh-about .heading h2{
        position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ssh-about .ss-about-content .about-text p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #0000000;
    margin-top: -10px;
    padding-left: 0px;
}
.ssh-about .ss-about-content .about-text:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    top: -4%;
    background: #FFDD02;
    border-radius: 4px;
    content: "";
}
.ssh-about .ss-about-content .about-text {
    max-width: 755px;
    position: relative;
    margin-bottom: 20px;
}

.ss-testimonials-content {
    margin-top: 20px;
    padding: 20px;
}
.ssb-section {
    position: relative;
    padding: 70px 0;
}

.ssb-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}
  .ssb-block .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    z-index: 1;
}

.st-ssb-block.ssb-block .content-box {
    padding: 0 0px 0 50px;
}


.ssb-block .inner-box h4 a {
    display: block;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: #070710;
}

.ssb-block {
    position: relative;
    margin-bottom: 20px;
}
.ssb-block-two {
    position: relative;
    margin-bottom: 30px;
    background-color: #f4f7f7;
    padding: 8px;
}
.ssb-block-two.st-ssb-block-two .image {
    width: 120px;
}
.ssb-block-two.st-ssb-block-two .post-info-wrap {
    width: calc(100% - 130px);
}
.ssb-block .post-date, .ssb-block-two .post-date {
    position: absolute;
    /* right: 30px; */
    margin: 0px;
    top: 30px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lexend', sans-serif;
    color: #070710;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
    background-color: #FFDD02;
}


.ssb-block-two .post-date {
    left: 0px;
    top: 0px;
        right: inherit;
  
}
.ssb-block-two h5 a {
    position: relative;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
    color: #070710;
}
.ssb-block-two h5 a {
    position: relative;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
    color: #070710;
}
.ssb-block .btn-box{
        text-align: center;
    margin-top: 20px !important;
}
.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0px 50px 0;
}
.page-title h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 17px;
    font-size: 30px;
}

  .projects-section {
    position: relative;
    padding: 80px 0;
}
 .ss-page-about {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0px;
} 
  
  .ss-page-about h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
  .ss-page-about p {
    position: relative;
    font-size: 18px !important;
    line-height: 28px;
    color: #444444;
    margin-top: 10px;
}
  
.ss-mission {
    margin: 50px 0px;
    padding: 70px 20px;
    background: #191939;
    text-align: center;
}  
  
  .ss-mission h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    margin-bottom: 40px;
}
  
  .ss-testimonials {
    position: relative;
    padding: 80px 0 120px;
    background: #F9F9F9;
}
  .ss-contact {
    position: relative;
    padding: 80px 0 70px;
}
  
  .service-detail-section {
    position: relative;
    padding: 70px 0px 70px;
}
  
  
  
  .service-detail-section .row {
    flex-direction: column-reverse;
   
}
  .floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    right: 0;
    opacity: 1;
}
  
  
  
  
  
  
  
}

@media (min-width: 768px) and (max-width: 991px) {
 
 
 
}
@media (min-width: 1800px) {
}