@media (max-width: 1199px) {
    .logo {
        width: 45%;
        margin-right: 10px;
    }
    #cssmenu>ul>li {
        margin: 0 8px;
    }
}

@media (max-width: 1099px) {
    .logo {
        width: 42%;
        margin-right: 10px;
    }
    #cssmenu>ul>li {
        margin: 0 5px;
    }
    #header {
        height: 90px;
        padding: 19px 0px;
    }
}

@media only screen and (max-width:800px) {
    #cssmenu>ul>li>a {
        font-size: 16px;
        color: #fff;
        padding-left: 30px;
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #fb812b;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #d8d8d8;
        margin: 0;
    }
    #cssmenu ul li:hover {
        background: #002060;
        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
    }
    #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
    }
    #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: 0px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        top: -68px;
        right: 20px;
        border: 2px solid #002060;
        width: 48px;
        height: 47px;
        position: absolute;
        cursor: pointer;
        z-index: 12399994;
        border-radius: 6px;
    }
    .button:after {
        position: absolute;
        top: 20px;
        right: 7px;
        display: block;
        height: 8px;
        width: 30px;
        border-top: 6px solid #fb812b;
        border-bottom: 6px solid #fb812b;
        content: '';
        padding: 3px;
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 7px;
        right: 7px;
        display: block;
        height: 6px;
        width: 30px;
        background: #365072;
        content: '';
    }
    .button.menu-opened {
        border: none;
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 7px;
        width: 50px;
        background: #c4d82f;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 2px;
    }
    .button.menu-opened:before {
        top: 23px;
        right: 2px;
        background: #c5d92c;
        width: 50px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 7px;
    }
    #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: #002060
    }
    #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: none;
        width: 100%;
        z-index: 999999;
        position: relative;
    }
    .navigation-box {
        position: relative;
        float: none;
    }
    .enquiry {
        background: #f1770b;
        border-radius: 0px;
        padding: 0px;
        height: auto;
        width: 100%;
        margin-left: 0px;
        cursor: pointer;
    }
    .logo-head {
        position: relative;
    }
    #cssmenu li:hover>ul {
        top: 0px;
    }
    #cssmenu>ul>li:hover>a,
    #cssmenu ul li.active a {
        color: #fff;
    }
    .testimonial .carousel-indicators {
        display: none !important;
    }
    .carousel-indicators {
        display: none !important;
    }
    .logo {
        text-align: left;
        float: left;
        width: 79%;
    }
    #header {
        height: 90px;
        padding: 10px 0px;
    }
    .button {
        top: -66px;
    }
    .breadcrumb-w3pvt {
        display: none;
    }
    .mobile-none {
        display: none;
    }
    .footer-logo img {
        width: 62%;
        float: none;
        margin: auto;
        display: block;
    }
    .footer-form {
        margin-top: 10px;
    }
    .footer-social-icon ul li {
        display: inline-block;
        float: none;
    }
    .footer-social-icon {
        margin: auto;
        display: block;
        float: none;
    }
    .footer-social-icon ul {
        text-align: center;
        margin: auto;
        display: block;
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .order_3 {
        order: 3;
    }
    .inner-head h2 {
        line-height: 35px;
        font-size: 23px;
        padding: 15px 0;
    }
    #inner-banner {
        background: url(../images/inner-banner.jpg) left top;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #cssmenu>ul>li:hover,
    #cssmenu ul li.active:hover,
    #cssmenu ul li.active,
    #cssmenu ul li.has-sub.active:hover {
        height: 0;
    }
    .logo {
        text-align: left;
        float: left;
        width: 70%;
    }
    #header {
        height: 80px;
        padding: 10px 0px;
    }
    .button {
        top: -55px;
    }
    .breadcrumb-w3pvt {
        display: none;
    }
    .mobile-none {
        display: none;
    }
    .footer-logo img {
        width: 62%;
        float: none;
        margin: auto;
        display: block;
    }
    .footer-form {
        margin-top: 10px;
    }
    .footer-social-icon ul li {
        display: inline-block;
        float: none;
    }
    .footer-social-icon {
        margin: auto;
        display: block;
        float: none;
    }
    .footer-social-icon ul {
        text-align: center;
        margin: auto;
        display: block;
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .order_3 {
        order: 3;
    }
    .inner-head h2 {
        line-height: 35px;
        font-size: 23px;
        padding: 15px 0;
    }
    #inner-banner {
        background: url(../images/iner-banner.jpg) left top;
        height: auto;
    }
    .mobile-view {
        display: block;
    }
    .about-2 {
        padding-top: 20px;
    }
    .inner-about-2 p {
        line-height: 26px;
    }
    .articiles-sec .article:before {
        content: '';
        position: absolute;
        left: 105px;
        border-left: 22px solid #c5d92d;
        border-bottom: 23px solid #ffffff;
        border-top: 27px solid #ffffff;
    }
    .articiles-sec .article {
        background: #c5d92c;
        float: left;
        width: 100px;
        text-align: center;
    }
    .articiles-sec .article h4 {
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .articiles-sec ul {
        padding-top: 14px;
    }
    #header {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-view {
        display: block;
    }
    .thumb img {
        width: 100%;
    }
    .footer-form {
        width: 350px;
    }
    .single-item {
        margin-bottom: 20px;
    }
    #header {
        padding: 10px 0 20px;
        height: auto;
    }
    .inner-top p {
        font-size: 13px;
        padding-right: 10px;
    }
    .button:after {
        position: absolute;
        top: 20px;
        right: 7px;
        display: block;
        height: 8px;
        width: 30px;
        border-top: 6px solid #365072;
        border-bottom: 6px solid #365072;
        content: '';
        padding: 3px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #b2c32c;
    }
    .about-2 {
        padding-top: 20px;
    }
    .inner-about-2 p {
        line-height: 26px;
    }
    .articiles-sec .article:before {
        content: '';
        position: absolute;
        left: 105px;
        border-left: 22px solid #c5d92d;
        border-bottom: 23px solid #ffffff;
        border-top: 27px solid #ffffff;
    }
    .articiles-sec .article {
        background: #c5d92c;
        float: left;
        width: 100px;
        text-align: center;
    }
    .articiles-sec .article h4 {
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .articiles-sec ul {
        padding-top: 14px;
    }
    #header {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #b2c32c;
    }
    .button:after {
        position: absolute;
        top: 20px;
        right: 7px;
        display: block;
        height: 8px;
        width: 30px;
        border-top: 6px solid #365072;
        border-bottom: 6px solid #365072;
        content: '';
        padding: 3px;
    }
    .single-item {
        margin-bottom: 20px;
    }
    .thumb img {
        width: 100%;
    }
    .inner-top p {
        font-size: 13px;
        padding-right: 10px;
    }
    .font-awesome i {
        padding-right: 3px;
    }
    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none;
    }
    .logo {
        width: 62%;
    }
    #header {
        padding: 10px 0 10px;
        height: auto;
    }
    #about-us {
        padding: 30px 0;
    }
    .inner-about h1 {
        font-size: 29px;
    }
    .title img {
        padding-top: 5px;
    }
    .inner-about p {
        margin: 10px auto 0px;
        text-align: justify;
        width: 100%;
    }
    section#courses {
        padding: 30px 0;
    }
    .single_our_course {
        margin-top: 20px;
    }
    #third-section {
        padding: 30px 0;
    }
    .why-choose h2 {
        font-family: Poppins, sans-serif;
        font-size: 29px;
        font-weight: 700;
        margin: 0;
        text-align: justify;
        color: #002060;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    .inner-courses h1 {
        font-size: 29px;
    }
    .why-choose ul li {
        font-size: 17px;
        color: #333;
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .industry-serve h2 {
        font-size: 29px;
        padding-bottom: 10px;
    }
    .carousel-caption p {
        text-align: left;
        margin: 0px;
        line-height: 26px;
        padding: 0px;
        font-family: 'Roboto', sans-serif;
        color: #562803;
        font-size: 14px;
    }
    .testimonial .carousel-caption {
        right: 29% !important;
        left: 5% !important;
        top: -5px !important;
    }
    .testimonial .carousel-item img {
        width: 100%;
        height: 220px;
    }
    .industry-serve {
        margin-top: 20px;
    }
    #edge-ahead {
        padding: 30px 0 30px;
    }
    .inner-edge-ahead h1 {
        font-size: 29px;
    }
    .inner-edge-box {
        padding-top: 30px;
    }
    #footer {
        padding: 30px 0 20px 0;
    }
    .footer-form {
        background: #fff;
        width: 315px;
        height: 460px;
        padding: 30px 30px 50px 30px;
        text-align: center;
        margin-top: 10px;
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .order_3 {
        order: 3;
    }
    .footer-logo img {
        width: 62%;
        float: none;
        margin: auto;
        display: block;
    }
    .footer-social-icon {
        float: none;
        margin-right: 0px;
        margin-left: 54px;
    }
    .inner-para {
        margin-top: 20px;
    }
    .inner-para p {
        margin: 0px 0 10px;
    }
    section#matter {
        margin: 30px 0;
    }
    #inner-banner {
        background: url(../images/iner-banner.jpg) left top;
        height: auto;
    }
    .inner-head h2 {
        line-height: 35px;
        font-size: 23px;
        padding: 15px 0;
    }
    .programme {
        margin-bottom: 20px;
    }
    .breadcrumb-w3pvt {
        display: none;
    }
    .button {
        top: -56px;
    }
    section#contact-us {
        margin: 40px 0;
    }
    .contact-box {
        margin-bottom: 30px;
    }
}