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;
    padding: 10px;
}

.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: auto;
}

.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;
}

.query-box-result-wrap {
    box-shadow: 2px 2px 10px 0px #a9a9a9;
}

.disclaimer {
    color: #ff7805;
    float: right;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
}

.query-box-result {
    padding: 15px 10px;
    box-shadow: 2px 2px 10px 0px #a9a9a9;
    margin-bottom: 20px;
}

.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;
}


/*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: .5;
}

.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;
}

.about-me {
    padding-bottom: 50px;
    padding-top: 60px;
    background-color: #fff6e6;
}

.about-title {
    color: #424242;
    font-size: 25px;
    margin-bottom: 25px;
}

.about-title:after {
    position: absolute;
    content: "";
    bottom: 0px;
    top: 38px;
    transform: translateX(-149%);
    height: 3px;
    width: 60px;
    background: #fa7807;
}

.about-text1 {
    padding: 15px 0px 15px 0px;
    font-size: 15px;
}

.submit-btn {
    display: inline-block;
    padding: 4px 30px;
    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-text {
    text-align: center;
    margin-bottom: 40px;
}

.service-box {
    background-color: #fdfefe !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    padding: 60px 0px 0px 0px;
}

.service-box1 {
    background-color: #fdfefe !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    padding: 80px 0px 0px 0px;
}

.cls {
    padding-top: 20px !important;
    background-color: rgba(253, 254, 254, 0.58) !important;
}

.bg-image {
    margin: 7px 0px 0px 0px;
    padding-bottom: 140px !important;
    background: #fdfefe url(../images/services_2.png) !important;
    background-position: left 60px !important;
    background-repeat: no-repeat !important;
    /*margin-left: -90px;*/
}

.service-icon,
.img1 {
    height: 56px;
    float: left;
    margin-bottom: 28px;
    margin-right: 18px;
    margin-top: 7px;
}

.card,
.card-body,
.ca {
    font-size: 13px;
    padding: 5px 0px;
}

.card-text {
    margin-left: 75px;
    font-size: 20px;
    color: #353c68;
    padding-top: 0px;
    line-height: 30px;
    font-weight: 400;
}

.card-title {
    margin-top: 24px;
}

.card {
    margin-bottom: 20px !important;
    padding-top: 18px !important;
    padding-right: 18px !important;
    padding-bottom: 30px !important;
    padding-left: 18px !important;
    background-color: #fdfefe !important;
    box-shadow: 0px 2px 20px #d9dfe9;
}

.text {
    padding-top: 50px;
}

.button {
    margin-left: 98px;
    margin-top: 5px;
}

.btn submit-btn {
    display: inline-block;
    padding: 4px 30px;
    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;
}

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

.service-box-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    width: 80px;
    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;
}

.our-team {
    background-image: url(../images/our_team.jpg);
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.our-team:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.23);
    opacity: 1;
    content: "";
}

.our-team h1 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.faq {
    background-image: url(../images/faq.jpg);
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.about-us {
    background-image: url(../images/about_us.jpg);
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.about-us:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.23);
    opacity: 1;
    content: "";
}

.about-us h1 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.rate-us {
    background-image: url(../images/rate_us.jpg);
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.rate-us:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.23);
    opacity: 1;
    content: "";
}

.rate-us h1 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.about-business {
    padding: 90px 0px 90px 0px;
}

.ab-title {
    position: relative;
    margin-bottom: 20px;
}

.ab-title h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.ab-title h2.left:before {
    position: absolute;
    content: '';
    background: #ff7805;
    width: 50px;
    height: 3px;
    left: 0px;
    bottom: -15px;
}

.ab-title p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.ab-list {
    margin-top: 30px;
}

.ab-list li {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
}

.ab-list i.fa {
    font-size: 16px;
    color: #ff7805;
    margin-right: 10px;
}

.fe-title {
    position: relative;
    margin-bottom: 20px;
}

.fe-title h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.fe-title h2:before {
    position: absolute;
    content: '';
    background: #ff7805;
    width: 50px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.about-feature .fe-title p {
    max-width: 850px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
    text-align: center;
}

.feature-container {
    margin-top: 190px;
    text-align: center;
}

.about-feature {
    margin-bottom: 60px;
}

.fe-box-one {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 30px;
    transition: all .3s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fe-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 80px;
    margin: 0 auto 25px;
    -webkit-transition: all 300ms ease;
}

.fe-box-one h4 {
    position: relative;
    line-height: 1.6em;
    text-transform: capitalize;
    margin-bottom: 7px;
    color: #222;
    font-weight: 500;
}

.fe-box-one h4 a {
    color: #26cdff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}

.fe-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #fff;
    margin-top: 25px;
}

.fe-box-one {
    background: linear-gradient(rgba(3, 61, 117, 0.9), rgba(3, 61, 117, 0.9)), url(../images/fe2.jpg) !important;
}

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

.subscribe .title {
    padding: 4px 0
}

.contact-us {
    background-image: url(../images/contact_us.jpg);
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.contact-us:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.23);
    opacity: 1;
    content: "";
}

