/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media all and (max-width: 1366px) {
    .nav-bar {
        display: block;
        float: right;
        top: 0;

    }

    .nav-bar span {
        float: left;
        font-size: 20px;
        padding: 20px;
        color: #fff;
    }

    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    header nav {
        width: 35%;
        position: fixed;
        right: -100%;
        top: 50px;
        overflow: auto;
        height: 80%;
        background: #121d2f;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin-top: 20px;
        width: 100%;
    }

    header ul li a {
        display: block;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li ul li:first-child {
        border-top: 1px solid #ffffff99;
    }

    header nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    header nav ul li .fa-angle-down {
        position: relative;
        top: 3px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1280px) {


    .nav-bar {
        display: block;
        float: right;
        top: 0;

    }

    .nav-bar span {
        float: left;
        font-size: 20px;
        padding: 20px;
        color: #fff;
    }

    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    header nav {
        width: 35%;
        position: fixed;
        right: -100%;
        top: 50px;
        overflow: auto;
        height: 80%;
        background: #121d2f;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin-top: 20px;
        width: 100%;
    }

    header ul li a {
        display: block;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li ul li:first-child {
        border-top: 1px solid #ffffff99;
    }

    header nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    header nav ul li .fa-angle-down {
        position: relative;
        top: 3px;
    }


    .why_choose_us {

        height: 573px;

    }

    .choose_us_item {
        padding: 0 0 10px 0;
    }

    .choose_us_item .icon {

        width: 50px;
        height: 50px;

    }

    .choose_us_item .icon .ficon::before {
        font-size: 25px;
        line-height: 50px;

    }

    .choose_us_item .text h5 {
        font-size: 17px;
    }


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {

    .nav-bar {
        display: block;
        float: right;
        top: 0;

    }

    .nav-bar span {
        float: left;
        font-size: 20px;
        padding: 20px;
        color: #fff;
    }

    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    header nav {
        width: 35%;
        position: fixed;
        right: -100%;
        top: 50px;
        overflow: auto;
        height: 80%;
        background: #121d2f;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin-top: 20px;
        width: 100%;
    }

    header ul li a {
        display: block;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li ul li:first-child {
        border-top: 1px solid #ffffff99;
    }

    header nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    header nav ul li .fa-angle-down {
        position: relative;
        top: 3px;
    }

    .why_choose_us .container > img {
        display: none;
    }

    .why_choose_us {
        height: 573px;
    }


    .choose_us_item {
        padding: 0 0 10px 0;
    }

    .choose_us_item .icon {

        width: 50px;
        height: 50px;

    }

    .choose_us_item .icon .ficon::before {
        font-size: 25px;
        line-height: 50px;

    }

    .choose_us_item .text h5 {
        font-size: 17px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 480px) and (max-width: 767px) {

    .nav-bar {
        display: block;
        float: right;
        top: 0;

    }

    .nav-bar span {
        float: left;
        font-size: 20px;
        padding: 20px;
        color: #fff;
    }

    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    header nav {
        width: 35%;
        position: fixed;
        right: -100%;
        top: 50px;
        overflow: auto;
        height: 80%;
        background: #121d2f;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin-top: 20px;
        width: 100%;
    }

    header ul li a {
        display: block;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li ul li:first-child {
        border-top: 1px solid #ffffff99;
    }

    header nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    header nav ul li .fa-angle-down {
        position: relative;
        top: 3px;
    }

    .why_choose_us .container > img {
        display: none;
    }


    .why_choose_us {
        height: auto;
    }

    .choose_us_item {
        padding: 0 0 10px 0;
    }

    .choose_us_item .icon {

        width: 50px;
        height: 50px;

    }

    .choose_us_item .icon .ficon::before {
        font-size: 25px;
        line-height: 50px;

    }

    .choose_us_item .text h5 {
        font-size: 17px;
    }


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .nav-bar {
        display: block;
        float: right;
        top: 0;

    }

    .nav-bar span {
        float: left;
        font-size: 20px;
        padding: 20px;
        color: #fff;
        display: none;
    }

    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    header nav {
        width: 50%;
        position: fixed;
        right: -100%;
        top: 50px;
        overflow: auto;
        height: 80%;
        background: #121d2f;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin-top: 20px;
        width: 100%;
    }

    header nav ul li a {
        display: block;
        font-size: 15px;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li ul li:first-child {
        border-top: 1px solid #ffffff99;
    }

    header nav ul li .children span {
        display: inline-block;
        margin-right: 10px;
    }

    header nav ul li .children a {
        margin-left: 10px;
        padding: 5px 0;
    }

    header nav ul li .fa-angle-down {
        position: relative;
        top: 3px;
    }

    .why_choose_us .container > img {
        display: none;
    }


    .why_choose_us {
        height: auto;
    }

    .choose_us_item {
        padding: 0 0 10px 0;
    }

    .choose_us_item .icon {

        width: 50px;
        height: 50px;

    }

    .choose_us_item .icon .ficon::before {
        font-size: 25px;
        line-height: 50px;

    }

    .choose_us_item .text h5 {
        font-size: 17px;
    }



}