* {
    outline: 0;
    margin: 0;
    padding: 0;
}

html,
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #848484;
    font-weight: 400;
}


ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    color: #494849;
    font-weight: 400;
    margin-bottom: 15px;
}
.bigFont {
    font-size: 50px !important;
}
.containerVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nascondi {
   display:none;
}
.inputcomune{
	font-size: 20px;
	color: #686664 !important;
	font-family:'Roboto';
	
}
@media (min-width: 320px) {
    p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
   
    margin-top: 0;
    font-weight: 700;
    color: #222222;
}

h2 {
    font-size: 19px;
    margin-bottom: 25px;
    line-height: 33px;
}

@media (min-width: 480px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 15px;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

h3 a {
    text-transform: capitalize;
    color: #222222;
}

h3 a:hover {
    color: #f26f23;
}

h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

h5 {
    font-size: 14px;
    text-transform: capitalize;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.container {
    position: relative;
    width: 100%;
}

@media (min-width: 480px) {
    .container {
        width: 450px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

a {
    color: #f26f23;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

.main-wrapper {
    position: relative;
}

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

.secotionTitle {
    text-align: center;
}

@media (min-width: 320px) {
    .secotionTitle {
        padding: 50px 0 30px 0;
    }
}

@media (min-width: 768px) {
    .secotionTitle {
        padding: 100px 0 80px 0;
    }
}

.secotionTitle h2 {
    line-height: 40px;
    color: #222222;
    margin: 0;
    font-size: 16px;
    letter-spacing: 4px;
}

@media (min-width: 768px) {
    .secotionTitle h2 {
        font-size: 24px;
        letter-spacing: 10px;
    }
}

.secotionTitle h2 span {
    display: block;
    letter-spacing: normal;
    color: #f26f23;
    font-size: 90px;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: 400;
}

::-moz-selection {
    background-color: #f26f23;
    color: #ffffff;
}

::selection {
    background-color: #f26f23;
    color: #ffffff;
}

i.icon-listy {
    font-family: 'thin-line-icons'!important;
}

i.fa {
    font-family: FontAwesome!important;
}

section,
footer {
    display: block;
    float: left;
    width: 100%;
}

section {
    padding: 50px 0;
}

@media (min-width: 768px) {
    section {
        padding: 10px 0;
    }
}

.thumbnail {
    padding: 0;
    border: none;
    border-radius: 4px;
}

.center-block {
    float: none;
}

.icon-bar:before {
    content: "";
}

.mb0 {
    margin-bottom: 0!important;
}

.mt20 {
    margin-top: 20px;
}

.mr0 {
    margin-right: -15px!important;
}

@media (min-width: 768px) {
    .mr0 {
        margin-right: 0!important;
    }
}
.bg-arancio {
    background-color: #f47e20;
}
.bg-arancio-chiaro {
    background-color: #f29107;
}
.bg-dark {
    background-color: #eeeeee;
}

.bg-light {
    background-color: #fbfbfb;
}

.pr {
    position: relative;
}

.p0 {
    padding: 0!important;
}

.btn {
    font-family: 'Poppins', sans-serif;
    line-height: 14px;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 4px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .btn {
        padding: 13px 0;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .btn {
        padding: 15px 0;
        font-size: 14px;
    }
}

.btn:focus,
.btn.active,
.btn:active:focus,
.btn:hover {
    border: none;
    outline: 0;
    color: #ffffff;
    box-shadow: none;
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    font-size: 11px;
    line-height: 11px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .waves-button,
    .waves-button:hover,
    .waves-button:visited,
    .waves-button-input {
        font-size: 12px;
    }
}

.btn-primary {
    background-color: #F59324;
	border-radius:0;
    transition: all 0.3s ease-in-out;
}

.btn-primary>i {
    margin-right: 10px;
}

.btn-primary:hover {
    background-color: #f26f23;
}

.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: #f26f23;
}

.btn-primary.btn-full {
    float: left;
    width: 100%;
}

.btn-secondary {
    transition: all 0.3s ease-in-out;
    background-color: #848484;
}

.btn-secondary>i {
    margin-right: 10px;
}

.btn-secondary:hover {
    background-color: #f26f23;
}

.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active {
    background-color: #f26f23;
}

.btn-border {
    border: 2px solid #ffffff;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .btn-border {
        padding: 11px 0;
    }
}

@media (min-width: 992px) {
    .btn-border {
        padding: 13px 0;
    }
}

.btn-border:hover,
.btn-border:focus {
    border: 2px solid #ffffff;
}

.btn-border>i {
    margin-right: 10px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    border: none;
    background-color: #f26f23;
    outline: 0;
}

.empty {
    text-indent: -999px;
}

.backToTop {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f26f23;
    border-radius: 100%;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.backToTop i {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
}

.backToTop:hover i {
    color: #ffffff;
}

.buttonPart {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px 0;
}

@media (min-width: 768px) {
    .buttonPart {
        padding: 0 0 70px 0;
    }
}

.squareBtn,
.fullRoundBtn,
.roundBtn {
    margin: 0 0 30px 0;
    text-align: center;
}

.btn-common {
    color: #222222;
    border: 1px solid #e5e5e5;
    padding: 14px 38px;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 0 auto 20px auto;
    padding: 14px 38px;
    font-size: 14px;
}

.btn-common:focus,
.btn-common.active,
.btn-common:active,
.btn-common:hover {
    color: #222222;
    border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .btn-common {
        margin: 0;
        padding: 14px;
        font-size: 9px;
    }
}

@media (min-width: 992px) {
    .btn-common {
        padding: 14px 38px;
        font-size: 14px;
    }
}

.btn-theme {
    background-color: #f26f23;
    border-color: #f26f23;
    color: #ffffff;
}

.btn-theme:focus,
.btn-theme.active,
.btn-theme:active,
.btn-theme:hover {
    background-color: #f26f23;
    border-color: #f26f23;
    color: #ffffff;
}

.btn-gray {
    background-color: #f5f5f5;
}

.btn-gray:focus,
.btn-gray.active,
.btn-gray:active,
.btn-gray:hover {
    background-color: #f5f5f5;
}

.btn-dark {
    background-color: #444548;
    border-color: #444548;
    color: #ffffff;
}

.btn-dark:focus,
.btn-dark.active,
.btn-dark:active,
.btn-dark:hover {
    background-color: #444548;
    border-color: #444548;
    color: #ffffff;
}

.btn-full-round {
    border-radius: 25px;
}

.btn-round {
    border-radius: 4px;
}

.btn-transparent {
    width: 100%;
    border: 1px solid #ffffff;
    background-color: transparent;
    display: block;
    text-align: left;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .btn-transparent {
        margin: 0;
    }
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent:active:focus {
    border: 1px solid #ffffff;
    background-color: transparent;
}

.btn-transparent i.icon-listy {
    font-size: 44px;
    float: left;
    margin: 0 10px 0 40px;
}

.btn-transparent span {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    text-align: left;
}

.btn-transparent span strong {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.tabSection {
    background-color: #ffffff;
    padding: 50px 15px 0 15px;
}

.tabSection hr {
    border-color: #e5e5e5;
    margin: 0 0 50px 0;
}

@media (min-width: 768px) {
    .tabSection hr {
        margin: 0 0 100px 0;
    }
}

@media (min-width: 768px) {
    .tabSection {
        padding: 100px 15px 0 15px;
    }
}

.uiTitle h2 {
    letter-spacing: 2px;
    margin: 0 0 25px 0;
}

.paginationSection {
    padding: 0 15px 50px 15px;
}

@media (min-width: 768px) {
    .paginationSection {
        padding: 0 15px 70px 15px;
    }
}

.formArea {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .formArea {
        padding: 100px 0;
    }
}

.pageTitleArea {
    width: 100%;
    background-size: cover;
    background-position: center top;
    padding-bottom: 0;
    position: relative;
    padding: 105px 0;
    background-repeat: no-repeat;
}

.pageTitle h1 {
    margin: 0;
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway';
}

.form-group {
    margin-bottom: 30px;
}

.form-group button {
    width: auto;
    padding: 18px 20px;
}

@media (min-width: 768px) {
    .form-group button {
        width: 172px;
        padding: 18px 0;
    }
}

.form-control {
    height: 50px;
    box-shadow: none;
    padding-left: 18px;
    border-color: #e5e5e5;
    color: #848484;
}

.form-control:focus {
    border-color: #e5e5e5;
}

.dateSelect {
    margin-bottom: 20px;
}

.dateSelect .form-control {
    border-right: none;
}

.dateSelect .input-group-addon {
    background-color: transparent;
    border-color: #e5e5e5;
    border-radius: 0;
}

textarea.form-control {
    height: 150px;
    line-height: 26px;
}

.formPart {
    border-radius: 0;
    border-color: #e5e5e5;
    border: none;
}

.formPart .panel-heading {
    border-radius: 0;
    height: 56px;
    padding: 0 30px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    letter-spacing: 1px;
    border-bottom: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    .formPart .panel-heading {
        font-size: 20px;
    }
}

.formPart .panel-heading span {
    font-weight: 700;
}

.formPart .panel-body {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.formPart .form-group {
    position: relative;
}

.formPart .form-control {
    padding-left: 38px;
}

.formPart i.fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 100%;
    text-align: center;
    line-height: 44px;
    color: #848484;
    color: #999;
}

.formPart .checkbox {
    margin: 0 0 20px 0;
}

.formPart .checkbox label {
    font-size: 13px;
    color: #000000;
}

.loginForm .form-group {
    width: 100%;
    position: relative;
}

.loginForm i.fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    line-height: 50px;
    text-align: center;
}

.loginForm .form-control {
    padding: 6px 12px 6px 44px;
}

.loginForm .btn-block {
    width: 100%;
}

#loginModal .modal-dialog {
    width: auto;
}

@media (min-width: 768px) {
    #loginModal .modal-dialog {
        width: 380px;
    }
}

#loginModal .modal-title {
    font-weight: 500;
}

#loginModal .modal-header {
    padding: 30px;
}

#loginModal .modal-header .close {
    color: #222222;
    opacity: 1;
}

#loginModal .modal-body {
    padding: 15px 30px;
}

#loginModal .modal-footer {
    text-align: center;
    padding: 20px 30px;
}

#loginModal .modal-footer p {
    margin-bottom: 0;
}

a.link:hover {
    color: #f26f23;
}

.loginPanel .form-group {
    margin-bottom: 30px;
    float: left;
}

.loginPanel .form-group label {
    font-weight: 400;
    font-size: 15px;
}

.loginPanel .help-block {
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
}

.loginPanel a.link {
    line-height: 44px;
}

.processArea {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: block;
    float: left;
    padding: 20px;
}

@media (min-width: 768px) {
    .processArea {
        padding: 20px 35px;
    }
}

@media (min-width: 992px) {
    .processArea {
        padding: 80px 95px;
    }
}

.processArea ul.list-inline li {
    float: left;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    width: 100%;
}

@media (min-width: 768px) {
    .processArea ul.list-inline li {
        padding: 0 35px 0 0;
        border-right: 1px solid #e5e5e5;
        border-bottom: none;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .processArea ul.list-inline li {
        padding: 0 75px 0 0;
        border-right: 1px solid #e5e5e5;
        border-bottom: none;
        width: 50%;
    }
}

.processArea ul.list-inline li:last-child {
    padding: 30px 0 0 0;
    border: none;
}

@media (min-width: 768px) {
    .processArea ul.list-inline li:last-child {
        padding: 0 0 0 20px;
        border: none;
    }
}

@media (min-width: 992px) {
    .processArea ul.list-inline li:last-child {
        padding: 0 0 0 75px;
        border: none;
    }
}

.processArea h2 {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 25px 0;
}

.processArea h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 20px;
    margin: 0 0 12px 0;
    line-height: 26px;
}

.processArea p {
    color: #f26f23;
    font-size: 20px;
    margin: 0 0 0 0;
}

.processArea .form-control {
    padding: 6px 55px 6px 8px;
}

.processArea i.fa {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 44px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #848484;
}

.processArea .checkbox {
    margin: 0 0 30px 0;
}

.processArea .btn-primary {
    padding: 18px 25px;
    width: auto;
}

.processArea .mgnBtm0 {
    margin-bottom: 0;
}

.processArea .dateSelect .form-control {
    padding: 6px 8px;
}

.processArea .input-group-addon {
    padding: 6px 18px;
}

.processArea .input-group.date .input-group-addon i {
    cursor: pointer;
    width: 40px;
    height: 50px;
}

.paginationCommon nav {
    border-top: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .paginationCommon nav {
        margin: 0 0 70px 0;
    }
}

