body {
    font-family: 'Rubik', sans-serif;
}


/* h1,h2,h3,h4,h5,h6,p{
    margin: 0;
} */

a {
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

p {
    font-size: 15px;
}


/* preloader */

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fa7807;
}

.preloader .indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
}

.preloader span {
    display: block;
    text-align: center;
    font-size: 4px;
    color: #fff;
}

.preloader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.preloader .indicator svg polyline#back {
    stroke: rgba(255, 255, 255, 0.3);
}

.preloader .indicator svg polyline#front {
    stroke: #fff;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
}


/*help_page--*/

.help_page {
    margin: 20px auto;
    padding: 10px;
}

.help_page h4 {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: 600;
}

.help_page img {
    width: 100%;
    margin: 15px 0px;
}

.help_page p {
    padding: 15px 0px;
}

.inner_help {
    margin: 4% 0px;
    padding: 30px;
}

.topse {
    margin-top: 20px;
}

.centerp {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding: 2% 11%;
}


/*help_page end--*/


/*faq_page--*/

.faq_page {
    margin: 30px auto;
    padding: 10px;
}

.faq_page .faq_panel {
    margin-bottom: 0px;
}

.faq_panel .faq_panel_heading {
    padding: 18px 25px;
}


/*faq_page end--*/


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #000;
    font-weight: 600;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/********************************************************************/

.my_div {
    width: 100%;
    margin: 0 auto;
    background-color: #f6f7ee;
}

.my_bg {
    width: 100%;
    margin: 0 auto;
    background-color: #f6f7ee;
}

.panel-success {
    border: none;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #f6f7ee;
}

.panel-heading {
    padding: 0px 25px;
    border-bottom: none;
}

.panel-body {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.tab-text {
    width: 90%;
    margin: 0 auto;
}

.my_bg .nav>li>a:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    transition: .3s all;
}

.my_bg .nav>li>a:hover {
    background-color: #fff;
}

.tab_image_content {
    margin: 8% 0;
}

.tab_image_content h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
}

.tab_image_content p {
    line-height: 32px;
    font-size: 18px;
}


/*CSR-page--*/

.conversation {
    width: 100%;
    margin: 25px auto;
    background-color: #f3f1f0;
    padding: 45px;
}

.conversation h1 {
    font-size: 28px;
    font-weight: 700;
}

.conversation p {
    margin: 15px 0px;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
}

.conversation_blog {
    width: 30%;
    background-color: #fff;
    padding: 8px;
    overflow: hidden;
    float: left;
    margin: 19px;
    border-radius: 4px;
    color: #000;
}

.conversation_blog img {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 22px;
}

.conversation_blog .col_content {
    width: 100%;
}


/*end*/


/*how-to-page--*/

.how_page_tab {
    float: left;
    border-right: 1px solid #ccc;
    background-color: #fff;
    width: 35%;
    margin: 25px 0px;
}


/* Style the buttons inside the tab */

.how_page_tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 20px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.how_page_tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.how_page_tab button.active {
    background-color: #fa7804;
}


/* Style the tab content */

.font_icon {
    padding: 25px;
    font-size: 26px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 8px;
}

.how_page_tabcontent {
    float: left;
    padding: 36px 55px;
    width: 65%;
    border-left: none;
    height: 300px;
}

.how_page_tabcontent p {
    padding-top: 15px;
    line-height: 28px;
}


/* how-to-page-end--*/


/*css-forms*/

#loginbox {
    margin-top: 30px;
}

#loginbox>div:first-child {
    padding-bottom: 10px;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form>div {
    margin-bottom: 25px;
}

#form>div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555, 255, 255, .3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    fill: #525151;
}

.iconmelon:after,
.im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header2 {
    background-color: #ececec;
    border-radius: 8px;
    color: #333;
    text-align: center;
}

.query-box h3 {
    text-align: center;
    padding: 20px;
    line-height: 28px;
}

