﻿/*=========================================
RESPONSIVE CSS (Part-1)
=========================================*/


@media (max-width:1199px){

.hero-section h1{
    font-size:48px;
}

.section-title{
    font-size:38px;
}

.about-home h2{
    font-size:38px;
}

.business-plan h2{
    font-size:38px;
}

.cta-section h2{
    font-size:36px;
}

.navbar-brand img{
    height:58px;
}

}


@media (max-width:991px){

.topbar{
    display:none;
}

.navbar{
    padding:12px 0;
}

.navbar-brand img{
    height:55px;
}

.navbar-collapse{
    background:#fff;
    margin-top:15px;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.navbar-nav .nav-item{
    margin:8px 0;
}

.signup-btn,
.signin-btn{
    width:100%;
    margin-top:10px;
    text-align:center;
}

.hero-section{
    padding:90px 0;
    text-align:center;
}

.hero-section h1{
    font-size:42px;
}

.hero-section p{
    font-size:17px;
}

.hero-btn{
    margin-bottom:40px;
}

.hero-btn .btn{
    margin:8px;
}

.hero-section img{
    max-width:85%;
    margin:auto;
}

.section-title{
    font-size:34px;
}

.about-home{
    text-align:center;
}

.about-home img{
    margin-bottom:40px;
}

.about-list{
    text-align:left;
    display:inline-block;
}

.business-plan{
    text-align:center;
}

.business-plan img{
    margin-bottom:40px;
}

.counter-box{
    margin-bottom:35px;
}

.cta-section{
    text-align:center;
}

.cta-btn{
    margin-top:30px;
}

footer{
    text-align:center;
}

footer .col-lg-2,
footer .col-lg-3,
footer .col-lg-4{
    margin-bottom:40px;
}

.footer-logo{
    margin:auto;
    margin-bottom:20px;
}

}
/*=========================================
RESPONSIVE CSS (Part-2)
=========================================*/

@media (max-width:767px){

section{
    padding:70px 0;
}

.hero-section{
    padding:70px 0;
}

.hero-section h5{
    font-size:15px;
}

.hero-section h1{
    font-size:34px;
    line-height:1.3;
}

.hero-section p{
    font-size:16px;
}

.hero-btn .btn{
    display:block;
    width:100%;
    margin:12px 0;
}

.section-tag{
    font-size:14px;
    padding:8px 18px;
}

.section-title{
    font-size:30px;
}

.section-subtitle{
    font-size:15px;
}

.feature-box{
    padding:30px 20px;
}

.feature-box img{
    width:70px;
}

.feature-box h4{
    font-size:20px;
}

.about-home h2{
    font-size:30px;
}

.business-plan h2{
    font-size:30px;
}

.process-box{
    margin-bottom:20px;
}

.process-icon{
    width:65px;
    height:65px;
    font-size:22px;
}

.counter-box h2{
    font-size:38px;
}

.counter-box i{
    font-size:38px;
}

.testimonial-box{
    margin-bottom:25px;
}

.testimonial-img{
    width:85px;
    height:85px;
}

.cta-section h2{
    font-size:30px;
}

.cta-section p{
    font-size:16px;
}

.cta-btn{
    width:100%;
}

footer{
    padding:60px 0 20px;
}

footer h4{
    margin-top:20px;
}

#backToTop{
    width:45px;
    height:45px;
    right:15px;
    bottom:15px;
}

}


@media (max-width:575px){

.hero-section h1{
    font-size:28px;
}

.section-title{
    font-size:26px;
}

.about-home h2,
.business-plan h2{
    font-size:26px;
}

.hero-section img{
    max-width:100%;
}

.feature-box,
.process-box,
.testimonial-box{
    border-radius:15px;
}

.counter-box{
    padding:25px 10px;
}

.counter-box h2{
    font-size:32px;
}

.counter-box h5{
    font-size:17px;
}

.footer-logo{
    height:60px;
}

.top-contact a{
    display:block;
    margin-bottom:8px;
}

}


/*=========================================
LARGE SCREEN
=========================================*/

@media (min-width:1400px){

.container{
    max-width:1320px;
}

.hero-section h1{
    font-size:68px;
}

.section-title{
    font-size:50px;
}

.about-home h2{
    font-size:50px;
}

.business-plan h2{
    font-size:50px;
}

}


/*=========================================
END OF RESPONSIVE CSS
=========================================*/