.paginationCommon.blogPagination {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .paginationCommon.blogPagination {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .paginationCommon.blogPagination {
        margin-top: 0;
    }
}

.paginationCommon.blogPagination nav {
    margin: 0;
    border: none;
}

.paginationCommon.blogPagination nav .pagination {
    margin: 0;
}

.paginationCommon .pagination {
    margin: 30px 0;
}

.paginationCommon .pagination li {
    float: left;
    margin: 0 5px 5px 0;
}

@media (min-width: 768px) {
    .paginationCommon .pagination li {
        margin: 0 10px 0 0;
    }
}

.paginationCommon .pagination li a {
    border-color: #e5e5e5;
    float: none;
    color: #222222;
    font-weight: 400;
    padding: 0;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .paginationCommon .pagination li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}

.paginationCommon .pagination li a:hover {
    color: #ffffff;
    background-color: #f26f23;
    border-color: #f26f23;
}

.paginationCommon .pagination li a:focus {
    background-color: #ffffff;
    border-color: #e5e5e5;
    color: #848484;
}

.paginationCommon .pagination li a span {
    font-size: 17px;
}

.paginationCommon .pagination li.active a,
.paginationCommon .pagination li.active a:focus,
.paginationCommon .pagination li.active a:hover {
    color: #ffffff;
    background-color: #f26f23;
    border-color: #f26f23;
}

.paginationCommon .pagination li:first-child a {
    border-radius: 0;
}

.paginationCommon .pagination li:last-child a {
    border-radius: 0;
}

.paginationCommon.paginationTwo .pagination li {
    margin-right: 0;
}

.paginationCommon.paginationTwo .pagination li a {
    float: none;
    display: inline-block;
}

.paginationCommon.paginationTwo .pagination li:first-child a {
    border-radius: 25px 0 0 25px;
}

.paginationCommon.paginationTwo .pagination li:last-child a {
    border-radius: 0 25px 25px 0;
}

.paginationCommon.paginationThree .pagination li a {
    border-radius: 100%;
}

.paginationCommon.categoryPagination {
    margin-top: 35px;
}

.accordionCommon .panel {
    margin-bottom: 30px;
    border: none;
}

.accordionCommon .panel-heading {
    display: block;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.accordionCommon .panel-heading span.iconBlock {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    float: right;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.accordionCommon .panel-heading span.iconBlock.iconTransparent {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
}

.accordionCommon span.separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    right: 60px;
}

.accordionCommon .panel-body {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
}

.accordionCommon .panel-body p {
    margin-bottom: 35px;
}

.accordionCommon .panel-body p:last-child {
    margin-bottom: 0;
}

.tabCommon {
    margin: 0 0 50px 0;
}

@media (min-width: 768px) {
    .tabCommon {
        margin: 0 0 100px 0;
    }
}

.tabCommon .nav-tabs li a {
    border-color: #e5e5e5;
    border-radius: 0;
    background-color: #f7f7f7;
    margin-right: 5px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    width: auto;
    padding: 12px 12px;
    font-size: 12px;
}

.tabCommon .nav-tabs li a:hover {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}

@media (min-width: 768px) {
    .tabCommon .nav-tabs li a {
        width: 131px;
        padding: 12px 0;
        font-size: 14px;
    }
}

.tabCommon .nav-tabs li.active a {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}

.tabCommon .tab-content {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.tabCommon .tab-pane h3 {
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.tabCommon .tab-pane p {
    margin: 0;
}

.tabCommon.tabTwo .nav-tabs li a {
    border-radius: 4px 4px 0 0;
    margin: 0 -1px 0 0;
}

.tabCommon.tabThree .nav-tabs li a {
    height: 45px;
    line-height: 45px;
    position: relative;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .tabCommon.tabThree .nav-tabs li a {
        padding: 0;
    }
}

.tabCommon.tabThree .nav-tabs li a:before {
    content: "";
    background-color: #f26f23;
    height: 3px;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: all 200ms ease 0s;
}

.tabCommon.tabThree .nav-tabs li.active a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tabCommon.singleTab .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.tabCommon.singleTab .nav-tabs li a {
    background-color: #ffffff;
    margin-right: 10px;
}

.tabCommon.singleTab .nav-tabs li a:hover {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.tabCommon.singleTab .nav-tabs li.active a {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.tabCommon.singleTab .tab-content {
    border: none;
    padding: 40px;
}

.tabCommon.singleTab .tab-pane h4 {
    font-size: 24px;
    color: #f26f23;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.tabCommon.singleTab .tab-pane p {
    line-height: 26px;
    margin: 0 0 25px 0;
}

.tabCommon.singleTab .tab-pane .list-inline {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 992px) {
    .tabCommon.singleTab .tab-pane .list-inline {
        width: 50%;
    }
}

.tabCommon.singleTab .tab-pane .list-inline li {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .tabCommon.singleTab .tab-pane .list-inline li {
        width: 50%;
    }
}

.tabCommon.singleTab .tab-pane .list-inline li i.fa {
    margin-right: 10px;
}

.tabCommon.singleTab .tab-pane .blogCommnets {
    margin: 0;
}

.tabCommon.singleTab .tab-pane .blogCommnets h3 {
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.tabCommon.singleTab .tab-pane .blogCommnets .media {
    padding-bottom: 15px;
    border-bottom: 1px dashed #b7b7b7;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .tabCommon.singleTab .tab-pane .blogCommnets .media {
        margin-top: 30px;
    }
}

.tabCommon.singleTab .tab-pane .blogCommnets .media>.pull-left {
    padding: 0 0 20px 0;
}

@media (min-width: 768px) {
    .tabCommon.singleTab .tab-pane .blogCommnets .media>.pull-left {
        padding: 0 20px 0 0;
    }
}

.tabCommon.singleTab .tab-pane .blogCommnets .media-body h4 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #222222;
}

.tabCommon.singleTab .tab-pane .blogCommnets .media-body h5 {
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tabCommon.singleTab .tab-pane .blogCommnets .media-body h5 i.fa {
    color: #cdcdcd;
    margin-right: 7px;
}

.tabCommon.singleTab .tab-pane .blogCommnets .media-body .btn-link {
    color: #f26f23;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .tabCommon.singleTab .tab-pane .blogCommnets .mediaMargin {
        margin-left: 50px;
    }
}

@media (min-width: 768px) {
    .tabCommon.singleTab .tab-pane .blogCommnets .mediaMargin {
        margin-left: 100px;
    }
}

.modalCommon .modal-dialog {
    width: 100%;
    margin: 20px 10px 10px 0;
}

@media (min-width: 768px) {
    .modalCommon .modal-dialog {
        margin: 25px 10px 10px 10px;
    }
}

.modalCommon .modal-header {
    position: relative;
    border: none;
    padding: 14px 15px;
    background-color: #f26f23;
}

.modalCommon .modal-title {
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.modalCommon .modal-content {
    padding: 2px 3px;
    border-radius: 0;
}

.modalCommon button.close {
    margin: 0;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #292929;
    text-shadow: none;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #ffffff;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    top: -10px;
    right: -7px;
}

@media (min-width: 768px) {
    .modalCommon button.close {
        top: -20px;
        right: -20px;
    }
}

.modalCommon .modal-footer {
    border: none;
    text-align: left;
}

.modalCommon .categoryTitle h5 {
    font-size: 20px;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.modalCommon .modal-body {
    padding: 50px 15px 15px 15px;
}

.media .media-left {
    width: 100%;
    display: block;
    padding-right: 0;
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .media .media-left {
        padding-right: 15px;
        display: table-cell;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .media .media-left {
        padding-right: 25px;
    }
}

.media .media-left img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.media .media-body {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .media .media-body {
        width: 10000px;
        display: table-cell;
        vertical-align: top;
    }
}

.media .media-heading {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .media .media-heading {
        margin-bottom: 25px;
    }
}

.media .list-inline {
    margin-bottom: 20px;
}

.media .list-inline li {
    font-size: 13px;
}

.media .list-inline li i {
    margin-right: 8px;
}

.media .list-inline li a {
    color: #848484;
}

.media p {
    margin-bottom: 0;
}

.listView {
    margin-top: 25px;
    padding-bottom: 25px;
}

.listView:last-child {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .listView .media-left {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .listView .media-left {
        width: 32%;
    }
}

@media (min-width: 992px) {
    .listView .media-heading {
        margin-bottom: 20px;
    }
}

.common-media {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .common-media {
        margin-top: 100px;
    }
}

@media (min-width: 768px) {
    .common-media .media-left {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .common-media .media-left {
        width: 35%;
    }
}

.sticker {
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    background-color: #f26f23;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}

@media (min-width: 768px) {
    .sticker {
        width: 80px;
        height: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .sticker {
        width: 100px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
}

.pagerArea>.pager {
    margin: 80px 0 250px 0;
}

.pagerArea>.pager li {
    padding: 0 15px;
}

.pagerArea>.pager li a {
    width: 114px;
    height: 45px;
    padding: 0 20px;
    border: none;
    line-height: 45px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #f26f23;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.pagerArea>.pager li:first-child a i {
    margin-right: 10px;
}

.pagerArea>.pager li:last-child a i {
    margin-left: 10px;
}

.alertPart {
    padding: 0 0 70px 0;
}

.alert-common {
    color: #ffffff;
    font-size: 14px;
    padding: 11px 15px;
    margin: 0 auto 30px auto;
    width: 95%;
    border: none;
    border-radius: 0;
}

.alert-common span {
    font-weight: 600;
}

.alert-common.alert-success {
    background-color: #6fc96f;
}

.alert-common.alert-info {
    background-color: #4da5c9;
}

.alert-common.alert-warning {
    background-color: #e6b048;
}

.alert-common.alert-danger {
    background-color: #e26857;
}

.page-header {
    border: none;
    margin: 0 0 60px 0;
    padding: 0;
}

.page-header h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0;
}

.page-header h2 small {
    display: block;
    font-size: 16px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    margin-top: 15px;
}

.panel.loginPanel {
    border: none;
}

.panel.loginPanel .panel-heading {
    height: 60px;
    padding: 0;
    line-height: 60px;
    background-color: #f26f23;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: none;
}

.panel.loginPanel .panel-body {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    padding: 50px 20px 20px 20px;
}

@media (min-width: 768px) {
    .panel.loginPanel .panel-body {
        padding: 54px 40px 24px 40px;
    }
}

.panel.loginPanel .panel-footer {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.panel.loginPanel .panel-footer p {
    margin: 0;
    line-height: 60px;
    font-size: 15px;
}

.loginSection .col-md-5.col-sm-6.col-xs-12 {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .loginSection .col-md-5.col-sm-6.col-xs-12 {
        padding: 0 10px;
    }
}

.loginSection .form-group button.btn-primary {
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #222222;
    width: 115px;
    padding: 17px 0;
}

.pageTitle h2 {
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .pageTitle h2 {
        font-size: 40px;
        line-height: 44px;
    }
}

.pageTitleSection {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.pageTitleSection.bg-image {
    width: 100%;
    background-size: cover;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
    padding: 63px 0;
}

.pageTitleSection.bg-image .pageTitle h2 {
    color: #ffffff;
}

.file {
    visibility: hidden;
    position: absolute;
}

.list-address li {
    position: relative;
    padding-left: 33px;
    margin: 17px 0;
    color: #848484;
    font-size: 14px;
    line-height: 26px;
}

.list-address li i.fa {
    position: absolute;
    left: 0;
    top: 6px;
    color: #848484;
}

.list-address li a {
    display: block;
    color: #848484;
}

.list-address li a:hover {
    color: #f26f23;
}

.checkbox,
.radio {
    margin-bottom: 15px;
}

.bb-fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-nav {
    height: 300px;
    overflow-x: hidden;
    background-color: #ffffff;
    transition: height 0.3s ease;
    margin-top: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }
}

.navbar-collapse {
    box-shadow: none;
    position: relative;
    top: -2px;
}

@media (min-width: 768px) {
    .navbar-collapse {
        top: 0;
    }
}

.navbar-header {
    height: 72px;
}

@media (min-width: 768px) {
    .navbar-header {
        height: auto;
    }
}

.navbar-brand {
    height: auto;
    float: left;
    position: absolute;
    z-index: 1000;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    padding: 10px;
    top: 0;
}

.navbar-brand>img {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-brand {
        height: auto;
        width: 151px;
        padding: 25px 0;
        top: 0;
    }
}

.navbar-brand:hover {
    background-color: transparent!important;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav.navbar-right {
        margin-right: 165px;
    }
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #f26f23;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a:hover {
        color: #f26f23;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        margin: 0;
        padding: 38px 10px;
        font-size: 12px;
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        margin: 0;
        padding: 40px 20px 37px 20px;
        font-size: 14px;
    }
}

.navbar-default .navbar-nav>li>a i.fa {
    margin-left: 3px;
    font-size: 17px;
    display: none;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a i.fa {
        display: inline-block;
    }
}

.navbar-default .navbar-nav>li.active a {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #f26f23;
}

.navbar-default .navbar-nav>li.active a:hover {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #f26f23;
}

.navbar-default .navbar-nav>li.open>a {
    color: #f26f23;
    background-color: #f26f23;
    background-color: transparent;
}

.navbar-default .navbar-nav>li.open>a:hover,
.navbar-default .navbar-nav>li.open>a:focus {
    background-color: transparent;
    color: #f26f23;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu a {
    padding: 5px 20px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li.userImage>a {
        margin: 0;
        padding: 22px 10px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li.userImage>a {
        margin: 0;
        padding: 22px 20px;
    }
}

.navbar-default .navbar-nav>li.userImage>a img {
    margin-top: -4px;
}

.navbar-default .navbar-nav>li.userImage>a i.fa {
    line-height: 53px;
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav>li {
        overflow: hidden;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-nav>li {
        overflow: visible;
    }
}

.navbar-nav li.dropdown.megaDropMenu {
    position: static;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
    margin: -1px auto 0 auto;
    right: 15px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 10px 5px 5px;
        width: 720px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        padding: 15px 15px 5px;
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        width: 1140px;
    }
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu li:nth-child(2) {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .mega-img {
    padding: 0;
    text-align: center;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .mega-img a {
    padding: 10px 0 0;
    background-color: transparent;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 15px;
    }
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li h5 {
    color: #a0a0a0;
    margin-left: 20px;
    margin-top: 20px;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    color: #848484;
    font-size: 14px;
    float: left;
    width: 100%;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 20px;
    }
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
    color: #f26f23;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:nth-child(4) a {
    padding-bottom: 20px;
}

.nav-wrapper .navbar-nav li.open.megaDropMenu .dropdown-menu,
.nav-wrapper .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
    border-radius: 4px;
}

.nav-wrapper .navbar-nav li.open.megaDropMenu .dropdown-menu:after,
.nav-wrapper .navbar-nav li.dropdown.megaDropMenu .dropdown-menu:after {
    display: none;
}

@media (min-width: 768px) {
    .nav-wrapper .navbar-nav li.open.megaDropMenu .dropdown-menu,
    .nav-wrapper .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        width: 100%;
        margin-top: -15px;
    }
    .nav-wrapper .navbar-nav li.open.megaDropMenu .dropdown-menu:after,
    .nav-wrapper .navbar-nav li.dropdown.megaDropMenu .dropdown-menu:after {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 7px solid #ffffff;
        content: "";
        display: inline-block;
        left: 56%;
        position: absolute;
        top: -7px;
        margin-left: -50px;
    }
}

.nav-wrapper .navbar-nav li.open .dropdown-menu,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu {
    border-radius: 4px;
    border: none;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    margin-top: -1px;
    padding: 5px 5px 5px 15px;
}

.nav-wrapper .navbar-nav li.open .dropdown-menu:after,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu:after {
    display: none;
}

@media (min-width: 768px) {
    .nav-wrapper .navbar-nav li.open .dropdown-menu,
    .nav-wrapper .navbar-nav li.dropdown .dropdown-menu {
        top: 100%;
        min-width: 230px;
        width: auto;
        padding: 15px 0;
        margin-top: -15px;
    }
    .nav-wrapper .navbar-nav li.open .dropdown-menu:after,
    .nav-wrapper .navbar-nav li.dropdown .dropdown-menu:after {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 7px solid #ffffff;
        content: "";
        display: inline-block;
        left: 10%;
        position: absolute;
        top: -7px;
        margin-left: 0;
    }
}

.nav-wrapper .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 0;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .nav-wrapper .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
    .nav-wrapper .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
        border: none;
        top: 0!important;
        left: 100%!important;
        margin-top: -5px;
        margin-left: 4px;
        border-left: none;
        border-top: 3px solid transparent;
    }
}

.nav-wrapper .navbar-nav li.open .dropdown-menu ul.dropdown-menu:after,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 10%;
    position: absolute;
    top: -7px;
    margin-left: 0;
}

.nav-wrapper .navbar-nav li.open .dropdown-menu.dropdown-menu-right,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0;
}

.nav-wrapper .navbar-nav li.open .dropdown-menu.dropdown-menu-right:after,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu.dropdown-menu-right:after {
    display: none;
}

@media (min-width: 768px) {
    .nav-wrapper .navbar-nav li.open .dropdown-menu.dropdown-menu-right:after,
    .nav-wrapper .navbar-nav li.dropdown .dropdown-menu.dropdown-menu-right:after {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 7px solid #ffffff;
        content: "";
        display: inline-block;
        left: auto;
        right: 20%;
        position: absolute;
        top: -7px;
        margin-left: 0;
    }
}

.navbar-nav li.dropdown.singleDrop .dropdown-menu li a {
    color: #848484;
    font-size: 14px;
    float: none;
    width: 100%;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.singleDrop .dropdown-menu li a {
        padding: 10px 20px;
    }
}

.navbar-nav li.dropdown.singleDrop .dropdown-menu li a:hover {
    background-color: #ffffff;
    color: #f26f23;
    padding-left: 25px;
}

.navbar-nav li.dropdown.singleDrop .dropdown-menu li .dropdown-menu {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
        padding: 10px 20px;
    }
}

.navbar-nav li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a:hover {
    padding-left: 25px;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown.singleDrop .dropdown-menu li.open .dropdown-menu {
        border-left: none;
        border-top: none;
    }
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a {
    position: relative;
}

.dropdown-submenu a i {
    padding-left: 10px;
    font-size: 9px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    margin-top: 0!important;
    margin-left: -1px;
    left: 0;
}

@media (min-width: 768px) {
    .dropdown-submenu>.dropdown-menu {
        left: 100%;
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-toggle {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-collapse {
        border-color: #ffffff;
    }
}

.nav-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.nav-wrapper .header-bg {
    position: relative;
    right: 0;
    left: 0;
    height: 70px;
    top: 0;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .nav-wrapper .header-bg {
        height: 97px;
    }
}

.nav-wrapper .header-bg .header-left {
    height: 70px;
}

@media (min-width: 768px) {
    .nav-wrapper .header-bg .header-left {
        height: 97px;
    }
}

.nav-wrapper .header-bg .header-right {
    height: 70px;
}

@media (min-width: 768px) {
    .nav-wrapper .header-bg .header-right {
        height: 97px;
    }
}

.nav-wrapper .lightHeader {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    height: 70px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .nav-wrapper .lightHeader {
        height: 97px;
    }
}

.nav-wrapper.bb-fixed-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.nav-wrapper.bb-fixed-header .header-bg {
    transition: all 0.3s ease-in-out;
    top: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .header-bg {
        height: 80px;
    }
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .header-bg .header-left {
        height: 80px;
    }
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .header-bg .header-right {
        height: 80px;
    }
}

.nav-wrapper.bb-fixed-header .lightHeader {
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    height: 97px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .lightHeader {
        height: 80px;
    }
}

.nav-wrapper.bb-fixed-header .lightHeader .navbar-brand {
    height: auto;
    padding: 15px;
    width: 160px;
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .lightHeader .navbar-brand {
        height: auto;
        padding: 15px;
        width: 190px;
    }
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .lightHeader .navbar-nav.navbar-right {
        margin-top: 13px;
    }
}

.nav-wrapper.bb-fixed-header .lightHeader .topList {
    display: none;
}

.nav-wrapper.bb-fixed-header .lightHeader .searchBox {
    display: none;
}

.nav-wrapper.bb-fixed-header .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .navbar-nav li.open .dropdown-menu,
    .nav-wrapper.bb-fixed-header .navbar-nav li.dropdown .dropdown-menu {
        border: 1px solid #e0e1e2;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
    }
}

@media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
    .nav-wrapper.bb-fixed-header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
        margin-left: 1px;
        border-left: 1px solid #e0e1e2;
        border-top: 3px solid transparent;
    }
}

.navbar-default .navbar-toggle {
    background-color: #f26f23;
    border-color: #f26f23;
    margin-top: 17px;
    border-radius: 4px;
    padding: 11px 10px;
    margin-right: 15px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #f26f23;
    border-color: #f26f23;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-default .navbar-toggle {
        margin-right: 0;
    }
}

.cart_btn {
    display: inline-block;
    float: right;
    position: absolute;
    top: 16px;
    right: 20px;
}

@media (min-width: 768px) {
    .cart_btn {
        top: 35px;
        right: 30px;
    }
}

@media (min-width: 992px) {
    .cart_btn {
        top: 35px;
        right: 30px;
    }
}

.cart_btn .dropdown-menu {
    width: 365px;
    background-color: #ffffff;
    margin-top: -1px;
    border: none;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .cart_btn .dropdown-menu {
        width: 430px;
    }
}

.cart_btn .dropdown-menu .navbar-form {
    margin: 0;
    position: relative;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

.cart_btn .dropdown-menu .navbar-form .form-group {
    width: 100%;
}

.cart_btn .dropdown-menu .navbar-form .form-group .form-control {
    width: 100%;
    border: none;
    color: #848484;
    padding-left: 35px;
}

.cart_btn .dropdown-menu .btn {
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 20px;
    border: 0;
    box-shadow: none;
}

.cart_btn .dropdown-menu .btn i {
    font-size: 16px;
    color: #848484;
}

.cart_btn a {
    color: #222222;
    padding: 0 0 18px;
    text-align: center;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .cart_btn a {
        padding: 0 0 30px;
    }
}

.cart_btn a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #848484;
}

.cart_btn a span {
    padding: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #f26f23;
    position: absolute;
    top: -7px;
    right: -7px;
}

.navbar-collapse ul.navbar-nav.in>li.dropdown>a:after {
    position: relative;
    right: -8px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-collapse ul.navbar-nav>li.dropdown.open>a:after {
    content: "\f106";
}

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open>a:after {
    content: "\f106";
}

@media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav.in>li.dropdown>a:after {
        content: "";
    }
    .navbar-collapse ul.navbar-nav>li.dropdown.open>a:after {
        content: "";
    }
    .navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open>a:after {
        content: "";
    }
}

.navbar-collapse ul.navbar-nav>li.dropdown>a:after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav>li.dropdown>a:after {
        content: "";
    }
}

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown>a:after {
    position: absolute;
    right: 15px;
    top: 11px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav li.dropdown li.dropdown>a:after {
        right: 15px;
        top: 11px;
        content: "\f105";
    }
}

@media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav li.dropdown.open li.dropdown>a:after {
        content: "\f105";
    }
}

.topList {
    text-align: right;
    margin-top: 26px;
}

.topList .list-inline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.topList li {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 25px;
}

.topList li i {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 7px;
}

.topList li:last-child {
    margin-right: 0;
}

.navbar-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    position: absolute;
    right: 70px;
    top: 0;
    margin-top: 15px;
    margin-bottom: 13px;
    padding: 13px 15px;
}

.navbar-btn:hover,
.navbar-btn:focus {
    border: 2px solid #ffffff;
    background-color: transparent;
    outline: 0;
    color: #ffffff;
    box-shadow: none;
}

.navbar-btn:active:hover,
.navbar-btn:active:focus {
    border: 2px solid #ffffff;
    background-color: transparent;
    outline: 0;
    color: #ffffff;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar-btn {
        position: absolute;
        right: 15px;
        top: 0;
        margin-top: 28px;
        margin-bottom: 24px;
        padding: 13px 19px;
    }
}

.navbar-btn span {
    font-size: 14px;
    display: none;
}

@media (min-width: 768px) {
    .navbar-btn span {
        display: inline-block;
    }
}

.navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-brand {
    width: 150px;
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .navbar-brand {
        width: auto;
        padding: 25px 10px;
    }
}

.navbarWhite.nav-wrapper {
    position: relative;
    background-color: #ffffff;
    border-bottom: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbarWhite .navbar-default {
    background-color: #ffffff;
}

.navbarWhite .navbar-default .navbar-nav>li>a {
    color: #222222;
}

.navbarWhite .navbar-default .navbar-nav>li>a:hover {
    color: #f26f23;
}

.navbarWhite .navbar-default .navbar-nav>li.active>a {
    opacity: 1;
    color: #f26f23;
}

.navbarWhite .navbar-btn {
    color: #f26f23;
    border-color: #f26f23;
}

.navbar-dashboard-area {
    background-color: #373c48;
    padding: 10px 0;
}

.navbar-default.navbar-dashboard {
    min-height: 20px;
}

.navbar-default.navbar-dashboard .navbar-nav {
    background-color: transparent;
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar-default.navbar-dashboard .navbar-nav {
        margin-left: -15px;
    }
}

.navbar-default.navbar-dashboard .navbar-nav>li>a {
    color: #a8afba;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 17px;
    padding: 10px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .navbar-default.navbar-dashboard .navbar-nav>li>a {
        padding: 0 5px;
        font-size: 10px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .navbar-default.navbar-dashboard .navbar-nav>li>a {
        padding: 0 15px;
        font-size: 13px;
        line-height: 40px;
    }
}

.navbar-default.navbar-dashboard .navbar-nav>li>a i.icon-dash {
    display: inline-block;
}

.navbar-default.navbar-dashboard .navbar-nav>li>a:hover,
.navbar-default.navbar-dashboard .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default.navbar-dashboard .navbar-nav>li.active a,
.navbar-default.navbar-dashboard .navbar-nav>li.active:hover a,
.navbar-default.navbar-dashboard .navbar-nav>li.active:focus a {
    color: #ffffff;
}

.navbar-default.navbar-dashboard .navbar-nav>li.dropdown .dropdown-menu {
    min-width: 230px;
}

@media (min-width: 768px) {
    .navbar-default.navbar-dashboard .navbar-nav>li:first-child a {
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-default.navbar-dashboard .navbar-nav>li:first-child a {
        padding-left: 0;
    }
}

.navbar-default.navbar-dashboard .navbar-form {
    margin: 0;
    padding: 0;
    border: none;
}

.navbar-default.navbar-dashboard .input-group {
    position: relative;
    width: 100%;
}

.navbar-default.navbar-dashboard .input-group .form-control {
    height: 40px;
    border-radius: 0;
    background-color: #2c303a;
    padding: 0 0 0 15px;
    border: none;
    margin: 0;
    width: 100%;
}

.navbar-default.navbar-dashboard .input-group .input-group-btn {
    width: 20%;
    color: #a8afba;
    z-index: 100;
    line-height: 40px;
    text-align: center;
    background-color: #2c303a;
}

.navbar-default.navbar-dashboard .input-group .input-group-btn .btn {
    padding: 0;
}

.navbar-default.navbar-dashboard .input-group .input-group-btn .btn:hover,
.navbar-default.navbar-dashboard .input-group .input-group-btn .btn:focus {
    background-color: transparent;
}

footer {
    background:#000;
    width: 100%;
   
   
}

.footerInfo {
    padding: 96px 0 60px 0;
}

@media (min-width: 768px) {
    .footerInfo .col-sm-3,
    .footerInfo .col-sm-7 {
        padding: 0 15px;
    }
}

.footerInfo .paddingLeft {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .footerInfo .paddingLeft {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .footerInfo .paddingLeft {
        padding-left: 40px;
    }
}

.footerText {
    padding-bottom: 18px;
}

.footerText .footerLogo {
    margin-bottom: 40px;
    display: block;
}

.footerText .footerLogo img {
    width: auto;
}

.footerText p {
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .footerText p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .footerText p {
        font-size: 14px;
    }
}

.footerText .input-group {
    width: 100%;
}

.footerText .form-control,
.footerText .input-group-addon {
    width: 65%;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    color: #848484;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
}

@media (min-width: 768px) {
    .footerText .form-control,
    .footerText .input-group-addon {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .footerText .form-control,
    .footerText .input-group-addon {
        font-size: 14px;
    }
}

.footerText .form-control:focus {
    border: 1px solid #f26f23;
}

.footerText .input-group-addon {
    width: 35%;
    background-color: #f26f23;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #f26f23;
}

.list-contact li {
    position: relative;
    padding-left: 28px;
    line-height: 21px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.list-contact li i.fa {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 21px;
    font-size: 14px;
}

.list-contact li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}

.list-contact li a:hover {
    color: #f26f23;
    text-decoration: underline;
}

.footerInfoTitle h4 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 35px;
    font-weight: 500;
    color: #ffffff;
}

@media (min-width: 768px) {
    .footerInfoTitle h4 {
        margin-top: 0px;
    }
}

@media (min-width: 320px) {
    .useLink {
        margin-bottom: 25px;
    }
}

.useLink ul li {
    margin: 0 0 10px 0;
}

@media (min-width: 768px) {
    .useLink ul li {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 992px) {
    .useLink ul li {
        margin: 0 0 15px 0;
    }
}

.useLink ul li a {
    line-height: 24px;
    color: #cfcfcf;
    font-size: 14px;
}

.useLink ul li a i {
    margin-right: 10px;
}

.useLink ul li a:hover {
    color: #f26f23;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .useLink ul li a {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .useLink ul li a {
        font-size: 14px;
    }
}

.footerGallery {
    padding-left: 0;
}

@media (min-width: 768px) {
    .footerGallery {
        padding-left: 15px;
    }
}

.footerGallery .col-xs-4 {
    padding: 0 15px 15px 15px;
}

@media (min-width: 768px) {
    .footerGallery .col-xs-4 {
        padding: 0 10px 10px 0;
    }
}

.footerGallery a {
    display: block;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75px;
}

.copyRight .socialLink {
    text-align: center;
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    .copyRight .socialLink {
        text-align: right;
        margin: 0;
    }
}

.copyRight .socialLink li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    text-align: center;
    line-height: 38px;
}

.copyRight .socialLink li a:hover {
    color: #ffffff;
    background-color: #f26f23;
    border-color: #f26f23;
}

.copyRightWrapper {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.copyRightText p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .copyRightText p {
        margin-bottom: 0;
        text-align: left;
    }
}

.copyRightText p a {
    color: #848484;
    text-decoration: underline!important;
}

.copyRightText p a:hover {
    color: #f26f23;
}

.copyRightDashboard {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}

.copyRightDashboard p {
    margin-bottom: 0;
}

.footerWhite {
    background-color: #ffffff;
}

.footerWhite .footerText p {
    color: #848484;
}

.footerWhite .list-contact li {
    color: #848484;
}

.footerWhite .list-contact li a {
    color: #848484;
}

.footerWhite .footerText .footerLogo {
    margin-bottom: 29px;
}

.footerWhite .footerInfoTitle h4 {
    color: #222222;
    margin: 25px 0 20px 0;
}

@media (min-width: 768px) {
    .footerWhite .footerInfoTitle h4 {
        margin: 0 0 20px 0;
    }
}

.footerWhite .useLink ul li a {
    color: #848484;
}

.footerWhite .useLink ul li a:hover {
    color: #f26f23;
}

.footerWhite .copyRightText p {
    color: #848484;
}

.footerWhite .copyRightText p a {
    color: #848484;
}

.footerWhite .copyRightText p a:hover {
    color: #f26f23;
}

.footerWhite .copyRight .socialLink li a {
    color: #848484;
    border-color: #e5e5e5;
}

.footerWhite .copyRight .socialLink li a:hover {
    color: #ffffff;
    border-color: #f26f23;
    background-color: #f26f23;
}

.footerWhite .copyRightWrapper {
    border-top-color: #e5e5e5;
}

.homeBanner {
    min-height: 624px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banerInfo {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .banerInfo {
        padding-top: 70px;
    }
}

.banerInfo h1 {
    color: #f26f23;
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 45px;
	letter-spacing:-1px;
}

.banerInfo p {
    font-size: 16px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 60px 0;
}

.banerInfo .btn-primary {
    padding: 18px 30px;
    width: 100%;
	border:solid 3px #f59324;
	border-radius:0px;
}

@media (min-width: 768px) {
    .banerInfo .btn-primary {
        width: auto;
    }
}

.banerInfo .btn-primary i {
    margin: 0;
}

.banerInfo .form-control {
    height: 50px;
    border: none;
    color: #848484;
}

.banerInfo .input-group-addon {
    background-color: #ffffff;
    border-radius: 4px 0 0 4px;
    border: none;
    border-right: 1px solid #e5e5e5;
    padding: 6px 22px;
    color: #222222;
}

.banerInfo .input-group-addon.addon-right {
    border-radius: 0 4px 4px 0;
    border: none;
    padding: 6px 20px;
}

.banerInfo .input-group-addon i.icon-listy {
    color: #f26f23;
    font-weight: 700;
}

.banerInfo .form-group {
    width: 100%;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .banerInfo .form-group {
        width: 35%;
        margin: 0 10px 0 0;
    }
}

@media (min-width: 992px) {
    .banerInfo .form-group {
        width: 360px;
        margin: 0 20px 0 0;
    }
}

.banerInfo .input-group {
    width: 100%;
	border:solid 3px #f59324;
}

.callAction {
    padding: 30px 0;
    background-color: #f26f23;
}

.callAction .btnArea {
    line-height: 84px;
}

.callAction .btnArea .btn-primary {
    border: 2px solid #ffffff;
    display: inline-block;
}

.callAction .btnArea .btn-primary:focus,
.callAction .btnArea .btn-primary:hover,
.callAction .btnArea .btn-primary:active,
.callAction .btnArea .btn-primary:active:focus {
    border: 2px solid #ffffff;
    box-shadow: none;
}

.callInfo h4 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #c7e6ff;
}

.callInfo h4 br {
    display: none;
}

@media (min-width: 768px) {
    .callInfo h4 br {
        display: block;
    }
}

.callInfo h4 span {
    color: #ffffff;
}

.articlesSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .articlesSection {
        padding: 100px 0 95px 0;
    }
}

.articlesArea {
    background-color: #fbfbfb;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .articlesArea {
        padding: 100px 0 95px 0;
    }
}

.articleContent {
    background-color: transparent;
    margin: 0;
}

.articleContent img {
    border-radius: 4px;
    margin-bottom: 25px;
}

.articleContent .caption {
    padding: 0;
}

.articleContent .caption h4 {
    font-size: 14px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.articleContent .caption h4 a {
    color: #f26f23;
}

.articleContent .caption h3 {
    font-weight: 500;
    font-size: 20px;
}

.articleContent .caption p {
    margin-bottom: 42px;
}

@media (min-width: 768px) {
    .articleContent .caption p {
        margin-bottom: 0;
    }
}

.worksArea .btnArea {
    line-height: normal;
}

.worksArea .btnArea .btn-primary {
    padding: 15px 30px;
}

.worksArea .btnArea .btn-primary i {
    margin: 0;
}

.worksContent {
    border: 1px solid #e5e5e5;
    padding: 50px 30px;
    margin: 0 0 70px 0;
}

.worksContent img {
    margin: 0 0 35px 0;
    display: inline-block;
}

.worksContent .caption {
    padding: 0;
}

.worksContent .caption h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 30px 0;
    text-transform: inherit;
}

.worksContent .caption p {
    margin: 0;
}

.interestArea {
    background-color: #fff;
}

.interestContent {
    width: 100%;
    height: 170px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-align: center;
    position: relative;
    color: #222222;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.interestContent span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.interestContent span i {
    display: inline-block;
    font-size: 43px;
    color: #848484;
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.interestContent:hover {
    background-color: #f26f23;
    border-color: #f26f23;
}

.interestContent:hover span {
    color: #ffffff;
}

.interestContent:hover span i {
    color: #ffffff;
}

@media (min-width: 768px) {
    .interestContent {
        margin-bottom: 30px;
    }
}

.thingsArea .thumbnailCarousel {
    padding-top: 95px;
}

.thingsArea .thumbnailCarousel .item.row {
    margin: 0;
}

.thingsArea .carousel-control {
    width: 45px!important;
    height: 45px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #848484;
    font-size: 28px;
    opacity: 1;
    text-shadow: none;
    line-height: 42px;
}

.thingsArea .carousel-control:hover {
    background-color: #f26f23;
    border-color: #f26f23;
    color: #ffffff;
}

.thingsArea .carousel-control.left {
    position: absolute;
    left: 50%;
    margin-left: -50px!important;
}

.thingsArea .carousel-control.right {
    position: absolute;
    right: 50%;
    margin-right: -50px!important;
}

.thingsArea .carousel-inner {
    min-height: 270px;
}

.thingsArea .carousel-indicators {
    display: none;
    bottom: -35px;
}

@media (min-width: 768px) {
    .thingsArea .carousel-indicators {
        bottom: 0;
    }
}

.thingsArea .carousel-indicators li {
    border-color: #f26f23;
    width: 12px;
    height: 12px;
}

.thingsArea .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-color: #f26f23;
}

.thingsImage {
    overflow: hidden;
    border-radius: 0;
    border: none;
    position: relative;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.thingsImage img {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .thingsImage img {
        width: auto;
    }
}

.thingsMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    opacity: 1;
    transition: all 0.4s;
    padding: 40px 30px;
}

.thingsMask h2 {
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 8px 0;
    text-transform: capitalize;
    font-size: 24px;
}

@media (min-width: 768px) {
    .thingsMask h2 {
        font-size: 24px;
    }
}

.thingsMask h2 i {
    color: #f26f23;
    transition: all 0.3s ease-in-out;
}

.thingsMask p {
    color: #ffffff;
    margin: 0 0 0 0;
}

.thingsCaption {
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    margin: 0;
}

.captionItem li i {
    color: #f26f23;
}

.captionItem li a {
    color: #f26f23;
}

.captionItem li a:hover {
    color: #f26f23;
}

.captionItem li:last-child {
    float: right;
}

.thingsBox {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .thingsBox {
        margin: 0;
    }
}

.thingsBox:hover .thingsMask {
    background-color: rgba(33, 150, 243, 0.5);
}

.thingsBox:hover .thingsMask h2 i {
    color: #ffffff;
}

.thingsBox:hover .thingsCaption h2 {
    color: #f26f23;
}

.thingsBox.thinsSpace {
    margin: 15px 0;
}

.rating {
    margin-bottom: 2px;
    margin-left: 0;
}

.rating li {
    padding: 0;
}

.rating li i {
    color: #ffb400;
    font-size: 10px;
}

.btnAreaBorder {
    padding: 35px 0 0 0;
}

.btnAreaBorder .btn-primary {
    border: 1px solid #e5e5e5;
    padding: 15px 25px;
    color: #969696;
    background-color: transparent;
    font-weight: 600;
}

.btnAreaBorder .btn-primary:hover,
.btnAreaBorder .btn-primary:focus,
.btnAreaBorder .btn-primary:active,
.btnAreaBorder .btn-primary:active:focus {
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #969696;
}

@media (min-width: 992px) {
    .categoryGrid .col-sm-8.col-xs-12 {
        padding-right: 0;
    }
}

.countUpSection {
    background-image: url("../img/background/bg-countdown.jpg");
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center!important;
    color: #ffffff;
    padding: 75px 0;
}

@media (min-width: 768px) {
    .countUpSection {
        padding: 100px 0;
    }
}

.countUpSection .counter {
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 100%;
    border: 4px solid rgba(229, 229, 229, 0.6);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 32px;
    display: block;
    margin: 0 auto 19px auto;
}

@media (min-width: 768px) {
    .countUpSection .counter {
        font-size: 45px;
        display: inline-block;
        margin: 0 0 19px 0;
    }
}

.countUpSection .counterInfo {
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 6px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 13px;
}

@media (min-width: 768px) {
    .countUpSection .counterInfo {
        font-size: 15px;
    }
}

.countUpSection .countItem {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .countUpSection .countItem {
        margin-bottom: 0;
    }
}

.countUpSection .page-header h2 {
    color: #ffffff;
}

.countUpSection .btnArea {
    padding-top: 35px;
}

@media (min-width: 768px) {
    .countUpSection .btnArea {
        padding-top: 70px;
    }
}

.countUpSection .btnArea .btn-primary {
    padding: 15px 30px;
    border: 2px solid #ffffff;
    background-color: transparent;
    display: inline-block;
}

.countUpSection .btnArea .btn-primary:focus,
.countUpSection .btnArea .btn-primary:hover,
.countUpSection .btnArea .btn-primary:active,
.countUpSection .btnArea .btn-primary:active:focus {
    border: 2px solid #ffffff;
    box-shadow: none;
}

.countUpSection.countUpVerTwo {
    background-image: url("../img/background/bg-countdown-1.jpg");
    padding: 60px 0;
}

@media (min-width: 768px) {
    .countUpSection.countUpVerTwo {
        padding: 120px 0;
    }
}

.countUpSection.countUpVerTwo .counter {
    width: auto;
    height: auto;
    display: inline-block;
    border-right-style: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    display: inline-block;
    margin: 0 auto;
    line-height: 40px;
}

@media (min-width: 768px) {
    .countUpSection.countUpVerTwo .counter {
        font-size: 40px;
        display: inline-block;
        margin: 0;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .countUpSection.countUpVerTwo .counter {
        font-size: 45px;
        display: inline-block;
        margin: 0;
        line-height: 45px;
    }
}

.countUpSection.countUpVerTwo .iconArea {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 60px;
}

@media (min-width: 768px) {
    .countUpSection.countUpVerTwo .iconArea {
        font-size: 70px;
    }
}

.countUpSection.countUpVerTwo .totalCount {
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    float: none;
}

@media (min-width: 768px) {
    .countUpSection.countUpVerTwo .totalCount {
        float: left;
    }
}

.countUpSection.countUpVerTwo .totalCount p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
}

.filterProtfolio {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .filterProtfolio {
        padding: 100px 0 85px 0;
    }
}

.bg-search {
    margin: -170px 0 100px 0;
    background-color: #373c48;
    border-radius: 4px;
    position: relative;
    width: 100%;
    z-index: 500;
    padding: 15px;
}

@media (min-width: 768px) {
    .bg-search {
        padding: 20px 15px;
    }
}

@media (min-width: 992px) {
    .bg-search {
        padding: 45px 40px;
    }
}

.bg-search .form-group {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .bg-search .form-group {
        width: 21%;
        margin: 0;
    }
}

.bg-search .form-group input {
    width: 100%;
}

.bg-search .form-group button {
    width: 100%;
    height: 50px;
}

.bg-search .form-group button i.fa {
    margin: 0;
}

.bg-search .form-inline {
    display: block;
}

@media (min-width: 768px) {
    .bg-search .form-inline {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.bg-search .form-inline .form-group:last-child {
    width: 100%;
}

@media (min-width: 768px) {
    .bg-search .form-inline .form-group:last-child {
        width: 12%;
    }
}

.categoryBox {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .categoryBox {
        padding: 35px 30px;
        margin: 0;
    }
}

.categoryBox h2 {
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .categoryBox h2 {
        margin: 0 0 30px 0;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .categoryBox h2 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }
}

.categoryBox h2 a {
    font-size: 13px;
    color: #848484;
    float: right;
    font-family: 'Muli', sans-serif;
}

.categoryBox h2 a:hover {
    text-decoration: underline;
}

.listCategory {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .listCategory {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.listCategory li {
    margin: 10px 0;
    width: 49%;
}

@media (min-width: 992px) {
    .listCategory li {
        width: 33%;
    }
}

.listCategory li a {
    color: #848484;
    font-size: 14px;
}

.listCategory li a:hover {
    text-decoration: underline;
    color: #f26f23;
}

.bg-search-white {
    margin: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 500;
    padding: 15px;
    border: 2px solid rgba(33, 150, 243, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    bottom: 130px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media (min-width: 768px) {
    .bg-search-white {
        padding: 20px;
        bottom: 185px;
    }
}

@media (min-width: 992px) {
    .bg-search-white {
        padding: 25px;
        bottom: 160px;
    }
}

.bg-search-white .form-group {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .bg-search-white .form-group {
        width: 28.3%;
        margin: 0;
    }
}

.bg-search-white .form-group input {
    width: 100%;
}

.bg-search-white .form-group button {
    width: 100%;
    height: 50px;
}

.bg-search-white .form-group button i.fa {
    margin: 0;
}

.bg-search-white .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background-color: #f8f8f8;
}

.bg-search-white .form-group .searchSelectbox .sbHolder {
    height: 50px!important;
    line-height: 50px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 0;
}

.bg-search-white .form-group .searchSelectbox .sbHolder .sbToggle {
    height: 44px;
    right: 2px;
    top: 2px;
    width: 46px;
    background: #f0f0f0;
}

.bg-search-white .form-group .searchSelectbox .sbHolder .sbToggle:before {
    font-family: 'FontAwesome';
    content: '\f063';
    padding-left: 18px;
}

.bg-search-white .form-group .searchSelectbox .sbSelector {
    line-height: 50px;
    height: 50px!important;
}

.bg-search-white .form-group .btn-primary {
    height: 50px;
    border-radius: 0;
    letter-spacing: 3px;
}

.bg-search-white .form-inline {
    display: block;
}

@media (min-width: 768px) {
    .bg-search-white .form-inline {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.bg-search-white .form-inline .form-group:last-child {
    width: 100%;
}

@media (min-width: 768px) {
    .bg-search-white .form-inline .form-group:last-child {
        width: 12%;
    }
}

.brandSection {
    padding: 55px 0 45px;
    background: #fbfbfb;
}

.brandSection .partnersLogoSlider .slide {
    display: table;
    width: 100%;
    height: 67px;
    line-height: 67px;
}

.brandSection .partnersLogoSlider .slide .partnersLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center!important;
    width: 100%;
}

.brandSection .partnersLogoSlider .slide .partnersLogo img {
    width: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .brandSection .partnersLogoSlider .slide .partnersLogo {
        width: 270px;
    }
}

.brandSection .owl-nav {
    opacity: 1;
    height: 0;
    margin-top: -35px;
}

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev,
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 67px;
    line-height: 67px;
    font-size: 35px;
    transition: all 0.4s;
    padding: 0;
    background-color: transparent;
    color: #666666;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    color: #666666;
    line-height: 40px;
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brandSection .owl-carousel .owl-controls .owl-nav .owl-next:before {
    color: #666666;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
}

.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-prev:before,
.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-next:before {
    color: #666666;
}

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
}

.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

.owl-prev span,
.owl-next span {
    opacity: 0;
}

.filterProtfolio ul.filter>li {
    padding: 0 5px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .filterProtfolio ul.filter>li {
        padding: 0 5px;
        margin-bottom: 0;
    }
}

.filterProtfolio ul.filter>li>a {
    border: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    display: block;
    color: #848484;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 4px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .filterProtfolio ul.filter>li>a {
        padding: 0 20px;
    }
}

.filterProtfolio ul.filter>li>a:hover {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.filterProtfolio ul.filter>li.active>a {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.filter-container {
    padding: 0 20px 35px 20px;
}

figure {
    position: relative;
    height: auto;
    border-radius: 4px 4px 0 0;
}

figure img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.isotopeSelector .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.isotopeSelector .overlay .fancybox-pop {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1000;
}

figure img {
    border-radius: 4px 4px 0 0;
}

figure:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlayInfo {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.overlayInfo i.icon-listy {
    margin-right: 4px;
}

.overlayInfo .label {
    padding: 0 6px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
    font-size: 14px;
}

.overlayInfo h5 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.overlayInfo h5 i {
    margin-bottom: 15px;
}

.label-primary {
    background-color: #f26f23;
}

.figureBody {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-top: none;
    padding: 20px 30px;
}

.figureBody h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.figureBody h2 i.fa {
    color: #f26f23;
}

.figureBody p a {
    color: #848484;
    text-decoration: underline;
}

.figureBody p a:hover {
    color: #f26f23;
}

.figureBody h3 {
    font-weight: 500;
    color: #f26f23;
    font-size: 20px;
    margin: 0;
}

.figureFooter {
    padding: 12px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
}

.figureFooter p {
    margin-bottom: 0;
}

.isotopeSelector article {
    margin: 15px 0;
}

.isotopeSelector article:hover .figureBody p a {
    color: #f26f23;
}

.isotopeSelector article:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.appDownload {
    background-image: url("../img/background/bg-download.jpg");
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center!important;
    color: #ffffff;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .appDownload {
        padding: 100px 0;
    }
}

.appDownload .page-header h2 {
    color: #ffffff;
}

.searchArea {
    padding: 30px 0;
    background-color: #373c48;
}

.searchArea.banerInfo .form-group {
    width: 100%;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .searchArea.banerInfo .form-group {
        margin: 0;
    }
}

.searchArea.banerInfo .input-group-addon {
    background-color: transparent;
    border: 1px solid rgba(168, 175, 186, 0.5);
    color: #a8afba;
}

.searchArea.banerInfo .input-group-addon.addon-right {
    border-left: none;
    padding: 6px;
}

@media (min-width: 992px) {
    .searchArea.banerInfo .input-group-addon.addon-right {
        padding: 6px 20px;
    }
}

.searchArea.banerInfo .form-control {
    background-color: #fff;
    border: 1px solid rgba(168, 175, 186, 0.5);
    border-right: none;
    border-left: none;
    color: #a8afba;
}

.searchArea.banerInfo .form-control.searchSelect {
    border: 1px solid #a8afba;
    border-left: none;
}

.searchArea.banerInfo .form-control::-webkit-input-placeholder {
    color: #a8afba;
}

.searchArea.banerInfo .form-control::-moz-placeholder {
    color: #a8afba;
}

.searchArea.banerInfo .form-control:-ms-input-placeholder {
    color: #a8afba;
}

.searchArea.banerInfo .form-control:-moz-placeholder {
    color: #a8afba;
}

.searchArea.banerInfo .searchPart {
    width: 100%;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .searchArea.banerInfo .searchPart {
        margin: 0;
    }
}

.searchArea.banerInfo .searchPartInner {
    width: 100%;
}

.searchArea.banerInfo .searchPartTitle {
    background-color: transparent;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(168, 175, 186, 0.5);
    padding: 0 30px;
    color: #a8afba;
    display: inline-block;
    width: 34%;
    height: 50px;
    float: left;
    line-height: 50px;
}

.searchArea.banerInfo .searchBoxSelect,
.searchArea.banerInfo .searchSelectboxes {
    width: 66%;
    display: inline-block;
    float: left;
}

.searchArea.searchAreaGray {
    background-color: #f5f5f5;
}

.searchArea.searchAreaGray .form-group {
    background-color: #ffffff;
}

.searchArea.searchAreaGray .input-group-addon,
.searchArea.searchAreaGray .form-control,
.searchArea.searchAreaGray .form-control.searchSelect {
    border-color: #e5e5e5;
    color: #222222;
}

.searchArea.searchAreaGray .searchPartTitle {
    border-color: #e5e5e5;
    color: #222222;
    background-color: #ffffff;
}

.searchBoxSelect .sbHolder {
    border: 1px solid rgba(168, 175, 186, 0.5);
    border-left: none;
}

.categoryItem {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 15px 0;
}

@media (min-width: 992px) {
    .categoryItem {
        padding: 15px;
    }
}

.categoryItem i.icon-listy {
    font-size: 42px;
    color: #848484;
}

.categoryItem h2 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.categoryItem .list-unstyled li {
    margin: 7px 0;
}

.categoryItem .list-unstyled li:last-child {
    margin-bottom: 0;
}

.categoryItem .list-unstyled li a {
    color: #848484;
    font-size: 14px;
}

.categoryItem .list-unstyled li a:hover {
    color: #f26f23;
    text-decoration: underline;
}

.servicesSection {
    padding: 0 0 50px 0;
}

@media (min-width: 768px) {
    .servicesSection {
        padding: 0 0 100px 0;
    }
}

.servicesItem {
    border: 1px solid #e5e5e5;
    padding: 40px 0;
    border-radius: 4px;
}

.listServices {
    display: block;
}

@media (min-width: 768px) {
    .listServices {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.listServices li {
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .listServices li {
        width: 25%;
        margin: 0;
    }
}

.servicesIcon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    text-align: center;
    line-height: 100px;
    display: inline-block;
}

.servicesIcon i.icon-listy {
    font-size: 45px;
    color: #f26f23;
    line-height: 100px;
}

.servicesInfo h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.servicesInfo p {
    margin: 0;
}

.resultBar {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.resultBar h2 {
    color: #848484;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.resultBar h2 span {
    font-weight: 500;
    color: #222222;
}

.resultBar .list-inline {
    float: right;
}

.resultBar .list-inline li a {
    line-height: 33px;
    color: #848484;
}

.resultBar .list-inline li a:hover {
    color: #f26f23;
}

.resultBar .list-inline li.active a {
    color: #f26f23;
}

.resultBar.barSpaceAdjust {
    margin-bottom: 0;
}

.listContent {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.borderRemove {
    border: none;
}

.categoryImage {
    width: 100%;
    display: block;
    position: relative;
}

.categoryImage .label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
}

.categoryDetails h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0;
}

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

.categoryDetails .rating {
    margin-bottom: 2px;
}

.categoryDetails .rating li {
    margin-left: -1px;
}

.categoryDetails .rating li i.fa {
    font-size: 10px;
}

.likeCount {
    font-size: 14px;
    float: right;
    color: #848484;
}

.likeCount i.fa {
    color: #f26f23;
}

.placeName {
    color: #222222;
}

.list-tag li {
    padding: 0;
}

.list-tag li a {
    color: #f26f23;
}

.list-tag li a:hover {
    color: #f26f23;
}

.termsList li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .termsList li {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}

.termsList li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.termsList li h3 {
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
}

.termsList li p {
    margin: 0;
}

.termsList li p a {
    text-decoration: underline;
}

.howWorksSection {
    padding: 0;
}

.howWorksInner {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .howWorksInner {
        padding: 100px 0;
        border-bottom: 1px solid #e5e5e5;
    }
}

.howWorksInfo p {
    margin: 0 0 10px 0;
}

.howWorksInfo h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 500;
   line-height:34px;
}

.howWorksInfo.text-right {
    text-align: left;
}

@media (min-width: 768px) {
    .howWorksInfo.text-right {
        text-align: right;
    }
}

.howWorksImage {
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    .howWorksImage {
        margin: 0;
    }
}

.howWorksImage.text-left {
    text-align: center;
}

@media (min-width: 768px) {
    .howWorksImage.text-left {
        text-align: left;
    }
}

.howWorksImage.text-right {
    text-align: center;
}

@media (min-width: 768px) {
    .howWorksImage.text-right {
        text-align: right;
    }
}

.businessIntro {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .businessIntro {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}

.businessIntro h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.businessIntro p {
    margin-bottom: 0;
}

.locationSelect label {
    font-weight: 400;
    margin-bottom: 7px;
}

.businessLink {
    display: block;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

@media (min-width: 768px) {
    .businessLink {
        margin: 30px 0 0 0;
    }
}

.businessLink h3 {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 20px;
}

.businessLink ul.list-inline li {
    margin-bottom: 12px;
    width: 100%;
}

@media (min-width: 768px) {
    .businessLink ul.list-inline li {
        width: 49%;
    }
}

@media (min-width: 992px) {
    .businessLink ul.list-inline li {
        width: 33%;
    }
}

.businessLink ul.list-inline li a {
    color: #848484;
}

.businessLink ul.list-inline li a:hover {
    color: #f26f23;
    text-decoration: underline;
}

.locationSelect {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.businessAdd {
    background-size: cover;
    background-position: center center;
    padding-bottom: 0;
    position: relative;
    border-radius: 4px;
    position: relative;
    width: 100%;
    float: none;
    height: auto;
}

@media (min-width: 768px) {
    .businessAdd {
        width: 100%;
        float: right;
        height: auto;
    }
}

@media (min-width: 992px) {
    .businessAdd {
        width: 321px;
        float: right;
        height: 400px;
    }
}

.businessAdd .addMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 320px) {
    .businessAdd .addMask {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .businessAdd .addMask {
        padding: 35px 20px;
    }
}

@media (min-width: 992px) {
    .businessAdd .addMask {
        padding: 70px 30px;
    }
}

.businessAdd h2 {
    color: #fffefe;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}

.businessAdd p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    .businessAdd p {
        margin: 0 0 45px 0;
    }
}

.businessAdd a.btn-primary {
    padding: 15px;
}

@media (min-width: 768px) {
    .businessAdd a.btn-primary {
        padding: 15px 30px;
    }
}

.signUpFormArea .priceTableTitle {
    text-align: left;
    padding: 0 0 0 0;
}

.signUpFormArea .priceTableTitle h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.signUpFormArea .priceTableTitle p {
    margin: 0;
}

.signUpFormArea .priceTableTitle p a {
    text-decoration: underline;
    color: #f26f23;
}

.formSection {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin-top: 35px;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .formSection {
        margin-top: 20px;
        padding-top: 50px;
    }
}

.formSection h3 {
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.formSection label {
    font-size: 13px;
}

.formSection label a {
    text-decoration: underline;
    color: #f26f23;
}

.formSection .control-label {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
}

.formSection p span {
    font-size: 15px;
    color: #222222;
}

.formSection p a {
    text-decoration: underline;
    color: #f26f23;
}

.cardBox {
    padding: 20px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.cardBox .list-inline li {
    padding: 5px;
}

@media (min-width: 768px) {
    .cardBox .list-inline li {
        padding: 0 5px;
    }
}

.paymentMethod {
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    left: 10px;
    top: -20px;
}

.pricingIntro {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .pricingIntro {
        margin-bottom: 50px;
    }
}

.pricingIntro p {
    color: #222222;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.priceTableWrapper {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .priceTableWrapper {
        margin-bottom: 0;
    }
}

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

.priceTableTitle h2 {
    font-weight: 400;
    margin: 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .priceTableTitle h2 {
        font-size: 30px;
    }
}

.priceTableTitle h2 small {
    display: block;
    color: #848484;
    font-size: 13px;
    font-style: italic;
    margin-top: 12px;
}

.priceAmount {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.priceAmount h2 {
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    line-height: 44px;
    margin-bottom: 0;
}

.priceAmount h2 small {
    font-size: 18px;
}

.priceInfo {
    padding: 15px;
}

@media (min-width: 768px) {
    .priceInfo {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .priceInfo {
        padding: 25px 50px;
    }
}

.priceInfo .list-unstyled li {
    color: #222222;
    font-size: 15px;
    margin-bottom: 10px;
}

.priceInfo .list-unstyled li:last-child {
    margin-bottom: 0;
}

.priceInfo .priceShorting {
    margin-bottom: 55px;
    float: left;
    width: 100%;
}

.priceInfo .priceShorting>li p {
    font-size: 15px;
    margin-left: 25px;
}

@media (min-width: 768px) {
    .priceInfo .priceShorting>li p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .priceInfo .priceShorting>li p {
        font-size: 15px;
    }
}

.priceInfo .priceShorting>li ul {
    padding-left: 25px;
}

.priceInfo .priceShorting>li ul li {
    line-height: 24px;
}

.priceInfo .priceShorting>li ul li i {
    font-size: 15px;
    margin-top: 5px;
}

.priceInfo .priceShorting>li ul li.active>i {
    color: #f26f23;
}

.priceInfo .priceShorting>li i {
    color: #d9d9d9;
    font-size: 18px;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.priceInfo .priceShorting>li.active>i {
    color: #f26f23;
}

.priceInfo .priceShorting>li.active p {
    color: #222222;
}

.priceBtn {
    text-align: center;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .priceBtn {
        margin-top: 50px;
    }
}

.priceBtn .btn-primary {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    color: #848484;
    padding: 17px 30px;
    font-size: 14px;
}

.priceBtn .btn-primary:hover,
.priceBtn .btn-primary:active:focus,
.priceBtn .btn-primary:active:hover {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.advancedSupport .priceShorting {
    margin-bottom: 20px;
}

.advancedSupport.active {
    border-color: #f26f23;
}

.advancedSupport.active .priceAmount {
    background-color: #f26f23;
}

.advancedSupport.active .priceAmount h2 {
    color: #fffefe;
}

.advancedSupport.active .priceAmount h2 small {
    color: #fffefe;
}

.advancedSupport.active .checkbox label {
    color: #222222;
    font-size: 15px;
}

.advancedSupport.active .btn-primary {
    background-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
    padding: 17px 30px;
    font-size: 14px;
}

.advancedSupport.active .btn-primary:hover,
.advancedSupport.active .btn-primary:active:focus,
.advancedSupport.active .btn-primary:active:hover {
    border-color: #f26f23;
    border: 1px solid #f26f23;
    color: #ffffff;
}

.advancedSupport p {
    font-size: 13px;
}

.advancedSupport p a {
    text-decoration: underline;
}

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

@media (min-width: 768px) {
    .signUpMessage {
        margin-top: 70px;
    }
}

.signUpMessage p {
    font-size: 16px;
    margin-bottom: 0;
    color: #222222;
}

.signUpMessage p a {
    text-decoration: underline;
}

.signUpSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .signUpSection {
        padding: 70px 0;
    }
}

.priceTableSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .priceTableSection {
        padding: 93px 0;
    }
}

.sidebarInner {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .sidebarInner {
        padding: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .sidebarInner {
        padding: 30px;
    }
}

.sidebarInner .form-control {
    border-right: none;
}

.sidebarInner .input-group-addon {
    background-color: transparent;
    border-color: #e5e5e5;
}

.sidebarInner .panel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.sidebarInner .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #222222;
}

.sidebarInner .panel-body {
    padding: 0;
}

.sidebarInner .categoryList li a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    color: #848484;
    padding: 7px 0;
}

.sidebarInner .categoryList li a:hover {
    color: #f26f23;
}

@media (min-width: 768px) {
    .sidebarInner .categoryList li a {
        padding: 15px 0;
    }
}

.sidebarInner .categoryList li:last-child a {
    border-bottom: none;
}

.sidebarInner.sidebarCategory {
    padding: 0 15px;
    border: none;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}

@media (min-width: 1200px) {
    .sidebarInner.sidebarCategory {
        width: 320px;
        float: right;
        padding: 0;
    }
}

.sidebarInner.sidebarCategory .input-group {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.sidebarInner.sidebarCategory .form-control {
    border: none;
}

.sidebarInner.sidebarCategory .input-group-addon {
    border: none;
}

.sidebarInner.sidebarCategory .input-group-addon i.fa {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #f26f23;
    border-radius: 4px;
    line-height: 36px;
    color: #ffffff;
}

.sidebarInner.sidebarCategory .categoryList li a {
    border: none;
    padding: 7px 0;
}

.blogContent {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .blogContent {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

.blogContent .caption {
    padding: 0;
}

.blogContent .caption h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
}

@media (min-width: 768px) {
    .blogContent .caption h3 {
        font-size: 40px;
    }
}

.blogContent .caption img {
    border-radius: 4px;
    margin-bottom: 25px;
}

.blogContent .caption h4 {
    font-size: 14px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.blogContent .caption h4 a {
    color: #f26f23;
}

.blogContent .caption .socialLink {
    text-align: left;
    margin: 0;
}

.blogContent .caption .socialLink li a {
    color: #848484;
    font-size: 13px;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
}

.blogContent .caption .socialLink li a:hover {
    color: #ffffff;
    background-color: #f26f23;
    border-color: #f26f23;
}

.blogContent .caption .socialLink li:first-child {
    padding-left: 0;
}

.commentArea h3 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.commentArea form {
    margin: 0 -15px;
}

.deafultForm .control-label {
    color: #848484;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
}

.deafultForm .row {
    margin: 0;
}

.blogInner {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .blogInner {
        padding-bottom: 42px;
        margin-bottom: 50px;
    }
}

.blogInner img {
    border-radius: 4px;
}

.blogInner .caption {
    padding: 0;
    margin-top: 30px;
}

.blogInner .caption h4 {
    font-size: 14px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.blogInner .caption h4 a {
    color: #f26f23;
}

.blogInner .caption h3 {
    font-weight: 500;
    font-size: 20px;
}

.blogInner p {
    margin-bottom: 0;
}

.iframWrapper iframe {
    width: 100%;
}

.blogInnerWrapper .blogInner:last-child {
    padding-bottom: 0;
    border: none;
}

.blogInnerWrapper .blogInner:last-child .caption {
    margin-top: 0;
}

#blog-carousel-id .item {
    border-radius: 4px;
}

#blog-carousel-id i.icon-listy {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.51);
    border-radius: 4px;
    display: block;
    line-height: 45px;
    font-size: 15px;
    text-shadow: none;
    color: #ffffff;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

#blog-carousel-id .carousel-control {
    background-image: none;
    opacity: 1;
}

#blog-carousel-id .carousel-control.left i.icon-listy {
    position: absolute;
    top: 50%;
    left: 50%;
}

#blog-carousel-id .carousel-control.right i.icon-listy {
    position: absolute;
    top: 50%;
    right: 50%;
}

#blog-carousel-id .carousel-control:hover i.icon-listy {
    background-color: #f26f23;
    border-color: #f26f23;
    color: #ffffff;
}

.blogDetials .col-sm-8.col-xs-12 {
    padding-right: 15px;
}

@media (min-width: 992px) {
    .blogDetials .col-sm-8.col-xs-12 {
        padding-right: 0;
    }
}

.blogDetials .blogContent .caption h3 {
    margin-bottom: 40px;
}

.blogDetials .sidebarInner {
    width: 100%;
    float: left;
}

@media (min-width: 1200px) {
    .blogDetials .sidebarInner {
        width: 320px;
        float: right;
    }
}

.blogDetials {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .blogDetials {
        padding: 100px 0 70px 0;
    }
}

.dashboardBoxBg {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.profileIntro h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 17px 0;
}

.profileIntro p {
    margin-bottom: 0;
}

.profileIntro h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.profileIntro label {
    font-weight: 400;
}

.profileIntro .form-control {
    color: #222222;
}

.profileIntro .form-group button.btn-primary {
    background-color: transparent;
    border: 2px solid #f26f23;
    color: #f26f23;
    width: auto;
    padding: 16px 30px;
}

.profileIntro .dateSelect {
    margin-bottom: 0;
}

.profileIntro.paraMargin p {
    margin-bottom: 25px;
}

.profileIntro .help-block {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.bg-white-full {
    background-color: #ffffff;
}

.bg-white-full .dashboardBoxBg {
    padding: 0;
    border: none;
}

.imageUploader {
    width: 100%;
    display: block;
    border: 2px dashed #f26f23;
    padding: 50px;
    border-radius: 4px;
    background-color: rgba(33, 150, 243, 0.03);
}

.form-group .file {
    visibility: hidden;
    position: absolute;
}

.form-group .browse {
    width: auto;
    height: 50px;
    display: inline-block;
    background-color: transparent;
    color: #222222;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.btn-area .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.bt {
    border-top: 1px solid #e5e5e5;
}

.profileUserInfo {
    padding-top: 30px;
    text-align: center;
}

.profileUserInfo p {
    margin: 0 0 20px 0;
}

.profileUserInfo h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
}

.profileUserInfo h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 400;
}

.profileUserInfo h5 span {
    font-family: 'Muli', sans-serif;
    color: #f26f23;
}

.profileUserInfo .btn-primary {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #222222;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 75px;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.profileUserInfo .btn-primary:hover,
.profileUserInfo .btn-primary:focus {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #222222;
}

.profileUserInfo.profileName h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.listing__form .btn-submit {
    background-color: #f26f23;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    height: 64px;
    width: 470px;
    letter-spacing: 5px;
    border-radius: 2px;
    transition: opacity 0.2s ease;
}

.listing__form .btn-submit:hover {
    opacity: 0.9;
}

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

.profileImage img {
    margin-bottom: 15px;
}

.profileImage .form-group {
    margin-bottom: 0;
}

.profileImage .btn-primary {
    background-color: transparent;
    color: #848484;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.profileImage .btn-primary i {
    margin-left: 7px;
}

.profileImage .btn-primary:hover,
.profileImage .btn-primary:focus {
    background-color: transparent;
    color: #848484;
}

.uploadImages {
    display: block;
}

@media (min-width: 768px) {
    .uploadImages {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.uploadImages li {
    padding: 0;
    border: none;
    position: relative;
    width: 100%;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .uploadImages li {
        width: 30%;
        margin: 12px 0;
    }
}

.uploadImages li img {
    width: 100%;
}

.uploadImages li .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    background-color: #f25656;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 0;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 11px;
}

.profileSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .profileSection {
        padding: 60px 0;
    }
}

.dashboardOrders {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .dashboardOrders {
        padding: 63px 0;
    }
}

.dataTables_length,
.dataTables_info,
.dataTables_filter {
    display: none;
}

.dashboardPageTitle h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 30px;
}

#ordersTable {
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
}

@media (min-width: 768px) {
    #ordersTable {
        border: 1px solid #e5e5e5;
    }
}

#ordersTable .label {
    width: 63px;
    height: 21px;
    padding: 0;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

#ordersTable .label.label-success {
    background-color: #22baa0;
}

#ordersTable .label.label-warning {
    background-color: #ffb400;
}

#ordersTable .label.label-danger {
    background-color: #f25656;
}

#ordersTable .btn-group .btn-primary {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #848484;
    font-size: 12px;
    padding: 6px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
    width: 54px;
    border-radius: 0;
    margin-left: 0;
    margin-top: -1px;
}

@media (min-width: 768px) {
    #ordersTable .btn-group .btn-primary {
        width: auto;
        margin-left: -1px;
        margin-top: 0;
    }
}

.btn-toolbar .btn-default {
    color: #222222;
    text-transform: capitalize;
    padding: 7px 15px;
}

.btn-toolbar .btn-default:active,
.btn-toolbar .btn-default:hover,
.btn-toolbar .btn-default:focus {
    background: #f26f23;
    color: #ffffff;
}

.btn-toolbar .open .btn-default:active,
.btn-toolbar .open .btn-default:hover,
.btn-toolbar .open .btn-default:focus {
    background: #f26f23;
    color: #ffffff;
}

.btn-toolbar .open .dropdown-toggle {
    box-shadow: none;
}

.listyPage .btn-toolbar {
    margin-bottom: 0px;
}

.table-responsive {
    border: none;
}

.table-responsive.bgAdd {
    background-color: #ffffff;
}

.table-responsive .col-sm-7 {
    width: 100%;
    padding-right: 15px;
}

table.dataTable {
    margin: 0!important;
    border: none;
    background-color: #ffffff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #e5e5e5;
    border-width: 1px;
    padding: 17px 20px;
    line-height: 28px;
}

.table-bordered>thead>tr>th {
    border: none;
    border-right: 1px solid #e5e5e5;
    padding: 30px 20px 17px 20px;
}

.table-bordered>thead>tr>th:last-child {
    border-right: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 16px;
}

.dataTables_paginate {
    padding: 16px 15px 30px 15px;
}

.dataTables_paginate li a {
    border-color: #e5e5e5;
    color: #848484;
}

.dataTables_paginate li a:hover {
    background-color: #f7f7f7;
}

.dataTables_paginate .pagination>.active>a,
.dataTables_paginate .pagination>.active>a:focus,
.dataTables_paginate .pagination>.active>a:hover,
.dataTables_paginate .pagination>.active>span,
.dataTables_paginate .pagination>.active>span:focus,
.dataTables_paginate .pagination>.active>span:hover {
    background-color: #f7f7f7;
    color: #848484;
    border-color: #e5e5e5;
}

#ordersTable.table>thead>tr>th {
    color: #222222;
}

#ordersTable.table>tbody>tr>td,
#ordersTable.table>tbody>tr>th {
    padding: 5px 20px;
}

#ordersTable.table>tbody>tr>td:first-child {
    text-align: center;
}

#ordersTable.table>tbody>tr:last-child>td {
    border-bottom: 1px solid #e5e5e5;
}

#ordersTable.table>tfoot {
    display: none;
}

#ordersTable.table>tbody>tr>td,
#ordersTable.table>thead>tr>th {
    border-left: none;
    border-right: none;
}