.form-margin {
    margin: 20px 0px;
}


/*css-forms*/

legend {
    color: #141823;
    font-size: 25px;
    font-weight: bold;
}

.signup-btn {
    background: #ff7a1f;
    margin: 25px 0px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border: solid #e96b15 1px;
    text-decoration: none;
}

.signup-btn:hover {
    background: #d46011;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.form .form-control {
    margin-bottom: 10px;
}

@media (min-width:768px) {
    #home {
        margin-top: 50px;
    }
    #home .slogan {
        color: #0e385f;
        line-height: 29px;
        font-weight: bold;
    }
}


/*newcss----for----signup---form----*/

.registration_form-update {
    width: 100%;
    margin: 50px 0px;
}

.registration_form-update .container {
    border: 1px solid #dcdcdc;
}

.seven {
    margin: 25px 0px;
}

.seven h3 {
    display: block;
    position: relative;
}

.seven h3:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #fa7804;
    width: 40%;
    transform: translateX(-126%);
    bottom: -11px;
    left: 50%;
}

.set-icon {
    margin-top: 35px;
}

.set-icon2 {
    margin: 0px 0px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    box-shadow: 2px 3px 10px #dcdcdc;
}

.first-icon {
    display: inline-block;
    margin-bottom: 45px;
}

.first-icon h4 {
    font-size: 20px;
    margin-bottom: 6px;
}

.first-icon span p {
    font-size: 12px;
    font-weight: 600;
    color: #777777;
}

.first-icon i {
    font-size: 42px;
    color: cornflowerblue;
}

.first-icon span {
    float: right;
    padding-left: 25px;
}

.signup-div {
    border-radius: 5px;
    padding: 20px;
}

.signup-div .forgot {
    float: right;
    padding-top: 5px;
    color: #fa7804;
}

.signup-div label {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 12px;
}

