html,body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: arial,helvetica,sans-serif;
    background: #0e4290 url('https://infratechenc.com/images/big_bg_image_2800x1500.jpg') no-repeat center fixed;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

table {
    width: 100%;
    padding: 0;
    border: 0;
}

#website {
    width: 1002px;
    margin: 0 auto;
    background: #ececec;
}

.left-nav {
    width: 200px;
    float: left;
}

.right-nav {
    width: 802px;
    float: right;
}

.left-nav-inner {
    padding-left: 50px;
    padding-top: 10px;
}

.menu {
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 160%;
    text-align: justify;
    text-transform: uppercase;
}

.menu a {
    text-decoration: none;
    color: #000;
}

.grey-bg {
    background: #d7d7d7;
}

.grey-bg-1 {
    background: #f1f1f1;
}

.content {
    width: 945px;
    margin: 0 auto;
}

.text {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 170%;
    text-align: justify;
    color: #595858;
}

.text a {
    text-decoration: none;
    color: #595858;
}

.title {
    font-family: arial,helvetica,sans-serif;
    font-size: 25px;
    line-height: 170%;
    text-align: center;
    color: #0561ac;
}

.title::after {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    background: #0561ac;
    margin: 0 auto;
}

.title-1 {
    color: #0561ac;
    font-family: arial, arial, serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 10px;
    border-bottom: 1px solid #0561ac;
}

.footer-box {
    background: #3f3f3f;
}

.left-footer {
    width: 60%;
    float: left;
}

.right-footer {
    width: 40%;
    float: right;
    text-align: right;
}

.footer-content {
    padding: 20px;
    font-size: 14px;
    line-height: 170%;
    text-align: justify;
    color: #e3e3e3;
    font-family: 'Roboto';
}

.footer-content a {
    text-decoration: none;
    color: #e3e3e3;
}

.blue-text {
    font-family: tahoma,helvetica,sans-serif;
    font-size: 13px;
    line-height: 170%;
    text-align: justify;
    color: #0854a0;
}

.blue-text a {
    text-decoration: underline;
    color: #0854a0;
}

.blue-text a:hover {
    text-decoration: none;
    color: #111;
}

.tableHeaders {
    background: #fff;
    color: #000;
    font: bold 9pt Arial, Helvetica, sans-serif;
    padding: 5px;
    border-right: 1px solid #999;
}

.tableSubHeader {
    background: #0156a7;
    color: #FFF;
    font: bold 9pt Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #999;
}

.columnLast {
    border-right: none;
}

.rowOdd td {
    background: #d0d0d0;
    padding: 3px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-align: center;
}

.rowEven td {
    background: #e4e4e4;
    padding: 3px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-align: center;
}

td .textAlignLeft {
    text-align: left;
}

.contact-1 {
    width: 30%;
    float: left;
}

.contact-2 {
    width: 20%;
    float: right;
}

.contact-form-2 {
    width: 69%;
    float: left;
    padding: 0 13px;
    box-sizing: border-box;
}

.list-bullet ul {
    display: inline;
    padding: 0;
    margin: 0;
}

.list-bullet ul li {
    list-style-image: url('../images/bullet.png');
    margin-left: 20px;
}

.gallery {
    width: 24%;
    float: left;
    text-align: center;
}

.menu ul {
    padding: 0px;
    margin-bottom: -5px;
}

.menu ul li {
    list-style: none;
    padding: 7px 0px;
}

.height {
    display: none;
}

<!----- responsive css ------->

