.slicknav_btn {
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    line-height: 50px;
    padding: 10px 0 9px;
    position: relative;
    vertical-align: middle;
    width: 44px
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    margin: 0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav li {
    display: block;
    line-height: 30px
}

.slicknav_nav li:not(:first-child) {}

.slicknav_nav .slicknav_arrow {
    background: #ededed none repeat scroll 0 0;
    float: right;
    text-align: center;
    width: 35px;
    color: #666
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row {
    display: block
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box
}

.slicknav_menu ul {
    background: #fff
}

.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_btn {
    border: 1px solid;
    border-radius: 0;
    margin: 18px 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.slicknav_nav {
    color: #fff;
    font-size: .875em;
    list-style: outside none none;
    margin: 0;
    max-height: 350px;
    padding: 0;
    width: 100%;
    top: 70px;
    position: absolute; 
    z-index: 1000;
    left: 0px;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #666
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
.slicknav_nav .dropdown-menu {
    width: 100%;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

.owl-theme .owl-controls {
    position: relative
}

.owl-theme .owl-controls .item-link {
    position: relative;
    display: block;
    width: 100px;
    height: 70px;
    margin: 0 2px;
    border-bottom: 4px solid #ccc;
    outline: 0
}

.owl-theme .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #3498db;
    -moz-box-shadow: 0 0 8px #3498db;
    box-shadow: 0 0 8px #3498db;
    outline: 0
}

.owl-theme .owl-controls .active .item-link {
    border-bottom: 4px solid #3498db
}

.owl-theme .owl-controls .owl-page span {
    display: none
}

.owl-theme .next-owl,
.owl-theme .prev-owl {
    display: none
}

.owl-theme .next-owl:focus,
.owl-theme .prev-owl:focus {
    -webkit-box-shadow: 0 0 8px #3498db;
    -moz-box-shadow: 0 0 8px #3498db;
    box-shadow: 0 0 8px #3498db
}

.owl-theme .prev-owl {
    left: 24px
}

.owl-theme .next-owl {
    right: 24px
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
    color: #ff7808;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
    letter-spacing: 0;
    outline: 0 !important
}

a:active,
a:focus,
a:hover {
    color: #d14e63;
    text-decoration: none
}

p {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #444;
    letter-spacing: 0;
    margin-bottom: 10px
}

li,
ul {
    list-style: none;
    padding: 0
}

ol,
ul {
    list-style: none;
    padding: 0
}

.orderlist li {
    list-style: block;
    margin-left: 15px
}

.unorderedlist li {
    list-style: inside
}

.list-featured {
    list-style: none;
    padding: 0
}

.list-featured li {
    position: relative;
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 7px
}

.list-featured li:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background-color: #ff7808
}

.line-height-36 {
    line-height: 36px
}

ol li {
    margin-bottom: 7px
}

li {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0
}

blockquote {
    border-left: 0 solid #ddd
}

blockquote p {
    font-size: 16px;
    font-weight: 400
}

.blockquote-reverse {
    border-right: none
}

strong {
    font-weight: 700
}

.lead {
    font-size: 16px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-default {
    color: #ff7808
}

.bg-default {
    color: #444;
    background: #ff7808;
    padding: 3px 4px
}

.bg-primary {
    color: #fff;
    background: #ff7808;
    padding: 3px 4px
}

.bg-success {
    color: #fff;
    background: #87c056;
    padding: 3px 4px
}

.bg-info {
    color: #fff;
    background: #4da5e2;
    padding: 3px 4px
}

.bg-warning {
    color: #fff;
    background: #fc6;
    padding: 3px 4px
}

.bg-danger {
    color: #fff;
    background: #ec7160;
    padding: 3px 4px
}

.demo_img {
    background: #f7f7f7;
    margin-bottom: 70px;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 20px;
    text-align: center
}

.demo_img img {
    margin-bottom: 25px;
    max-width: 100%;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.demo_img img:hover {
    opacity: .7
}

.demo_img h3.demo-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.wrapper {
    background: #fff;
    padding-bottom: 60px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

#content {
    padding-bottom: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.space-right {
    margin-right: 25px
}

.row-spacer {
    margin-bottom: 80px
}

.page-header-title {
    padding-top: 60px;
    padding-bottom: 60px
}

.page-header-title .heading-title {
    color: #444;
    font-size: 36px;
   /* letter-spacing: 1px;*/
    text-transform: uppercase;
    font-weight: 400
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff
}

#headers .navbar {
    margin-bottom: 0
}

#headers .header-caption {
    text-align: center;
    height: auto;
    text-shadow: none !important;
    top: 0;
    bottom: 0;
    padding: 0
}

#headers .header-content {
    padding: 90px 0
}

.header-title .text-primary {
    color: #ff7808 !important
}

.header-content header-title span {
    margin-bottom: 15px
}

.header-content .header-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px
}

.header-content .btn {
    margin: 15px
}

#header-style-1 {
    background-image: url(../img/bg/hero-1-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: contain
}

#header-style-1 .header-title {
    color: #fff
}

#header-style-1 .header-text {
    color: #fff;
    line-height: 1.5
}

#header-style-1 .content {
    min-height: 555px;
    height: auto
}

#header-style-1 p.caption {
    padding: 6px;
    color: #444
}

.header-style-2 {
    background: #f4f6f9;
    padding-top: 80px
}

.hero-content-v2 {
    margin-top: 80px
}

.hero-content-v2 h3 {
    font-size: 24px;
    color: #2f3542;
    font-weight: 400;
    margin-bottom: 45px
}

.hero-content-v2 h3 strong {
    display: block;
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
}

.hero-content-v2 p {
    color: #444;
    font-size: 18px;
    margin-bottom: 16px
}

.header-style-3 {
    background: url(../img/bg/hero-3-bg.jpg) no-repeat left center;
    background-size: cover;
    padding-top: 80px
}

.header-style-3 .hero-content-v2 h3 {
    color: #fff
}

.header-style-3 .hero-content-v2 p {
    color: #fff
}

.section {
    padding: 30px 0
}

.footer-info {
    padding: 25px 0
}

footer .social a {
    font-size: 14px;
    margin-left: 10px
}

footer {
    background: #282828;
    color: #7c7c7c
}

footer .small-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff
}

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

footer ul li {
    line-height: 25px
}

footer ul li a {
    color: #999;
    font-size: 14px
}

footer .menu {
    color: #fff
}

footer .plain-flicker-gallery {
    margin-right: -5px;
    margin-left: -5px
}

footer .plain-flicker-gallery a {
    display: inline-block;
    width: 32%;
    font-size: 0;
    padding: 5px
}

footer .plain-flicker-gallery a img {
    width: 100%
}

footer .contact-us .form-control {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    background: #1d1d1d;
    border-radius: 0
}

footer #copyright {
    background: #1d1d1d
}

footer #copyright .row {
    padding: 10px 0
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
    line-height: 38px;
    margin-bottom: 0
}

.social-footer a i {
    font-size: 14px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ff7808;
    line-height: 35px;
    margin: 4px;
    width: 35px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-footer .fa-facebook:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998
}

.social-footer .fa-twitter:hover {
    background: #55acee;
    color: #fff;
    border-color: #55acee
}

.social-footer .fa-linkedin:hover {
    background: #007bb6;
    color: #fff;
    border-color: #007bb6
}

.social-footer .fa-google-plus:hover {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39
}

.default-footer {
    background: #232935;
    padding-bottom: 100px;
    padding-top: 100px
}

.copy-right {
    font-size: 12px;
    color: #bac0cb
}

.dis-blk {
    display: block;
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.footer-logo {
    width: auto
}

.light-footer {
    background: #f7f7f7
}

.light-footer p {
    color: #444
}

.dark-footer {
    background: #222
}

.dark-footer p {
    color: #ccc
}

.light-footer .widget-area {
    background: #fff
}

.dark-footer .widget-area {
    background: #000
}

.color-footer .widget-area {
    background: #d14e63
}

footer .widget-title {
    text-align: left;
    margin-bottom: 30px
}

.dark-footer .widget-title h4 {
    color: #fff
}

.color-footer .widget-title h4 {
    color: #fff
}

footer .block-title {
    font-size: 20px;
    margin-bottom: 25px
}

footer .footer-Content {
    background-color: #18191b;
    padding: 60px 0;
    color: #fff
}

.footer-widget p {
    color: #fff
}

.textwidget {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff
}

footer .menu {
    padding-left: 0
}

footer .menu li {
    padding-bottom: 10px
}

footer .menu li a {
    color: #fff
}

footer .menu li a:hover {
    color: #d14e63
}

.twitter-content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.twitter-content span {
    float: left;
    width: 224px
}

.twitter-content span a {
    color: #ff7808
}

.featured-list {
    margin: 0;
    padding: 0;
    display: inline-block
}

.featured-list li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative
}

.bottom-social-icons a {
    color: #fff;
    text-align: center;
    width: 32px;
    line-height: 32px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    position: relative;
    overflow: hidden
}