.signup-div input[type=text],
select {
    width: 100%;
    padding: 8px 8px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.signup-div input[type=password],
select {
    width: 100%;
    padding: 8px 8px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.signup-div input[type=number],
select {
    width: 100%;
    padding: 8px 8px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.signup-div textarea,
select {
    width: 100%;
    padding: 8px 8px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.signup-div input[type=submit] {
    width: 100%;
    background-color: #fa7804;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.signup-div input[type=submit]:hover {
    background-color: #e4640d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #4c4b4b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f3f1ec;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: unset;
    border-color: #dbd9ce;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
    width: 75px;
}


/*newcss----for----signup---form--end--*/


/* prelaoder */


/* home page */

.navbar-brand {
    height: auto;
    color: white;
    padding: 5px 15px;
}

.nav>li>a {
    padding: 20px;
    text-decoration: none;
    color: white;
    transition: .3s all;
    position: relative;
}

.nav>li>a:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background: black;
    transition: .3s all;
}

.nav>li>a:hover:after,
.nav>li>a:focus:after,
.nav>li.active>a:after {
    width: 100%;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}

.navbar {
    background: #ff7805;
    border: 0;
    border-radius: 0;
    min-height: auto;
    z-index: 999;
    transition: .6s all;
}

.affix {
    width: 100%;
}

.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 998;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
    text-decoration: none;
    background-color: transparent;
    color: black;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: white;
    color: #ff7805;
}

.navbar .dropdown-menu {
    background: #ff7805;
    top: 120%;
}

.navbar .dropdown-menu span {
    position: absolute;
    top: -10px;
    left: 20px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fa7807;
}

.navbar .dropdown-menu>li>a {
    color: #fff !important;
    transition: .3s all;
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus {
    background-color: white;
    color: #ff7805 !important;
    text-decoration: none;
    padding-left: 30px;
}

.owl-dots {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 7px;
    display: block;
}

.owl-dot.active span {
    background: #ff7805;
}

.slider {
    position: relative;
    line-height: 0;
}

.item-img {
    position: relative;
}

.item-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .8;
}

.item-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    z-index: 9;
    color: white;
}

.item-text p {
    padding: 20px 0;
    color: #dcdcdcf5;
    font-weight: 100;
    line-height: 1.5;
}


/* .submit-btn{
    display: inline-block;
    padding: 10px 40px;
    background-color: #fa7807;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition:.3s all;
    border: 1px solid transparent;
}

.submit-btn:hover,.submit-btn:focus{
    color: #fa7807;
    background-color: transparent;
    border:1px solid #fa7807;
    text-decoration: none;
} */

.owl-item.active .item-text h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .item-text p {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}

.owl-item.active .item-text a.submit-btn {
    -webkit-animation: 1s 1s fadeInUp both;
    animation: 1s 1s fadeInUp both;
}

.arrow path {
    fill: #fff;
}

.owl-prev:hover .arrow path,
.owl-next:hover .arrow path {
    fill: #fa7807;
}

.owl-prev {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.owl-next {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.slider:hover .owl-prev {
    left: 50px;
    opacity: 1;
    visibility: visible;
}

.slider:hover .owl-next {
    right: 50px;
    opacity: 1;
    visibility: visible;
}

.slick-prev {
    left: 40px;
    color: white;
    font-size: 60px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev:before {
    display: none;
}

.slick-next {
    right: 40px;
    color: white;
    font-size: 60px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    height: auto;
    width: auto;
    display: block;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fa7807;
    background: transparent;
}

.service-box {
    padding: 50px 0;
}

.service-box-title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #fa7807;
    position: relative;
}

.service-box-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 70px;
    background: #fa7807;
}

.service-box-text {
    cursor: pointer;
    text-align: center;
    background-color: white;
    padding: 20px;
    transition: .3s all;
    max-width: 340px;
    margin-left: 24px;
    margin-top: 11px;
    margin-bottom: 10px;
}

.service-box-text:hover,
.service-box-text:focus {
    box-shadow: 0px 0px 20px 0px #a9a9a9;
    outline: none;
}

.service-box-text img {
    max-width: 100%;
    margin: 20px auto;
}

.service-box-text h3 {
    color: black;
    padding: 10px 0;
}

.service-box-text p {
    margin-bottom: 20px;
}

.owl-prev span,
.owl-next span {
    font-size: 25px;
}

.service-slider:hover .slick-prev {
    opacity: 1;
    visibility: visible;
    left: -20px;
}

.service-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
    right: -30px;
}

.service-slider .slick-prev {
    left: 40px;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.service-slider .slick-next {
    right: 30px;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    color: #000;
}

.admin_profile_info_route-wrapp .admin_heading {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 700;
}

.admin_profile_info_route-wrapp .label_name {
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: 700;
}

.admin_profile_info_route-wrapp p {
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: 400;
}

.subscribe {
    padding: 40px 0;
    background: #ebebeb;
    ;
    color: white;
}

.subscribe .title {
    padding: 4px 0
}

.input-group .input-style {
    width: 390px;
    height: 40px;
}

.subscribe .form-control {
    float: left;
    width: 70%;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-btn {
    border: 0;
    width: 30%;
    text-align: center;
    padding: 10px 0;
    background: black;
    text-decoration: none;
    color: #ffffff;
    transition: .3s all;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-btn:hover {
    text-decoration: none;
    color: #fa7807;
}

.footer-links {
    padding: 70px 0;
    background: black;
    color: white;
}

.footer-links-text .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-links-text .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 120px;
    background-color: white;
}

.footer-links-text .first {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links-text .first li a {
    text-decoration: none;
    color: #afafaf;
    padding: 5px;
    display: inline-block;
    line-height: 1.6;
    transition: .3s all;
}

.angle-icon {
    margin-right: 10px;
    transition: .3s all;
    color: #afafaf;
    font-size: 10px;
}

.footer-text .first li a:hover,
.footer-links-text .first li a:hover {
    color: #fa7807;
}

.footer-links-text .first li a:hover .angle-icon {
    margin-right: 15px;
    color: #fa7807;
}

.second li {
    float: left;
    width: 50%;
}

.social-ul li {
    display: inline-block;
}

.social-ul li a i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .3s all;
}

.facebook-color {
    color: white;
    background-color: #3c5999;
}

.twitter-color {
    color: #1da1f2;
    background-color: white;
}

.google-color {
    color: white;
    background-color: #db4437;
}

.social-ul li a i:hover {
    background: #fa7807;
    color: white;
}

footer {
    padding: 25px 0;
    background: #080808;
    color: #ffffff7a;
}

.footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-text ul li {
    float: left;
}

.footer-text ul li a {
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff7a;
    border-right: 1px solid #ffffff7a;
    transition: .3s all;
}

.footer-text ul li:last-child a {
    border-right: 0;
}

.footer-text ul li a:hover,
.footer-text ul li a:hover {
    color: #fa7807;
}

#backtotop-btn {
    position: fixed;
    bottom: 50px;
    right: 15px;
    height: 40px;
    width: 40px;
    background-color: #fa7807;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 99999;
}


/* home page end*/


/* whistle blowe page */

.query-box {
    background-color: white;
    padding: 20px;
    box-shadow: 2px 2px 10px 0px #a9a9a9;
    overflow: hidden;
}

.query-box-inner {
    border: 3px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 5px;
    margin: 0 auto;
}

.query-box-inner .input-container {
    margin-bottom: 5px;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 6px;
    color: #949494;
    font-size: 14px;
}

.input-field {
    width: 100%;
    padding: 0px;
    outline: none;
    border: none;
}

.form-col-box {
    margin: 0px 0px;
    padding: 0px 5px;
}

.query-box-inner h2 {
    margin-bottom: 14px;
    font-size: 28px;
    text-align: left;
}

.query-box-inner img {
    width: 100%;
    margin-bottom: 26px;
}

.query-box h3 {
    text-align: center;
    padding-bottom: 30px;
}


/* whistle blowe page */


/* ads section page */

.header-titie {
    padding: 50px 0;
    background: #080808;
    text-align: center;
    color: white;
}

.prachar-section .form-group {
    margin: 0;
}

.last.form-control {
    float: left;
    width: 70%;
}

.prachar-section .submit-btn {
    padding: 7px 0px;
    width: 29%;
    text-align: center;
    height: 34px;
    margin-left: 2px;
    margin-top: 0px;
}

.prachar-section-detail {
    padding: 40px 0;
}

.prachar-section-detail .img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-block;
}

.prachar-section-text {
    padding: 15px 0 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    text-align: center;
}

.prachar-section-text h4 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.prachar-section-text h5 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
}