.contact-us h1 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    font-size: 35px;
}

.co-title h1 {
    color: #fa7807;
    font-weight: 600;
    text-align: center;
}

.co-title p {
    color: #353535;
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
}

.contact-title {
    padding: 80px 0px 80px 0px;
}

.co-title {
    padding: 0px 0px 80px 0px;
}

.co-title h1 span {
    color: #000;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.con-info h1 {
    color: #353535;
    font-size: 28px;
    margin-bottom: 40px;
}

.con-info .media {
    margin-bottom: 39px;
}

.fa_icon {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px dashed #535353;
    text-align: center;
    margin-right: 20px;
    float: left;
}

.con-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.media-body {
    padding-top: 2px;
}

.con-info .media p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #535353;
}

.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;
}

.billboard {
    padding: 80px 0px;
    background-color: #fff;
}

.company-title {
    font-size: 15px;
    font-weight: 600;
}

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

.left-aside .heading123 {
    background-color: #FFA100;
    padding: 20px 30px 20px 30px;
}

.list-inline>li {
    padding: 4px 0px 0px 0px;
}

.left-aside .heading123 h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.left-aside .heading123 .fa {
    padding-right: 7px;
}

.left-aside .form-padding {
    padding: 20px;
}

.submit-btn1 {
    background-color: #fa7807;
    border: none;
    color: white;
    padding: 8px 82px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: .3s all;
    width: 100%;
}

.submit-btn1:hover {
    color: #fa7807;
    background-color: transparent;
    border: 1px solid #fa7807;
    text-decoration: none;
    transition: .3s all;
}

.company-name {
    font-size: 15px;
    font-weight: 600;
}

.profile-text {
    padding-right: 35px;
}

.com-title {
    font-size: 14px;
    font-weight: 500;
}

.com-title small {
    font-size: 12px;
    font-weight: 400;
}

.list1 ul {
    padding: 20px 20px 20x 20px;
}

.disclaimer-text a {
    text-decoration: none;
    outline: none;
    color: #fa7807;
    font-size: 14px;
    list-style: none;
}

.disclaimer-text {
    padding-right: 35px;
}

.profile-text a {
    text-decoration: none;
    outline: none;
    color: #fa7807;
    font-size: 14px;
    list-style: none;
}

.modal-content {
    /* width: 800px; */
}

.img-border {
    border-right: 1px solid #e2e2e2;
}

.faq-heading {
    padding: 70px 0px;
}

.faq-title p {
    font-size: 19px;
    line-height: 30px;
}

.faq-title h2 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 65px;
    color: #384b54;
}

.faq-title small {
    font-size: 14px;
    color: #fa7807;
    padding-top: 6px;
    display: block;
}

.panel-default>.panel-heading {
    color: #333;
    /*background-color: #ff7805;*/
    border-color: #ff7805;
    padding: 15px 0px 15px 0px;
    border-bottom: 0px;
    border-top: 1px dashed #fa7807;
}

.panel-heading {
    padding: 18px 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel {
    margin-bottom: 20px;
    border: 0px;
}

.panel-body {
    line-height: 26px;
    padding: 14px 0px 14px 0px;
    color: #796d6d;
    font-size: 15px;
    padding: 10px;
}

.panel-group {
    margin-bottom: 20px;
    margin-top: 50px;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    text-decoration: none;
    list-style: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
}


/* The container */

.container1-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.container1 {
    /*display: block;*/
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
    background-color: #ccc;
    border: 1px solid #737070;
}


/* On mouse-over, add a grey background color */


/*.container1:hover input ~ .checkmark {
background-color: #ccc;
}*/


/* When the radio button is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: #2196F3;
    background-color: #2196F3;
    border: 1px solid #61b9ff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container1 .checkmark:after {
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.footer {
    background-color: #0A1828;
    /*padding: 80px 0px 80px 0px;*/
}

.footer-about-top {
    position: relative;
    background: #0A1828;
    padding: 60px 0px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
    margin: 0 0 15px;
}

.footer-contacts p span {
    color: #FFA100;
    font-weight: 700;
}