#ordersTable_wrapper .col-sm-5 {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: left!important;
}

.listyPage {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .listyPage {
        padding: 63px 0;
    }
}

.listyPage .dashboardPageTitle h2 {
    margin: 0 0 20px;
}

.rowItem {
    background-color: #ffffff;
}

.listingsTable {
    border-collapse: separate;
    border-spacing: 0 30px;
}

.listingsTable thead tr th {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-weight: 400;
    line-height: 24px;
}

.listingsTable thead tr th:first-child {
    border: 1px solid #e5e5e5;
    border-right: none;
    width: auto;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .listingsTable thead tr th:first-child {
        width: 45%;
        padding-left: 100px;
    }
}

.listingsTable thead tr th:last-child {
    border: 1px solid #e5e5e5;
    border-left: none;
}

.listingsTable thead:first-child tr:first-child th {
    border-top: 1px solid #e5e5e5;
    padding: 10px 5px;
    font-size: 9px;
}

@media (min-width: 768px) {
    .listingsTable thead:first-child tr:first-child th {
        padding: 17px 20px;
        font-size: 14px;
    }
}

.listingsTable tbody tr td {
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    line-height: 22px;
    padding: 5px;
    font-size: 9px;
}

@media (min-width: 768px) {
    .listingsTable tbody tr td {
        padding: 15px;
        font-size: 13px;
    }
}

