﻿@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Biryani:400,700&d isplay=swap');
/*nav*/ header {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba( 255,255,255,0.25);
    background-color: #FFFFFF
}

    header.header-alt {
        position: fixed;
        background: #d2f5d3;
        border-bottom: initial;
        box-shadow: 0px 0px 4px #888888;
    }

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
}

.navbar-light .navbar-brand {
    max-width: 300px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-light a.navbar-brand > img:first-child, .header-alt .navbar-light a.navbar-brand img.act {
    display: none;
}

.header-alt .navbar-light a.navbar-brand img {
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}



    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover, header.header-alt .navbar-light
    .navbar-nav .nav-link:hover, header.header-alt .navbar-light .navbar-nav .active > .nav-link {
        color: #0057da;
    }

.navbar-nav .nav-item {
    margin: auto 10px;
}

    .navbar-nav .nav-item.log {
        margin-right: 0px;
    }

        .navbar-nav .nav-item.log a {
            padding: 33px 35px 32px;
            transition: all 1s;
        }

            .navbar-nav .nav-item.log a:hover {
                color: red;
            }

header.header-alt .navbar-light .navbar-nav .nav-link, header.header-alt
.navbar-light .navbar-nav .nav-item.log .nav-link:hover {
    color: blue;
}

header.header-alt .navbar-light
.navbar-nav .nav-item.log .nav-link {
    color: #0057da;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

.header-alt .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-alt .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/********** footer ************/

footer {
    background-color: #313437;
}

.footer-top {
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 40px 0 20px;
    color: #ffffff;
    font-family: 'Biryani', sans-serif;
}

    .footer-top h5 {
        font-size: 26px;
        margin-bottom: 25px;
        position: relative;
    }

    .footer-top p {
        font-family: 'Nunito Sans', sans-serif;
    }

    .footer-top h5::after {
        width: 120px;
        height: 2px;
        position: absolute;
        background: #ffffff;
        content: '';
        bottom: -2px;
        left: 0;
        border-radius: 0 2px;
    }

    .footer-top ul {
        padding: 0;
        list-style: none;
    }

        .footer-top ul.link li a {
            color: #fff;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
            letter-spacing: 2px;
        }

            .footer-top ul.link li a:hover {
                color: #ec2323;
            }

        .footer-top ul.social {
            text-align: center;
        }

            .footer-top ul.social li {
                display: inline-block;
            }

                .footer-top ul.social li a {
                    width: 40px;
                    padding: 10px;
                    border: 1px solid #fff;
                    border-radius: 8px 0 8px 0;
                    color: #fff;
                    transition: all 1s;
                    display: block;
                    text-align: center;
                    margin: 0px 10px;
                }

                    .footer-top ul.social li a:hover {
                        border-radius: 8px;
                        background: #0057da;
                        transform: rotate(360deg);
                        color: #fff;
                    }

        .footer-top ul li a, .copyright a {
            color: #fff;
            transition: all 0.4s ease-in-out;
        }

            .footer-top ul li a:hover, .copyright a:hover {
                color: #0057da;
                text-decoration: none;
            }

.copyright {
    padding: 30px 0;
    color: #ffffff;
}

    .copyright p {
        text-align: center;
        font-family: 'Nunito Sans', sans-serif;
        margin-bottom: 0px;
        width: 100%;
    }
/********** home ************/

.carousel-caption {
    left: 8%;
    font-family: 'Nunito Sans', sans-serif;
    top: 160px;
}

    .carousel-caption h2 {
        font-weight: 700;
        text-align: left;
        font-size: 45px;
        margin: 0px;
    }

        .carousel-caption h2 span {
            font-weight: 400;
        }

    .carousel-caption h4 {
        font-weight: 400;
        text-align: left;
        font-size: 55px;
    }

    .carousel-caption h5 {
        color: black;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.trackhome {
    width: 100%;
    border-radius: 5px;
    background-color: #0057da;
    border-top: 5px solid #ffffff;
    padding: 40px;
    margin-top: 27px;
}

    .trackhome .trackhead {
        color: #ffffff;
    }

        .trackhome .trackhead h2 i {
            margin: 0 10px;
        }

        .trackhome .trackhead h2 {
            display: inline-block;
            font-family: 'Nunito Sans', sans-serif;
            font-weight: 400;
        }

        .trackhome .trackhead label {
            padding: 16px 35px;
            background: #ffffff;
            border-radius: 10px;
            color: #303336;
            display: inline-block;
            width: 44%;
            margin-left: 40px;
            position: relative;
            margin-right: 12px;
        }

            .trackhome .trackhead label i {
                position: absolute;
                top: 22px;
                left: 15px;
            }

            .trackhome .trackhead label textarea {
                height: 28px;
                margin-left: 10px;
                width: 89%;
                border: none;
                resize: none;
            }

        .trackhome .trackhead input[type="submit"] {
            padding: 13px 23px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 11px;
        }

#homeservices {
    margin-bottom: 50px;
}

.homeservice {
    width: 100%;
    padding: 50px 0;
}

    .homeservice h2 {
        font-family: 'Biryani', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 34px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #0057da;
        text-align: center;
    }

    .homeservice h3 {
        font-family: 'Biryani', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 55px;
        color: #313437;
        text-align: center;
    }

.homeservicepart {
    padding: 40px 30px 30px;
    border: 1px solid #ebeef0;
    width: 100%;
    border-right: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

    .homeservicepart.last {
        border-right: 1px solid #ebeef0;
    }

    .homeservicepart h3 {
        font-family: 'Biryani', sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        transition: all 0.4s ease-in-out;
    }

    .homeservicepart p {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #777777;
        transition: all 0.4s ease-in-out;
    }

    .homeservicepart h2 {
        color: #0057da;
        font-size: 3rem;
        transition: all 0.4s ease-in-out;
    }

    .homeservicepart a {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 12px;
        color: #313437;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out;
    }

    .homeservicepart:hover {
        background: #0057da;
    }

        .homeservicepart:hover h2, .homeservicepart:hover h3, .homeservicepart:hover p, .homeservicepart:hover a {
            color: #ffffff;
        }

#request {
    padding-top: 70px;
    background-image: url(../images/formbg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}

    #request .quote {
        background-color: #313437;
        padding: 40px;
        margin-bottom: -20px;
    }

        #request .quote h2 {
            font-family: 'Biryani', sans-serif;
            font-weight: 400;
            font-size: 40px;
            line-height: 55px;
            margin: 0px;
            color: #fff;
        }

        #request .quote h4 {
            font-family: 'Biryani', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 2px;
            color: #0057da;
        }

        #request .quote .quoteform input {
            background: none;
            border: none;
            border-bottom: 1px solid #fff;
            padding: 15px 0;
            margin-bottom: 20px;
            width: 100%;
            color: #fff;
            text-transform: capitalize;
            transition: border linear .2s,box-shadow linear .2s;
            font-family: 'Biryani', sans-serif;
        }

            #request .quote .quoteform input:focus {
                border-color: #e32222;
            }

            #request .quote .quoteform input[type="email"] {
                text-transform: none;
            }

            #request .quote .quoteform input[type="submit"] {
                background-color: #0057da;
                font-size: 12px;
                font-weight: 500;
                padding: 16px 34px 16px;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #fff;
                transition: all 0.25s ease;
                cursor: pointer;
                border: none;
                margin-top: 15px;
                margin-bottom: 0;
            }

