/*========================================
    Mobile Menu
========================================*/

.navbar-header {
    position: relative;
}

#mobile-nav-open-btn{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 6px;
    /* hide mobile nav btn */
    display: none;
}

#mobile-nav{
    /* by defult mobile nav will be hidden with height 0% */
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}

#mobile-nav-close-btn{
    font-family: "Raleway",sans-serif;
    font-size: 70px;
    color: #212226;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav-content{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li{
    margin-bottom: 20px;
}

#mobile-nav ul a{
    font-family: 'Literata 60pt';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    font-size: 18px;
    color: #02323C;
    
    
    display: inline;  /*to take it's size only not to take all row size*/
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav ul a:hover,
#mobile-nav ul a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus{
    color: #f4c613;
    background: none;
}

/*mobile nav scroll spy active state*/
.white-nav-top #mobile-nav ul.nav > li.active > a{
    color: #f4c613;
    font-weight: 500;
}




/*========================================
    Bootstrap 3 Media Queries
========================================*/

/*

col-xs (extra small) smaller than 768px will appear with the reserved value.

col-sm (small) bigger than or equal 768px will appear with the reserved value but smaller than 768px will be alone in new line.

col-md (medium) bigger than or equal 992px will appear with the reserved value but smaller than 992px will be alone in new line.

col-lg (large) bigger than or equal 1200px will appear with the reserved value but smaller than 1200px will be alone in new line.

*/

/* Large devices (large desktops & laptops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) { 
}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) { 
}

/* Extra small devices (landscape phones & portrait tablets, 767px and down) */
@media (max-width:767px) { 
}

















/* Large devices (large desktops & laptops, from 1200px to 1299px) */
@media (min-width: 1200px) and (max-width:1299px) { 
    
    
}

/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) { 
    
    .nav > li > a {
    padding: 10px 6px;
    }
    
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    
    /*Services 02*/
    #services-tabs .tab-bg {
        padding: 16px 30px;
        min-height: 300px;
    }
    
    #service-tab p {
        line-height: 20px;
    }

    .secondSection-left-out{
    margin-top: 0px;
}

#thespine h2{
    margin-top: 0;
}

}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) { 

    .nav > li > a {
    padding: 10px 4px;
    }

    ul.navbar-nav > li > a{
        font-size: 10px;
        
    }

    .vline {
    margin-left: 2px;
    margin-right: 2px;
    
}



.navbar-brand {
    padding: 0px 10px;
}

   
    
    /*Home*/
    #home-heading h1{
        font-size: 41px;
    }
    
    #home-text p{
        font-size: 13px;
    }
    
    /* Generic */
    .btn-general{
        padding: 8px 35px 8px 35px;
        font-size: 10px;
    }
    
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    
    /* Tech statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    /* Services 02 */
    .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: 700;
        border-bottom: 3px solid #f4c613;
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }

    /* Pricing */
    .pricing-table .price h2{
        margin: 0 0 0 6px;
    }

    /* Stats */
    .stats-item p {
        line-height: 18px;
    }

    /* Blog */
    .blog-post .post-meta p {
        line-height: 14px;
    }

    /* Contact */
    ul.office-details li{
        margin-right: 15px;
    }

    ul.office-details li i {
        width: 25px;
    }



    #thespine h2{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }

    #thespine p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .secondSection-left-in{
        margin-bottom: 30px;
    }

     .secondSection-left-out{
        margin-top: 0;
    }

    .row-reg{
        display: block;
    }

    .reg-left-out{
        height: 300px;
        margin-bottom: 20px;
    }

    .reg-right-out{
        padding-left: 0;
        padding-right: 0;
    }

}