@media screen and (min-width: 760px) and (max-width: 980px) {
    .sti-item.div-2>div {
        text-align: center!important;
    }

    #website {
        width: 100%;
    }

    .sti-menu {
        width: 100%!important;
    }

    .content {
        width: 100%!important;
    }

    .header_bg img {
        background-size: cover;
        width: 100%;
    }

    .sti-icon {
        left: 42%;
        top: 60px;
        display: block;
        margin: auto;
    }

    #website {
        width: 100%;
    }

    .sti-menu {
        width: 100%!important;
    }

    .content {
        width: 95%!important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .header_bg img {
        background-size: cover;
        width: 100%;
    }

    .right-footer {
        width: 100%;
        text-align: center;
    }

    .left-footer {
        width: 100%;
        text-align: center;
    }

    #sliderFrame {
        width: 100%!important;
    }

    #slider {
        width: 100%!important;
        height: 250px!important;
    }

    .right-nav {
        width: 100%!important;
        float: none!important;
    }

    .left-nav {
        width: 100%!important;
        float: none!important;
        text-align: center;
    }

    div.navBulletsWrapper {
        left: 52px!important;
    }

    .banner img {
        width: 100%;
    }

    .gallery {
        width: 100%!important;
        float: none!important;
    }

    .contact-2 {
        width: 100%;
        float: none;
    }

    .contact-1 {
        width: 100%;
        float: none;
    }

    .title-1 {
        padding: 0px;
    }

    table {
        width: 100%!important;
    }

    #slider img {
        height: 250px!important;
    }

    .mcSlc {
        width: 100%!important;
    }

    .mcSlc {
        width: 100%!important;
        background-size: cover!important;
    }

    .sti-menu li a .div-2 {
        text-align: center!important;
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    .service-wrap .service.box {
        width: 31% !important;
        display: inline-block;
        margin: 30px 7px !important;
        height: 370px;
    }

    .input-first {
        margin-right: 17px !important;
    }

    .footer-content {
        font-size: 13px;
    }

    p {
        font-size: 16px !important;
    }

    #website {
        width: 100%!important;
    }

    .right-nav {
        width: 75%!important;
    }

    .content {
        width: 93% !important;
    }

    .sti-menu li {
        width: 33% !important;
    }

    .sti-menu {
        width: 100% !important;
        padding: 5px 0 50px !important;
    }

    .banner {
        margin-top: 0px;
        display: inline-block;
        width: 100%;
    }

    .left-nav {
        width: 25% !important;
        float: left;
    }

    .top_menu .menu ul {
        margin: 0px!important;
    }

    .mcSlc {
        display: none !important;
    }

    div#slider {
        background-size: cover !important;
        height: 450px;
        background-position: center center !important;
        width: 100% !important;
    }

    #sliderFrame {
        width: 100% !important;
    }

    .menu ul li {
        padding: 5px 0px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #website {
        width: 100%;
        overflow: hidden;
    }

    .sti-menu {
        width: 100%!important;
    }

    .content {
        width: 93%!important;
    }

    .header_bg img {
        background-size: cover;
        width: 100%;
    }

    .right-footer {
        width: 100%;
        text-align: center;
    }

    .left-footer {
        width: 100%;
        text-align: center;
    }

    #sliderFrame {
        width: 100%!important;
    }

    #slider {
        width: 100%!important;
    }

    .right-nav {
        width: 100%!important;
        float: none!important;
        margin-top: 150px;
    }

    .left-nav {
        width: 100%!important;
        float: none!important;
        text-align: center;
    }

    div.navBulletsWrapper {
        left: 52px!important;
    }

    .banner img {
        width: 100%;
    }

    .gallery {
        width: 100%!important;
        float: none!important;
    }

    .contact-2 {
        width: 100%;
        float: none;
    }

    .contact-1 {
        width: 100%;
        float: none;
    }

    table {
        width: 100%!important;
    }

    #slider img {
        height: 250px!important;
    }

    a.toggle_menu span:first-child {
        margin-top: 0;
    }

    a.toggle_menu > span {
        background: #fff;
        display: block;
        height: 2px;
        width: 30px;
        margin: 5px 0;
    }

    a.toggle_menu span:first-child {
        margin-top: 0;
    }

    a.toggle_menu {
        position: absolute;
        left: 85%;
        top: 106px;
    }

    .top_menu .navigation.toggle_menu_con {
        display: block;
    }

    .top_menu .navigation {
        position: relative;
        float: left;
        list-style: none;
        margin: 0;
        display: none;
        z-index: 99;
    }

    a.toggle_menu {
        position: absolute;
        left: 85%;
        top: 124px;
    }

    .navigation.toggle_menu_con {
        display: block;
    }

    a.toggle_menu {
        display: block!important;
        background: url(http://dev.paradisetechsoft.com/public_html/development/upvoice/images/icon.png)no-repeat;
        height: 55px;
        background-size: contain;
        z-index: 999;
        color: #ffffff;
        background-size: 130%;
    }

    a.toggle_menu:hover {
        color: #000;
    }

    .top_menu .navigation ul.site_navigation li {
        background: #3c9592;
        padding: 9px;
        border-radius: 10px;
        position: relative;
        top: 39px;
    }

    .navigation ul.site_navigation {
        width: 100%;
    }

    .top_menu .navigation {
        float: none;
    }

    .menu.toggle_menu_con {
        display: block;
    }

    .menu {
        display: none;
    }

    .menu ul li {
        list-style: none;
        padding: 10px;
        margin-bottom: 4px;
        background: #0e3f8e;
    }

    .top_menu {
        background: #000;
    }

    .menu a {
        text-decoration: none;
        color: #f9f8f8;
    }

    .left-nav-inner {
        padding-left: 0px;
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #ccc;
        top: 0px
    }

    .menu ul {
        margin-top: 0px;
    }

    .height {
        display: block;
    }

    .sti-menu li {
        width: 100%!important;
        margin: -3px;
    }

    .sti-icon {
        left: 42%!important;
        display: block;
        margin: auto;
        width: 30%!important;
    }

    .left-nav img {
        max-height: 99px;
        margin: auto;
    }

    .mcSlc {
        display: none;
    }

    div#slider {
        background-size: cover !important;
        height: 450px;
        background-position: center center !important;
    }

    .sti-menu li a .div-2 {
        text-align: center!important;
        left: -11px!important;
        width: 100%!important;
    }

    .sti-item.div-2>div {
        text-align: center!important;
    }

    .menu ul li:hover {
        background: #000;
    }

    .banner_bottom img {
        width: 100%;
    }

    .service.box {
        width: 100% !important;
        display: inline-block;
        margin: 15px 0 !important;
        padding: 30px 15px !important;
    }

    .banner {
        margin-top: 5px;
        display: inline-block;
    }

    div.navBulletsWrapper {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .contact-form-2 {
        width: 100%;
    }

    .input-first {
        width: 100% !important;
        margin-bottom: 19px;
    }

    .input-second {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 769px) {
}

@media (min-width: 320px) and (max-width: 575px) {
}


@media screen and (max-width: 320px) {
    .menu ul li:hover {
        background: #000;
        color: #0e3f8e;
    }

    #website {
        width: 100%;
        overflow: hidden;
    }

    #slider {
        width: 100%!important;
    }

    .left-nav {
        width: 100%!important;
        float: none!important;
    }

    .sti-menu {
        width: 100%!important;
    }

    .content {
        width: 93%!important;
    }

    #sliderFrame {
        width: 100%;
    }

    .right-nav {
        width: 100%!important;
        float: none!important;
    }

    .gallery {
        width: 100%!important;
        float: none!important;
    }

    .contact-2 {
        width: 100%;
        float: none;
    }

    .contact-1 {
        width: 100%;
        float: none;
    }

    .title-1 {
        padding: 0px;
    }

    table {
        width: 100%!important;
    }

    #slider img {
        height: 250px!important;
    }

    .menu.toggle_menu_con {
        display: block;
    }

    .menu {
        display: none;
    }

    .menu ul li {
        list-style: none;
        padding: 10px;
        margin-bottom: 4px;
        background: #0e3f8e;
    }

    .top_menu {
        background: #000;
    }

    .menu a {
        text-decoration: none;
        color: #f9f8f8;
    }

    .menu ul {
        margin-top: 0px;
    }

    .sti-menu li {
        width: 100%!important;
    }

    .sti-icon {
        left: 37%!important;
        display: block;
        margin: auto;
        width: 30%!important;
    }

    .mcSlc {
        width: 100%!important;
    }

    .sti-item.div-2>div {
        text-align: center!important;
    }

    .banner_bottom img {
        width: 100%;
    }
}