.satisfied {
    margin: 40px 0;
    display: block;
}

    .satisfied h4 {
        font-family: 'Biryani',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #0057da;
    }

    .satisfied h2 {
        font-family: 'Biryani',sans-serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 55px;
        color: #313437;
    }

    .satisfied p {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #777777;
        margin-bottom: 40px;
        margin-top: 25px;
    }

    .satisfied a {
        border: 1px solid #0057da;
        font-size: 12px;
        padding: 17px 40px 17px 40px;
        color: #0057da;
        letter-spacing: 1px;
        font-weight: 700;
        font-family: 'Nunito Sans', sans-serif;
        display: inline-block;
    }

.counter {
    font-size: 50px;
    background-color: #0057da;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    vertical-align: middle;
    padding-right: 22px;
    margin: auto;
    padding-top: 60px;
}

    .counter::after {
        content: "%";
        position: absolute;
    }

.satisfiedcounter {
    color: #fff;
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}

    .satisfiedcounter h4 {
        color: #313437;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        font-family: 'Biryani',sans-serif;
        font-weight: 700;
        margin-top: 20px;
    }

.clients {
    border-top: 1px solid #efefef;
    padding-top: 60px;
    margin-bottom: 60px;
}

    .clients h2 {
        font-family: 'Biryani', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #0057da;
        text-align: center;
    }

    .clients h3 {
        font-family: 'Biryani', sans-serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 55px;
        color: #313437;
        text-align: center;
        margin-bottom: 30px;
    }

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/************ about **************/