.prachar-section-text img {
    max-width: 200px;
    min-height: 200px;
    /*display: block;!importan*/
}

.prachar-section-text span {
    display: inline-block;
    text-align: center;
}

.prachar-section-text span.first {
    margin-right: 15px;
}

.prachar-section-text span i {
    margin-right: 5px;
}

.prachar-section-subtext {
    background: #f2f2f2;
    padding: 10px;
}

.prachar-section .filter {
    margin-bottom: 20px;
}

.filter label {
    display: block;
    font-size: 13px;
}

.filter h3 {
    text-align: left;
    padding: 16px 0;
}


/* ads section page */


/* about us page */

.about-us-title {
    position: relative;
}

.about-us-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .5;
}

.about-us-title img {
    max-width: 100%;
}

.about-text {
    margin-bottom: 70px;
}

.why-choose-us {
    background: url('../images/why-choose.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.why-choose-us:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .6;
    z-index: -1;
}

.why-choose-us-box {
    padding: 20px;
    color: white;
    border: 1px solid #6b6b6b;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
}

.why-choose-us-box img {
    max-width: 80px;
    margin-bottom: 20px;
}

.why-choose-us-box h4 {
    font-size: 25px;
    margin-bottom: 20px;
    transition: .3s all;
}

.why-choose-us-box span {
    color: #ddd;
    font-weight: 100;
}

.why-choose-us-box:hover h4 {
    color: #fa7807;
}


/* about us page */


/* team page */

.team-section {
    background-color: #f1f1f1;
    padding-bottom: 40px;
}

.team-section .owl-nav {
    width: 100%;
    top: -100px;
    position: absolute;
    text-align: right;
}

.team-section .team {
    position: relative;
    border: 2px solid #000;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    cursor: pointer;
}

.team-section .team img {
    width: 100%;
}

.team-slider .item {
    padding: 5px;
    margin: 2px;
    padding-bottom: 60px;
    text-align: center;
}

.team .overlay {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 15px 10px 45px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 60px;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.team:hover .overlay {
    background-color: #fa7807;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    position: absolute;
    width: 90%;
    height: 110px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.team:hover {
    border-color: #fa7807;
}

.team .overlay h5 {
    font-size: 18px;
    text-transform: uppercase;
}

.team .overlay p {
    font-size: 12px;
    margin-bottom: 10px;
}

.team ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team ul.social li {
    display: inline-block;
    padding: 0 10px;
}

.team ul.social li a {
    display: block;
    font-size: 16px;
    color: #fff;
}


/* team page end */


/* contact page */

.contact-detail {
    margin: 30px 0;
}

.contact-address .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.address-detail .box {
    margin-bottom: 10px;
}

.address-detail .box:last-child {
    margin-bottom: 30px;
}

.address-detail .box i {
    float: left;
    margin-top: 3px;
}

.address-detail .box p {
    padding-left: 25px;
}


/* contact page end*/

@media screen and (max-width:1024px) {
    .service-box-text {
        max-width: 90%;
        margin-left: 7px;
    }
}

@media screen and (max-width:991px) {
    .slick-slider {
        text-align: center;
    }
    .nav>li>a:after {
        display: none;
    }
    .navbar-toggle {
        margin-top: 13px;
        border: 1px solid #0b59ca;
    }
    .navbar-toggle .icon-bar {
        background: #0c242e;
    }
    .footer-links-text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .slick-slider {
        text-align: center;
    }
    .item-text h1 {
        font-size: 25px;
    }
    .slider .item-img img {
        width: 200%;
    }
    .footer-links-text {
        margin-bottom: 30px;
    }
    .footer-links-text.last {
        margin-bottom: 0px;
    }
    .footer-text {
        text-align: center;
    }
    .footer-text ul li {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width:480px) {
    .service-box-text {
        margin-left: 0px;
    }
    .item-text h1 {
        font-size: 20px;
    }
    .owl-dots {
        padding: 8px 0;
    }
    .item-text {
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        top: 50%;
        min-width: 100%;
    }
    .item-text p {
        font-size: 10px;
        padding: 10px 0;
    }
    .item-text a {
        font-size: 12px;
        padding: 5px 20px;
        display: none;
    }
    .service-box-text {
        margin-left: 0;
    }
    .service-slider:hover .slick-prev {
        opacity: 1;
        visibility: visible;
        left: -15px;
    }
    .service-slider:hover .slick-next {
        opacity: 1;
        visibility: visible;
        right: -15px;
    }
    .subscribe .title {
        padding: 0;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .footer-text {
        text-align: center;
    }
    .footer-text ul li {
        float: none;
        display: inline-block;
    }
    .filter label {
        font-size: 10px;
    }
}

@media screen and (min-width:1000px) {
    .service-box-text {
        margin-left: 6px;
    }
}

.registration_form-update.newformdesing {
    width: 100%;
    margin: 0px 0px;
}

.signup-lockimg h3 {
    color: #fff;
}

.signup-bottom-text {
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 60px;
    margin-top: 20px;
    color: #fff;
    background-position: 20px 0px;
}

.signup-bottom-text h2 {
    font-size: 16px;
}

.signup-bottom-text p {
    font-size: 13px;
    margin-top: 5px;
}

.signup-bottom-text.mb-2 {
    padding-bottom: 20px;
}

.login-image {
    background-size: cover;
    background-color: #3f63ae;
    min-height: 100vh;
}

.logoimg-signup {
    margin-bottom: 45px;
}

.logoimg-signup img {
    width: 132px;
    margin-top: 20px;
}

.logoimg-signup {
    text-align: center;
}

.signup-lockimg h3 {
    font-weight: 560;
    font-size: 26px;
}

.signup-lockimg img {
    width: 200px;
    margin: 70px 0px 50px;
}

.sign-form-laout {
    background: #fff !important;
    border-radius: 25px;
    padding: 25px !important;
    width: 400px !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    margin: 55px auto 0px;
}

.login-sub-title {
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 15px;
}

.logintoptitle:after {
    border-bottom: 0px solid #fa7804 !important;
}

.logintoptitle {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

.loginforminputs {
    margin-top: 24px;
    float: left;
    width: 100%;
}

.loginforminputs label {
    color: #000;
    font-weight: 600;
}

.loginforminputs {
    position: relative;
}

.loginforminputs input {
    border: none !important;
    border: 0.01px solid #9aaed8 !important;
    border-left: 5px solid #3f63ae !important;
    padding-left: 40px !important;
    background: #efefef;
}

.loginforminputs input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.loginforminputs img {
    position: absolute;
    top: 37px;
    left: 15px;
    width: 16px;
}

.rememberme {
    color: #000;
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
    font-weight: 600;
}

.signup-div .forgot {
    color: #337ab7;
}

.loginbtn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.loginbtn input {
    background: #4267b2 !important;
    border: none !important;
    border-radius: 20px !important;
    margin-bottom: 10px !important;
    padding: 11px 20px !important;
}

.loginbtn input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn-forgotpssword {
    display: inline-block;
    margin-top: 10px;
    clear: both;
    width: 100%;
}

.btn-forgotpssword button {
    background: #4267b2 !important;
    border: none !important;
    border-radius: 20px !important;
    margin-bottom: 10px !important;
    padding: 11px 20px !important;
}

.btn-forgotpssword button:focus,
.btn-forgotpssword button:hover {
    color: #fff;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.loginforminputs input.pl-11 {
    padding-left: 11px !important;
}

@media only screen and (max-width: 767px) {
    .login-image {
        min-height: auto;
    }
    .forgotepassforms .sign-form-laout {
        margin: 16px auto 16px;
    }
    .forgotepassforms .p30 {
        padding: 5px;
    }
    .logoimg-signup img {
        margin-top: 9px;
        margin-left: 0px;
    }
    .signup-bottom-text {
        padding-left: 37px;
        background-position: 3px 0px;
    }
    .sign-form-laout {
        width: 100% !important;
        padding: 11px !important;
        margin: 0px auto 0px;
    }
    .signup-lockimg img {
        width: 150px;
        margin: 11px 0px 7px;
    }
    .signup-lockimg h3 {
        font-size: 20px;
    }
    .logoimg-signup {
        margin-bottom: 19px;
        text-align: center;
    }
    .loginbtn {
        margin-top: 25px;
    }
    .loginforminputs {
        margin-top: 11px;
    }
    .signup-div .forgot {
        width: 100%;
    }
    footer {
        position: initial !important;
    }
    .registration-bg .headeimgtitle {
        text-align: center;
    }
}

.bus-search-section {
    /* margin-top: 20px; */
}

.bus-search-section .form-control {
    margin-top: 20px;
}


/* BusRunningStatus css */

.BusRunningStatus-heading {
    margin-bottom: 5px;
}

.BusRunningStatus-heading h5 {
    margin: 0;
    padding: 0;
}