.footer-link {
    position: relative;
    background: #0A1828;
    padding: 60px 0px;
}

.fo-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-link .first {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.footer-link .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,
.first li a:hover {
    color: #fa7807;
}

.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;
    position: inherit !important;
}

.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;
}


/*.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;
}*/

#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;
    margin-bottom: 50px;
    ;
}

.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) {
        .footer-link {
            position: relative;
            background: none;
            padding: 60px 0px;
        }
        .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) {
        .footer-link {
            position: relative;
            background: none;
            padding: 60px 0px;
        }
        .service-box {
            padding: 80px 0px 0px 0px;
        }
        .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;
        }
    }
    @media screen and (max-width: 768px) {
        .prachar-section .submit-btn {
            width: 100%;
        }
        .last.form-control {
            width: 100%;
        }
    }
    @media screen and (max-width: 768px) {
        .bg-image {
            margin: 7px 0px 0px 0px;
            padding-bottom: 58px !important;
            background: #fdfefe url(../images/services.png) !important;
            background-position: 0 0 !important;
            background-repeat: no-repeat !important;
            margin-left: 0px;
        }
        .about-image {
            padding-top: 30px;
        }
    }
}

@media all and (min-width: 800px) {
    /* Give space around main area */
    .fancybox-custom-layout .fancybox-outer {
        top: 50px;
        left: 50px;
        bottom: 50px;
        right: 50px;
        margin: auto;
        max-width: 960px;
        max-height: 495px;
        overflow: visible;
        background: #fff;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
        transition: opacity .3s;
    }
    /* Make it to fade-out while closing */
    .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
        opacity: 0;
    }
    /* Set color for background element */
    .fancybox-custom-layout .fancybox-bg {
        background: rgba(0, 0, 0, 0.35);
    }
    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }
    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption-wrap {
        top: 0;
        right: 44px;
        bottom: 0;
        left: auto;
        width: 256px;
        padding: 0;
        background: #333;
        pointer-events: all;
        /* Make text selectable */
        border-right: 1px solid rgba(255, 255, 255, .08);
    }
    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 300px;
    }
    /* Remove top border from the caption */
    .fancybox-custom-layout .fancybox-caption {
        padding: 15px 0px 0px 0px;
        border: 0;
    }
    .fancybox-caption .list-inline>li {
        display: block;
        width: 100%;
    }
    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 44px;
        background: #333;
        border-left: 1px solid #222;
    }
    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button,
    .fancybox-custom-layout .fancybox-navigation button:before {
        background: transparent;
    }
    /* Change arrow color */
    .fancybox-custom-layout .fancybox-navigation button {
        padding: 10px;
    }
    .fancybox-button:hover:not([disabled]) {
        color: #e47200 !important;
    }
    /* Reposition arrows */
    .fancybox-custom-layout .fancybox-button--arrow_left {
        left: -60px;
    }
    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: -60px;
    }
    .fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
        right: -272px;
    }
}

.map-title {
    margin-top: 30px;
}

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

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

.custom_page_stacked_pills li a {
    background: #0099f2;
    border-radius: 50px;
    color: #fff;
    padding: 7px 13px;
    font-size: 14px;
    margin-bottom: 8px;
}

.custom_page_stacked_pills li a:hover,
.custom_page_stacked_pills li a:focus {
    background: #ff7805;
    color: #000;
}

.custom_page_stacked_pills>li>a:after {
    content: none;
}

.border-with-rad-pad {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

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

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

.tc {
    text-align: center;
}

.custom-links-page ul li {
    list-style: none;
    text-decoration: none;
}

.bg-white {
    background-color: #fff;
}

.shadow-box {
    box-shadow: 2px 2px 10px 0px #a9a9a9;
    padding: 20px;
    margin-bottom: 20px;
}

.clock-wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 24px;
    margin-top: 5px;
    background: #cccccc24;
}

.user_active {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 13px;
    background: #cccccc24;
}

.user_active h4 {
    margin-bottom: 11px;
}

.clock #Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 21px;
}

.clock ul {
    width: auto;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    border: 1px solid;
    background: #231f1fe3;
    border-radius: 7px;
    padding: 7px;
}

.clock ul li {
    display: inline;
    font-size: 20px;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 800;
}

.clock #point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

.success-apply {
    padding: 10px;
}

@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
    50% {
        opacity: 0;
        text-shadow: none;
    }
    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
    50% {
        opacity: 0;
        text-shadow: none;
    }
    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

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

.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: 220px;
    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%;
    }
    .registration-bg .headeimgtitle {
        text-align: center;
    }
}