.banner {
    overflow: hidden;
}

#about {
    margin: 50px 0 50px;
}

    #about h4, #service h4 {
        font-family: 'Biryani',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #0057da;
    }

    #about h2, #service h2 {
        font-family: "Biryani",Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 55px;
        color: #313437;
    }

    #about p, #service p {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #777777;
        margin-bottom: 40px;
        margin-top: 25px;
    }

    #about h3 {
        font-family: "Biryani",Arial,Helvetica,sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #313437;
    }

    #about img {
        margin-bottom: 35px;
    }

    #about ul {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        #about ul li {
            list-style: none;
            font-family: 'Nunito Sans', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #777777;
        }

            #about ul li i {
                color: #e32222;
                margin-right: 10px;
            }
/*********** services **********/

#service {
    margin: 50px 0 50px;
}

    #service img {
        border-radius: 5px;
        box-shadow: 0px 0px 2px #e0e0e0;
    }

.servicebox {
    background: #efefef;
    margin: -20px 20px 50px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    text-align: center;
}

#service .servicebox h4 {
    margin-top: 5px;
    color: #0057da;
}

#service .servicebox p {
    color: #000;
    margin: 0px;
    text-align: justify;
    font-size: 14px;
}
/*********** track ************/

#trak {
    margin: 50px 0;
}

    #trak .detail {
        width: 100%;
    }

        #trak .detail .inner {
            border-radius: 5px;
            background-color: #0057da;
            width: 100%;
            padding: 10px;
            text-align: center;
            margin-bottom: 15px;
        }

        #trak .detail h3 {
            font-family: 'Nunito Sans', sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 2rem;
        }

        #trak .detail p {
            font-family: 'Biryani', sans-serif;
            font-weight: 400;
            color: #fff;
            font-size: 15px;
        }

        #trak .detail textarea {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            border: none;
        }

    #trak .radioclass {
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

        #trak .radioclass label {
            color: #ffffff;
            font-family: 'Biryani', sans-serif;
            font-weight: 400;
        }

    #trak .trk-btn {
        padding: 13px 40px;
        background: #000;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 5px;
        font-size: 16px;
        margin-top: 15px;
        transition: all 0.4s ease-in-out;
        letter-spacing: 1px;
    }

        #trak .trk-btn:hover {
            border: 1px solid #000;
            background: none;
            color: #000;
        }

.trackingdetail table {
    width: 100%;
}

    .trackingdetail table th {
        background: #0057da;
        text-align: center;
        color: #fff;
        font-weight: 400;
    }


