@media (min-width: 1200px) and (max-width:1299){
    .site-nav-wrapper {
        padding: 0 20px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .site-nav-wrapper {
        padding: 0;
    }
    
    .vertical-heading h2 {
        font-size: 29px;
    }
    
    #services-tabs .tab-bg {
        padding: 16px 30px;
        min-height: 300px;
    }
    
    .service-tab p {
        line-height: 20px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 991px){
    
     .site-nav-wrapper {
        padding: 0;
    }
    
    #home-heading h1 {
        font-size: 41px;
    }
    
    #home-text p {
        font-size: 13px;
        max-width: 75%;
        margin: 0 auto 20px auto;
    }
    
    .btn-general {
        padding: 8px 35px;
        font-size: 10px;
        
    }
    
    .vertical-heading h2 {
        font-size: 29px;
    } 
    
    .about-item {
        padding: 30px 15px;
    }
    
    .about-item p {
        font-size: 11px;
        text-align: center;
        line-height: 20px;
    } 
    
    .about-item i {
        font-size: 25px;
    } 
    
    .about-item h3 {
        font-size: 20px;
    }
    
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
        #tech-statement p {
        font-size: 30px;
    }
    
    
   .service .icon i {
        font-size: 25px;
    }
    
    
    .service
    
    .service h5 {
        font-size: 12px;
    }
    
    .service h4 {
        font-size: 20px;
    }
    
    .service p {
        font-size: 11px;
    }
    
    .service:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    }
    
    
    /*Services Tabs*/
    .r-tabs-accordion-title {
        text-align: center;
        margin-bottom: 10px;
        
    }
    
    .r-tabs-accordion-title a {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }
    
    
     .r-tabs-accordion-title.r-tabs-state-active a {
         color: #f4c613;
         font-weight: 500;
         border-bottom: 2px solid #f4c613;
         padding-bottom: 5px;
         -webkit-transition: all 200ms linear;
         transition: all 200ms linear;
     }
    

    .service-tab .tab-bg {
        background: #fff;
        padding: 5px 30px;
        min-height: 279px;
        box-sizing: border-box;
        height: auto;
    }
    
    .service-tab h2 {
        font-size: 25px;
    }
    
    .service-tab h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }    
    
    
    .service-tab p {
        line-height: normal;
        margin-bottom: 30px;
        font-size: 11px;
    }
    
    
    #services-02-btn .btn-general {
        padding: 8px 25px;
    }
    
    
    
    .fa.fa-star {
        font-size: 20px;
    }
    
    #testimonial-slider .testimonial h3 {
        font-size: 30px;
    }
    #testimonial-slider .testimonial .author .author-name-des {
        margin-top: 0;
    }
    
    #testimonial-slider .testimonial p {
        font-size: 13px;
    }
    
    
    .pricing-table .price h2 {
        margin: 0 0 0 6px;
        font-size: 35px;
    }
    
    
    .stats-item p {
        line-height: 18px;
    }
    
    
/*    Blog*/
    
    #blog .content-box-md {
        padding: 50px;
    }
    
    .blog-post .post-meta p {
        line-height: 14px;
    }
    
    
    #back-to-top {
        display: none;
    }
    
    
    #blog-btn {
        margin-bottom: 30px;
    }

    .blog-post .post-mega p {
        display: inline-block;
    }
    
    .blog-post .post-meta img {
        margin-bottom: 10px;
        width: 40px;
    }
    
    
    ul.social-list {
        text-align: center;
    }
    
    ul.office-details li {
        font-size: 15px;
    }
    
    
    .pricing-table ul.package li {
        line-height: normal;
    }
    
    
}

@media (max-width: 767px){
    
    .r-tabs .r-tabs-nav {
        display: block;
    }
    
    .r-tabs .r-tabs-accordion-title {
     display: none; 
    }
    
    
    .pricing-table.black {
    -webkit-transform: none;
    transform:none;
    }
    
    #home-heading h1 {
        font-size: 22px;
    }
    
    #home-text p {
        font-size: 13px;
        line-height: 18px;
        margin: 8px 2px 30px 2px;;
        
    }
    
    .btn-general {
        padding: 8px 25px 6px 25px;
        font-size: 10px;
    }
    
    
    