#copyright {
    background-color: #1d1e20;
    padding: 20px 0 10px;
    color: #fff
}

#copyright p {
    line-height: 34px;
    color: #999
}

#copyright p a {
    color: #fff
}

#copyright p a:hover {
    color: #d14e63
}

.social-icon .facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

.social-icon .twitter:hover {
    background-color: #55acee;
    border-color: #55acee
}

.social-icon .dribble:hover {
    background-color: #d34836;
    border-color: #d34836
}

.social-icon .flickr:hover {
    background-color: #ff0084;
    border-color: #ff0084
}

.social-icon .youtube:hover {
    background-color: #cc181e;
    border-color: #cc181e
}

.social-icon .google-plus:hover {
    background-color: #dd4b39;
    border-color: #dd4b39
}

.social-icon .linkedin:hover {
    background-color: #007bb5;
    border-color: #007bb5
}

.subscribe-box {
    margin-top: 18px
}

.subscribe-box input[type=text] {
    outline: 0;
    color: #444;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    outline: 0
}

.subscribe-box input[type=submit] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #ff7808;
    text-transform: uppercase;
    border: none;
    padding: 7px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.space-bottom {
    margin-bottom: 15px
}

.btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
    border-radius: 0;
    padding: 9px 10px
}

.btn span {
    margin-left: 10px;
    margin-right: 10px
}

.btn:hover {
    background: 0 0;
    cursor: pointer
}

.btn-xl {
    font-size: 20px;
    padding: 9px 10px
}

.btn-lg {
    font-size: 15px;
    padding: 10px 32px
}

.btn-sm {
    font-size: 12px;
    padding: 7px 6px
}

.btn-xs {
    font-size: 10px;
    padding: 5px 8px
}

.btn-rounded {
    border-radius: 4px !important
}

.btn-pill {
    border-radius: 50px !important
}

.btn-link {
    color: #ff7808
}

.btn-link:hover {
    color: #d14e63;
    text-decoration: none
}

.btn-link:focus {
    color: #d14e63;
    text-decoration: none
}

.btn-common,
.btn-common:active,
.btn-common:focus {
    color: #ff7808; 
    border: 2px solid #ff7808;
    background: 0 0
}

.btn-common:hover {
    color: #fff;
    background: #ff7808;
    border: 2px solid #ff7808
}

.btn-filled {
    background: #f8780d;
    border: 2px solid #f8780d;
    color: #fff
}

.btn-filled:hover {
    color: #fff;
    background: #ff8829
}

.btn-submit-filled,
.btn-submit-filled:active,
.btn-submit-filled:focus {
    color: #fff;
    background: #857b7b;
    border: 2px solid #857b7b
}

.btn-submit-filled:hover {
    color: #fff;
    background: #ff7808;
    border: 2px solid #ff7808
}

.btn-register-filled,
.btn-register-filled:active,
.btn-register-filled:focus {
    color: #fff;
    background: #ff7808;
    border: 2px solid #ff7808
}

.btn-register-filled:hover {
    color: #fff;
    background: #857b7b;
    border: 2px solid #857b7b
}

.btn-default-filled,
.btn-default-filled:active,
.btn-default-filled:focus {
    color: #fff;
    background: #ff7808;
    border: 2px solid #ff7808
}

.btn-default-filled:hover {
    color: #fff;
    background: #d14e63;
    border: 2px solid #d14e63
}

.btn-success,
.btn-success:active,
.btn-success:focus {
    color: #87c056;
    border: 2px solid #87c056;
    background: 0 0
}

.btn-success:hover {
    color: #fff;
    background: #87c056;
    border: 2px solid #87c056
}

.btn-success-filled,
.btn-success-filled:active,
.btn-success-filled:focus {
    color: #fff;
    background: #87c056;
    border: 2px solid #87c056
}

.btn-success-filled:hover {
    color: #fff;
    background: #74a44a;
    border: 2px solid #74a44a
}

.btn-info,
.btn-info:active,
.btn-info:focus {
    color: #4da5e2;
    border: 2px solid #4da5e2;
    background: 0 0
}

.btn-info:hover {
    color: #fff;
    background: #4da5e2;
    border: 2px solid #4da5e2
}

.btn-google,
.btn-google:active,
.btn-google:focus {
    color: #707070;
    border: 1px solid #707070;
    background: #fff;
    padding: 6px 11px !important;
}

.btn-google:hover {
    color: #707070;
    background: #fff;
    border: 1px solid #707070
}


.btn-facebook,
.btn-facebook:active,
.btn-facebook:focus {
    color: #fff;
    border: 2px solid #3f5d94;
    background: #3f5d94;
}

.btn-facebook:hover {
    color: #fff;
    background: #3f5d94;
    border: 2px solid #3f5d94
}

.btn-facebook.btn , .btn-google.btn { font-size:17px; }
.btn-facebook img, .btn-google img{ width:30px; }
.s-draw{ color:#ff7808; }
.sign-opt{
    text-align: center;
    border-bottom: solid 1px #ccc;
    line-height: 0;
    margin: 20px 0px;
    font-size: 17px;
    font-weight: bold;
}
.sign-opt span{
    background:#FFF;
    padding:0px 15px;
}
.btn-info-filled,
.btn-info-filled:active,
.btn-info-filled:focus {
    color: #fff;
    background: #4da5e2;
    border: 2px solid #4da5e2
}

.btn-info-filled:hover {
    color: #fff;
    background: #428fc4;
    border: 2px solid #428fc4
}

.btn-warning,
.btn-warning:active,
.btn-warning:focus {
    color: #fc6;
    border: 2px solid #fc6;
    background: 0 0
}

.btn-warning:hover {
    color: #fff;
    background: #fc6;
    border: 2px solid #fc6
}

.btn-warning-filled,
.btn-warning-filled:active,
.btn-warning-filled:focus {
    color: #fff;
    background: #fc6;
    border: 2px solid #fc6
}

.btn-warning-filled:hover {
    color: #fff;
    background: #e1b459;
    border: 2px solid #e1b459
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus {
    color: #ec7160;
    border: 2px solid #ec7160;
    background: 0 0
}

.btn-danger:hover {
    color: #fff;
    background: #ec7160;
    border: 2px solid #ec7160
}

.btn-danger-filled,
.btn-danger-filled:active,
.btn-danger-filled:focus {
    color: #fff;
    background: #ec7160;
    border: 2px solid #ec7160
}

.btn-danger-filled:hover {
    color: #fff;
    background: #cd6254;
    border: 2px solid #cd6254
}

.pagination .btn {
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 5px
}

.pagination .btn-direction {
    font-size: 12px;
    padding: 5.5px 8px
}

.pagination .btn-default {
    color: #ff7808;
    border: 1px solid #ddd;
    background: 0 0
}

.pagination .btn-default:hover {
    color: #fff;
    background: #ff7808;
    border: 1px solid #ff7808
}

.pagination .btn-active {
    color: #fff !important;
    background: #ff7808 !important;
    border: 1px solid #ff7808 !important
}

.pagination .btn-default-filled {
    color: #ff7808;
    background: #ddd;
    border: 1px solid #ddd
}

.pagination .btn-default-filled:hover {
    color: #fff;
    background: #d14e63;
    border: 1px solid #d14e63
}


div.pagination span.disabled {
 margin:2px;
 border:1px solid #EEE;
 color:#DDD !important;
 background-color:#FBFCFD;
 font-size:0.9em;
 padding:9px 10px;
}
.pagination span.current {
 margin:2px;
 font-weight:bold;
 background-color:#0079AE !important;
 color:#FFF;
 font-size:0.9em;
 padding:9px 13px;
}
.pagination a {
 margin:2px;
 border:1px solid #D6D6D6;
 text-decoration:none;
 color:#143D55;
 background-color:#F5F5F5;
 font-size:0.9em;
 padding:8px 14px;
}

.button-title {
    border-bottom: 1px solid #fff;
    color: #fff;
    opacity: .2;
    text-align: left
}

.button-title span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.btn {
    font-size: 14px;
    padding: 11px 27px
}

.btn:focus {
    outline: 0
}

.std-btn {
    margin-bottom: 20px
}

.icon-cloud-download {
    margin-right: 13px;
    font-size: 16px;
    vertical-align: -2px
}

.btn-primary {
    margin-right: 20px;
    border: none
}

.learn-more .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.33px
}

.read-more .btn {
    font-weight: 600;
    min-width: 125px
}

.btn-sm {
    font-size: 12px;
    min-width: 122px;
    padding: 5px 11px
}

.btn-xs {
    font-size: 11px;
    min-width: 100px;
    padding: 3px 11px
}

.learn-more .btn.btn-sm {
    font-size: 11px
}

.read-more .btn.btn-sm {
    min-width: 94px
}

.btn-lg {
    font-size: 18px;
    min-width: 198px;
    padding: 15px 11px
}

.learn-more .btn-lg {
    font-size: 17px
}

.learn-more2 .btn-lg {
    min-width: 170px
}

.btn-xlg {
    font-size: 22px;
    min-width: 233px;
    padding: 22px 27px;
    font-weight: 600
}

.learn-more .btn-xlg {
    font-size: 19px
}

.read-more .btn-xlg {
    min-width: 186px;
    font-size: 21px
}

.bg-faded {
    background-color: transparent
}

.bg-default {
    background: #f8f8f8;
    border: none
}

.bg-default .navbar-nav .nav-link {
    color: #444
}

.bg-black {
    background-color: #333
}

.bg-black .navbar-nav .nav-link {
    color: #fff
}

.navbar-fixed-top {
    border-radius: 0
}

.navbar-brand {
    color: #ccc !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 15px
}

 

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: #ff7808 !important
}