/********* login ************/ #login {
    background: white;
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    position: absolute;
}

    #login img {
        margin: auto;
        max-width: 200px;
        margin-bottom: 20px;
    }

    #login .signform {
        background: #313437;
        border-radius: 3px;
        padding: 40px;
    }

        #login .signform input {
            background: none;
            border: none;
            border-bottom: 1px solid #fff;
            padding: 15px 0;
            margin-bottom: 20px;
            width: 100%;
            color: #fff;
            text-transform: capitalize;
            transition: border linear .2s,box-shadow linear .2s;
            font-family: 'Biryani', sans-serif;
        }

            #login .signform input:focus {
                border-color: #e32222;
            }

            #login .signform input[type="submit"] {
                background-color: #0057da;
                font-size: 12px;
                font-weight: 500;
                padding: 16px 34px 16px;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #fff;
                transition: all 0.25s ease;
                cursor: pointer;
                border: 1px solid transparent;
                margin-top: 15px;
            }

                #login .signform input[type="submit"]:hover {
                    border: 1px solid #e32222;
                    background: none;
                    color: #e32222;
                }

        #login .signform h6 {
            text-align: left;
        }

            #login .signform h6 a, #login .signform p {
                color: #fff;
                transition: all 0.4s ease-in-out;
            }

                #login .signform h6 a:hover {
                    color: #e32222;
                }

.formcontact {
    background-color: #313437;
    padding: 40px;
    margin-bottom: 50px;
}

    .formcontact input, .formcontact textarea {
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
        padding: 15px 0;
        margin-bottom: 20px;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        transition: border linear .2s,box-shadow linear .2s;
        font-family: 'Biryani', sans-serif;
        border-radius: 0;
    }

        .formcontact input:focus, .formcontact textarea:focus {
            border-color: #e32222;
        }

        .formcontact input[type="submit"] {
            background-color: #0057da;
            font-size: 12px;
            font-weight: 500;
            padding: 16px 34px 16px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            transition: all 0.25s ease;
            cursor: pointer;
            border: none;
            margin-top: 15px;
            margin-bottom: 0;
        }

.addressright {
    margin-top: 100px;
}

    .addressright h1 {
        color: black;
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        padding-right: 10px;
        padding-bottom: 0px;
        font-family: 'Biryani', sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .addressright .below {
        background: #0057da;
        padding: 20px;
        border-radius: 5px;
    }

        .addressright .below h2 {
            font-family: 'Biryani', sans-serif;
            font-size: 20px;
            margin-bottom: 5px;
            display: inline-block;
            border-bottom: 2px dashed #000;
            padding-right: 10px;
            text-transform: uppercase;
        }

        .addressright .below p, .addressright .below p a {
            color: #fff;
            font-family: 'Nunito Sans', sans-serif;
            font-weight: 400;
        }
/********** tracking ************/

.trrack {
    margin-top: 30px;
}

.trackingdetail table td {
    border-right: 1px solid #777777;
    text-align: center;
}

.trackingdetailinner h6 {
    font-family: 'Biryani',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #0057da;
    text-align: center;
    margin-bottom: 20px;
}

.trackingdetailinner table td {
    border-right: 0px;
    text-align: left;
    width: 50%;
}

.trackingdetailinner .round-corner {
    width: 80%;
    margin: auto;
}

    .trackingdetailinner .round-corner > table {
        border: 1px solid #0057da;
        width: 100%;
    }

    .trackingdetailinner .round-corner td {
        padding: 10px;
        font-family: 'Biryani', sans-serif;
        font-weight: 500;
    }

.trackingdetail table tr:nth-child(2n) {
    background: #b9c4d5;
}

    .trackingdetail table tr:nth-child(2n) td {
        color: #fff;
    }

.trackingdetailinner .round-corner.sec td {
    width: 25%;
    text-align: center;
    font-size: 13px;
}

.trackingdetail table.footable tr:nth-child(2n) {
    background: #efefef;
}

    .trackingdetail table.footable tr:nth-child(2n) td, .trackingdetail table.footable tr:nth-child(2n) td a, .trackingdetail table.footable tr td a {
        color: #000;
    }

.trackingdetailinner .round-corner.sec td {
    padding: 10px;
    border-right: 1px dashed #000;
}

.trackingdetailinner .round-corner.sec tr:first-child th:last-child, .trackingdetailinner .round-corner.sec tr td:last-child {
    border-right: none;
}

.trackingdetailinner .round-corner.sec th {
    border-right: 1px solid #fff;
    padding: 10px;
}

.trackingdetail .sec table tr:nth-child(2n) {
    background: #efefef;
}

    .trackingdetail .sec table tr:nth-child(2n) td {
        color: #000;
    }

.pod a {
    color: #fff;
}
/********** links ************/

#links {
    margin-bottom: 20px;
}

    #links ul {
        padding: 0px;
    }

        #links ul li {
            list-style: none;
            margin-bottom: 5px;
        }

    #links .inside {
        color: #fff;
        border-right: 2px solid #0057da;
        border-radius: 0px;
    }

        #links .inside.sec {
            border: none;
        }

    #links ul li a {
        color: #303336;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        transition: all 0.4s ease-in-out;
        text-decoration: none;
        letter-spacing: 2px;
    }

        #links ul li a:hover {
            color: #ec2323;
        }

        #links ul li a span {
            transition: all 2s;
        }

        #links ul li a:hover span {
            margin-right: 10px;
        }