.listingsTable tbody tr td:first-child {
    border: 1px solid #e5e5e5;
    border-right: none;
}

.listingsTable tbody tr td:last-child {
    border: 1px solid #e5e5e5;
    border-left: none;
}

.listingsTable .label {
    width: 63px;
    height: 21px;
    padding: 0;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.listingsTable .label.label-success {
    background-color: #22baa0;
}

.listingsTable .label.label-warning {
    background-color: #ffb400;
}

.listingsTable .label.label-danger {
    background-color: #f25656;
}

.table-responsive[data-pattern="priority-columns"] {
    border: none;
}

.listingsInfo li {
    float: left;
}

.listingsInfo li:first-child a {
    display: block;
    width: 50px;
}

@media (min-width: 768px) {
    .listingsInfo li:first-child a {
        width: auto;
    }
}

.listingsInfo li:first-child img {
    border-radius: 4px;
    width: 100%;
}

@media (min-width: 768px) {
    .listingsInfo li:first-child img {
        width: auto;
    }
}

.listingsInfo li:last-child h3 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 9px;
    margin: 5px 0;
}

.listingsInfo li:last-child h3 i.fa {
    margin-left: 10px;
    color: #f26f23;
}

@media (min-width: 768px) {
    .listingsInfo li:last-child h3 {
        font-size: 18px;
        margin: 20px 0 7px 0;
    }
}