.logo img {
    max-width: 100%;
    margin-left: -14px;
}

.vision_sec {
    margin-top: 3%;
    margin-bottom: 3%;
}

.mission_sec {
    width: 100%;
    margin-bottom: 4%;
}

.vision_sec h3 {
    font-size: 18px;
    margin-bottom: 1%;
}

.vision_sec h3:after, .Services_sec h3:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #595858;
    display: block;
    margin-top: 10px;
}

.list li {
    list-style-type: circle;
    padding: 4px 10px 9px 0px;
}

.Services_sec h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.Services_list li {
    list-style-type: circle;
}

.services_sec {
    margin-bottom: 5%;
}

.list_sec li {
    line-height: 3px;
    list-style-type: circle;
}

.gallery img.example-image {
    max-width: 100%!important;
}

.about-btm {
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
}

.service.box {
    width: 31%;
    display: inline-block;
    margin: 30px 9px;
    text-align: center;
    padding: 30px 12px;
    border: 1px solid #0561ac;
    vertical-align: top;
    box-sizing: border-box;
}

.service-content h3 {
    margin: 0;
    font-size: 17px;
}

.service-content {
    min-height: 175px;
}

.service-content p {
    min-height: 90px;
}

.Services_list li {
    font-size: 14px;
}

.career {
    padding-top: 15px;
}

.mail {
    padding-left: 45px;
}

.service-left {
    padding-left: 10px;
}

.list img {
    width: 100%;
}

.service-icon {
    display: inline-block;
    padding: 10px 0;
}

.banner img {
    width: 100%;
}

.red {
    font-size: 18px;
}

.menu a:hover {
    color: #0561ac;
}

.clients-names h3:hover {
    color: #0561ac;
}

.header_bg img {
    max-width: 100%;
}

.mcSlc {
    display: none !important;
}

div#slider {
    background-size: cover !important;
    height: 450px;
    background-position: center center !important;
    width: 100% !important;
}

.input-first {
    width: 48%;
    float: left;
    margin-right: 25px;
}

.input-second {
    width: 48%;
    float: left;
}

input, textarea {
    width: 100%;
    padding: 8px 10px;
    border: none;
    box-sizing: border-box;
    background: #e9e9e9;
    border-bottom: 1px solid transparent;
}

input:hover, textarea:hover {
    border-bottom: 1px solid #0854a0;
}

.social-links li a:hover {
    color: #0854a0;
}

.contact-form-box {
    float: left;
    width: 100%;
}

.row {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.form-button a {
    background: #0854a0;
    padding: 10px 45px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.form-button {
    text-align: center;
}

.contact-1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-links li {
    position: relative;
    padding-left: 25px;
    padding: 10px 0 10px 25px;
}

.social-links li i {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 16px;
    color: #0854a0;
}

.logo-box {
    width: 100%;
    float: left;
    margin-right: 40px;
    padding: 15px 0;
}

.logo-box img {
    max-width: 100%;
}

.logo-box h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.clients-logo {
    float: left;
    width: 100%;
}

.owl-nav {
    display: none;
}

.form-button a:hover {
    background: #005fbd;
}
