
body,
html {
    width: 100%;
    height: 100%;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


/*h2{
   font-family: 'Bree Serif', serif;
}*/

.toptxt {
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.toptxt .link a {
    padding: 0px 7px;
    color: #fff;
    text-decoration: none;
}

.toptxt .link a:hover {
    padding: 0px 7px;
    text-decoration: none;
}

.topnav {
    font-size: 14px;
    padding: 7px 0 7px 0;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 0px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg-top.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 16%;
    padding-bottom: 16%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-header2 {
    padding-top: 0px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: left;
    color: #f8f8f8;
    background: url(../img/intro-bg-top.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro-message2 > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.intro-divider2 {
    width: auto;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-footer.html) repeat center center #000;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 0px 0;
    background-color: #f8f8f8;
}

.footer-main {
    padding: 20px 0;
    background: #2b2b2b;
}

.footer-main p {
    color: #fff;
}

.footer-main a {
    color: #fff;
}

p.copyright {
    margin: 15px 0 0;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="number"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pass a {
    text-decoration: none;
    color: #333;
    line-height: 30px;
}

.pass a:hover {
    text-decoration: underline;
    color: #333;
}

.tabs-left {
    margin-top: 3rem;
}

.nav-tabs {
    float: left;
    border-bottom: 0;
    li {
        float: none;
        margin: 0;
        a {
            margin-right: 0;
            border: 0;
            background-color: #333;
            &:hover {
                background-color: #444;
            }
        }
    }
    .glyphicon {
        color: #fff;
    }
    .active .glyphicon {
        color: #333;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
}

.tab-content {
    margin-left: 45px;
    .tab-pane {
        display: none;
        background-color: #fff;
        padding: 1.6rem;
        overflow-y: auto;
    }
    .active {
        display: block;
    }
}

.list-group {
    width: 100%;
    .list-group-item {
        height: 50px;
        h4,
        span {
            line-height: 11px;
        }
    }
}

.nav-pills > li a {
    min-width: 200px;
    border-radius: 0px;
    background: #eee;
}

.page-contact {
    height: 250px;
    padding-top: 90px;
    background: url(../img/contact-us.jpg) no-repeat center center;
}

.page-contact h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-package {
    height: 250px;
    padding-top: 90px;
    background: url(../img/jobs-package.jpg) no-repeat center center;
}

.page-package h2 {
    font-size: 38px;
    text-shadow: 1px 1px 9px #fff;
}

.page-course {
    height: 250px;
    padding-top: 90px;
    background: url(../img/course-bg.jpg) no-repeat center center;
}

.page-course h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-registration {
    height: 250px;
    padding-top: 90px;
    background: url(../img/registration.jpg) no-repeat center center;
}

.page-registration h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-about {
    height: 250px;
    padding-top: 90px;
    background: url(../img/about.jpg) no-repeat center center;
}

.page-about h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-opportunity {
    height: 250px;
    padding-top: 90px;
    background: url(../img/opportunity.jpg) no-repeat center center;
}

.page-opportunity h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-banker {
    height: 250px;
    padding-top: 90px;
    background: url(../img/banker.jpg) no-repeat center center;
}

.page-banker h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-company-legal {
    height: 250px;
    padding-top: 90px;
    background: url(../img/company-legal.jpg) no-repeat center center;
}

.page-company-legal h1 {
    text-shadow: 1px 1px 9px #000;
}

.page-testimonial {
    height: 250px;
    padding-top: 90px;
    background: url(../img/testimonial.html) no-repeat center center;
}

.page-testimonial h2 {
    font-size: 38px;
    text-shadow: 1px 1px 9px #fff;
}

.page-publisher {
    height: 250px;
    padding-top: 90px;
    background: url(../img/publisher.jpg) no-repeat center center;
}

.page-publisher h2 {
    font-size: 38px;
    text-shadow: 1px 1px 9px #fff;
}

#ulline li {
    line-height: 25px;
}

.padding {
    padding: 0;
    margin: 0;
}

.ypadding {
    padding: 60px 0;
}

.conactmimg {
    width: 100%;
    height: 620px;
    margin: 0px -200px 0px 40px;
    padding: 0px 0;
    background: url(../img/contact-img.jpg) no-repeat left top;
}

@media(max-width:767px) {
    .conactmimg {
        display: none;
    }
    .ypadding {
        padding: 60px 30px;
    }
    .padding form span {
        display: none;
    }
}

@media(max-width: 820px) {
    .conactmimg {
        display: none;
    }
    .ypadding {
        padding: 60px 30px;
    }
    .padding form span {
        display: none;
    }
}

@media(max-width: 1024px) {
    .conactmimg {
        display: none;
    }
    .ypadding {
        padding: 60px 30px;
    }
    .padding form span {
        display: none;
    }
}

.ficon {
    color: #416b60;
}

.top-header {
    background-color: #e67915;
    height: auto;
    max-height: 70px;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.top-header .col-xs-12 {
    background-color: #e67915;
}

@media screen and (max-width: 767px) {
    .top-header .col-xs-12 {
        text-align: center;
    }
}

.top-header a {
    text-decoration: none;
    color: #fff;
}

.top-header p {
    margin: 5px;
    line-height: normal;
}

.mright {
    margin-right: 7px;
}

.navbar-default {
    padding: 7px 0 7px 0;
}

.margin-padding-0 {
    margin: 0px;
    padding: 0px;
}

.nav > li > a {
    position: relative;
    display: block;
    font-weight: bold;
}


/*@media only screen and (min-width: 1071px) and (max-width: 1366px){
    .carousel-caption{
    top: 200px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1070px){
    .carousel-caption{
    top: 130px;
  }

}*/

.carousel-caption h3 {
    font-size: 50px;
}

.carousel-caption p {
    font-size: 19px;
}

@import url(../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1477 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

figure.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
}

figure.snip1477 .title {
    position: absolute;
    top: 75%;
    left: 25px;
    padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title:before {
    top: 0;
    left: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

figure.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.snip1477 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
}

figure.snip1477 h2 {
    font-weight: 400;
}

figure.snip1477 h4 {
    display: block;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
}

figure.snip1477 figcaption {
    position: absolute;
    bottom: 40%;
    left: 25px;
    text-align: left;
    opacity: 0;
    padding: 5px 5px 35px 10px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
    margin: 0 0 0 27px;
}

figure.snip1477 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    opacity: 0.35;
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.content-section-b p {
    margin: 0 0 20px;
}

.mart-0 {
    margin-top: 0;
}
.mart-5 {
    margin-top: 5px;
}
.mart-20 {
    margin-top: 20px;
}

.mart-30 {
    margin-top: 30px;
}

.text-color {
    color: #e67915;
}

.padt-30 {
    padding-top: 30px;
}

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

.marb-40 {
    margin-bottom: 40px;
}

.footer-copyright {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: normal;
}

.footer-copyright>a {
    transition: color .25s;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none
}

.footer-copyright>a:hover {
    color: #F27D1D
}

.footer-bottom {
    display: block;
    background-color: #000;
    text-align: center;
}

.footer-bottom .nav-footer li {
    float: left;
    text-decoration: none;
    list-style: none;
    padding: 0 8px 0 8px;
    text-align: center;
    position: relative;
    margin: 0 0 5px;
}

.footer-bottom .nav-footer {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.footer-bottom .nav-footer li a {
    color: #fff;
    font-size: 14px;
}

.footer-bottom ul > li::after {
    content: '';
    width: 1px;
    height: 16px;
    right: 0;
    top: 3px;
    position: absolute;
    border-radius: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom li:last-child::after {
    display: none;
}

.footer-top {
    padding: 50px 0;
    background-color: #1f1f1f;
    text-align: justify;
}

.footer-top .widget1 h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-top .widget1 .white-text {
    color: #fff;
    padding: 15px 0 0;
    margin: 0;
    font-size: 14px;
}

.footer-top .widget1 .form {
    padding-top: 22px;
}

.footer-top .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #F27D1D;
    background: transparent;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none!important;
    transition: none !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-top .form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.footer-top textarea {
    height: 70px !important;
}

.btn-col {
    color: #e67915;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 1.8px;
    background-color: transparent;
    border: 1px solid #e67915 !important;
    transition: all 0.15s ease;
}

.btn-col:hover {
    color: #fff;
    background-color: #e67915;
    border: 1px solid #e67915 !important;
    transition: all 0.65s ease;
}
.footer-top .btn-col {
    color: #e67915;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 1.8px;
    background-color: transparent;
    border: 1px solid #e67915 !important;
    transition: all 0.15s ease;
}
.footer-top .btn-col:hover {
    color: #fff;
    background-color: #e67915;
    border: 1px solid #fff !important;
    transition: all 0.65s ease;
}

.footer-top .widget1 .map {
    padding-top: 22px;
}

.page-heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2.8px;
    margin: 0;
}

.page-heading h4 {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
}


/*#e1e7ec*/

.download-page .download-parts {
    padding: 20px;
    border: 1px solid #e1e7ec;
    background: #fff;
    transition: all 0.35s ease;
    /*box-shadow: 0px 5px 5px 0px rgba(204,204,204,0.7); */
}

.download-page .download-parts:hover {
    border: 1px solid #e67915;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgba(204, 204, 204, 0.7);
    transition: all 0.85s ease;
}

.download-page .download-form {
    padding: 10px 0 15px;
}

.download-page .download-form .btn {
    display: table;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 !important;
    text-transform: uppercase;
    border: 1px solid #e67915 !important;
    font-size: 14px;
    letter-spacing: 1.8px;
    background-color: transparent;
    color: #e67915;
    transition: all 0.35s ease;
}

.download-page .download-form .btn:hover {
    color: #fff !important;
    background-color: #e67915;
    border: 1px solid #e67915 !important;
    transition: all 0.85s ease;
}

.page {
    padding: 50px 0;
    border-top: 1px solid #e1e7ec;
}

.contact-page .form-part .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0 !important;
}

.contact-page .contact-address {
    padding: 25px;
    border: 1px solid #e1e7ec;
    border-radius: 10px;
}

.contact-page .contact-address .contact-left .list {
    padding: 0;
}

.contact-page .contact-address .contact-left .list li {
    list-style-type: none;
    list-style-position: outside;
    padding-bottom: 15px;
}

.contact-page .contact-address .contact-left .list .contact-address-part-right .text-height {
    font-size: 18px;
    font-weight: 500;
}


/*.contact-page .contact-address .contact-left .list .contact-address-part1{
  clear:both;
}*/

.contact-page .contact-address .contact-left .list .contact-address-part-right {
    padding: 0 0 0 20px;
}

.contact-page .contact-address .contact-left .list .contact-address-part-left {
    float: left;
    padding: 0px 10px 0 0;
    margin: 3px 0 0 0;
}

/*omkar style*/

.navbar-brand > img {
    margin-top: -6px;
}

.navbar-default .navbar-nav > li > a {
    color: #3a3a3a !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-control {
    height: 40px;
}

.login_page .btn {
    padding: 12px;
    border: 0;
    font-size: 18px;
    background: #f27d1d;
}

.login_page .btn.disabled:hover {
    background-color: #f27d1d;
    border-color: #f27d1d;
}

.login_page .form-group {
    margin-bottom: 20px;
}

.login_div {
    background: #f7f7f7;
    padding: 40px 15px;
    border-radius: 2px;
}

.nav_login_btn {
    margin: 4px 0 0 0;
    padding: 10px 24px;
    border-color: #eee;
}

.nav_login_btn:hover {
    color: #333;
    background-color: #f7f7f7;
    border-color: #eee;
}

.login_page p {
    text-align: center;
    margin-top: 10px;
}

.tc_page {
    text-align: justify;
}

.tc_page ul li {
    margin-bottom: 10px;
}

.tc_page h3 {
    margin: 25px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.tc_page h4 {
    margin: 25px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.top_header {
    background-color: #e67915;
    padding: 4px 0;
}

.product_page .nav-tabs {
    float: none;
    border-bottom: 2px solid #e67915;
}

.product_page .nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

.product_page .nav-tabs > li > a {
    border: 0;
    padding: 14px 30px;
    color: #000;
    font-weight: normal;
}

.product_page .nav > li > a:hover, .product_page .nav > li > a:focus {
    text-decoration: none;
    background-color: #e67915;
    color: #fff;
}

.product_page .nav-tabs>li.active>a, .product_page .nav-tabs>li.active>a:hover, .product_page .nav-tabs>li.active>a:focus {
    background: #e67915;
    color: #fff;
}

.product_page .tab-content {
    margin-left: 0;
    padding-top: 25px;
}

.product_page .product-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 10px 0;
    box-shadow: 0px 13px 36px -1px rgba(207,207,207,1);
}

.product_page .product-item p {
    margin-bottom: 0;
}

.product_page .product-item .product_name {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*ranak style*/
.register-page h3{
    margin:0;
}
.register-page .regis-form{
    border:1px solid #e1e7ec;
    padding:30px;
}
.register-page .regis-form  .regis-in h3{
    color:#000;
    font-size:22px;
    font-weight:700;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:2.8px;
}
.register-page .regis-form .regis-panel{
    background:#f9f9f9;
    border-radius: 4px;
    box-shadow: 0 8px 10px -4px rgba(0,0,0,0.2);
    padding:10px 10px;
    border:1px solid #e1e7ec;
    border-left:5px solid #e67915;
}
.register-page .regis-form .regis-panel h4{
    font-size:14px;
    color:#000;
    margin:0;
    font-weight:700;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:1.2px;

}
.regis-form .form-group{
    margin:20px 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px !important;
    color: #737373;

}
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e67915;
    border-radius: 4px 4px 0 0;
}

.datepicker {
    padding: 6px 12px;
}

.about-tabs .nav-tabs>li.active>a, .about-tabs .nav-tabs>li.active>a:hover, .about-tabs .nav-tabs>li.active>a:focus {
    border: 0;
    background: #e67915;
    color: #fff;
}

.about-tabs .nav-tabs {
    border-bottom: 1px solid #e8e8e8;
}

.about-tabs .nav > li > a {
    font-weight: normal;
    color: #333;
    line-height: 24px;
    padding: 12px 35px;
}

.about-tabs .scrtabs-tab-container {
    height: auto !important;
    display: -webkit-box;
}

.about-tabs .scrtabs-tabs-fixed-container {
    height: auto !important;
    margin-bottom: 25px;
}

.about-tabs .tab-content {
    margin-left: 10px !important;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #e67915;
    border-color: #e67915;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e67915;
    border-color: #e67915;
}

a {
    color: #e67915;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #f7f7f7;
    border: 0;
    border-color: #f7f7f7;
    box-shadow: none;
}

.input-group-addon {
    background-color: #f9f9f9;
    color: #e67915;
}

.has-error .form-control {
    border-color: #ff625f;
}

.has-error .help-block {
    color: #ff625f;
}

.contact-address i {
    color: #e67915;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  width:100%;
}