.listingsInfo li:last-child h5 {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    color: #848484;
    margin: 0 0 4px 0;
    font-weight: 400;
    font-size: 9px;
}

.listingsInfo li:last-child h5 .cityName {
    color: #222222;
}

@media (min-width: 768px) {
    .listingsInfo li:last-child h5 {
        font-size: 13px;
    }
}

.listingsInfo li:last-child .category {
    color: #f26f23;
    font-size: 9px;
}

@media (min-width: 768px) {
    .listingsInfo li:last-child .category {
        font-size: 13px;
    }
}

.listingsInfo li:last-child p {
    color: #222222;
    margin: 0;
    font-size: 9px;
}

.listingsInfo li:last-child p .likeArea {
    margin-left: 10px;
    color: #848484;
}

.listingsInfo li:last-child p .likeArea i.fa {
    margin-right: 2px;
    color: #f26f23;
}

@media (min-width: 768px) {
    .listingsInfo li:last-child p {
        font-size: 13px;
    }
}

.primaryColor {
    color: #f26f23;
}

.panel-card {
    border-color: #e5e5e5;
    margin: 0 0 30px 0;
    height: auto;
}

.panel-card .panel-heading {
    background-color: transparent;
    border-color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
}

.panel-card .panel-heading .label {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    float: right;
    padding: 3px 9px;
    font-weight: 400;
    margin-top: 13px;
}

