body {
    background: #f5f5f5;
}
/********************************/
/*       Navbar       */
/********************************/

.navbar.main-nav {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default.main-nav {
   background-color: #e3e6e7;
    border: none;
    border-bottom: 1px thick;
}

    .navbar-default.main-nav .navbar-nav > li > a {
        font-size: 14px;
        padding: 27px 25px;
        color: #0f0e0e;
        text-transform: uppercase;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .navbar-default.main-nav .navbar-nav > li > a:hover {
        }

    .navbar-default.main-nav .navbar-nav > .active > a,
    .navbar-default.main-nav .navbar-nav > .active > a:hover,
    .navbar-default.main-nav .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #0699e6;
    }

    .navbar-default.main-nav .navbar-brand {
        width: 224px;
        height: 93px;
        background: url(../Images/common/logo.png) no-repeat center center;
        margin-top: 2px;
		margin-bottom: 4px;
    }








    .navbar-default.main-nav .navbar-toggle {
        border: none;
        padding: 15px 10px;
        margin-right: 0px;
    }

        .navbar-default.main-nav .navbar-toggle:hover,
        .navbar-default.main-nav .navbar-toggle:focus {
            background-color: #0086cd;
        }

        .navbar-default.main-nav .navbar-toggle .icon-bar {
            background-color: #ffffff;
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
        }

/*==============top Strip=============*/

.top-strip {
    background: #fff;
    color: #333;
    line-height: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
    position: relative;
    z-index: 1;
}

    .top-strip span {
        padding: 0px 5px;
        display: inline-block;
    }

        .top-strip span strong {
            color: #ffde05;
        }

    .top-strip .navbar-inverse {
        background: none;
        border: none;
    }

    .top-strip .navbar {
        min-height: 10px;
        margin-bottom: 0;
    }

    .top-strip .navbar-brand {
        height: 40px;
    }

    .top-strip .navbar-toggle {
        border: none;
        padding: 5px 10px;
    }

        .top-strip .navbar-toggle:hover,
        .top-strip .navbar-toggle:focus {
            background-color: #333;
        }

        .top-strip .navbar-toggle .icon-bar {
            background-color: #FFBB52;
            width: 15px;
            height: 1px;
        }

    .top-strip .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
        color: #333;
        background: none;
    }

        .top-strip .nav > li > a:hover,
        .top-strip .nav > li > a:focus {
            text-decoration: none;
            background-color: #fff;
            color: #333;
        }

    .top-strip .dropdown-menu > li > a {
        padding: 8px 20px;
        border-bottom: 1px solid #E6E6E6;
    }

    .top-strip .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .top-strip .dropdown-menu > li > a:hover,
    .top-strip .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
    }

.dropdown-menu {
    padding: 0;
}

.top-strip .nav > li > a .fa {
    margin-right: 5px;
    font-size: 15px;
    color: #1e176e;
}

.top-strip .navbar-inverse .navbar-nav > .open > a,
.top-strip .navbar-inverse .navbar-nav > .open > a:hover,
.top-strip .navbar-inverse .navbar-nav > .open > a:focus {
    color: #333;
    background: none;
}

.top-strip span .fa {
    margin-right: 5px;
    font-size: 15px;
    color: #1e176e;
}

@media (max-width: 767px) {
    .top-strip .navbar-brand {
        font-size: 14px;
        padding-top: 5px;
    }
}
/*========================footer====================*/
footer {
    background: #0579b7;
    font-size: 14px;
}

    footer .footer-body {
        color: #ddd;
        padding: 20px 0;
    }

        footer .footer-body h5 {
            text-transform: uppercase;
            color: #fff;
            margin-top: 0;
        }

    footer a, footer {
        color: #ddd;
    }

        footer a:hover {
            color: #ddd;
        }

        footer ul {
            padding: 0px 0;
        }

            footer ul li {
                padding: 3px 0;
                color: #000;
                position: relative;
                padding-left: 15px;
            }

                footer ul li:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 8px;
                    height: 8px;
                    background: #ffa04c;
                    top: 50%;
                    margin-top: -5px;
                    border-radius: 50%;
                }

                footer ul li a {
                    color: #ddd;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul li a:hover {
                        padding-left: 3px;
                        color: #ccc;
                    }

        footer .copyright-col {
            margin-top: -20px;
            text-align: right;
        }

            footer .copyright-col h4 {
                color: #fff;
            }

            footer .copyright-col a {
                color: #ddd;
            }

        footer .social-icons .btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            line-height: 40px;
            color: #FFF;
            padding: 0px 0px;
        }

footer .partners{
	position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 6px;
	margin-bottom:10px;
	}
footer .partners:before, .partners:after{
	content: '';
    position: absolute;
    top: 0;
    border-top: 41px solid #fff;
	}
footer .partners:before{
	border-left: 20px solid transparent;
    left: 0;
    margin-left: -20px;
	}
footer .partners:after{
	border-right: 20px solid transparent;
	right: 0;
    margin-right: -20px;	
	}
	

.backToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 5px;
    font-size: 35px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.17);
}

.lite-padding [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

/* panel theme*/
.panel-theme .panel {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 0px;
}

.panel-theme {
    border-color: #EFEFEF;
    margin-top: 20px;
    box-shadow: inherit;
}

    .panel-theme > .panel-heading {
        color: #fff;
        background-color: #228ac7;
        border-color: #EFEFEF;
        webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }



    .panel-theme .panel-title {
        font-size: 20px;
    }

        .panel-theme .panel-title .fa {
            color: #ff7d13;
            margin-right: 10px;
            background: #fff;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 14px;
            border-radius: 6px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
        }



    .panel-theme .form-control, .tab-body .form-control {
        border-radius: 0;
        height: 35px;
        border: 1px solid #e3e3e3;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
    }

    .panel-theme .panel-body {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

.panel-body.line {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-top: 2px solid #228ac7;
}

.nav-tabs.theme {
}

    .nav-tabs.theme > li {
    }

        .nav-tabs.theme > li > a {
            color: #333333;
            border-radius: 0;
            padding: 3px 15px;
        }

            .nav-tabs.theme > li > a .fa {
                border: 1px solid #fa9b52;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                margin-left: 5px;
                border-radius: 50%;
                color: #ffffff;
                margin-right: 5px;
                background: #fa9b52;
            }

        .nav-tabs.theme > li.active > a, .nav-tabs.theme > li.active > a:hover, .nav-tabs.theme > li.active > a:focus {
            color: #fff;
            background-color: #0086cd;
            border: 1px solid #228ac7;
        }

            .nav-tabs.theme > li.active > a .fa, .nav-tabs.theme > li.active > a:hover .fa, .nav-tabs.theme > li.active > a:focus .fa {
                color: #fff;
                border: 1px solid #F1C700;
            }

.nav-tabs > li > a:hover {
    border: 1px solid transparent;
    background: transparent;
}

.theme.tab-body {
    margin-top: -2px;
    border-top: 2px solid #228ac7;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

/*Genearl Query */
.general-query {
}

    .general-query .left-side {
    }

    .general-query .right-side {
    }

    .general-query h5 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .general-query ul li {
        padding: 5px 0;
        font-size: 20px;
    }

        .general-query ul li i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            background: #ed8323;
            color: #fff;
            text-align: center;
            line-height: 30px;
            margin-right: 5px;
        }