/********** resources ***********/

#recources {
    margin-bottom: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0057da;
    font-size: 17px;
    font-family: 'Biryani', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.nav-pills .nav-link {
    color: #303336;
    font-size: 17px;
}

#recources .tab-content > .active {
    background: #0057da;
    padding: 20px;
}

    #recources .tab-content > .active a {
        color: #fff;
        font-size: 20px;
        display: block;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
    }

#recources .nav-link:hover {
    color: #0057da;
}

.nav-pills .nav-link:hover.active {
    color: #fff !important;
}

#recources .homeservice {
    padding-bottom: 20px;
}
/********** media ************/

@media screen and (max-width:991px) {
    .navbar-light .navbar-brand {
        border-right: none;
    }

    .navbar-collapse {
        background: #ffffff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
    }

    .homeservice {
        padding: 30px 0 10px;
    }

    .addressright {
        margin: 0px;
    }

    .formcontact {
        margin-bottom: 30px;
    }

    .addressright h1 {
        font-size: 21px;
    }

    .carousel-caption {
        top: 35%;
    }

    .trackhome .trackhead h2 {
        font-size: 20px;
        text-align: center;
        display: block;
    }

    .trackhome .trackhead label {
        margin-left: 0px;
        margin-right: 0;
        width: 300px;
        margin-top: 10px;
    }

        .trackhome .trackhead label .svg-inline--fa {
            position: absolute;
            left: 10px;
            top: 21px;
        }

        .trackhome .trackhead label textarea {
            height: 28px;
            margin-left: 10px;
            width: 89%;
            border: none;
            resize: none;
        }

    .trackhome .trackhead {
        margin: auto;
        text-align: center;
    }

    .trackingdetail table th {
        min-width: 200px;
    }

    .trackingdetail table {
        display: block;
        overflow-y: scroll;
    }

    #login {
        padding-top: 4rem;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    #links ul {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:991px) {
    .navbar {
        padding-right: 0px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .addressright h1 {
        font-size: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    .trackhome {
        padding: 20px;
    }

        .trackhome .trackhead h2 {
            font-size: 20px;
        }

        .trackhome .trackhead label {
            width: 412px;
            margin-left: 20px;
        }

    .homeservicepart h3 {
        font-size: 19px;
        line-height: 24px;
    }

    .homeservicepart p {
        font-size: 12px;
    }

    .satisfied h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .satisfied p {
        text-align: justify;
    }

    .satisfiedcounter h4 {
        font-size: 13px;
    }

    .footer-top ul.social li a {
        margin: 0px 6px;
    }

    #about p.mobpara {
        margin-bottom: 10px;
    }

    #about ul li {
        font-size: 14px;
    }

    #service .servicebox h4 {
        font-weight: 400;
        font-size: 11px;
    }

    #trak .detail p {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    .carousel-caption h5 {
        font-size: 8px;
    }

    .carousel-caption h2 {
        font-size: 20px;
    }

    .carousel-caption h4 {
        font-size: 22px;
    }

    .trackhome {
        margin: 0px;
        padding: 20px;
    }

        .trackhome .trackhead h2 {
            font-size: 20px;
            text-align: center;
            display: block;
        }

        .trackhome .trackhead label {
            margin-left: 0px;
            margin-right: 0;
            width: 100%;
            margin-top: 10px;
        }

            .trackhome .trackhead label textarea {
                width: 100%;
            }

            .trackhome .trackhead label .svg-inline--fa {
                position: absolute;
                left: 10px;
                top: 21px;
            }

        .trackhome .trackhead input[type="submit"] {
            margin: auto;
            display: block;
            margin-top: 10px;
        }

    .homeservice h3 {
        font-size: 18px;
        line-height: 30px;
    }

    #request {
        padding-top: 30px;
    }

        #request .quote h2 {
            font-size: 32px;
            line-height: 40px;
        }

    .satisfied h2, .clients h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .footer-top ul.social li a {
        margin: 0px 5px;
    }

    .footer-top ul.social {
        margin-bottom: 2rem;
    }

    #about {
        margin: 40px 0 20px;
    }

        #about h2, #service h2 {
            font-size: 26px;
            line-height: 35px;
        }

        #about p, #service p {
            margin-top: 10px;
            text-align: justify;
        }

    .col-xs-6a {
        margin-bottom: 15px;
    }

    #about p.mobpara {
        margin-bottom: 0px;
    }

    .addressright {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    .carousel-caption h5 {
        font-size: 10px;
    }

    .carousel-caption h2 {
        font-size: 25px;
    }

    .carousel-caption h4 {
        font-size: 26px;
    }

    .trackhome {
        margin: 0px;
        padding: 20px;
    }

    .homeservicepart h3 {
        font-size: 23px;
        line-height: 24px;
    }

    .homeservicepart p {
        font-size: 14px;
    }

    .homeservice h3 {
        font-size: 30px;
        line-height: 40px;
    }

    #about {
        margin: 40px 0 20px;
    }

        #about h2, #service h2 {
            font-size: 22px;
            line-height: 26px;
        }

        #about p, #service p {
            margin-top: 10px;
            font-size: 14px;
            text-align: justify;
            margin-bottom: 20px;
        }

            #about p.mobpara {
                margin-bottom: 0px;
            }

        #about ul li {
            font-size: 14px;
        }

    .addressright {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:769px) and (max-width:991px) {
    .carousel-caption h5 {
        font-size: 12px;
    }

    .carousel-caption h2 {
        font-size: 35px;
    }

    .carousel-caption h4 {
        font-size: 36px;
    }

    .trackhome .trackhead h2 {
        font-size: 30px;
    }

    .homeservicepart h3 {
        font-size: 19px;
        line-height: 24px;
    }

    .homeservicepart p {
        font-size: 12px;
    }

    .satisfied h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .satisfied p {
        margin-bottom: 30px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    #about {
        margin: 40px 0 20px;
    }

        #about h2 {
            font-size: 27px;
            line-height: 30px;
        }

        #about p {
            line-height: 20px;
            margin-top: 10px;
            text-align: justify;
        }

            #about p.mobpara {
                margin-bottom: 10px;
            }

    .addressright h1 {
        font-size: 19px;
    }

    .trackingdetailinner .round-corner table.round-corner tbody {
        width: 100%;
        display: table;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-size: 14px;
    }

    .nav-pills .nav-link {
        font-size: 16px;
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    #about .col-xs-6a {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .servicebox {
        margin-right: 5px;
        margin-left: 5px;
    }

    #service .servicebox h4 {
        font-size: 10px;
    }

    .trackingdetailinner .round-corner table.round-corner tbody {
        width: 100%;
        display: table;
    }

    .nav-pills .nav-link.active {
        font-size: 12px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
    }

    #recources .tab-content > .active a {
        font-size: 12px;
    }

    #links ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width:576px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #homeservices {
        margin: 0 15px;
    }

    .homeservicepart {
        border-right: 1px solid #ebeef0;
        text-align: center;
    }

    .nav-pills {
        margin-bottom: 10px;
    }

    #links .inside {
        border-right: none;
    }
}



.header.header-alt navbar-light .navbar-nav .nav-item.log .nav-link:hover {
    color: red;
}
