﻿body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: Rubik-Regular;
    src: url('../Fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Medium;
    src: url('../Fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('../Fonts/Rubik-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: 200px;
}

.mainMenu {
    list-style-type: none;
    margin: 20px 0px 0px -40px;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 35px 0px 0px;
    }

        .mainMenu li a {
            font-family: Rubik-Medium;
            color: #4d4d4d;
            font-size: 15px;
            border-bottom: 1px solid #fff;
            padding: 0px 0px 5px 0px;
            transition: all 0.5s;
        }

            .mainMenu li a:hover {
                color: #b6d452;
                border-bottom: 1px solid #b6d452;
            }

.top-contact {
    float: right;
    font-size: 13px;
    font-family: Rubik-Medium;
    margin: 8px 0px 0px;
}

    .top-contact i {
        color: #b6d452;
        font-size: 16px;
        width: 15px;
    }

.fixed-ht {
    height: 73px;
}

.padding1 {
    padding: 30px 0px;
}

.head1 {
    font-family: Rubik-Bold;
    font-size: 35px;
    margin: 0px 0px 20px;
    color: #1995a8;
    text-transform: uppercase;
}

    .head1 span {
        border-bottom: 3px solid #b6d452;
    }

.head2 {
    font-family: Rubik-Medium;
    font-size: 20px;
    color: #b6d452;
    margin: 0px 0px 10px;
}

.about-txt p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin: 10px 0px 0px;
}

.blue-bg {
    background-color: #1995a8;
}

.home-top {
    margin-top: 40px;
}

.footer-link {
    margin: 10px 0px 0px;
}

    .footer-link a, .copyright, .copyright a {
        color: #fff;
        font-size: 14px;
        transition: all 0.5s;
    }

    .footer-link span {
        color: #b6d452;
    }

    .footer-link a:hover, .copyright a:hover, .social-link a i:hover {
        color: #b6d452;
    }

.social-link {
    text-align: right;
    margin: 25px 0px -25px 10px;
}

    .social-link a i {
        color: #fff;
        font-size: 20px;
        padding: 0px 0px 0px 5px;
        transition: all 0.5s;
    }

.sub-banner img {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
}

.justi-aln p {
    text-align: justify;
}

.mtop {
    margin-top: 15px;
}

.services-txt {
    background-color: #1995a8;
    color: #fff;
    padding: 3px 0px;
    border-radius: 3px;
}

.list {
    margin: 0px 0px 0px -20px;
}

    .list li {
        padding: 2px 0px;
    }

        .list li span {
            color: #1995a8;
        }

.txtbx {
    border: none;
    background-color: #e1e1e1;
    color: #000;
    padding: 5px 5px;
    border-radius: 3px;
    transition: all 0.5s;
    width: 100%;
}

    .txtbx:focus {
        box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    }

.txtbtn {
    border: none;
    background-color: #1995a8;
    color: #fff;
    padding: 5px 5px;
    border-radius: 3px;
    transition: all 0.5s;
    width: 80px;
}

    .txtbtn:hover {
        background-color: #b6d452;
        color: #000;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    }

.contact p span {
    color: #000;
}

.contact p i {
    color: #1995a8;
    padding: 0px 3px 0px 0px;
}

.sitemap-bg {
    background-image: url(../Images/General/Sitemap.jpg);
    background-position: center;
    background-size: cover;
}

.sitemap {
    background-color: rgba(0,0,0,0.7);
    padding:15px;
    border-radius:3px;
    margin:110px 0px;
}
.sitemap ul{   
    margin:0px 0px 0px -20px;
}
    .sitemap ul li, .sitemap ul li a:hover{
        color: #b6d452;
    }
.sitemap ul li a{
    color:#fff;
    transition:all 0.5s;
}
.sitehead{
    margin:30px 0px 0px;
    color:#fff;
}
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li {
        padding: 0px 8px 0px 0px;
    }

        .mainMenu li a, .top-contact {
            font-family: Rubik-Regular;
        }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .fixed-ht {
        height: 116px;
    }

    .mainMenu {
        margin: 5px 0px 10px -40px;
    }

        .mainMenu li {
            padding: 0px 10px 0px 0px;
        }

            .mainMenu li a, .top-contact {
                font-family: Rubik-Regular;
            }

    .top-contact {
        margin-top: -60px;
    }

    .head1 {
        font-size: 25px;
    }

        .head1 span {
            border-bottom: 2px solid #b6d452;
        }

    .head2 {
        font-size: 18px;
    }

    .about-txt p {
        font-size: 16px;
        line-height: 28px;
    }
}
/* portrait tablets and small desktops*/
@media (max-width: 767px) {

    .fixed-ht {
        height: 66px;
    }

    .logo a img {
        width: 175px;
    }

    .mainMenu {
        margin: 5px 0px 10px -40px;
    }

        .mainMenu li {
            display: list-item;
            padding: 2px 0px;
        }

            .mainMenu li a {
                font-family: Rubik-Regular;
                border-bottom: 1px solid #fff;
                padding: 0px 0px 2px 0px;
                font-size: 14px;
            }

    .top-contact {
        float: none;
        font-size: 13px;
        font-family: Rubik-Regular;
        margin: 0px 0px 5px 0px;
    }

    .padding1 {
        padding: 15px 0px;
    }

    .head1 {
        font-size: 20px;
        margin: 0px 0px 10px;
    }

        .head1 span {
            border-bottom: 1px solid #b6d452;
        }

    .head2 {
        font-size: 16px;
    }

    .about-txt p {
        font-size: 15px;
        line-height: 26px;
    }

    .social-link {
        text-align: left;
        margin: 5px 0px 10px;
    }

        .social-link a i {
            font-size: 18px;
            padding: 0px 5px 0px 0px;
        }

    .mtop {
        margin-top: 0px;
    }

    .home-top {
        margin-top: 20px;
    }
    .sitehead {
        margin: 20px 0px 0px;        
    }
    .sitemap {     
        margin: 70px 0px;
    }
}
/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/
