﻿/* font family*/
@font-face {
    font-family: Roboto-Regular;
    src: url('../Fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: NunitoSans-Bold;
    src: url('../Fonts/NunitoSans-Bold.ttf');
}

/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.wtbg {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo a img {
    width: 85px;
}

.topcontact {
    margin: 5px 0px;
    text-align: right;
}

    .topcontact a {
        color: #1B242F;
        transition: all 0.2s;
        font-family: NunitoSans-Bold;
    }

        .topcontact a:hover {
            color: blue;
            text-decoration: underline;
        }

    .topcontact i {
        color: blue;
    }

.topline {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.mainMenu {
    list-style-type: none;
    text-align: center;
    margin: 8px 0px 0px -40px;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 35px;
    }

        .mainMenu li a {
            color: #1B242F;
            font-family: NunitoSans-Bold;
            transition: all 0.2s;
        }

            .mainMenu li a:hover {
                color: blue;
            }

        .mainMenu li ul {
            text-align: left;
        }

            .mainMenu li ul li {
                padding: 0px;
                width: 100%;
            }

.fixed-ht {
    height: 80px;
}

.padding01 {
    padding: 40px 0px;
}

.head1 {
    font-family: NunitoSans-Bold;
    color: blue;
    text-transform: uppercase;
    font-size: 35px;
    margin: 10px 0px 20px;
}

    .head1 span {
        border-bottom: 3px solid #d5271e;
    }

.head2, .head3 {
    font-family: NunitoSans-Bold;
    color: blue;
    font-size: 23px;
    margin: 0px 0px 10px;
}

.head3 {
    font-size: 16px;
    color: #d5271e;
}

.mtop {
    margin-top: 20px;
}

.about-txt p {
    margin: 0px;
    text-align: center;
    font-size: 18px;
    padding: 0px 80px;
    line-height: 30px;
}

    .about-txt p a:hover {
        text-decoration: underline;
    }

.home-service {
    padding: 5px;
    border-radius: 3px;
    margin: 15px 0px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.5s;
}

    .home-service:hover {
        background-color: #1177f3;
    }

        .home-service:hover a {
            color: #fff;
        }

    .home-service img {
        width: 100%;
    }

    .home-service a {
        color: #1B242F;
        font-size: 15px;
        font-family: NunitoSans-Bold;
    }

.footerbg {
    background: rgba(14, 64, 120, 0.8);
    margin-top: 30px;
    padding: 20px 0px 5px;
}

.ftitle {
    margin: 0px 0px 10px;
    color: #fff;
    font-family: NunitoSans-Bold;
    text-transform: uppercase;
}

    .ftitle span {
        border-bottom: 2px solid rgba(205, 47, 36, 0.9);
        padding: 3px 0px;
    }

.flist {
    margin: 0px 0px 15px -40px;
    list-style-type: none;
}

    .flist li a, .flist li i {
        color: #fff;
    }

        .flist li a:hover {
            text-decoration: underline;
        }

    .flist li i {
        padding: 0px 3px 0px 0px;
    }

.follow {
    margin: 15px 0px;
}

    .follow a i {
        color: #fff;
        font-size: 22px;
        padding: 0px 5px 0px 0px;
    }

.copyright, .copyright a {
    margin: 10px 0px;
    font-family: NunitoSans-Bold;
    font-size: 13px;
    color: #1B242F;
    line-height: 19px;
}

    .copyright a:hover {
        color: blue;
        text-decoration: underline;
    }

.subbanner img {
    width: 100%;
    margin: 0px 0px 20px;
}

.justify p {
    text-align: justify;
}

.subimg img {
    width: 100%;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.subline {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 10px 0px 20px;
}

.servicelist {
    margin: 0px 0px 10px -25px;
}

    .servicelist li {
        color: blue;
        list-style-type: disc;
    }

        .servicelist li span {
            color: #1B242F;
        }

.servicelist-01 li {
    list-style-type: lower-alpha;
}

.infolink, .contacttxt a {
    color: blue;
    transition: all 0.2s;
}

    .infolink:hover, .contacttxt a:hover {
        text-decoration: underline;
    }

.contacttxt {
    font-family: NunitoSans-Bold;
}

    .contacttxt i {
        color: blue;
        padding: 0px 3px 0px 0px;
    }

.sitemap {
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
}

    .sitemap ul {
        margin: 0px 0px 0px -15px;
    }

        .sitemap ul li a {
            color: #1B242F;
            transition: all 0.2s;
        }

            .sitemap ul li a:hover {
                color: blue;
            }

.info-txtbx {
    border: none;
    border-radius: 3px;
    background-color: #eee;
    padding: 5px 10px;
    height: 35px;
    color: #000;
    width: 100%;
}

    .info-txtbx:focus {
        background-color: rgba(0,0,0,0.1);
    }

.info-btn {
    border: none;
    border-radius: 3px;
    background-color: #1177f3;
    padding: 5px 10px;
    height: 35px;
    color: #fff;
    width: 80px;
    transition: all 0.5s;
}

    .info-btn:hover {
        background-color: #d5271e;
    }

.infogrid h3 {
    margin: 0px 0px 5px;
    font-size: 16px;
    color: #1177f3;
}

.infogrid p {
    margin: 0px 0px 20px;
}

.career-tbl, .faq {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 15px;
    margin: 10px;
}

    .career-tbl table {
        width: 100%;
    }

        .career-tbl table tr td {
            border: 1px solid #eee;
            padding: 5px;
        }

            .career-tbl table tr td:nth-child(1) {
                width: 25%;
            }

.faq {
    width: 100%;
}

    .faq h5 {
        margin: 0px 0px 5px;
        font-size: 15px;
        color:#1177f3
    }

    .faq p {
        margin: 0px 0px 0px;
    }
.newsgrid tr td img{
    width:100%;
    border:1px solid #ccc;
    padding:3px;
    border-radius:3px;
}
.newsgrid tr td h3{
    margin:0px 0px 5px;
    font-size:16px;
    color:#1177f3;
}
.newsgrid tr td table tr td{
    border:1px solid #eee;
    padding:5px;
}
    .newsgrid tr td table tr td:nth-child(1){
        width:20%;
    }
    /*Media query*/
    /* Large desktop and laptops*/
    @media (min-width: 1200px) {
        .head1 {
        margin: 15px 0px 20px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li {
        padding: 0px 25px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .mainMenu li {
        padding: 0px 10px;
    }

    .head1 {
        font-size: 30px;
    }

    .head2 {
        font-size: 20px;
    }

    .about-txt p {
        font-size: 16px;
        padding: 0px 40px;
        line-height: 27px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .logo a img {
        width: 75px;
    }

    .topcontact {
        margin: 10px 0px 0px;
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-bottom: 5px;
    }

        .topcontact a, .mainMenu li a {
            font-family: Roboto-Regular;
        }

    .topline {
        border-bottom: none;
    }

    .mainMenu {
        text-align: left;
        margin: 5px 0px 10px -40px;
    }

        .mainMenu li {
            display: list-item;
            padding: 1px 0px;
        }

    .fixed-ht {
        height: 72px;
    }

    .padding01 {
        padding: 15px 0px;
    }

    .head1 {
        font-size: 25px;
    }

    .head2 {
        font-size: 20px;
    }

    .head1 span {
        border-bottom: 2px solid #d5271e;
    }

    .about-txt p {
        font-size: 15px;
        padding: 0px 0px;
        line-height: 26px;
        text-align: left;
    }

    .home-service {
        margin: 0px 0px 15px 0px;
    }

    .follow {
        margin: 10px 0px 10px 0px;
    }

        .follow a i {
            font-size: 18px;
        }

    .justify p {
        text-align: left;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .head1 {
        font-size: 22px;
    }
}
/*Media query*/
