
/*mobile screen*/
@media (max-width: 600px) {
    
    /*index page*/
    
    a.navbar-brand.text-brand img {
    width: 190px;
}
    
  ul.left-topbar li a {
    font-size: 1rem;
}
ul.left-topbar {
    text-align: center;
}

.navbar-default.navbar-trans .nav-link:before, .navbar-default.navbar-reduce .nav-link:before {
    width: 20%;
}

 .intro .intro-title {
    font-size: 1.8rem;
    margin-top:50px;
  }
  
  .table-cell {
    display: table-cell;
    vertical-align: top;
   
}
  
  .intro-body p {
    font-size: 1rem;
}

img.about-imgg {
    width: 100%;
}
.intro .intro-body .price-a {
    padding: 6px 12px;
    font-size: 1rem;
}

.about-title h3 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 30px;
    text-align:center;
}

.title-section h3 {
    font-weight: bold;
    font-size: 1.8rem;
}

.title-section {
    text-align: center;
    padding: 40px 0 25px 0px;
}

.content-area-service h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.about-title p {
    font-size: 1rem;
    text-align: center;
}
    
    .About-cta {
    text-align: center;
}

section.about-section {
    padding: 50px 0 0px 0;
   
}

.about-title {
    padding: 0 5px;
}

ul.navbar-nav.ms-auto:first-child {
    padding-top: 15px;
}


.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 0;
}

.content-area-service {
    padding: 40px 40px;
    text-align: center;
}

div#reverss {
    display: flex;
    flex-direction: column-reverse;
}

.section-md-t3 {
    margin-top: 0px;
}


.color-text-a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    padding-top: 10px;
    margin-bottom: 0px;
}

/*about page*/

section#extra-space {
    padding: 25px 0 !important;
}
.about-us-section {
    order: 1;
}

/*service page*/

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 1.8rem;
}
ul#service-tabs li {
    width: 50% ;
    text-align: center;
}
ul#service-tabs a.nav-link {
    font-size: 14px;
    padding: 8px;
}

div#my-card {
    padding: 30px 15px;
}

div#ab-section p {
    margin: 0 3px;
    text-align: justify;
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    POSITION: RELATIVE;
    margin: 0 auto;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    padding-bottom: 0px;
}
.video-wrapper:after {
    content: '';
    background: #f0ba26;
    POSITION: ABSOLUTE;
    LEFT: -18PX;
    WIDTH: 100%;
    HEIGHT: 100%;
    Z-INDEX: -1;
    top: 17px;
}

div#vid-title {
    text-align: center;
    padding-top: 40px;
}

section.privacy {
    padding: 60px 0;
    background: linear-gradient(269deg, white, #ffffffe6), url(../img/building-oic.png);
}

.section-b2 {
    padding-bottom: 1rem;
}

form.php-email-form {
    background: #eee;
    padding: 30px;
    margin-top: 0px;
}

button#contact-batan {
    margin: 0 auto;
    display: block;
}


section.contact {
    padding: 5px 0 15px 0;
}

ul.left-topbar li {
    display: block;
    list-style: none;
    color: #fff;
    text-align: center;
    padding: 1px 0;
}

}


