@charset "utf-8";
/* CSS Document */
@media (max-width: 1200px) {
    .social_icon {
        width: 90%;
    }

    .menu-bar {
        margin-left: 60px;
    }

    .hom-portfolio p, .hom-portfolio-2 p {
        padding-top: 30px;
    }
}

@media (max-width: 1150px) {
    .contact-sec ul li p {
        width: 73%;
    }

    .checkmark {
        left: 82px;
    }

    .img-area {
        min-height: 200px;
        max-height: 200px;
    }
    .img-area img {
        max-height: 200px;
    }

    .hom-portfolio p, .hom-portfolio-2 p {
        padding-top: 30px;
    }
}

@media (max-width: 1120px) {
    .img-area {
        min-height: 150px;
        max-height: 150px;
    }
    .img-area img {
        max-height: 144px;
    }
}

@media (max-width: 1050px) {
    .img-area {
        min-height: 186px;
        max-height: 186px;
    }

    .img-area img {
        max-height: 180px;
    }

    .hom-portfolio p, .hom-portfolio-2 p {
        font-size: 13px;
    }

    .navbar-nav {
        left: 0px;
    }

    .social_icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .social_icon li {
        float: none !important;
    }
}

@media (max-width: 991px) {
    .kids-literary {
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
    }

    .hom-portfolio p, .hom-portfolio-2 p {
        padding-top: 20px;
    }

    .dropdown-menu {
        left: 0% !important;
        box-shadow: 3px 13px 14px rgba(0, 0, 0, 0.3);
        width: 100%;
        padding: 13px 0 !important;
        position: relative !important;
    }

    .menu-bar {
        width: 8%;
        text-align: center;
        padding: 11px 0;
        font-size: 20px;
        margin: 0 auto;
    }

    .navigation {
        width: 100%;
    }

    .navigation > li > ul {
        position: relative;
        width: 100%;
        right: 0;
        top: 0px;
    }

    .third-menu {
        width: 100% !important;
        position: relative !important;
        left: 0px !important;
    }

    .logo-top {
        padding-top: 31px;
        padding-bottom: 20px;
    }

    .section-right {
        width: 100%;
    }

    .section-right a, .section-right-sec a {
        text-align: right;
        width: 100%;
        padding-right: 0px;
        position: relative;
    }

    .section-right-sec {
        width: 100%;
    }

    .hom-portfolio img {
        height: auto;
        width: 100%;
    }

    .hom-portfolio-2 {
        margin: 40px auto !important;
        display: block;
        width: 462px;
        top: 0px !important;
        padding-bottom: 70px;
    }

    .hom-portfolio {
        margin: 0 auto !important;
        display: block;
        width: 462px;
        top: 0px;
    }

    .top-space {
        padding-bottom: 30px;
        display: inline-block;
    }

    .carousel {
        width: 100%;
        display: inline-block;
        margin-top: 37px;
    }

    .footer-list li {
        line-height: 40px;
    }

    .img-area img {
        width: 350px;
        display: block;
        margin: 0 auto;
        max-height: 144px;
    }

    .img-area {
        min-height: 150px;
        max-height: 150px;
        width: 100%;
        text-align: center;
    }

    .images-section {
        /*padding-top: 50px;*/
        display: inline-block;
        width: 100%;
    }

    .img-area img {
        /*position: relative;*/
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .contact-sec ul li p {
        float: right;
        width: 66%;
    }
}

@media (max-width: 767px) {
    .footer-list li {
        line-height: 27px;
    }

    .img-area img {
        width: 300px;
        height: auto !important;
        display: block;
        margin: 0 auto;
        position: relative;
        max-height: 100%;
    }

    .img-area {
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .navbar-toggle {
        background: #fff;

    }

    .navbar-nav {
        left: 0px;
    }

    .navbar-toggle {
        background: #fff !important;
        border: #fff !important;
        padding: 14px !important;
    }

    .social_icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .social_icon li {
        float: none !important;
    }

    .navbar-toggle {
        display: none !important;
    }

    .collapse {
        display: block !important;
        border: 0px !important;
    }

    /*******contact**************/
    .contact-sec {
        padding-left: 0px !important;
        padding-top: 37px !important;
        display: inline-block;
    }

    .contact-sec ul li .purpose {
        left: 0px;
        position: relative;
        width: 100%;
        float: none;
        padding-bottom: 25px;
        font-weight: bold;
    }

    .top-space {
        display: none;
    }

    .body_container {
        padding: 50px 0 80px 0;
    }
}

@media (max-width: 685px) {
    .contact-sec ul li .name-check {
        width: 100%;
    }

    .contact-sec ul li input {
        width: 100%;
    }

    .checkmark {
        left: 0px;
    }

    .contact-sec ul li p {
        width: 82%;
    }

    .contact-sec ul li textarea {
        width: 100%;
    }

    .contact-sec ul li .imge-section {
        width: 51%;
        left: 0px;
    }

    .submit-btn-sha {
        left: 0px;
    }
}

@media (max-width: 601px) {
    .contact-sec ul li .imge-section {
        width: 96%;
    }

    .about-logo ul li {
        width: 41%;
        float: left;
        margin-left: 8%;
    }
    .about-logo ul li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .about-logo p {
        font-size: 15px;
        text-align: center;
    }

    .menu-bar {
        width: 13%;
    }

    .hom-portfolio, .hom-portfolio-2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .parah-liter, .parah-liter-contact, .parah-liter-send, .mail-shanon {
        font-size: 17px;
        line-height: 24px;
    }

    .image-relative span {
        right: 0px;
        font-size: 17px;
    }

    .kids-literary br {
        display: none;
    }

    .navigation {
        width: 93%;
    }

    .social_icon {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }

    .social_icon li {
        float: none !important;
    }

    .about-logo ul li {
        width: 100%;
        margin-left: 0;
    }

}