/*    About*/
    
    .content-box-lg {
        padding: 90px 0;
    }
    
    
    .vertical-heading {
        text-align: center;
    }
    
    .vertical-heading h5 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
    }
    
    .vertical-heading h2 {
        font-size: 29px;
        line-height: normal;
        margin: 0;
    }
    
    #about-left {
        margin-bottom: 50px;
    }
    
    
    #about-right {
        text-align: center;
    }
    
    
    
    .content-box-md {
        padding: 80px 0;
    }
    
    .about-item {
        padding: 55px 30px;
        margin-bottom: 35px;
    }
    
    .about-item i {
        font-size: 30px;
    }
    
    .about-item h3 {
        font-size: 18px;
    }
    
    
/*    Team*/
    
    #team-left .vertical-heading {
        min-height: 130px;
    }
    
    .skill h4 {
        font-size: 14px;
        line-height: 35px;
    }
    
/*    Statement*/
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    
/*    Services*/
    
    .horizontal-heading {
        margin-bottom: 40px;
    }
    
    .horizontal-heading h2 {
        font-size: 30px;
    }
    
    #services-01 img {
        margin: 35px 0;
    }
    
    
    .service, .service .icon {
        text-align: center;
    }
    
    .service h4 {
        font-size: 18px;
    }
    
    #services-tabs .tab-bg {
        text-align: center;
        padding: 40px 30px;
    }
    
    #services-tabs h2 {
        font-size: 40px;
    }
    
    #services-tabs h3 {
        font-size: 28px;
    }
    
    
    #portfolio {
        padding-bottom: 0;
    }
    
    #isotope-filters {
        text-align: center;
    }
    
    #isotope-filters button {
        padding-right: 15px;
    }
    
    
    #testimonials {
        padding-top: 45px;
    }
    
    #testimonial-slider {
        top: 0;
    }
    
    #testimonials > div > div > div.col-md-4.col-sm-4.col-12 {
        margin-bottom: 20px;
    }
    
    #testimonials .vertical-heading {
        padding: 0;
    }
    
     #testimonial-slider .testimonial h3 {
        font-size: 25px;
    }
    
   .testimonial .stars i {
        font-size: 16px;
       margin: auto 0;
    }
    
    
    .testimonial .stars {
        font-size: 16px;
       margin: auto 0;
    }
    
    .testimonial .row {
        margin: 0;
    }
    
    .author img {
        width: 80px !important;
    }
    
    
    .pricing-table {
        margin-bottom: 30px;
    }
    
    .pricing-table .price h2 {
         font-size: 28px;   
        margin: 0 0 0 16px;
    }
    
    
    .stats-item {
        margin-bottom: 20px;
        padding: 25px 5px;
    }
    
    .stats-item i {
        font-size: 30px;
    }
    
    .stats-item h3 {
        font-size: 24px;
    }
    
    
    #blog-left {
        text-align: center;
        margin-bottom: 30px;
        
    }
    
    .blog-post {
        margin-bottom: 25px;
    }
    
    #contact-left {
        text-align: center;
    }
    
    .office {
        margin-bottom: 40px;
    }
    
    ul.office-details li {
        display: block;
        margin-top: 25px;
        
    }
    
    ul.office-details li i {
        width: auto;
        display: block;
        margin-bottom: 3px;
    }
    
    ul.social-list {
        margin-bottom: 40px;
    }
}


@media (max-width: 480px) {
    #home-heading h1 {
        font-size: 18px;
    }
    
    #home-text p {
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    
    .vertical-heading h2 {
        font-size: 22px;
    }
    
    #services-tabs > ul > li.r-tabs-tab {
        padding: 5px 10px;
    }
    
    #stats .stats-item p {
        font-size: 12px;
    }
    
    .blog-post .post-meta p {
        width: 100px;
    }
    
    .blog-post .post-meta img {
        margin-bottom: 5px;
    }
    
    .testimonials h3 {
        font-size: 14px;
        line-height: 18px;
    }
    
    .testimonial .stars {
        font-size: 13px;
    }
    
    
    #contact .content-box-md {
        padding: 30px;
    }
    
    #contact-right {
        box-sizing: content-box;
        width: 300px;
    }
    
}

@media (max-width: 320px) {
    .testimonial h3 {
        font-size: 12px;
        line-height: 16px;
    }
    
    .testimonial .stars {
        font-size: 10px;      
    }
}
