.panel-card .panel-heading .label.label-primary {
    background-color: #f26f23;
}

.panel-card .panel-heading .label.label-sm {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    float: none;
    color: #848484;
    padding: 0 6px;
    margin: 0;
}

.panel-card .panel-body {
    padding: 30px 20px;
}

.panel-card .panel-body h2 {
    font-size: 35px;
    color: #848484;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    margin: 0 0 12px 0;
}

.panel-card .panel-body p {
    margin: 0;
}

.panel-card .panel-body .resultInfo {
    float: right;
    font-size: 15px;
}

.panel-card .panel-body .resultInfo.resultUp {
    color: #22baa0;
}

.panel-card .panel-body .resultInfo.resultDown {
    color: #f25656;
}

.panel-card .panel-body.plr {
    padding: 0 20px;
}

.panel-card .panel-body.panel-message {
    padding: 20px;
}

.panel-card .panel-list li {
    padding: 18px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.panel-card .panel-list li:last-child {
    border-bottom: none;
}

.panel-card .panel-list li.messageCommon {
    padding: 19px 20px 15px 20px;
}

.panel-card .panel-list.list-padding li {
    padding: 15px 0;
}

.panel-card .panel-list.list-padding-sm li {
    padding: 12px 0;
}

.panel-card .rating {
    margin-bottom: 0;
}

.panel-card .rating li {
    border: none;
    padding: 0;
}

.equalHeight .container .row:nth-child(2) {
    display: block;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .equalHeight .container .row:nth-child(2) {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 30px;
        max-height: 507px;
    }
}

.listWrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listName h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.listName h3 small {
    display: block;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #848484;
    text-transform: none;
    margin: 8px 0 0 0;
}

.listResult {
    text-align: right;
}

.likePart {
    font-size: 13px;
}

.likePart i.primaryColor {
    margin-right: 5px;
}

.likeResult {
    font-size: 13px;
}

.likeResult strong {
    color: #222222;
    font-weight: 400;
}

.itmeName {
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.itmeName .iconBox {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    background-color: #f26f23;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    margin: 0 10px 0 0;
    float: left;
}

.itemSubmit {
    font-size: 13px;
}

.itemSubmit strong {
    font-weight: 400;
    color: #222222;
    line-height: 34px;
}

.recentUserInfo {
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.recentUserInfo img {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.userTime {
    font-size: 13px;
    line-height: 40px;
}

.messageCommon {
    background-color: #ffffff;
}

.messageCommon .messageInfo h5 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 6px 0;
    color: #848484;
}

.messageCommon .messageInfo h5 small {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #848484;
}

.messageCommon .messageInfo h5 small .dayTime {
    color: #848484;
    margin-left: 2px;
}

.messageCommon .messageInfo p {
    font-size: 13px;
}

.messageCommon .messageTime {
    font-size: 13px;
    color: #848484;
    line-height: 48px;
}

.messageCommon.oldMessage {
    background-color: #f7f7f7;
}

.messageCommon.recentMessage .messageInfo h5 {
    color: #222222;
}

.messageCommon.recentMessage .messageInfo small .dayTime {
    color: #f26f23;
}

.messageCommon.recentMessage .messageTime {
    color: #f26f23;
}

.btn-panel {
    vertical-align: baseline;
}

.btn-panel.btn-group .btn-primary {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #848484;
    font-size: 12px;
    padding: 4px 6px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
}

.btn-panel.btn-group .btn-primary:hover,
.btn-panel.btn-group .btn-primary.active {
    background-color: #f26f23;
    color: #ffffff;
    border-color: #f26f23;
}

.legendColorBox>div {
    border: none!important;
}

.panel-card .panel-heading .rightContent {
    float: right;
    padding: 10px 0;
    display: inline-table;
    height: 30px;
    line-height: 10px;
}

.dateRange {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 30px;
}

.dateRange label {
    float: left;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #848484;
    margin: 0 10px 0 0;
    line-height: 24px;
    font-weight: 400;
}

.dateRange .dateSelect {
    margin: 0;
}

.dateRange .dateSelect .form-control {
    height: 24px;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
}

.dateRange .dateSelect .input-group-addon {
    padding: 3px 12px;
}

.panel-card .panel-body .chartInfo {
    margin: 20px 0;
    float: left;
    display: block;
    width: 100%;
}

.panel-card .panel-body .chartInfo h2 {
    color: #f26f23;
}

.flot-chart {
    display: block;
    height: 222px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.paddingAdjustBottom {
    padding: 35px 0;
}

@media (min-width: 768px) {
    .paddingAdjustBottom {
        padding: 70px 0;
    }
}

.paddingAdjustTopBottom {
    padding: 0 0 35px 0;
}

@media (min-width: 768px) {
    .paddingAdjustTopBottom {
        padding: 0 0 70px 0;
    }
}

.paddingAdjustTop {
    padding: 0 0 50px 0;
}

@media (min-width: 768px) {
    .paddingAdjustTop {
        padding: 0 0 100px 0;
    }
}

.listingTitleArea h2 {
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 14px 0;
    font-size: 35px;
    line-height: 45px;
}

@media (min-width: 768px) {
    .listingTitleArea h2 {
        font-size: 40px;
    }
}

.listingTitleArea p {
    margin: 0 0 10px 0;
}

.listingReview {
    display: block;
    float: left;
    width: 100%;
    line-height: 44px;
}

.listingReview span,
.listingReview .captionItem,
.listingReview .rating {
    display: inline-block;
    float: left;
}

.listingReview span {
    margin-right: 20px;
}

.listingReview .rating {
    margin: 0 10px 0 0;
}

.listingReview .btn-primary {
    display: inline-block;
    padding: 15px 30px;
    float: left;
}

@media (min-width: 768px) {
    .listingReview .btn-primary {
        float: right;
    }
}

.listingImage li {
    padding: 0;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .listingImage li {
        width: 25%;
    }
}

.detailsInfoBox {
    padding: 47px 0 42px 0;
    border-top: 1px solid #e5e5e5;
}

.detailsInfoBox h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.detailsInfoBox p {
    margin: 30px 0 0 0;
}

.detailsInfoBox .formSection {
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
}

.listDetailsInfo .detailsInfoBox:first-child {
    padding-top: 0;
    border-top: none;
}

.listDetailsInfo .detailsInfoBox:first-child h3 {
    margin: 0;
}

.media.media-comment {
    margin: 30px 0 0 0;
}

.media.media-comment .media-left {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
}

.media.media-comment .media-heading {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.media.media-comment .media-body p {
    margin: 0;
}

.media.media-comment .rating {
    margin: 0 0 14px 0;
}

.media.media-comment .rating li i {
    margin: 0;
}

.listSidebar {
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .listSidebar {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .listSidebar {
        width: 90%;
        margin-bottom: 50px;
    }
}

.listSidebar h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.sidebarList li {
    display: block;
    float: left;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebarList li:last-child {
    border-bottom: none;
}

.sidebarList li span a {
    color: #f26f23;
    text-decoration: underline;
}

.featuresItems li {
    padding: 5px;
}

.detailsInfoBox .formSection.formSpace {
    margin: 18px 0 30px 0;
}

@media (min-width: 768px) {
    .detailsInfoBox .formSection.formSpace {
        margin: 18px 0 0 0;
    }
}

.listingSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .listingSection {
        padding: 58px 0 30px 0;
    }
}

.row.adjustRow {
    margin: 0;
}

button.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    background-color: #f25656;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 0;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 11px;
    border: none;
}

.profileImageUpload .file {
    visibility: hidden;
    position: absolute;
}

.profileImageUpload .browse {
    width: auto;
    height: 50px;
    display: inline-block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    color: #848484;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.profileImageUpload .browse i {
    margin: 0 7px;
}

.rating.rating-review li i {
    font-size: 16px;
}

.dashboardSection {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .dashboardSection {
        padding: 60px 0;
    }
}

.map-sidebar {
    width: 320px;
}

.map-right {
    float: right;
}

.map-margin-btm {
    margin-bottom: 40px;
}

.mapArea {
    height: 290px;
}

.mapArea #map-canvas {
    height: 260px;
}

.main-slider {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.main-slider .slide {
    display: block;
    width: 100%;
    height: 510px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .main-slider .slide {
        height: 538px;
    }
}

.main-slider .slide.slide1,
.main-slider .slide.slide2,
.main-slider .slide.slide4 {
    background-position: right center;
}

@media (min-width: 992px) {
    .main-slider .slide.slide1,
    .main-slider .slide.slide2,
    .main-slider .slide.slide4 {
        background-position: center;
    }
}

.main-slider .slide.slide3 {
    background-position: 20% center;
}

@media (min-width: 992px) {
    .main-slider .slide.slide3 {
        background-position: center;
    }
}

.main-slider .owl-carousel .owl-controls .owl-nav {
    display: none;
    height: 0;
}

@media (min-width: 768px) {
    .main-slider .owl-carousel .owl-controls .owl-nav {
        display: block;
    }
}

.main-slider .slide>.container {
    position: relative;
    display: table;
    max-width: 1170px;
    height: 100%;
}

.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6 {
    display: block;
    margin-bottom: 0;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    font-weight: 700;
    transition: all 0.4s;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next,
.main-slider .owl-carousel .owl-controls .owl-dot {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.51);
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: #f26f23;
    border-color: #f26f23;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
}

.main-slider .owl-carousel .owl-controls .owl-nav {
    margin-top: 0;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -120px;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -120px;
}

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 60px;
    margin-left: 30px;
}

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 60px;
    margin-right: 30px;
}

.main-slider .slider-layer {
    position: absolute;
}

.main-slider .owl-item .from-top,
.main-slider .owl-item .from-bottom,
.main-slider .owl-item .from-left,
.main-slider .owl-item .from-right,
.main-slider .owl-item .scale-up,
.main-slider .owl-item .scale-down {
    opacity: 0;
    transition: all 0.5s 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-slider .owl-item .from-top {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
}

.main-slider .owl-item .from-bottom {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
}

.main-slider .owl-item .from-left {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
}

.main-slider .owl-item .from-right {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
}

.main-slider .owl-item .scale-up {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.main-slider .owl-item .scale-down {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.main-slider .owl-item .delay-1 {
    transition-delay: 0.5s;
}

.main-slider .owl-item .delay-2 {
    transition-delay: 0.7s;
}

.main-slider .owl-item .delay-3 {
    transition-delay: 0.9s;
}

.main-slider .owl-item .delay-4 {
    transition-delay: 1.1s;
}

.main-slider .owl-item.active .from-top,
.main-slider .owl-item.active .from-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-slider .owl-item.active .from-left,
.main-slider .owl-item.active .from-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.main-slider .owl-item.active .scale-up,
.main-slider .owl-item.active .scale-down {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-slider .owl-controls {
    margin: 0;
}

.main-slider .owl-controls .owl-dots {
    display: none!important;
}

@media (min-width: 768px) {
    .main-slider .common-inner {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .main-slider .common-inner {
        padding-left: 15px;
    }
}

.owl-stage-outer {
    border-bottom: none;
}

.main-slider .slide-inner1,
.main-slider .slide-inner2,
.main-slider .slide-inner4 {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 10%;
}

@media (min-width: 768px) {
    .main-slider .slide-inner1,
    .main-slider .slide-inner2,
    .main-slider .slide-inner4 {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
        top: 50%;
        left: 0;
    }
}

.main-slider .common-inner .h1 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .main-slider .common-inner .h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .main-slider .common-inner .h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}

.main-slider .common-inner .h4 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .main-slider .common-inner .h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

.main-slider .common-inner a {
    text-align: center;
    display: block;
    padding: 17px 0;
    width: 140px;
}

@media (min-width: 768px) {
    .main-slider .common-inner a {
        width: 184px;
    }
}

.main-slider .common-inner .img-responsive {
    margin-bottom: 5px;
    width: 65px;
}

@media (min-width: 768px) {
    .main-slider .common-inner .img-responsive {
        width: 95px;
        margin-bottom: 30px;
    }
}

.main-slider .slide-inner3 {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 10%;
}

@media (min-width: 768px) {
    .main-slider .slide-inner3 {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        left: 50%;
    }
}

body.rtl .copyRightText p {
    text-align: center;
}

@media (min-width: 768px) {
    body.rtl .copyRightText p {
        text-align: right;
    }
}

body.rtl .copyRight .socialLink {
    text-align: center;
}

@media (min-width: 768px) {
    body.rtl .copyRight .socialLink {
        text-align: left;
    }
}

body.rtl .list-contact li {
    padding-left: 0;
    padding-right: 28px;
}

body.rtl .list-contact li i.fa {
    left: auto;
    right: 0;
}

body.rtl .captionItem li:last-child {
    float: left;
}

body.rtl .banerInfo .form-group {
    margin: 0 0 0 20px;
}

body.rtl .banerInfo .input-group-addon {
    border-radius: 0 4px 4px 0;
    border-right: none;
    border-left: 1px solid #e5e5e5;
}

body.rtl .banerInfo .input-group-addon.addon-right {
    border-radius: 4px 0 0 4px;
}

body.rtl .navbar-default .navbar-nav.navbar-right {
    margin: 0;
}

@media (min-width: 768px) {
    body.rtl .navbar-default .navbar-nav.navbar-right {
        margin: 0 0 0 165px;
    }
}

body.rtl .navbar-btn {
    right: auto;
    left: 75px;
}

@media (min-width: 768px) {
    body.rtl .navbar-btn {
        right: auto;
        left: 0;
    }
}

body.rtl .btn-transparent {
    overflow: hidden;
}

body.rtl .btn-transparent span {
    float: right;
    text-align: right;
}

body.rtl .btn-transparent i.icon-listy {
    float: right;
    margin: 0 40px 0 10px;
}

body.rtl .searchArea.banerInfo .input-group-addon {
    border: 1px solid rgba(168, 175, 186, 0.5);
}

body.rtl .searchArea.banerInfo .input-group-addon.addon-right {
    border-right: none;
}

body.rtl .searchArea.banerInfo .searchPartTitle {
    float: right;
    border-radius: 0 4px 4px 0;
}

body.rtl .searchBoxSelect .sbHolder {
    border: 1px solid rgba(168, 175, 186, 0.5);
    border-right: none;
    border-radius: 4px 0 0 4px;
}

body.rtl .searchBoxSelect .sbSelector:link,
body.rtl .searchBoxSelect .searchBoxSelect .sbSelector:visited,
body.rtl .searchBoxSelect .searchBoxSelect .sbSelector:hover {
    text-align: right!important;
}

body.rtl .searchBoxSelect .sbToggle {
    right: auto;
    left: 12px;
}

body.rtl .sidebarInner .form-control {
    border: 1px solid #e5e5e5;
    border-left: none;
}

body.rtl .categoryList li a .pull-right {
    float: left!important;
}

body.rtl .blogContent .caption .socialLink {
    text-align: right;
}

body.rtl .likeCount {
    float: left;
}

body.rtl .searchSelectboxes .sbHolder {
    border: 1px solid #e5e5e5;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

body.rtl .searchSelectboxes .sbSelector:link,
body.rtl .searchSelectboxes .searchBoxSelect .sbSelector:visited,
body.rtl .searchSelectboxes .searchBoxSelect .sbSelector:hover {
    text-align: right!important;
}

body.rtl .searchSelectboxes .sbToggle {
    right: auto;
    left: 12px;
}

body.rtl .signUpFormArea .priceTableTitle {
    text-align: right;
}

body.rtl .contactSelect .sbToggle {
    right: auto;
    left: 12px;
}

body.rtl .list-address li {
    padding-left: 0;
    padding-right: 33px;
}

body.rtl .list-address li i.fa {
    left: auto;
    right: 0;
}

body.rtl .listingReview .btn-primary {
    float: left;
}

body.rtl .listingReview span,
body.rtl .listingReview .captionItem,
body.rtl .listingReview .rating {
    float: right;
}

body.rtl .listingReview .rating {
    margin: 0 0 0 10px;
}

body.rtl .listingReview span {
    margin: 0 0 0 20px;
}

body.rtl .media.media-comment .media-left {
    float: right;
    padding: 0 10px 0 25px;
}

body.rtl .img-rtl {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

body.rtl .processArea .form-control {
    padding: 6px 8px 6px 55px;
}

body.rtl .processArea i.fa {
    left: 0;
    right: auto;
}

body.rtl .dateSelect .form-control {
    border: 1px solid #e5e5e5;
    border-left: none;
}

body.rtl .checkbox-radio input[type=checkbox]:not(old)+label>span {
    margin: 0 0 0 12px;
}

body.rtl .checkbox-radio input[type=radio]:not(old)+label>span {
    margin: 0 0 0 7px;
}

body.rtl .checkbox-radio input[type=checkbox]:not(old)+label,
body.rtl .checkbox-radio input[type=radio]:not(old)+label {
    margin-right: -2em;
}

body.rtl .checkbox-radio.marginCheck {
    margin: 12px 25px 12px 0;
}

body.rtl .navbar-default.navbar-dashboard .input-group .form-control {
    padding: 0 15px 0 0;
}

body.rtl .mr0 {
    margin-left: 0!important;
}

body.rtl .panel-card .panel-heading .label {
    float: left;
}

body.rtl .panel-card .panel-body .resultInfo {
    float: left;
}

body.rtl .panel-card .panel-heading .rightContent {
    float: left;
}

body.rtl .dateRange {
    margin: 0 0 0 30px;
    float: right;
}

body.rtl .recentUserInfo img {
    float: right;
    margin: 0 0 0 10px;
}

body.rtl .itmeName .iconBox {
    float: right;
    margin: 0 0 0 10px;
}

body.rtl .likeResult {
    margin-right: 10px;
    float: left;
}

body.rtl .likePart i.primaryColor {
    margin: 0 0 0 5px;
}

body.rtl .panel-card .panel-heading .label.label-sm {
    float: right;
    margin: 16px 0 0 10px;
}

body.rtl .searchSelectbox .sbToggle {
    left: 12px;
    right: auto;
}

body.rtl .categoryBox h2 a {
    float: left;
}

body.rtl .listCategory li a span {
    float: right;
}

body.rtl .countUpSection.countUpVerTwo .iconArea {
    float: right;
    margin: 0 0 0 20px;
}

body.rtl .countUpSection.countUpVerTwo .totalCount {
    float: right;
}

body.rtl .navbar-collapse ul.navbar-nav>li.dropdown>a:after {
    right: auto;
    left: 15px;
}

@media (min-width: 768px) {
    body.rtl .navbar-collapse ul.navbar-nav>li.dropdown>a:after {
        right: 15px;
        left: auto;
    }
}

body.rtl .howWorksInfo.text-left {
    text-align: left;
}

@media (min-width: 768px) {
    body.rtl .howWorksInfo.text-left {
        text-align: right;
    }
}

body.rtl .howWorksInfo.text-right {
    text-align: left;
}

body.rtl .locationSelect .sbToggle {
    right: auto;
    left: 10px;
}

body.rtl .checkbox .pull-right.link {
    float: left!important;
}


.banner-bottom-top {
  	background-color: #f57f20 !important;
  	min-height: 150px;
}

.color_grigio_scuro{
	color:#494849 !important;
	
}
.color_bianco{
	color:#fff !important;
	
}
.color_arancio{
	color:#f47e20 !important;
	
}

.bottom100 {
	 margin-bottom: 100px !important;
}
.bottom50 {
	 margin-bottom: 50px !important;
}
.top100 {
	 margin-top: 100px !important;
}
.top50 {
	 margin-top: 50px !important;
}

.bottom30 {
	 margin-bottom: 30px !important;
}
.top30 {
	 margin-top: 30px !important;
}
 #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px
}

.noscrollbar {
  line-height:1.35;
  overflow:hidden;
  white-space:nowrap;
}
.mappa{
	width:100% !important; 
	min-height:450px;	
}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }