@media only screen and (max-width: 1900px) {
    body {
        overflow-x: hidden
    }

    .right-made-img {
        width: 785px;
    }

    .left-about-img {
        width: 785px;
        left: -240px;
    }

}


@media (max-width: 1440px) {
    body {
        overflow-x: hidden
    }

    .right-made-img {
        width: 705px;
    }

}

@media only screen and (max-width: 1366px) {
    .right-made-img {
        width: 655px;
    }
}

@media only screen and (max-width: 1300px) {

    .right-made-img {
        width: 635px;
    }

    .carousel-control-next {
        right: -25px;
    }

    .carousel-control-prev {
        left: -25px;
    }
}

@media only screen and (max-width:1200px) {
    .right-made-img {
        width: 585px;
    }

    .slick-prev {
        left: -38px !important;
    }

    .slick-next {
        right: -38px !important;
    }

    .phillips {
        width: 5%;
    }

    .logo {
        margin-right: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .right-made-img {
        width: 583px;
    }

    .navigation {
        padding: 0px 0px;
        height: 42px;
    }

    #cssmenu>ul>li>a {
        font-size: 13px;

    }

    .enquiry {
        padding: 0px 18px;

        width: 90px;
        margin-left: 5px;
    }

    #cssmenu ul ul li a {
        font-size: 14px;
    }

    .phillips {
        width: 5%;
    }

    .logo {
        margin-right: 0;

    }
}


@media only screen and (max-width:1100px) {
    .right-made-img {
        width: 535px;
    }

    #cssmenu>ul>li>a {
        font-size: 16px;
        color: #fff;
        padding: 0px 15px;
        text-align: left;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        background: #f1770b;
        z-index: 9999;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #d8d8d8;
        margin: 0;
    }

    #cssmenu ul li:hover {
        background: #ff6600;
        color: #fff !important;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        line-height: 40px;
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #000 !important;
        color: #fff;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #fff !important;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0px;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 20px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }

    .button {
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        z-index: 11;
    }

    .button:after {
        position: absolute;
        top: 19px;
        right: 5px;
        display: block;
        height: 5px;
        width: 35px;
        border-top: 5px solid #000;
        border-bottom: 5px solid #000;
        content: '';
        padding: 3px;
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 8px;
        right: 5px;
        display: block;
        height: 5px;
        width: 35px;
        background: #000;
        content: ''
    }


    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 17px;
        border: 0;
        height: 5px;
        width: 35px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 17px;
        background: #fff;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 5px;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #fff;
        height: 40px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #ff6600
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 19px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 16px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    .navigation {
        float: left;
        width: 100%;
        z-index: 999;
        position: relative;
    }

    .navigation-box {
        position: relative;
        float: none;
        padding-left: 0px;
    }

    .enquiry {
        background: #f1770b;
        border-radius: 0px;
        padding: 0px;
        height: auto;
        width: 100%;
        margin-left: 0px;
        cursor: pointer;
    }

    .button {
        top: 0px;
    }


    .phillips {
        width: 5%;
        position: absolute;
        top: 15%;
        right: 45%;
    }
}

@media only screen and (max-width:1099px) {
    #top {
        height: auto;
    }

    .right-made-img {
        width: 534px;
    }

    .left-about-img {
        width: 785px;
        left: -305px;
    }

    .clients-logo {
        padding: 0 10px;
    }

    .col-md-3s {
        padding: 0 9px;
    }
}


@media only screen and (max-width:1024px) {
    .container {
        max-width: 940px;
    }

    .right-made-img {
        max-width: 510px;
        width: 100%;
    }

    .left-about-img {
        max-width: 520px;
        width: 100%;
        position: static;
    }

    .navigation {
        margin: 0px;
    }

    .wrapt:before {
        background: none;
    }

    .wrapt:after {
        background: none;
    }

    .third-blog-1 {
        padding: 20px 64px 20px 64px !important;
    }

    .third-blog-2 {
        padding: 20px 64px 20px 64px !important;
    }

    .login-student,
    .login-faculty {
        display: block;
    }

    .left-login2,
    .left-login {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .container {
        max-width: 920px;
    }

    .col-md-3s {
        padding: 0 8px;
    }

    .key-1 p {
        font-size: 14px;
        font-weight: 400;
        padding: 33px 0px 0px 0px;
    }

    .key-1 img {
        width: 84%;
    }

    .carousel-caption p {
        margin-right: 120px;
    }

    .solution-gallery {
        padding-top: 80px;
        padding-bottom: 30px;

    }

    section#about-us {
        padding-top: 50px;
    }

    .inner-slider {
        margin-top: 50px;
    }

    .inner-slider p {
        width: 91%;
    }


    .slider-overlay .project_head {
        font-size: 18px;
    }

    inner-key {

        margin-top: 50px;
    }

    .inner-slider h2 {
        padding: 50px 0 10px 0;
    }

    .inner-key h2 {
        padding: 50px 0 10px 0;
    }

    .inner-client {
        padding: 50px 0 80px 0;
    }

    .inner-client p {
        width: 90%;
    }

    .clients-logo {
        padding: 0 7px;
    }

    .turnkey-gall-head {
        font-size: 18px;
    }

    .inner-key p {
        width: 90%;
    }

    .col-box {
        padding-top: 50px;
    }

    .made-text-area-left {
        margin-right: 50px;
        margin-top: 50px;
    }

    .right-about-text-area {
        margin-top: 50px;
        margin-left: 50px;
    }

    .inner-key {
        margin-top: 50px;


    }

}

@media only screen and (max-width:960px) {

    .clients-logo {
        padding: 0 6px;
    }

    .clients-logo {
        padding: 0 6px;
    }

    .container {
        max-width: 820px;
    }

    .col-box p {
        width: 100%;
        font-size: 13px;
    }

    .my-slider {
        margin-top: 50px;

    }

    .slick-slider img {
        display: block;
        margin: auto;
        height: auto;

    }

    .inner-slider {
        background-size: 100% 100%;
        padding-bottom: 10px;
    }

    .text p {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .text h4 {
        font-size: 20px;
        padding-bottom: 0;
        line-height: 20px;
    }

    .text-2 p {
        margin: 0px;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .text-2 h4 {
        font-size: 20px;
        padding-bottom: 0px;
        line-height: 20px;
    }

    .news-bg-box {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:800px) {
    .size-six-img {
        height: auto;
    }

    .logo {
        width: 100%;
    }

    .news-bg-box {
        display: none;
    }

    .marqueeee {
        margin-top: 0px;
    }

    .courses-offer h2 {
        margin-top: 20px;
    }

    .notice-box h2 {
        padding-top: 15px
    }

    .notice-about {
        margin-top: 20px;
    }

    .about-us {
        margin-bottom: 20px;
    }

    #social-icons {
        padding: 0px 0 20px;
    }

    section#box-no-space {
        padding: 20px 0;
    }

    .inner-courses h3 {
        padding-top: 0px;
    }

    #courses {
        padding: 20px 0;
    }

    .container {
        max-width: 700px;
    }

    .carousel-caption h2 {
        font-size: 22px;
    }

    .carousel-caption p {
        font-size: 22px
    }

    .carousel-caption {
        top: 35%;
    }

    .btn-slider {
        width: 80px;
        height: 30px;

        line-height: 30px;

        margin-top: 15px;
    }

    .btn-slider a {
        font-size: 11px;

    }

    .clients-row {
        padding-top: 50px;
        text-align: center;
    }

    inner-client {
        padding: 50px 0 50px 0;
    }

    .clients-logo {
        padding: 10px 10px;
    }

    .footer-prt-1 .foot-logo-img {
        width: 100%;
    }

    .footerprt-2 ul li {
        font-size: 11px;
    }

    .footerprt-3 ul li {
        font-size: 11px;
    }

    .col-box p {
        width: 100%;
        font-size: 11px;
    }

    .button {
        top: 0px;
    }

    .text p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .text h4 {
        font-size: 18px;
    }

    .text p {
        font-size: 15px;
        padding-bottom: 5px;
        line-height: 20px;
    }

    .text h4 {
        font-size: 20px;
        padding-bottom: 0;
        line-height: 20px;
    }

    .text-2 p {
        margin: 0px;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .text-2 h4 {
        font-size: 20px;
        padding-bottom: 0px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {
    p {
        text-align: justify;
    }

    .container {
        max-width: 675px;
    }

    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .inner-made-india {
        background: none;
        width: 100%;
        height: auto;
    }

    .right-made-img {
        margin: auto;
    }

    .made-text-area-left h2 {
        text-align: left;
    }

    .made-text-area-left h3 {
        text-align: left;
        padding-left: 0px;
    }

    .made-text-area-left p {
        text-align: left;

    }

    .project-btn {
        margin-left: 0 !important;

    }

    .left-about-img {
        margin: auto;
    }

    .right-about-text-area {
        margin-left: 0;
    }

    .footer-prt-1 .foot-logo-img {
        width: 300px;
    }

    .footerprt-2 h2 {
        font-size: 20px;
    }

    .footer-prt-1 {
        padding-bottom: 20px;
    }

    .social-media {
        text-align: center;
    }

    .footerprt-3 h2 {
        font-size: 20px;
    }

    .footerprt-2 ul li {
        font-size: 14px;
    }

    .footerprt-3 ul li {
        font-size: 14px;
    }

    .footer-prt-4 h2 {
        font-size: 20px;
    }

    .footer-prt-4 {
        padding-top: 20px;
    }

    .text {
        color: white;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-15%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .text h4 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        padding-bottom: 12px;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 30px;
    }

    .text p {
        width: 100%;
        color: #fff;
        text-align: center;
        margin: 0px;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        padding-bottom: 35px;

    }

    .text-2 h4 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        padding-bottom: 12px;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 30px;
    }

    .text-2 p {
        width: 100%;
        color: #fff;
        text-align: center;
        margin: 0px;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        padding-bottom: 35px;

    }

    .mobile-hide {
        display: none;
    }

    .phillips {
        width: 15%;
        right: 38%;
    }
 
}


@media only screen and (max-width:700px) {
    .slider-overlay .project_head {
        font-size: 14px;
    }

    .container {
        max-width: 620px;
    }

    .key-1 {
        width: 30%;
        padding-bottom: 20px;
    }

    .key-1 img {
        width: 100px;
    }

    .col-box p {
        width: 100%;
        font-size: 15px;
    }

    .inner-key {
        background-position: top;
        background-size: 100% 100%;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:600px) {
    .container {
        max-width: 540px;
    }

    .slider-overlay .project_head {
        font-size: 24px;
    }

    .inner-key {

        padding-bottom: 0px;
    }

    .inner-key {
        background-position: top;
        background-size: 100% 100%;
    }

    .inner-key {
        padding-bottom: 30px;
    }

    .inner-slider {
        background-size: 100% 100%;
        padding-bottom: 50px;
    }

    .left-copyright p {
        font-size: 12px;
    }

    .carousel-caption p {
        font-size: 14px;
        margin-right: 0px;
    }

}

@media only screen and (max-width:575px) {
    .nat ul li {
        width: 100%;
        margin: 0px 0 15px 0;
    }

    .container {
        max-width: 480px;
    }

    .carousel-caption h2 {
        margin-bottom: 0px;
    }

    .btn-slider {
        margin-top: 10px;
    }

    .btn-slider {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    #solutions {
        padding: 40px 0 0 0;
    }

    .solution-head p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .solution-gallery {
        background: none;
        padding-top: 30px;

    }

    .turnkey-gall-head {
        font-size: 28px;
    }

    .made-text-area-left p {
        padding-bottom: 0px;
        text-align: justify;
    }

    .right-about-text-area p {
        padding-bottom: 0px;
        text-align: justify;
    }

    .inner-copyright {
        height: 100%;
        max-height: 100%;
    }

    .right-copyright p {
        text-align: left;
    }

    .left-copyright p {
        line-height: 38px;
    }

    .carousel-caption {
        padding: 0 25px;
    }


    .carousel-caption h2 {
        font-size: 18px;

    }

    .carousel-caption p {
        font-size: 11px;
    }

    .btn-slider {
        margin-top: 0px;
    }

    .inner-slider p {
        width: 100%;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .slick-arrow {
        display: none !important;
    }

    .left-about-img img {
        width: 100%;
    }

    .right-made-img img {
        width: 100%;
    }

    .clients-row {
        margin-top: 0px;
    }

    .key-1 p {
        padding-top: 5px;
    }

    .img-right {
        border: none;
        float: none;
        margin: auto;
        padding: 8px 0 30px 0;
        DISPLAY: BLOCK;
    }

    .img-left {
        border: none;
        float: none;
        margin: auto;
        padding: 8px 0 30px 0;
        DISPLAY: BLOCK;
    }

    .back-btn h4 {
        text-align: left;
    }

    .contact-form-wthreelayouts {
        padding: 2em;
    }

    .mobile-offset-none {
        margin: auto;
    }

    .bottom-pagination {
        margin-left: 0px;
    }

    .inner-footer {
        padding: 20px 0
    }

    .padd-l-0 {
        padding-left: 15px !important;
    }

    .principal2 {
        padding: 20px 0
    }


    .pdf-container img {
        width: 70%;
    }
   .modal-content{
    margin-left: 0px;
   }
}

@media only screen and (max-width:520px) {
    .container {
        max-width: 430px;
    }

    .solution-head {
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width:480px) {

    button.btn.btn-primary-2 {
        width: 100%;
    }

    .container {
        max-width: 420px;
    }

    .made-text-area-left {
        margin-right: 0;

    }

    .carousel-indicators {
        bottom: -22%;
    }

    .phillips {
        width: 22%;
        position: absolute;
        top: 15%;
        right: 30%;
    }
}


@media only screen and (max-width:460px) {

    button.btn.btn-primary-2 {
        width: 100%;
    }

    .container {
        max-width: 400px;
    }

    .inner-key {
        background-size: 100%;
        background: #000 url(../images/key-succes-back.jpg) center;
        background-position: top;
        background-repeat: no-repeat;
    }

    .col-box p {
        text-align: center;
    }

    .key-1 {
        width: 100%;
        font-size: 20px;
        padding-bottom: 50px;
    }

    .clients-logo {
        width: 100%;
        padding-bottom: 50px;
    }

    .inner-client {
        padding: 50px 0 0px 0;
    }


}


@media only screen and (max-width:420px) {
    button.btn.btn-primary-2 {
        width: 100%;
    }

    .container {
        max-width: 390px;
    }

    .made-text-area-left {
        margin-right: 0;
        margin-top: 50px;
    }

    .courses-offer h2 {
        margin-top: 25px;
    }

    .certificad {
        text-align: center;
        margin-top: 40px;
    }

    #courses {
        padding: 40px 0;

    }

    .third-blog-1 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .third-blog-2 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .size-three-img img {
        height: auto;
        width: auto;
    }

    .padd-0 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        width: 100%;
    }

    #third {
        width: 100%;
        display: inline;
    }

    .third-blog-1 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .third-blog-2 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .third-blog-1 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-2 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-1 p {
        padding-right: 29px;
        padding-left: 20px;
    }

    .third-blog-2 p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .third-blog-1 a {
        margin-top: 20px;
        margin-left: 124px;
        margin-bottom: 20px;
    }

    .third-blog-2 a {
        margin-top: 20px;
        margin-left: 124px;
        margin-bottom: 20px;
    }

    .wrapt:before {
        display: none;
    }

    .wrapt:after {
        display: none;
    }

    .cback-white {
        height: 0px;
    }
}

@media only screen and (max-width:360px) {
    button.btn.btn-primary-2 {
        width: 100%;
    }

    .cback-white {
        height: 0px;
    }

    .wrapt:before {
        display: none;
    }

    .container {
        width: 360px;
    }

    .turnkey-gall-head {
        font-size: 24px;
    }

    .carousel-caption {
        top: 20%;
    }

    .solution-head .solution-heading {
        font-size: 25px;
    }

    .made-text-area-left h2 {
        font-size: 25px;
    }

    .made-text-area-left h3 {
        font-size: 25px;
    }

    .right-about-text-area h2 {
        font-size: 25px;
    }

    .right-about-text-area h3 {
        font-size: 25px;
    }

    .inner-slider h2 {
        font-size: 25px;
    }

    .inner-slider p {
        font-size: 25px;
    }

    .inner-key h2 {
        font-size: 25px;
    }

    .inner-key p {
        font-size: 25px;
        text-align: justify;

    }

    .inner-client h2 {
        font-size: 25px;
    }

    .inner-client p {
        font-size: 25px;
        text-align: justify;
    }

    .col-box p {
        text-align: center;
    }

    .col-box p {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }

    .text-2 p {
        font-size: 18px;
    }

    .logo-head {
        padding: 10px 15px;
    }


    .navigation {
        margin-left: 0px;
    }

    .button {
        top: 0;
    }



    .courses-offer h2 {
        margin-top: 25px;
    }

    .certificad {
        text-align: center;
        margin-top: 40px;
    }

    #courses {
        padding: 40px 0;

    }

    .third-blog-1 {
        width: 50%;
        padding: 20px 0 !important;
    }

    .third-blog-2 {
        width: 50%;
        padding: 20px 0 !important;
    }

    .size-three-img img {
        height: auto;
        width: auto;
    }

    .col-md-3s {
        display: none;
    }

    .logo {
        width: 100%;
    }

    #third {
        width: 100%;
        display: inline;
    }

    .third-blog-1 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .third-blog-2 {
        width: 100%;
        padding: 20px 0 !important;
    }

    .third-blog-1 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-2 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-1 p {
        padding-right: 29px;
        padding-left: 20px;
    }

    .third-blog-2 p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .third-blog-1 a {
        margin-top: 20px;
        margin-left: 124px;
        margin-bottom: 20px;
    }

    .third-blog-2 a {
        margin-top: 20px;
        margin-left: 124px;
        margin-bottom: 20px;
    }

    .wrapt:after {
        display: none;
    }

    #inner-matter {
        padding: 0px 0 20px 0;
    }

    .about-img img {
        margin-bottom: 20px;
    }

    #inner-matter h2 {
        padding: 0px 0 20px;
    }

    .about-us h2,
    .courses-offer h2,
    #inner-matter h2,
    #inner-matter h3 {
        font-size: 22px;
    }

    #inner-matter h3 {
        padding-top: 0px;
    }
}

@media only screen and (max-width:320px) {
    button.btn.btn-primary-2 {
        width: 100%;
    }

    .cback-white {
        height: 0px;
    }

    .wrapt:after {
        display: none;
    }

    .wrapt:before {
        display: none;
    }

    .third-blog-1 p {
        padding-right: 29px;
        padding-left: 20px;
    }

    .third-blog-2 p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .third-blog-2 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-1 h3 {
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 0px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .third-blog-1 {
        width: 100%;
        padding: 20px 0 !important
    }


    .col-md-3s {
        display: none;
    }

    .footer-prt-1 .foot-logo-img {
        width: 100%;
    }

    .courses-offer h2 {
        margin-top: 0px;
    }

    .certificad {
        text-align: center;
        margin-top: 40px;
    }

    #courses {
        padding: 40px 0;

    }

}

.pdf-hading {
    display: flex;
    text-align: justify;
    font-size: 17px !important;
}


/* -------------------------------- */
@media only screen and (max-width:991px) {
    .pdf-hading {
        width: 80%;
        font-size: 14px !important;
        color: #238de3 !important;
    }

}