.navbar-toggle .icon-bar {
    background: #ff7808;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.navbar-collapse {
    text-align: center
}

.navbar {
    padding: 0
}

.dropdown-menu {
    padding: 10px 0;
    border: 0;
    border-radius: 0
}

.dropdown-item {
    padding: 10px 22px;
    font-size: 14px;
    width: 170px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #ff7808;
    color: #fff
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7808
}

.navbar-nav .nav-link {
  /*color: #7d7373;*/
  color:#333333;
    font-size: 16px;
    margin-right: 18px;
    font-weight: 400;
    padding: 18px 0
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7808
}

.navbar-light .navbar-nav .nav-link:hover:focus {
    color: #ff7808
}

.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:focus,
.navbar-light .navbar-nav > .active > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #ff7808
}

.navbar-light .navbar-toggle {
    border-color: transparent
}

.navbar-light .navbar-toggle:focus,
.navbar-light .navbar-toggle:hover {
    background-color: transparent
}

.form-inline .form-control {
    margin: 0;
    color: #fff;
    border-radius: 50px;
    min-height: 42px;
    padding: 7px 20px;
    background: 0 0
}

.top_search_icon {
    position: absolute;
    top: 31px;
    right: 44px;
    color: #fff
}

.navbar-1 {
    border-radius: 0
}

.navbar-1.navbar-light {
    background-color: #f7f7f7;
    border-color: transparent
}

.navbar-inverse {
    background-color: #222;
    border-color: transparent
}