/* Extra small devices (landscape phones & portrait tablets, 767px and down) */
@media (max-width:767px) { 


    /* Navigation */

    .nav-bar{
        padding: 20px 0;
    }

   


    

    /* show mobile nav open btn */
    #mobile-nav-open-btn{
        display: block;
    }

    /*Home*/
    #home-heading h1{
        font-size: 41px;
    }
    
    #home-text p{
        font-size: 13px;
        line-height: 18px;
        
    }
    
    /* Generic */
    .btn-general{
        padding: 8px 25px 6px 35px;
        font-size: 10px;
    }

    /* About 01 */
    /* large content box */
    .content-box-lg {
        padding: 90px 0;
    }

    /* vertical heading */
    .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;
    }

    /* about 02 */
    /* medium content box */
    .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;
    }

    /* Tech statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }

    /* service 01 */
    /* horizontal heading  */
    .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 02 */
    .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: 700;
        border-bottom: 3px solid #f4c613;
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }

    #services-tabs .tab-bg {
        text-align: center;
        padding: 40px 30px;
    }

    #services-tabs h2{
        font-size: 40px;
    }

    #services-tabs h3{
        font-size: 28px;
    }

    /* Portfolio */
    #portfolio {
        padding-bottom: 0;
    }

    #isotope-filters button{
        padding-right: 15px;
    }

    /* testimonial */
    #testimonials {
        padding-top: 45px;
    }

    #testimonial-slider{
        top: 0;
    }

    #testimonials .vertical-heading{
        padding: 0;
    }

    .testimonial .row {
        margin: 0;
    }

    .testimonial h3{
        font-size: 20px;
    }

    .testimonial .stars{ 
        font-size: 16px;
    }

    .author img {
        width: 80px !important;
    }

    /* pricing */
    .pricing-table{
        margin-bottom: 30px;
    }

    .pricing-table .price h2{ 
        font-size: 28px;
        margin: 0 0 0 16px;
    }

    /* stats */
    .stats-item{
        margin-bottom: 20px;
        padding: 25px 5px;
    }

    .stats-item i{
        font-size: 30px;
    }

    .stats-item h3{
        font-size: 24px;
    }

    /* blog */
    #blog-left{
        text-align: center;
        margin-bottom: 30px;
    }

    .blog-post{
        margin-bottom: 25px;
    }

    /* Contact */
    #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;
    }

    #home-content-inner {
    
    bottom: 60px;
    left: 30px;
}

#back-to-top{
    display: none !important;
}


.footer-row{
    display: block;
}


#thespine h2{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }

    #thespine p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .secondSection-left-in{
        margin-bottom: 30px;
    }

    .secondSection-left-out{
        margin-top: 0;
    }

    .content-box-lg {
        padding: 70px 0;
    }

    .tmg-left img{
        width: 70%;
        text-align: center;
    }

    .tmg-left{
        text-align: center;
    }

    .tmg-right img{
        width: 70%;
    }

    .row-reg{
        display: block;
    }

    .reg-left-out{
        height: 300px;
        margin-bottom: 20px;
    }

    .reg-right-out{
        padding-left: 0;
        padding-right: 0;
    }

    .middle-fo-in{
        position: relative;
    }

    .left-fo-in {
        text-align: center;
        margin-bottom: 20px;
    }

    .right-fo-in{
        text-align: center;
        margin-top: 10px;
    }


}


/* Extra small devices (portrait phones & smaller devices, 480px and down) */
@media (max-width:480px) { 

    
    
    #home-text p{
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    
    /* Generic */
    .vertical-heading h2 {
        font-size: 22px;
    }

    /* portfolio */
    #isotope-filters button{
        font-size: 10px;
        padding-right: 14px;
    }

    #isotope-filters{
        text-align: center;
    }

    /* testimonial */

    .testimonial h3{
        font-size: 14px;
        line-height: 18px;
    }

    .testimonial .stars{ 
        font-size: 13px;
    }


    #home-content-inner{
        width: 100%;
        left: 0;
        text-align: center;
    }

    .section-title h3{
        font-size: 28px;
        margin-top: 0;
    }

    .section-title p{
        font-size: 12px;
    }

    .mp-left h5{
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mp-left p{
        font-size: 12px;
        text-align: center;
    }

    #thespine h2{
        font-size: 28px;
        text-align: center;
        margin-top: 0;
    }

    #thespine p{
        font-size: 12px;
        text-align: center;
    }

    .reg-title h5{
        text-align: center;
    }

    .send-button{
        text-align: center;
    }

    .error-message{
        text-align: center;
    }

}


/* Extra small devices (portrait phones & smaller devices, 320px and down) */
@media (max-width:320px) { 

    .testimonial h3{
        font-size: 12px;
        line-height: 16px;
    }

    .testimonial .stars{ 
        font-size: 9px;
    }

}






























