@media only screen and (max-width: 980px) and (min-width: 320px) {
    section {
        overflow: hidden;
    }

    /* Nav Mobile Screen  */
    header .nav-bar ul.menu li {
        padding: 15px 30px !important;
        text-align: left;
        transition: 0.25s ease-in;
        display: block !important;
    }

    nav.mobile-view .nav-bar ul.menu li a {
        color: #fff !important;
    }

    nav.mobile-view .nav-bar ul.menu li a:hover, 
    nav.mobile-view .nav-bar ul.menu li a.active, 
    nav.mobile-view .nav-bar ul.menu li a:focus {
        color: #fff !important;
        background: #0C0C0C;
    }

    .nav-bar ul.menu li a:hover, .nav-bar ul.menu li a.active, .nav-bar ul.menu li a:focus {
        color: #0C0C0C;
    }

    #menu-list {
        display: block;
    }

    .mobile-screen {
        position: relative;
        display: block;
    }

    .mobile-screen #list-btn {
        display: block;
        color: #0C0C0C;
        position: absolute;
        top: -57px;
        right: 10px;
        font-size: 35px;
        transition: all 0.4s ease;
        transition: all 0.5s;
        -webkit-transition: all 0.25s;
        /* animation: heartBeat 4s linear infinite; */
        z-index: 99999999;
    }

    a#cross {
        position: fixed;
        top: 5px;
        right: 20px;
        font-size: 35px;
        z-index: 9999999999;
        display: none;
        color: #fff;
        -webkit-transition: 0.5s;
        transition: all 0.5s;
        animation: heartBeat 2s linear infinite;
    }

    nav.mobile-view {
        background: #8f8f8f;
        position: fixed;
        height: 100%;
        width: 100% !important;
        left: 150%;
        top: 0;
        bottom: 0;
        padding-top: 70px;
        z-index: 99911 !important;
        overflow: hidden;
        overflow-y: scroll;
        display: none;
        transition: .8s ease-In-Out;
        -webkit-transition: .8s ease-In-Out;
    }

    /* End Nav Mobile Screen */
    /* Dropdown */
    header nav ul li.dropdown:hover .dropdown-menu {
        left: 10px;
        top: 38px;
        background: #F3F3F3;
        width: 94%;
    }

    header nav ul li .dropdown-menu a {
        color: #0C0C0C !important;
    }

    /* Submenu  */
    .submenu-list:hover .dropdown-menu-submenu {
        position: absolute;
        left: 110px;
        top: 30px;
        z-index: 999 !important;
    }

    .submenu-list:hover .dropdown-menu-submenu a {
        color: #fff !important;
    }

    .top-bar {
        text-align: center;
    }

    /* Submenu */
    /* Dropdown End*/
    footer ul.menu li a {
        line-height: 29px;
        font-size: 13px;
        white-space: normal;
        word-wrap: break-word;
    }
    
    footer ul.menu li a img {
        width: 272px;
        margin-right: 8px;
    }

    .copyright {
        text-align: center;
        margin: 0;
        padding: 20px 0;
    }

    footer ul.menu li.f-logo {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 19px;
    }

    footer nav ul.menu {
        padding: 5px 0;
    }

    footer img.f-logo {
        max-width: 70%;
    }

    .main-banner {
        margin-top: -220px;
        padding: 180px 20px 50px;
        background: linear-gradient(135deg, #020638 0%, #0a1844 100%);
        background-size: cover;
    }
    
    .main-banner .container {
        padding: 0 15px;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 24px !important;
        line-height: 28px;
        letter-spacing: -1px;
    }

    p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .nav-bar a.logo {
        display: flex !important;
        align-items: center;
        width: auto !important;
    }

    .nav-bar a.logo img {
        max-width: 200px !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    h1 span {
        display: contents;
    }

    .banner h6.text-center {
        text-align: right !important;
    }

    .btn.btn-blue {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 11px;
        padding: 5px 10px;
    }

    .nav-bar ul.menu {
        text-align: center;
        padding-top: 10px;
        display: block !important;
    }

    .nav-bar ul.menu li {
        padding-bottom: 10px;
    }

    .nav-bar.sticky-nav-bar ul.menu {
        display: none;
    }

    .sticky-nav-bar {
        padding: 0px 0 10px !important;
    }

    .btn-blue, .btn-red, .btn-white-border {
        padding: 10px 20px !important;
        font-size: 11px;
    }

    .btn-blue i, .btn-red i, .btn-white-border i {
        font-size: 15px;
    }

    .get-started-form.main-form {
        margin: 10px auto 0;
        width: 100%;
    }

    .d-block {
        display: contents !important;
    }

    .services .ser-box {
        width: 100%;
        margin: 15px 0;
        height: auto !important;
    }
    
    .services .col-md-5,
    .services .col-md-7 {
        margin-bottom: 30px;
    }
    
    .services .col-md-5 img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .services .col-md-6 {
        padding: 0 10px;
    }

    .top-bar ul.menu.social-icons {
        display: block;
    }

    .top-bar .side-bar-one::after {
        display: none;
    }

    .social-icons li a {
        font-size: 14px;
    }

    .nav-bar {
        padding: 20px 0 0;
    }

    .cta-signup {
        width: 100%;
    }

    br {
        display: none;
    }

    .why-choose p, .why-choose li {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .why-choose h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .why-choose .d-flex {
        flex-direction: column;
    }

    .left, .right {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .why-choose .col-md-6 {
        margin-bottom: 30px;
    }
    
    .why-choose .col-md-6 img {
        width: 100%;
        height: auto;
    }

    .cta-signup {
        padding: 40px 20px;
    }
    
    .cta-signup h2 {
        padding: 0 0 20px;
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    .cta-signup .col-md-6 {
        margin-bottom: 30px;
    }
    
    .cta-signup .col-md-6 img {
        width: 100%;
        height: auto;
    }
    
    .cta-signup .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .client-info .ser-box.ser-box {
        width: 100%;
    }

    .gray-box {
        margin-bottom: 20px;
        height: auto;
    }

    .copyright ul.menu.d-inline-block {
        text-align: center;
    }

    .get-started-form.main-form h3 {
        font-size: 20px;
    }

    .borrow-tab ul.nav.nav-tabs li a {
        font-size: 12px;
        padding: 8px 15px;
    }
    
    .borrow-tab ul.nav.nav-tabs {
        flex-wrap: wrap;
    }
    
    .borrow-tab ul.nav.nav-tabs li {
        margin-bottom: 5px;
    }

    .tab-content {
        padding: 15px;
    }
    
    .info-work {
        padding: 20px 0;
    }
    
    .info-work img {
        width: 100% !important;
        height: auto;
        margin-bottom: 20px;
    }
    
    .info-work h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .info-work p {
        margin-bottom: 15px;
        line-height: 22px;
    }
    
    .info-work .btn {
        margin: 8px 8px 8px 0;
        display: inline-block;
    }
    
    .services .list-item {
        margin: 20px 0;
        padding-left: 0;
    }
    
    .services .list-item li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        padding-left: 20px;
    }
    
    .services .list-item li strong {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    
    .services .col-md-6 .list-item {
        margin-bottom: 25px;
    }
    
    .main-banner .col-md-6 {
        margin-bottom: 30px;
    }
    
    .main-banner .col-md-6:last-child {
        margin-bottom: 0;
    }
    
    .main-banner .get-started-form {
        margin-top: 20px;
    }
    
    .main-banner h1 {
        margin-bottom: 15px;
    }
    
    .main-banner p {
        margin-bottom: 15px;
    }
    
    .main-banner .list-item {
        margin: 15px 0;
    }
    
    .main-banner .btn {
        display: inline-block;
        margin: 5px 5px 5px 0;
        width: auto;
    }
    
    section {
        padding: 40px 0;
    }
    
    .slider-logos,
    .slider-graphs {
        padding: 30px 0;
    }
    
    .slider-logos .container,
    .slider-graphs .container {
        padding: 0 15px;
    }
    
    .am-pub .gray-box {
        padding: 20px 15px;
        text-align: center;
    }
    
    .am-pub .gray-box img {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
    }
    
    .am-pub .col-md {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1400px) and (min-width:980px) {
    .logo img {
        max-width: 100%;
    }

    .circle-box img {
        right: -10px;
    }

    .circle-box.b-four img, .circle-box.b-five img {
        right: -5px;
    }
}

/* Tablet */
@media only screen and (max-width: 980px) and (min-width: 768px) {

    .nav-bar a.logo img {
        max-width: 180px !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
    }

    .container {
        width: auto;
    }
}


@media only screen and (max-width: 767px){
 

section#portfolio P {
    width: 100% !important;
    margin-bottom: 40px !important;
}

section#testmonial {
    padding: 0 20px;
}

.packages_sec_wraper.top {
    display: none;
}

section.nav-bar.sticky-nav-bar {
    padding: 10px 0 !important;
}

.nav-bar a.logo img {
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
}

.main-banner {
    margin-top: 0;
    padding: 120px 15px 40px;
}

.main-banner h1 {
    font-size: 22px;
    line-height: 26px;
}

.main-banner .btn {
    width: 100%;
    margin: 8px 0;
    display: block;
    text-align: center;
}

.why-choose .d-flex {
    flex-direction: column;
}

.why-choose .left,
.why-choose .right {
    width: 100%;
    margin-bottom: 25px;
}

.why-choose .col-md-6 {
    margin-bottom: 30px;
}

.services .col-md-5,
.services .col-md-7 {
    width: 100%;
    margin-bottom: 25px;
}

.cta-signup .col-md-6 {
    width: 100%;
}

.cta-signup .btn {
    width: 100%;
    margin: 10px 0;
}

.am-pub .col-md {
    width: 100%;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px !important;
    line-height: 28px !important;
}

h3 {
    font-size: 18px !important;
}

.container {
    padding: 0 15px;
}

section {
    padding: 30px 0;
}

footer ul.menu li a {
    font-size: 12px;
    white-space: normal;
    display: block;
}

.services .list-item li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}

.services .list-item li strong {
    font-size: 15px;
}

.info-work .btn {
    width: 100%;
    margin: 8px 0;
    display: block;
    text-align: center;
}

.borrow-tab ul.nav.nav-tabs li a {
    font-size: 11px;
    padding: 6px 12px;
}

.borrow-tab .col-md-4,
.borrow-tab .col-md-8 {
    width: 100%;
    margin-bottom: 20px;
}

a#goto-top {
    bottom: 80px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
    
}