.nav-bg-default {
    background: url(../images/nav-bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.nav-bg-inverse {
    background: url(../images/nav-bg-inverse.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.nav-bg-default .navbar {
    margin-bottom: 0;
    opacity: .8
}

.nav-bg-inverse .navbar {
    margin-bottom: 0;
    opacity: .8
}

.navbar-light-transparent {
    background-color: transparent !important
}

.navbar-inverse-transparent {
    background-color: transparent !important
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a {
    color: #fff
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:hover {
    color: #ff7808
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:focus {
    color: #fff !important
}

.navbar-light-transparent.navbar-light .navbar-nav > .active > a,
.navbar-light-transparent.navbar-light .navbar-nav > .active > a:focus,
.navbar-light-transparent.navbar-light .navbar-nav > .active > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-light-transparent.navbar-light .navbar-nav > .open > a,
.navbar-light-transparent.navbar-light .navbar-nav > .open > a:focus,
.navbar-light-transparent.navbar-light .navbar-nav > .open > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-light-transparent.navbar-light .navbar-toggle .icon-bar {
    background-color: #ff7808
}

.navbar-light-transparent.navbar-light .navbar-toggle {
    border-color: transparent
}

.navbar-light-transparent.navbar-light .navbar-toggle:focus,
.navbar-light-transparent.navbar-light .navbar-toggle:hover {
    background-color: transparent
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a {
    color: #000
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:hover {
    color: #ff7808
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:focus {
    color: #000 !important
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ff7808
}

.navbar-inverse-transparent .navbar-inverse .navbar-toggle {
    border-color: transparent
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle:focus,
.navbar-inverse-transparent.navbar-inverse .navbar-toggle:hover {
    background-color: transparent
}

.form-inline .form-control {
    margin: 0;
    border-radius: 50px;
    min-height: 42px;
    padding: 7px 20px;
    background: 0 0
}

.top-menu {
    background-color: #333
}

.top-menu-inverse {
    background-color: #f7f7f7
}

.top-menu p {
    margin-bottom: 0;
    padding: 9px 15px
}

.top-menu-bg p {
    padding: 9px 0
}

.top-menu-bg-inverse p {
    padding: 9px 0
}

.top-menu a {
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 10px;
    font-weight: 400
}

.top-menu-inverse a {
    color: #444 !important
}

.top-menu a:hover {
    color: #ff7808 !important
}

.top-menu .left i {
    margin-right: 5px
}

.top-menu .right {
    float: right
}

.top-menu .right a {
    margin: 0 0 0 15px
}

.top-menu .right a i {
    margin-right: 5px
}

.account-setting a {
    margin: 0 !important;
    padding: 6px
}

.account-setting a i {
    margin-right: 5px
}

.top-menu .container {
    padding: 0 30px
}

.top-menu-bg a {
    color: #fff !important
}

.top-menu-bg-inverse a {
    color: #000 !important
}

.btn-top-menu {
    background: 0 0;
    font-size: 10px !important;
    font-weight: 700;
    border: 2px solid #444;
    margin: -3px 0 0 10px;
    padding: 5px 0
}

.btn-top-menu:hover {
    border: 2px solid #ff7808
}

.btn-top-menu a {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 8px
}

.btn-top-menu-inverse {
    background: 0 0;
    font-size: 10px !important;
    font-weight: 700;
    border: 2px solid #ccc;
    margin: -3px 0 0 10px;
    padding: 5px 0
}

.btn-top-menu-inverse:hover {
    border: 2px solid #ff7808;
    background: #ff7808
}

.btn-top-menu-inverse a:hover {
    color: #fff !important
}

.btn-top-menu-inverse a {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 8px
}

.top-menu-bg .btn-top-menu {
    border: 2px solid #fff
}

.top-menu-bg .btn-top-menu:hover {
    border: 2px solid #ff7808
}

.top-menu-bg-inverse .btn-top-menu-inverse {
    border: 2px solid #000
}

.top-menu-bg-inverse .btn-top-menu-inverse:hover {
    border: 2px solid #ff7808
}

.tbtn {
    font-size: 30px;
    height: 42px;
    width: 120px;
    padding: 8px;
    cursor: pointer;
    position: fixed;
    background: #ff7808;
    z-index: 999;
    top: 124px;
    left: 0
}

.tbtn p {
    font-size: 11px;
    color: #fff
}

.tbtn p i {
    margin-right: 4px;
    font-size: 12px
}

.title-menu {
    font-size: 12px;
    padding: 28px 15px;
    text-transform: uppercase
}

.navbar-offcanvas,
.navmenu {
    width: 200px;
    z-index: 99999
}

.navbar-default .navbar-offcanvas,
.navmenu-default {
    background-color: #fff;
    border-left: 1px solid #eee
}

.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navmenu-default .navmenu-nav > li > a:hover {
    color: #ff7808;
    background-color: transparent
}

.navmenu-default .navmenu-nav > li {
    border-bottom: 1px solid #eee;
    line-height: 24px
}

.navbar-default .navbar-offcanvas .navmenu-nav > li > a,
.navmenu-default .navmenu-nav > li > a {
    color: #444;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300
}

nav#menu span.fa.fa-bars:hover {
    color: #ff7808
}

.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:focus,
.navmenu-default .navmenu-nav > .active > a:hover {
    color: #ff7808
}

.close {
    background: 0 0;
    padding: 4px 12px;
    opacity: 1;
    position: absolute;
    top: 14px;
    right: 0
}

.close i {
    background: #ff7808;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px
}

#services {
    padding: 30px 0
}

.service-box {
    margin-top: 15px;
    margin-bottom: 15px
}

.service-box .service-icon {
    float: left;
    margin-top: 5px
}

.service-box .service-icon i {
    font-size: 32px;
    color: #ff7808;
}

.service-box .service-content {
    padding-left: 48px
}

.service-box .service-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.service-box .service-content h4 a {
    color: #444
}

.service-box .service-content h4 a:hover {
    color: #ff7808
}

.service-center .service-icon {
    float: none;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #ddd;
    line-height: 70px;
    border-radius: 4px;
    text-align: center
}

.service-center .service-content {
    padding-left: 0
}

.sub-title {
    margin-bottom: 40px
}

.sub-title {
    color: #999;
    font-size: 24px;
    font-weight: 400
}

.image-service-box h4 {
    font-weight: 700;
    font-size: 16px
}

.image-service-box h4 a {
    color: #444
}

.image-service-box h4 a:hover {
    color: #ff7808
}

.image-service-box .service-text {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #e3e3e3
}

.team-item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0
}

.team-item figure img {
    width: 100%;
    height: auto
}

.team-item figure figcaption {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    width: 100%;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.team-item figure figcaption .details {
    position: absolute;
    top: 30%
}

.team-item figure figcaption .content-white {
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 18px;
    width: 65%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team-item figure figcaption .small-divider {
    margin: 12px auto 6px;
    width: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team-item figure:hover figcaption {
    opacity: 1
}

.team-item figure:hover .small-divider {
    width: 62px;
    background: #fff
}

.team-item figure:hover figcaption .content-white {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-item figure:hover .social a {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-item .social {
    text-align: center;
    margin-top: 15px
}

.team-item .social .facebook,
.team-item .social .google-plus,
.team-item .social .twitter {
    font-size: 24px;
    line-height: normal;
    outline: 0;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    margin-right: 5px
}

.team-item .social .facebook {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-item .social .twitter {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team-item .social .google-plus {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.team-item .social a:hover {
    background: 0 0
}

.social .fa-facebook:hover {
    color: #3b5998
}

.social .fa-twitter:hover {
    color: #55acee
}

.social .fa-instagram:hover {
    color: #fb3958
}

.info {
    background: #f6f6f6;
    padding: 15px 0 10px;
    text-align: center
}

.info h2 {
    color: #000;
    font-size: 18px
}

.info p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase
}

.members {
    text-align: center
}

.members .memeber-img {
    margin-bottom: 30px
}

.members .member-content .member-name {
    font-size: 25px;
    line-height: 33px;
    margin: 0
}

.members .member-content .member-position {
    font-size: 14px;
    margin-top: 10px
}

.team-members-tow figure {
    position: relative;
    cursor: pointer
}

.team-members-tow figure:hover .image-overlay {
    opacity: 1
}

.team-members-tow figure:hover .info-text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-members-tow figure:hover .social-icons {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-members-tow .image-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    width: 100%;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.team-members-tow .overlay-text {
    color: #fff;
    padding-top: 30%
}

.team-members-tow .overlay-text .info-text {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.team-members-tow .overlay-text .info-text strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

.team-members-tow .overlay-text .info-text span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.team-members-tow .overlay-text .small-divider {
    margin-bottom: 30px;
    border-color: #fff;
    margin-top: 30px;
    width: 50px
}

.team-members-tow .social-icons {
    padding-left: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.team-members-tow .social-icons li {
    display: inline-block;
    margin: 0 10px
}

.team-members-tow .social-icons li a i {
    font-size: 24px;
    color: #fff
}

.team-members-tow .social-icons .fa-facebook:hover {
    color: #3b5998
}

.team-members-tow .social-icons .fa-twitter:hover {
    color: #55acee
}

.team-members-tow .social-icons .fa-instagram:hover {
    color: #fb3958
}

#about {
    padding: 30px 0
}

.about h5 {
    font-size: 18px
}

.about h5 a {
    color: #444
}

.about h5 a:hover {
    color: #ff7808
}

.about.block img {
    max-width: 100px;
    margin-bottom: 15px
}

.testimonial {
    position: relative
}

#facts {
    padding: 60px 0
}

#facts .fact-icon {
    color: #ff7808;
    font-size: 46px;
    display: block;
    margin-top: 0;
    margin-bottom: 20px
}

.timer {
    color: #444;
    font-size: 48px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px
}

.fact-title {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

#single-testimonial-item .item {
    margin: 10px
}

#single-testimonial-item .property-main {
    margin-bottom: 0
}

#single-testimonial-item .owl-controls .owl-buttons {
    position: relative;
    top: -160px;
    left: 0
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -45px
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -45px
}

.owl-theme .owl-buttons div {
    width: 40px;
    height: 40px;
    display: block !important;
    background: 0 0 !important;
    text-align: center;
    display: inline-block;
    opacity: 1 !important;
    border-radius: 0 !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-theme .owl-buttons div:hover {
    opacity: .8 !important
}

.owl-theme .owl-buttons div i {
    color: #fff;
    font-size: 16px;
    line-height: 32px
}

.single-testimonial-area {
    background-image: url(../img/about/testimonial-bg.jpg);
    background-size: cover;
    padding: 60px 0
}

.single-testimonial-area .testimonial-inner blockquote {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.single-testimonial-area .testimonial-inner .testimonial-images {
    text-align: center
}

.single-testimonial-area .testimonial-inner .testimonial-images img {
    box-shadow: 0 0 3px #ddd;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    width: 90px
}

.single-testimonial-area .testimonial-inner .testimonial-footer {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.single-testimonial-area .testimonial-inner .testimonial-footer a {
    color: #ff7808;
    font-size: 15px
}

.list-title {
    margin-bottom: 30px;
    font-size: 27px
}

.list-style li {
    margin-bottom: 15px;
    font-size: 14px;
    position: relative
}

.list-style li i {
    margin-right: 10px;
    color: #ff7808
}

.features-header {
    background: #f5f5f5;
    margin: 30px 0;
    padding: 30px 30px
}

.features-wrap {
    background: #f5f5f5;
    padding: 30px 30px 0;
    margin-bottom: 50px
}

.featured-box {
    margin-bottom: 30px
}

.featured-box .featured-icon {
    float: left
}

.featured-box .featured-icon i {
    width: 48px;
    height: 48px;
    color: #ff7808;
    border: 1px solid #ff7808;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    border-radius: 50%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease
}

.featured-box .featured-content {
    padding-left: 64px
}

.featured-box .featured-content h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.featured-box:hover .featured-icon i {
    background: #ff7808;
    color: #fff
}

.featured-center {
    text-align: center
}

.featured-center .featured-icon {
    float: none;
    margin-bottom: 20px
}

.featured-center .border-icon i {
    font-size: 30px;
    border: none
}

.featured-center .featured-content {
    padding-left: 0
}

.featured-img {
    margin-bottom: 30px
}

.featured-img .featured-content {
    background: #f5f5f5;
    padding: 15px
}

.featured-img .featured-content h4 {
    font-size: 18px;
    margin-bottom: 10px
}

#pricing {
    padding: 30px 0
}

.pricing-table {
    background: #353b48;
    padding: 30px;
    text-align: center
}

.pricing-table .table-header h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff
}

.pricing-table .plan .price {
    font-size: 24px;
    color: #fff
}

.pricing-table .plan-info {
    margin-top: 30px
}

.pricing-table .plan-info p {
    color: #fff
}

.pricing-table .button-area {
    margin-top: 30px
}

.pricing-tables {
    padding: 25px 0;
    text-align: center
}

.pricing-tables .pricing-table-block {
    background: #f6f6f6;
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #f1f1f1
}

.pricing-tables .highlight-plan {
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
    background: #f6f6f6
}

.pricing-tables .pricing-table-block .highlight-plan .plan-name {
    padding: 25px 0
}

.pricing-tables .pricing-table-block .highlight-plan .plan-name h3 {
    color: #fff
}

.pricing-tables .pricing-table-block .highlight-plan .plan-signup {
    padding: 30px 0;
    background: #ff7808
}

.pricing-tables .pricing-table-block .highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff
}

.pricing-table-block {
    background: #f6f6f6;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pricing-table-block .plan-name {
    padding: 25px;
    background: #ff7808;
    margin-bottom: 20px
}

.pricing-table-block .plan-name h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    color: #fff
}

.pricing-table-block .plan-price {
    margin-bottom: 30px
}

.pricing-table-block .plan-price .price-value {
    font-size: 50px;
    line-height: 76px;
    font-weight: 700;
    color: #333
}

.pricing-table-block .plan-price .price-value span {
    font-size: 22px;
    font-weight: 400;
    line-height: 18px
}

.pricing-table-block .plan-price .interval {
    line-height: 16px;
    font-size: 14px;
    font-weight: 700
}

.interval select.form-control{ 
    background: url(./images/sel_down.png) no-repeat   95% 50% #fff; 
    width: 90%;
    margin-left: 5%;
}
.pricing-table-block .plan-list li {
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    text-align:left;
}

.pricing-table-block .plan-list li i {
    margin-right: 10px
}

.pricing-table-block .plan-signup {
    padding: 15px 0 30px
}

.pricing-table-block .plan-signup a {
    text-transform: uppercase
}

.card {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border-radius: 0;
    border: 0;
    width: 100%
}

.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card-img-inside {
    margin-bottom: 15px
}

.card img {
    width: 100%
}

.card-block {
    padding: 15px
}

.card-title {
    color: #444;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px
}

.card-text {
    font-size: 14px;
    color: #444
}

.card-btn {
    margin-top: 5px
}

.card-2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

.card-2 .card-block .card-title {
    margin-bottom: 7px
}

.card-2 .card-block .meta {
    font-size: 13px
}

.card-2 .card-block .meta a {
    color: #999
}

.card-2 .card-block .meta a:hover {
    color: #ff7808;
    cursor: pointer
}

.card-2 .card-block .description {
    margin-top: 5px
}

.card-2 .extra {
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    width: auto;
    margin: 0;
    padding: 10px 15px;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, .4)
}

.card-2 .extra .right {
    float: right
}

.card-2 .extra .right i {
    margin-right: 5px
}

.card-2 .card-text {
    font-size: 14px;
    line-height: 1.2
}

.card-2 .card-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.image.img-container{
    position: relative;
}

.img-container .img-cover{
    position: absolute;
    left: 0px;
    top:0px; 
    width: 100%;
    height: 100%; 
    -webkit-box-shadow: inset 0px 0px 72px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 72px -21px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 72px -21px rgba(0,0,0,0.75); 
}

.card-2:hover .img-container .img-cover{  
-webkit-box-shadow: inset 0px 0px 123px -21px rgba(0,0,0,0.44);
-moz-box-shadow: inset 0px 0px 123px -21px rgba(0,0,0,0.44);
box-shadow: inset 0px 0px 123px -21px rgba(0,0,0,0.44);
}

.blog-item-wrapper {
    box-shadow: 0 1px 4px #ddd
}

.blog-item-wrapper .blog-item-text {
    padding: 20px
}

.blog-item-wrapper .blog-item-text h3 a {
    color: #444;
    font-size: 18px
}

.blog-item-wrapper .blog-item-text h3 a:hover {
    color: #ff7808
}

.blog-item-wrapper .blog-item-text .meta-tags {
    font-size: 12px
}

.blog-item-wrapper .blog-item-text .meta-tags .comments a {
    color: #444;
    font-size: 12px
}

.blog-item-wrapper .blog-item-text .meta-tags .comments a:hover {
    color: #ff7808
}

.blog-block {
    box-shadow: 0 1px 4px #ddd
}

.blog-block .blog-content {
    padding: 15px
}

.blog-block .blog-content h3 {
    font-size: 18px
}

.blog-block .blog-content h3 a {
    color: #444
}

.blog-block .blog-content h3 a:hover {
    color: #ff7808
}

.blog-post {
    padding: 30px
}

.blog-post h3 {
    font-size: 18px
}

.blog-post h3 a {
    color: #444
}

.blog-post h3 a:hover {
    color: #ff7808
}

.about-sidebar-widget,
.blog-posts-widget,
.categories-sidebar-widget {
    padding: 15px
}

.about-sidebar-widget h4,
.blog-posts-widget h4,
.categories-sidebar-widget h4 {
    color: #222;
    padding: 10px 0;
    font-size: 20px
}

.about-sidebar-widget p,
.blog-posts-widget p,
.categories-sidebar-widget p {
    color: #444
}

.about-sidebar-widget img {
    margin-bottom: 10px
}

.categories-sidebar-widget .post-category {
    border-bottom: 1px solid #efefef;
    padding: 3px 0
}

.categories-sidebar-widget .post-category a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px
}

.categories-sidebar-widget .post-category:last-child {
    border: none
}

.blog-post-small {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef
}

.blog-post-small img {
    max-width: 66px;
    margin: 0 10px 0 0;
    float: left
}

.blog-post-small a {
    color: #999;
    font-size: 14px
}

.blog-post-small p {
    font-size: 12px
}

.blog-post-small .post-date {
    font-size: 12px
}

.blog-post-small:last-child {
    border: none
}

.progress {
    height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress .progress-bar {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    background-color: #ff7808;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar-default {
    background-color: #ff7808
}

.progress-bar-primary {
    background-color: #ff7808
}

.progress-bar-success {
    background-color: #87c056
}

.progress-bar-info {
    background-color: #4da5e2
}

.progress-bar-warning {
    background-color: #fc6
}

.progress-bar-danger {
    background-color: #ec7160
}

.progress-label .sr-only {
    position: relative
}

#counter {
    background-image: url(../img/about/testimonial-bg.jpg);
    background-size: cover;
    padding: 60px 0
}

.count-one {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px
}

.count-one .icon {
    margin-bottom: 20px;
    display: block
}

.count-one .icon i {
    color: #ff7808;
    font-size: 48px
}

.count-one .count-value {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px
}

.count-one .count-title {
    color: #fff;
    font-size: 14px
}

.width25-divider {
    margin: 20px auto;
    width: 25px;
    border-color: #fff
}

#dark-slider h3 {
    color: #ccc
}

#dark-slider .slide-text {
    color: #ccc;
    line-height: 1.5
}

#dark-slider p.caption {
    color: #fff;
    padding: 6px
}

#dark-slider .item {
    min-height: 555px;
    height: auto
}

#dark-slider .slide1 {
    background-image: url(../img/dark-bg-image.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: contain
}

#dark-slider .slide2 {
    background-image: url(../img/dark-bg-image.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center
}

#dark-slider .carousel-control {
    color: #ccc;
    opacity: .8
}

.text-primary {
    color: #ff7808 !important
}

.owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    background: #ff7808 !important
}

#cards-carousel .card-block {
    margin: 0 10px;
    background: #f7f7f7
}

#cards-carousel .card {
    background: 0 0;
    margin-bottom: 0
}

#image-carousel .item {
    margin: 10px
}

#image-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

#testimonials-slider {
    background-color: #ccc
}

#testimonials-slider .testimonial {
    padding: 150px 0;
    text-align: center
}

#testimonials-slider .testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: -40px;
    margin-bottom: 40px
}

#testimonials-slider .testimonial h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 900px
}

#testimonials-slider .testimonial i {
    color: #fff;
    font-size: 38px;
    margin-bottom: 40px
}

.customer-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

#testimonials-slider .carousel-indicators {
    margin-bottom: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 3px;
    opacity: 1
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: #fff;
    border: 0;
    opacity: .5
}

#carousel-area {
    background: #f6f6f6
}

#carousel-area .btn-lg {
    margin: 10px
}

#carousel-area .carousel-item img {
    width: auto
}

#carousel-area .carousel-inner .active {
    opacity: 1
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1
}

#carousel-area .carousel-control {
    z-index: 2
}

#carousel-area .carousel-item .carousel-caption {
    top: 28%;
    right: 10%;
    left: 10%;
    text-shadow: none
}

#carousel-area .carousel-item .carousel-caption h5 {
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: Rubik, sans-serif
}

#carousel-area .carousel-item .carousel-caption h3 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700
}

#carousel-area .carousel-indicators {
    bottom: 5px
}

#carousel-area .carousel-indicators li {
    border-radius: 0;
    width: 32px;
    height: 5px;
    margin: 0 5px;
    background: rgba(253, 254, 255, .8);
    border: none;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.carousel-post {
    margin-right: 15px
}

.carousel-post h5 {
    margin-top: 20px
}

#single-testimonial-item .item {
    margin: 10px
}

#single-testimonial-item .property-main {
    margin-bottom: 0
}

#single-testimonial-item .owl-controls .owl-buttons {
    position: relative;
    top: -160px;
    left: 0
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -45px
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -45px
}

#image-slider .owl-controls .owl-buttons {
    position: relative;
    top: -280px;
    left: 0
}

#image-slider .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 45px
}

#image-slider .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: 45px
}

#posts-carousel-3col .owl-controls .owl-buttons {
    position: relative;
    top: -235px;
    left: 0
}

#posts-carousel-3col .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -60px
}

#posts-carousel-3col .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -45px
}

#posts-carousel .owl-controls .owl-buttons {
    position: relative;
    top: -235px;
    left: 0
}

#posts-carousel .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -60px
}

#posts-carousel .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -45px
}

.title-head {
    color: #444;
    font-size: 30px;
    margin-bottom: 30px
}

.contact-form .form-control {
    background: 0 0;
    padding: 15px 25px 15px 50px;
    color: #444
}

.contact-form .form-control:focus {
    border-color: #ff7808
}

.contact-form .contact-icon {
    left: 34px;
    position: absolute;
    top: 16px;
    color: #444
}

.contact-form textarea {
    height: 268px;
    width: 100%;
    background: 0 0;
    border: 1px solid #ddd;
    padding: 18px 18px;
    color: #444;
    margin-bottom: 35px;
    resize: vertical
}

.contact-form textarea:focus {
    border-color: #ff7808
}

.contact-form .form-group {
    margin-bottom: 0
}

.contact-info-title {
    color: #444;
    font-size: 24px;
    margin-bottom: 25px
}

.contact-info a {
    display: block;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400
}

.contact-info a i {
    margin-right: 10px
}

.contact-info address {
    position: relative;
    margin-bottom: 15px
}

address {
    font-size: 14px;
    color: #444;
    line-height: 1.8
}

address i {
    margin-right: 10px
}

.tel-info {
    margin-bottom: 15px
}

.social-links li {
    display: inline-block
}

.social-links li a {
    color: #444;
    font-size: 18px;
    padding-left: 0;
    margin: 10px 20px 0 0
}

.form-control {
    color: #444;
    background: #f7f7f7;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #888383;
    border-radius: 0;
    margin-bottom: 25px;
    padding: 10px 20px;
    /*min-height: 50px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control.input-sm {
    min-height:30px;
   /* margin:20px 0px;*/
    padding: 10px 5px;
    font-size: 16px;
}

.form-control:focus {
    border-color: #ff7808
}

.form-group input {
    font: normal normal normal 14px/1 FontAwesome, Rubik, sans-serif
}

.input-group input {
    font: normal normal normal 14px/1 FontAwesome, Rubik, sans-serif
}

#contactForm .form-control {
    color: #444;
    background: #f7f7f7;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#contactForm .form-control:focus {
    border-color: #ff7808
}

#contactForm textarea {
    max-width: 100%;
    min-height: 130px !important;
    max-height: 211px;
    margin-bottom: 30px
}

::-webkit-input-placeholder {
    color: #b0aeae !important
}

:-moz-placeholder {
    color: #b0aeae !important
}

::-moz-placeholder {
    color: #b0aeae !important
}

:-ms-input-placeholder {
    color: #b0aeae !important
}

.error.form-control {
    color: #ec7160 !important;
    border: 1px solid #ec7160 !important;
    margin-bottom:0px;
}

.form-group label.error {
    color: #ec7160;
    font-size: 13px; 
    margin-bottom: 10px
}

#msgSubmit.h3 {
    font-size: 14px;
    margin-top: 5px
}

#contact-form-1 .form-group {
    margin-bottom: 0
}

#contact-form-1 #contactForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#contact-form-1 .btn-form-submit {
    width: 100%;
    border-radius: 0;
    padding: 14px 24px
}

.contact-form-2 {
    margin-bottom: 50px
}

#contactForm.contact-form-2 .form-control#name {
    width: 70%
}

#contactForm.contact-form-2 .form-control#email {
    width: 70%
}

#contactForm.contact-form-2 .form-control#subject {
    width: 70%
}

#contact-form-2 .form-group {
    margin-bottom: 0
}

#contact-form-2 #contactForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#contact-form-2 .btn-form-submit {
    width: 30%;
    border-radius: 0;
    padding: 14px 24px
}

#login-form {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 35px
}

#login-form .form-group {
    margin-bottom: 0
}

#login-form .btn-log {
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px
}

#register-form {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 35px
}

#register-form .form-group {
    margin-bottom: 0
}

#register-form .btn-log {
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px
}

.log-title {
    font-size: 24px;
    margin: 0 0 35px 0
}

.log-line {
    padding: 0 0 35px 0;
    margin-bottom: 35px
}

.log-line .checkbox {
    margin-left: 3px
}

.log-line .checkbox-primary label {
    color: #ff7808
}

.forgot-password {
    font-size: 16px
}

.checkbox .hide {
    display: none
}

#newsletter .input-group {
    margin-bottom: 20px
}

.space-25 {
    margin-bottom: 25px
}

.label {
    font-weight: 400;
    padding: 5px 18px;
    display: inline-block;
    margin: 0 15px 0 0
}

.label-pill {
    border-radius: 5em
}

.label-default {
    color: #ff7808;
    background-color: transparent;
    border: 2px solid #ff7808
}

.label-default-filled {
    color: #fff;
    background-color: #ff7808;
    border: 2px solid #ff7808
}

.label-primary {
    color: #ff7808;
    background-color: transparent;
    border: 2px solid #ff7808
}

.label-primary-filled {
    color: #fff;
    background-color: #ff7808;
    border: 2px solid #ff7808
}

.label-success {
    color: #87c056;
    background-color: transparent;
    border: 2px solid #87c056
}

.label-success-filled {
    color: #fff;
    background-color: #2c3e50;
    border: 2px solid #2c3e50
}

.label-info {
    color: #4da5e2;
    background-color: transparent;
    border: 2px solid #4da5e2
}

.label-info-filled {
    color: #fff;
    background-color: #4da5e2;
    border: 2px solid #4da5e2
}

.label-warning {
    color: #fc6;
    background-color: transparent;
    border: 2px solid #fc6
}

.label-warning-filled {
    color: #fff;
    background-color: #fc6;
    border: 2px solid #fc6
}

.label-danger {
    color: #ff7808;
    background-color: transparent;
    border: 2px solid #ff7808
}

.label-danger-filled {
    color: #fff;
    background-color: #ff7808;
    border: 2px solid #ff7808
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ff7808
}

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

.nav-pills > li > a {
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px
}

.badge {
    color: #fff;
    background-color: #ff7808;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
    padding: 6px 7px
}

.active .badge {
    color: #fff !important
}

.massage-box {
    position: relative;
    padding: 23px 20px 13px 55px;
    border-radius: 4px;
    margin: 0 0 30px
}

.massage-box strong {
    font-size: 24px;
    display: block;
    margin: 0 0 10px
}

.massage-box p {
    color: #fff
}

.massage-box i {
    position: absolute;
    left: 15px;
    top: 22px;
    width: 25px;
    font-size: 24px;
    text-align: center
}

.small-box i,
.small-box strong {
    font-size: 14px
}

.alert {
    border: 2px solid transparent;
    border-radius: 5px
}

.alert-success {
    color: #fff;
    background-color: #87c056;
    border-color: #74a44a
}

.alert-success .close {
    color: #74a44a
}

.alert-info {
    color: #fff;
    background-color: #4da5e2;
    border-color: #428fc4
}

.alert-info .close {
    color: #428fc4
}

.alert-warning {
    color: #fff;
    background-color: #fc6;
    border-color: #e1b459
}

.alert-warning .close {
    color: #e1b459
}

.alert-danger {
    color: #fff;
    background-color: #ec7160;
    border-color: #cd6254
}

.alert-danger .close {
    color: #cd6254
}

.alert-dismissible .close {
    font-size: 16px;
    top: -14px;
    right: -31px;
    text-shadow: none;
    opacity: 1
}

.alert-dismissible .close:hover {
    opacity: .8
}

.alert-sm {
    font-size: 14px;
    padding: 5px
}

.alert i {
    margin: 0 10px 0 5px
}

.alert-sm.alert-dismissible .close {
    top: -5px;
    right: -2px
}

.tgl {
    position: relative;
    display: inline-block;
    height: 30px;
    cursor: pointer
}

.tgl > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.tgl .tgl_body {
    width: 60px;
    height: 30px;
    background: #fff;
    border: 1px solid #dadde1;
    display: inline-block;
    position: relative;
    border-radius: 50px
}

.tgl .tgl_switch {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    border: 1px solid #ccd0d6;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
    -moz-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), -moz-transform 250ms cubic-bezier(.34, 1.61, .7, 1);
    -o-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), -o-transform 250ms cubic-bezier(.34, 1.61, .7, 1);
    -webkit-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), -webkit-transform 250ms cubic-bezier(.34, 1.61, .7, 1);
    transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), transform 250ms cubic-bezier(.34, 1.61, .7, 1);
    z-index: 1
}

.tgl .tgl_track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50px
}

.tgl .tgl_bgd {
    font-size: 11px;
    color: #fff;
    padding: 4px 18px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 55px;
    -moz-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), right 250ms cubic-bezier(.34, 1.61, .7, 1);
    -o-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), right 250ms cubic-bezier(.34, 1.61, .7, 1);
    -webkit-transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), right 250ms cubic-bezier(.34, 1.61, .7, 1);
    transition: left 250ms cubic-bezier(.34, 1.61, .7, 1), right 250ms cubic-bezier(.34, 1.61, .7, 1);
    background: #ff7808
}

.tgl .tgl_bgd-negative {
    right: auto;
    left: -45px;
    background: #ddd
}

.tgl:hover .tgl_switch {
    border-color: #b5bbc3;
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.tgl:active .tgl_switch {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
    left: 30px
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
    right: -45px
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
    right: auto;
    left: -10px
}

#portfolio {
    background: #f6f6f6;
    padding: 60px 0;
    width: 100%
}

#portfolio .mix {
    padding: 0;
    display: none
}

.controls {
    text-align: center;
    padding: 20px
}

a:not([href]):not([tabindex]) {
    color: #222
}

a:focus:not([href]):not([tabindex]),
a:hover:not([href]):not([tabindex]) {
    color: #fff
}

.controls .active {
    color: #fff !important;
    background: #ff7808
}

#portfolio-list {
    margin-top: 15px;
    display: inline-block
}

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative
}

.portfolio-img img {
    width: 100%
}

.portfoli-content {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}

.portfoli-content:before {
    background-color: RGBA(235, 88, 111, .7);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    content: '';
    position: absolute;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sup-desc-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.sup-desc-wrap .sup-title {
    display: block;
    outline: 0;
    margin-bottom: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.sup-desc-wrap .sup-title h4 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 300
}

.sup-desc-wrap .sup-desc-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 35px
}

.sup-desc-wrap .sup-link {
    margin-bottom: 20px
}

.sup-desc-wrap .sup-link a:hover {
    background: #fff;
    color: #ff7808
}

.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    opacity: 0;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-right: 5px
}

.sup-desc-wrap .sup-link .left-link {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sup-desc-wrap .sup-link .right-link {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sup-desc-wrap .sup-meta-wrap .sup-description {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-item:hover .sup-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.portfolio-item:hover .sup-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-item:hover .sup-link .left-link,
.portfolio-item:hover .sup-link .right-link {
    opacity: 1;
    webkit-transform: translateY(0);
    transform: translateY(0)
}

#portfolio ul.portfolio {
    margin-bottom: 0 !important
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .5s linear;
    transition: all .2s linear
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: RGBA(235, 88, 111, .7);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hovereffect .iocns {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.hovereffect .iocns .left-link {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hovereffect .iocns a:hover {
    background: #fff;
    color: #ff7808
}

.hovereffect-title h5,
.hovereffect-title h6 {
    color: #fff;
    background: 0 0;
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px
}

.hovereffect-title h5 {
    color: #fff;
    background: 0 0;
    text-align: center;
    position: absolute;
    top: 43%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px
}

.hovereffect-title h4 {
    color: #fff;
    background: 0 0;
    text-align: center;
    position: absolute;
    top: 44%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px
}

.hovereffect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hovereffect:hover .overlay {
    opacity: 1
}

.hovereffect:hover a.info,
.hovereffect:hover h6 {
    opacity: 1;
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0)
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

figure {
    display: inline-block
}

#portfolio .portfolio.block {
    top: 15px
}

#portfolio .portfolio.block h5 {
    color: #444
}

#portfolio .project {
    padding-top: 15px;
    padding-bottom: 15px
}

#portfolio .project-description {
    font-size: 14px;
    color: #444
}

.icons-link {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.icons-link a:hover {
    border: 1px solid #fff;
    background: 0 0
}

.icons-link .left-link,
.icons-link .right-link {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    border-radius: 4px;
    color: #fff;
    background: #ff7808;
    border: 1px solid transparent;
    width: 42px;
    height: 42px;
    opacity: 0;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-right: 5px
}

.icons-link .left-link {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.icons-link .right-link {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.hovereffect:hover .icons-link .left-link,
.hovereffect:hover .icons-link .right-link {
    opacity: 1;
    webkit-transform: translateY(0);
    transform: translateY(0)
}

.table-1 {
    color: #fff
}

.table-bordered.table-2 > thead > tr > th {
    background: #232833;
    font-weight: 700;
    color: #ff7808
}

.table-bordered.table-3 > thead > tr > th {
    background: #ff7808;
    font-weight: 700;
    color: #fff
}

.table-bordered > thead > tr > th {
    text-align: center;
    background: #373d4a;
    font-size: 16px;
    font-weight: 700;
    padding: 26px 10px
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #f1f1f1
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
    padding: 18px 20px;
    color: #444;
    text-align: center;
    font-size: 14px
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e3e3e3
}

#default-tab ul.nav-tabs {
    border-bottom: none;
    padding-bottom: 5px
}

#default-tab ul.nav-tabs a {
    border: 0
}

ul.nav-tabs li {
    float: left;
    margin-top: 0
}

ul.nav-tabs li a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase
}

#default-tab .nav-tabs > li a.active:focus,
#default-tab .nav-tabs > li a.active:hover,
#default-tab .nav-tabs > li > a.active {
    border: 0 none;
    position: relative;
    color: #ff7808
}

.nav-bg > li > a {
    color: #444;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin-right: 10px
}

.nav-bg > li a.active:focus,
.nav-bg > li a:hover,
.nav-bg > li > a.active {
    color: #ff7808 !important;
    border: 1px solid #ff7808 !important;
    border-radius: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff7808
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-link {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.tab-content {
    padding: 15px;
    border: 1px solid #ddd
}
.tab-content.fwidth { width:100%; }
.panel-group .panel {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

.panel-group .panel-heading {
    padding: 15px;
    background: #ff7808
}

.panel-group .panel-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none
}

.panel-group .panel-heading > a:after {
    float: right
}

.panel-group .panel-heading .panel-title.collapsed:after {
    float: right
}

.panel-group .panel-heading > a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f0d8";
    margin-top: -2px;
    margin-left: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.panel-group .panel-heading .panel-title.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-group .panel-body {
    padding: 15px;
    border: 1px solid #ddd
}

.panel-group.tabbed .panel-heading {
    background: 0 0;
    padding: 15px;
    border: 1px solid #ccc
}

.panel-group.tabbed a {
    color: #444
}

.panel-group.tabbed .panel-heading > a:after {
    float: right
}

.panel-group.tabbed .panel-heading .panel-title.collapsed:after {
    float: right
}

@media (min-width:768px) and (max-width:1024px) {
    .fact-title {
        font-size: 14px
    }

    #single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
        margin-left: 0
    }

    #single-testimonial-item .owl-controls .owl-buttons div.owl-next {
        margin-right: 0
    }

    .blog-item-wrapper .blog-item-text h3 a {
        font-size: 14px
    }

    .blog-post-small img {
        max-width: 100%
    }

    .contact-info-title {
        font-size: 18px
    }

    .featured-box .featured-content h4 {
        font-size: 13px
    }

    footer #copyright .copyright-text,
    footer #copyright .nav-inline {
        line-height: 24px
    }

    .nav-link {
        padding: 8px 3px
    }

    .social-footer a .fa {
        margin: 0
    }

    .hero-content-v2 {
        margin-top: 0
    }

    .list-title {
        font-size: 20px
    }

    .list-style li i {
        margin-right: 5px
    }

    .sub-title {
        font-size: 14px
    }

    .bs-example {
        margin-bottom: 30px
    }

    .bs-example .nav > li > a {
        padding: 10px 19px
    }

    .pricing-table-block .plan-list li {
        font-size: 12px
    }

    .pricing-table .table-header h3 {
        font-size: 15px
    }

    .button-area .btn {
        padding: 11px 12px
    }

    .service-box .service-content h4 {
        font-size: 14px
    }

    #carousel-area .carousel-item .carousel-caption h3 {
        font-size: 26px
    }

    #carousel-area .carousel-item .carousel-caption h5 {
        margin-bottom: 3px
    }

    #carousel-area .carousel-item .btn-lg {
        padding: 7px 10px;
        min-width: 150px
    }

    .sup-desc-wrap .sup-meta-wrap .sup-description {
        display: none
    }

    .label {
        padding: 0
    }
}

@media (max-width:640px) {
    .page-header-title .heading-title {
        font-size: 24px
    }

    .navbar-light .navbar-toggler {
        margin: 24px;
        border: 0
    }

    .blog-item-wrapper {
        margin-bottom: 30px
    }

    .blog-item-wrapper .blog-item-text h3 a {
        font-size: 12px
    }

    .contact-form {
        margin-bottom: 30px
    }

    .contact-info {
        margin-bottom: 30px
    }

    .featured-box .featured-content h4 {
        font-size: 14px
    }

    .footer-info .pull-right {
        float: left !important
    }

    .footer-widget {
        margin-bottom: 30px
    }

    .nav-link {
        padding: 8px 3px
    }

    .hero-content-v2 {
        margin-top: 0
    }

    .hero-content-v2 h3 {
        font-size: 22px
    }

    .hero-content-v2 h3 strong {
        font-size: 32px;
        line-height: 38px
    }

    .store-btn-wrap li {
        margin-bottom: 20px
    }

    .team-members-tow figure {
        margin-bottom: 30px
    }

    .bs-example {
        margin-bottom: 30px
    }

    .bs-example .nav > li > a {
        padding: 10px 19px
    }

    .tab-content .tabbing-content {
        width: 100%;
        padding-left: 0
    }

    .pricing-table {
        margin-bottom: 30px
    }

    .pricing-table-block {
        margin-bottom: 30px
    }

    .service-box .service-content h4 {
        font-size: 14px
    }

    #carousel-area .carousel-item .carousel-caption {
        top: 20%
    }

    #carousel-area .carousel-item .carousel-caption h3 {
        font-size: 26px
    }

    #carousel-area .carousel-item .carousel-caption h5 {
        margin-bottom: 0
    }

    #carousel-area .carousel-item .btn-lg {
        padding: 7px 10px;
        min-width: 150px
    }

    .controls .btn {
        padding: 7px 14px;
        margin: 5px 0
    }

    .list-group {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
   

    .sub-title {
        font-size: 20px
    }

    .top-menu {
        height: 70px
    }

    .top-menu .right {
        float: left
    }

    .page-header-title .heading-title {
        font-size: 16px
    }

    .title-head {
        font-size: 20px
    }

    .about {
        margin-bottom: 30px
    }

    #single-testimonial-item .owl-controls .owl-buttons {
        display: none
    }

    .blog-item-wrapper {
        margin-bottom: 30px
    }

    .contact-form {
        margin-bottom: 30px
    }

    .contact-info {
        margin-bottom: 30px
    }

    .contact-info-title {
        font-size: 18px
    }

    footer ul li a {
        font-size: 12px
    }

    header h3 {
        font-size: 18px
    }

    .hero-content-v2 {
        margin-top: 0
    }

    .hero-content-v2 h3 {
        font-size: 22px
    }

    .hero-content-v2 h3 strong {
        font-size: 32px;
        line-height: 38px
    }

    .store-btn-wrap li {
        margin-bottom: 20px
    }

    .team-members-tow figure {
        margin-bottom: 30px
    }

    .bs-example {
        margin-bottom: 30px
    }

    .tab-content .tabbing-content {
        width: 100%;
        margin-top: 10px;
        padding-left: 0
    }

    .pricing-table {
        margin-bottom: 30px
    }

    .pricing-table-block {
        margin-bottom: 30px
    }

    .service-box .service-content h4 {
        font-size: 14px
    }

    .count-one {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .carousel-inner {
        height: 175px
    }

    #carousel-area .carousel-item .carousel-caption {
        top: 12%
    }

    #carousel-area .carousel-item .carousel-caption h3 {
        font-size: 14px
    }

    #carousel-area .carousel-item .carousel-caption h5 {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 15px
    }

    #carousel-area .carousel-item .btn-lg {
        padding: 7px 10px;
        min-width: 150px
    }

    .carousel-indicators {
        display: none
    }

    .controls .btn {
        font-size: 13px;
        padding: 7px 8px;
        margin: 5px 0
    }

    .list-group {
        margin-bottom: 30px
    }
}

body {
    color: #444;
    background: #eee;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0
}

body,
html {
    height: 100%;
    margin: 0;
    overflow-x: hidden
}

img {
    width: 100%
}

.page-header {
    font-size: 30px;
    font-weight: 700;
    border: none;
    padding-top: 50px;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.section-title {
    color: #585b60;
    font-size: 38px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 48px;
    padding: 0 10px;
    position: relative
}

.section-padding {
 padding: 60px 0 !important
}

.controls {
    padding: 0 !important
}

#about {
    background: #f6f6f6
}

#team {
    background: #f6f6f6
}

.form-control:focus {
    box-shadow: none;
    outline: 0
}

a a:focus {
    outline: 0
}

.navbar-brand {
    position: relative;
    padding: 0
}

.top-nav-collapse {
    background: #fff;
    z-index: 999;
    top: 0 !important;
    min-height: 58px;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important
}

.top-nav-collapse .navbar-brand {
    top: 0
}

.top-nav-collapse .navbar-brand img {
    width: 100%
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #585b60 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #ff7808 !important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #ff7808 !important
}

.indigo {
    background: 0 0
}

.navbar-brand img {
    width: 100%;
    margin-top: -10px;
}
.header-register{
    display:none;
    padding-bottom: 20px;
}
.header-register ul{ 
    text-align:center;
    margin-bottom:0px;
}
.header-register ul li{
    display:inline-block;
}

.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus,
.navbar-expand-lg .navbar-nav li a:hover {
    color: #ff7808;
    outline: 0
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
    color: #ff7808 !important
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff7808 !important
}

.navbar {
    padding: 0
}

.navbar li.active a.nav-link {
    color: #ff7808
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.slicknav_btn {
    border-color: #ff7808
}

.slicknav_menu .slicknav_icon-bar {
    background: #ff7808
}

@media(min-width:768px) and (max-width:991px) {
    #nav-main li a.nav-link {
        padding-top: 18px
    }
}

.navbar-toggler {
    display: none
}

.mobile-menu {
    display: none
}

.slicknav_menu {
    display: none
}
 /*
@media screen and (max-width:991px) {
    .navbar-header {
        width: 100%
    }

    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0
    }

    .navbar-brand img {
        width: 75%
    }

    .slicknav_menu {
        display: block
    }

    .slicknav_nav .active,
    .slicknav_nav a:focus,
    .slicknav_nav a:hover {
        color: #fd6e74;
        outline: 0;
        background: #f8f9fa
    }
}  */ 

@media screen and (max-width:991px) {
    .navbar-header {
        width: 100%
    }
    
.header-register{
    background:#fff;
    display:block;
    clear:both;
}
.navbar-toggleable-sm .navbar-collapse { 
    display: none !important; 
} 
    .navbar-brand {
        position: absolute;
        padding: 7px 15px; 
        top: 0
    }

    .navbar-brand img {
        max-height:100px;
        width: auto
    }

    #mobile-menu {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    .slicknav_nav .active a {
        background: #e91e63;
        color: #fff
    }

    .slicknav_nav .active,
    .slicknav_nav a:focus,
    .slicknav_nav a:hover {
        color: #ff7808;
        outline: 0;
        background: #f8f9fa
    }
    
.navbar-toggleable-sm .container{ width:100%}
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
   /* background: #e63d4f;*/
    background: #ff7808;
    border-radius: 2px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

a.back-to-top:focus,
a.back-to-top:hover {
    text-decoration: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-1:after,
#loader-1:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #ff7808
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite
}

#loader-1:after {
    border: 2px solid #f2f2f2
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.carousel-post {
    margin-right: 15px
}

.carousel-post h5 {
    margin-top: 20px
}

#portfolio {
    background: #f6f6f6;
    width: 100%
}

#portfolio .mix {
    padding: 0;
    display: none
}

.controls {
    text-align: center;
    padding-bottom: 20px
}

a:not([href]):not([tabindex]) {
    color: #222
}

a:focus:not([href]):not([tabindex]),
a:hover:not([href]):not([tabindex]) {
    color: #fff
}

.controls .active {
    color: #fff !important;
    background: #ff7808
}

 

@media(max-width:991px) {
    .section-title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .pricing-table-item {
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .top-nav-collapse .navbar-brand img {
        
        max-height: 100px;
        width: auto
    }

    .pricing-table-item {
        margin-bottom: 30px
    }

    .testimonial-item {
        padding: 10px
    }

    .footer-widget {
        margin-bottom: 30px
    }

    #copyright .nav-inline {
        line-height: 28px;
        text-align: left !important
    }

    #copyright .nav-inline li a {
        padding: 0 0 0 4px
    }
}

@media(max-width:767px) {
    .section-padding {
        padding: 50px 0
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 30px
    }
    .navbar-brand { 
        width:80%; 
    } 
        
    .top-nav-collapse .navbar-brand img {
        width: 380px
    }

    .btn-lg {
        padding: 7px 14px;
        font-size: 11px
    }

    .btn-border {
        font-size: 9px;
        padding: 5px 9px
    }

    .navbar-brand img {
        margin: 5px 0;
        width: 380px;
        max-height: 80px; 
    }

    #carousel-area .carousel-item .carousel-caption h3 {
        font-size: 12px
    }

    #carousel-area .carousel-item .carousel-caption h5 {
        font-size: 10px
    }

    #carousel-area .btn-lg {
        margin: 3px
    }

    #carousel-area .carousel-control-next i,
    #carousel-area .carousel-control-prev i {
        border: none
    }

    #carousel-area .carousel-control-next i:hover,
    #carousel-area .carousel-control-prev i:hover {
        background: 0 0;
        border: none
    }

    .portfoli-content::before {
        left: 30px
    }

    .testimonial-item {
        padding: 0
    }

    .client-item-wrapper img {
        width: 70%
    }

    .pricing-table-item {
        margin-bottom: 30px
    }

    .contact-info-title,
    .title-head {
        font-size: 22px
    }

    .contact-form {
        margin-bottom: 30px
    }

    .footer-widget {
        margin-bottom: 30px
    }

    #copyright .nav-inline {
        line-height: 28px;
        text-align: left !important
    }

    #copyright .nav-inline li a {
        padding: 0 0 0 4px
    }
}

@media(max-width:480px) {
    .navbar-header, .navbar-brand {padding-top: 10px; }
     .top-nav-collapse .navbar-brand img, .navbar-brand img {
        width: auto;
        height: 50px;
    }
}
body {
    height: auto;
}
#top_notification {
    position: fixed;
    z-index: 1000000;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:0px;
}
#top_notification #top_notification_message {
    width: 300px; 
    margin: 0 auto;
    padding: 0px;
}

#top_notification #top_notification_message .alert {
    padding: 5px 10px;
    margin: 0px;
}
.cart_count{
    font-size: 10px;
    background: #ff7808;
    line-height: 14px;
    float: right;
    border-radius: 8px;
    padding: 0px 5px;
    position: relative;
    margin-top: -10px;
    margin-right: -10px;
    color: #fff;
}
.login-container {
    background: #fdfdfd;
}

.login-container .wrapper {
    background: none;
}

.login-container .container {
    width: 380px;
   /* margin: 30px auto 0px;*/
    padding: 20px 15px; 
}

.login-container .page-header-title {
    padding: 20px 0px 0px; 
}
.login-container .title-head {
    margin: 0px 0px 15px;
    font-size: 17px;
}
a.text-info:focus, a.text-info:hover{color:#b28216 !important;}

@media(max-width:480px) {
    .login-container .container {
        width: 100%;
    }
}
