/*
Name: Responsive CSS File - Dicon - One Page Parallax html5 Template
Author: seven_themes
Version: 1.0
*/

/*----------------------------------------
  1 - Medium Device start
------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-text .large-heading {
        font-size: 60px;
    }
    .about h3 {
        font-size: 27px;
        line-height: 33px;
    }
    .about p {
        margin-top: 15px;
    }
    .about a {
        margin-top: 20px;
    }
    .fun-facts .fact span.timer {
        font-size: 36px;
    }
    .fun-facts .fact i {
        font-size: 38px;
    }
    .promo .promo-content h3 {
        font-size: 34px;
    }
    .team .single-team .team-content h5 {
        font-size: 16px;
    }
    .team .single-team .team-content p {
        font-size: 11px;
    }
}
/* End of Medium Device */
/*----------------------------------------
  2 - Tablet Device start
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 13px; 
        font-weight: 400;
        line-height: 1.8;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .section-title h3 {
        font-size: 28px;
    }
    .section-title .separator {
        margin: 15px auto;
    }
    .header-area .logo a {
        font-size: 22px;
    }
    .mainmenu ul.nav.navbar-nav > li > a {
        font-size: 12px;
        padding: 28px 10px;
    }
    .is-sticky .mainmenu .nav.navbar-nav a {
        font-size: 12px;
        padding: 23px 10px;
    }
    .cd-headline.clip span {
        padding: 0;
    }
    .header-text .large-heading {
        font-size: 54px;
        text-align: center!important;
        margin-bottom: 10px;
    }
    .header-text p {
        color: #eee;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .header-text a.blue-button,
    .header-text a.white-button {
        font-size: 12px;
        padding: 7px 30px;
    }
    .about {
        padding: 80px 0;
    }
    .about h3 {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
    }
    .about p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 6px;
        padding: 0;
    }
    .about a {
        font-size: 12px;
        margin-top: 7px;
        padding: 7px 30px;
    }
    .fun-facts {
        padding: 80px 0;
    }
    .fun-facts .fact {
        padding: 0;
    }
    .fun-facts .fact span.timer {
        font-size: 28px;
    }
    .fun-facts .fact p {
        font-size: 14px;
        margin: 10px 0;
    }
    .fun-facts .fact i {
        font-size: 32px;
    }
    .service {
        padding: 80px 0;
    }
    .service .single-service {
        padding: 30px 20px;
    }
    .service .single-service h5 {
        font-size: 15px;
    }
    .service .single-service .icon i {
        font-size: 26px;
        padding: 24px;
    }
    .promo {
        padding: 80px 0;
    }
    .promo .promo-content span {
        font-size: 10px;
    }
    .promo .promo-content h3 {
        font-size: 28px;
        margin: 8px 0;
    }
    .promo .promo-content p {
        margin-bottom: 10px;
    }
    .promo .promo-content a.blue-button {
        font-size: 12px;
        padding: 7px 30px;
    }
    .portfolio {
        padding: 80px 0;
    }
    .portfolio .portfolio-filter li {
        font-size: 13px;
        line-height: 1;
        padding: 0 11px;
    }
    .team {
        padding: 80px 0;
    }
    .pricing {
        padding: 80px 0;
    }
    .pricingTable .heading {
        font-size: 20px;
    }
    .pricingTable .price-value {
        font-size: 36px;
    }
    .pricingTable .read {
        font-size: 12px;
        padding: 6px 25px;
    }
    .promo2 {
        padding: 80px 0;
    }
    .promo2 .promo-content span {
        font-size: 10px;
    }
    .promo2 .promo-content h3 {
        font-size: 28px;
        margin: 8px 0;
    }
    .promo2 .promo-content p {
        margin-bottom: 10px;
    }
    .promo2 .promo-content a {
        font-size: 12px;
        padding: 7px 30px;
    }
    .blog {
        padding: 80px 0;
    }
    .testimonials {
        padding: 80px 0;
    }
    .testimonial .description {
        font-size: 13px;
    }
    .contact {
        padding: 80px 0;
    }
    .contact .form h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .widgets .single-widgets h6 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .widgets .single-widgets a {
        margin-top: 15px;
        padding: 6px 25px;
    }
    #footer .social-link a {
        margin-bottom: 15px;
    }
}
/* End of Tablet Device */
/*----------------------------------------
  3 - Mobile Device start
------------------------------------------*/
/* Mobile Device - Portait */
@media only screen and (max-width: 767px) {
    body {
        font-size: 13px; 
        font-weight: 400;
        line-height: 1.8;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .section-title h3 {
        font-size: 24px;
    }
    .section-title .separator {
        margin: 12px auto;
    }
    .header-area {
        background-color: #000;
        opacity: 1;
        border: none;
    }
    .header-area .logo {
        padding: 17px 0;
    }
    .header-area .logo a {
        color: #fff;
        font-size: 23px;
    }
    .mainmenu ul.nav.navbar-nav li {
        background-color: #000;
        display: block;
        text-align: left;
        z-index: 9999;
    }
    .mainmenu ul.nav.navbar-nav li a {
        color: #fff;
        padding: 7px 0;
    }
    .navbar-toggle {
        margin-bottom: 18px;
        margin-top: 18px;
        padding: 10px 10px;
        transition: .7s;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
     .is-sticky .header-area .logo {
        padding: 15px 0;
    }
    .is-sticky .header-area .logo a {
        color: #fff;
        font-size: 22px;
    }
    .is-sticky .mainmenu ul.nav.navbar-nav li a {
        padding: 8px 0;
    }
    .is-sticky .navbar-toggle {
        margin: 14px 14px;
    }
    .header-text h2.mobile-heading {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .header-text h2.mobile-heading > .cd-words-wrapper {
        display: inline!important;
    }
    .header-text h2.mobile-heading-2 {
        font-size: 29px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .header-text h2.mobile-heading-2 .cd-headline.loading-bar span {
        padding: 3px 0;
    }
    .header-text h2.mobile-heading-3 {
        font-size: 29px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .header-text p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .header-text a.blue-button,
    .header-text a.white-button {
        font-size: 12px;
        padding: 6px 23px;
    }
    .about {
        padding: 50px 0;
    }
    .about .container .row {
        display: block;
    }
    .about .about-content {
        margin-bottom: 30px;
    }
    .about .about-content h3 {
        font-size: 19px;
        line-height: 24px;
        padding: 0;
    }
    .about .about-content p {
        padding: 0;
        margin-top: 10px;
    }
    .about .about-content a.blue-button {
        font-size: 12px;
        padding: 6px 23px;
    }
    .about .about-content a {
        margin-top: 10px;
    }
    .fun-facts {
        padding: 60px 0 35px;
    }
    .fun-facts .fact {
        margin-bottom: 25px;
    }
    .fun-facts .fact span.timer {
        font-size: 28px;
    }
    .fun-facts .fact p {
        font-size: 14px;
        margin: 8px 0;
    }
    .fun-facts .fact i {
        font-size: 32px;
    }
    .service {
        padding: 60px 0;
    }
    .service .single-service .icon i {
        font-size: 26px;
        padding: 24px;
    }
    .service .single-service h5 {
        font-size: 16px;
        margin: 12px 0;
    }
    .service .single-service.mgb-30 {
        margin-bottom: 30px;
    }
    .promo {
        padding: 60px 0;
    }
    .promo .promo-content span {
        font-size: 9px;
    }
    .promo .promo-content h3 {
        font-size: 22px;
        margin: 5px 0;
    }
    .promo .promo-content p {
        margin-bottom: 8px;
    }
    .promo .promo-content a.blue-button {
        font-size: 12px;
        padding: 6px 23px;
    }
    .portfolio {
        padding: 50px 0;
    }
    .portfolio .portfolio-filter li {
        font-size: 12px;
        line-height: 1;
        padding: 0 9px;
    }
    .team {
        padding: 60px 0;
    }
    .team .single-team .team-content {
        padding: 11px 0;
    }
    .team .single-team .team-content h5 {
        font-size: 16px;
        font-weight: 500;
    }
    .team .single-team .team-content p {
        font-size: 11px;
    }
    .pricing {
        padding: 60px 0;
    }
    .pricingTable .heading {
        font-size: 18px;
    }
    .pricingTable .price-value {
        font-size: 30px;
    }
    .pricingTable .read {
        font-size: 11px;
        padding: 5px 23px;
    }
    .promo2 {
        padding: 60px 0;
    }
    .promo2 .promo-content span {
        font-size: 9px;
    }
    .promo2 .promo-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .promo2 .promo-content p {
        margin-bottom: 10px;
    }
    .promo2 .promo-content a {
        font-size: 12px;
        padding: 6px 23px;
    }
    .blog {
        padding: 60px 0;
    }
    .blog .single-blog span {
        font-size: 10px;
    }
    .blog .single-blog h6 {
        font-size: 15px;
        line-height: 18px;
    }
    .blog .single-blog a {
        font-size: 11px;
    }
    .testimonials {
        padding: 60px 0;
    }
    .testimonial .testimonial-content{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimonial .description{
        width: 100%;
        font-size: 13px;
    }
    .testimonial .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
    .contact {
        padding: 60px 0;
    }
    .contact .form h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 18px;
    }
    .client-logo {
        padding: 20px 0;
    }
    .widgets {
        padding: 60px 0 30px;
    }
    .widgets .single-widgets h6 {
        font-size: 15px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    .widgets .single-widgets a {
        font-size: 10px;
        font-weight: 500;
        margin-top: 10px;
        padding: 8px 20px;
    }
    .widgets .single-widgets {
        margin-bottom: 30px;
    }
}
/* Mobile Device - Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .header-text h2.mobile-heading {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .header-text h2.mobile-heading > .cd-words-wrapper {
        display: inline!important;
    }
    .header-text h2.mobile-heading-2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .header-text h2.mobile-heading-2 .cd-headline.loading-bar span {
        padding: 3px 0;
    }
    .header-text h2.mobile-heading-3 {
        font-size: 42px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .header-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .header-text a.blue-button,
    .header-text a.white-button {
        font-size: 12px;
        padding: 6px 23px;
    }
    .widgets .single-widgets h6 {
        letter-spacing: 4px;
    }
}
/* End of Mobile Device */