.box {
    margin: 30px 0;
}

/*---------------- 1.1 Preloader Starts ------------------*/
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.loader .dot {
    width: 24px;
    height: 24px;
    background: #79d1d6;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.loader .dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #79d1d6;
}

.loader .dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #5ec6ce;
}

.loader .dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #90d3a6;
}

.loader .dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #b8c800;
}

.loader .dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #7fba00;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

/*---------------- 1.1 Preloader Ends ------------------*/

/*---------------- 1.2 Global properties (body, common classes, structure etc) Starts ----------------------*/


.wrapper {
    overflow-x: hidden;
}

.boxed .wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-margin {
    margin: 0;
}

img {
    max-width: 100%;
    /*max-height: 100%;*/
    height: auto;
}

.owl-carousel .owl-item img {
    width: auto;
    height: auto;
}

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

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

.black-bg {
    background-color: #000;
}

.rel-div {
    position: relative;
}

.mask-overlay, .theme-color-mask, .white-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.mask-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.white-mask {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

strong {
    font-weight: 900;
}

.section-icon {
    text-align: center;
}

.section-icon .icon i {
    color: #92d2a7;
    font-size: 11px;
    margin: auto 1px;
}

.section-icon .icon {
    font-size: 15px;
}

.white-color {
    color: #fff;
}

.black-color {
    color: #000000;
}

.gray-color {
    color: #999;
}

.main-color {
    color: #525252;
}

.green-clr {
    color: #669900;
}

.red-clr {
    color: #e04337;
}

.clr-txt-2 {
    color: #90d3a6;
}

.block-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.list-items li {
    display: inline-block;
    margin: 0 5px;
}

.list-items {
    margin-bottom: 0;
}

/*-- Tags --*/
.prod-tag {
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 22px;
    letter-spacing: 2px;
    line-height: 18px;
    margin: 50px 3px auto;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}

.prod-tag.tag-1 {
    background-color: #92d2a7;
}

.prod-tag.tag-2 {
    background-color: #79d1d6;
}

/*------------------- 1.2 Global properties (body, common classes, structure etc) Ends -----------------*/

/*---------------------- 1.3 Section Space Starts ----------------------------*/
section {
    position: relative;
}

.sec-space {
    padding-bottom: 100px;
    padding-top: 100px;
}

.sec-space-bottom {
    padding-bottom: 100px;
}

.sec-space-top {
    padding-top: 100px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.ptb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.ml-10 {
    margin-left: 10px;
}

/*---------------------------- 1.3 Page section block Ends ---------------------------*/

/*--------------------------- 1.4 Typography (section title, links, page dividers) Starts -------------------------- */
/*a:hover,
a:active,
a:focus,
.btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
    outline: 0;
}

a, .btn, button {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;
}

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

a.clr-txt:hover {
    color: #525252;
}

div, img, p, h2, h3, h4, h5, h6, a::before, a::after, i {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}

h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #525252;
}

.title-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.title-wrap > p {
    font-size: 16px;
    margin: 35px auto 25px;
    width: 80%;
}

.section-title {
    font-size: 40px;
    letter-spacing: 1px;
}

.section-title strong {
    position: relative;
}

.section-title strong > img {
    bottom: 100%;
    left: 105px;
    margin: auto auto -17px;
    position: absolute;
}

.section-title .round-shape {
    border: 1px solid #efefef;
    border-radius: 5em;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 30px 8px;
}

.section-title .round-shape {
    position: relative;
}

.section-title .round-shape:before,
.section-title .round-shape:after {
    border-bottom: 1px solid #efefef;
    content: "";
    height: 5px;
    position: absolute;
    top: 25px;
    width: 100%;
}

.section-title .round-shape:before {
    right: 100%;
}

.section-title .round-shape:after {
    left: 100%;
}

.sub-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.sub-title > span {
    position: relative;
}

.sub-title > span:before,
.sub-title > span:after {
    border-bottom: 1px solid #ccc;
    content: "";
    height: 5px;
    position: absolute;
    top: 3px;
    width: 50px;
}

.sub-title span:before {
    right: 100%;
    margin-right: 15px;
}

.sub-title span:after {
    left: 100%;
    margin-left: 15px;
}

.sub-title-sm {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #9f9f9f;
}

.sub-title-1 {
    font-size: 10px;
    text-transform: uppercase;
    color: #9f9f9f;
}

.title-1 {
    font-size: 18px;
}

.title-2, .widget-title {
    font-size: 22px;
    font-weight: 700;
}

.title-sec {
    font-size: 40px;
}

.over-txt-title .light-font {
    position: relative;
    text-align: center;
}

.over-txt {
    bottom: 0;
    font-size: 12px;
    font-weight: 900;
    height: 17px;
    left: 0;
    margin: auto;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

strong {
    font-weight: 900;
}

.divider-full-1 {
    border: 1px dashed #e9e9e9;
    display: inline-block;
    height: 1px;
    margin: 10px auto;
    width: 100%;
    vertical-align: middle;
}

.divider-1 {
    background-color: #eee;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 40px;
}

.divider-2 {
    background-color: #eee;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 30px;
}

/*-- Theme Tabs --*/
.theme-tabs {
    font-size: 16px;
    margin: 0;
}

.theme-tabs > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}

.theme-tabs a {
    border: 2px solid #d8d8d7;
    border-radius: 25px;
    color: #9f9e9c;
    display: inline-block;
    height: 45px;
    line-height: 30px;
    min-width: 180px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.theme-tabs.small a {
    border-width: 1px;
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    min-width: initial;
    padding: 5px 15px;
}

.theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus {
    color: #fff;
    -webkit-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 51px -17px rgba(0, 0, 0, 0.75);
}

.organic-content > .tab-pane {
    display: block;
    height: 0;
}

.organic-content > .active {
    height: auto;
}

/*-- ./Theme Tabs --*/

/*------------------------ 1.4 Typography (section title, links, page dividers) Ends ---------------------- */

/*--------------------------- 1.5 Buttons Starts ---------------------- */
.theme-btn, .theme-btn-2, .theme-btn-3 {
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #fff;
    min-width: 200px;
}
.theme-btn b, .theme-btn-2 b, .theme-btn-3 b{
    font-weight: normal;
}
.theme-btn > i {
    font-size: 14px;
    margin-left: 5px;
}

.theme-btn:hover, .theme-btn:focus {
    background-color: #525252;
    color: #fff;
}

.theme-btn-sm, .theme-btn-sm-2, .theme-btn-sm-3 {
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 25px;
    min-width: 120px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}

.theme-btn-2, .theme-btn-sm-2 {
    /*background-color: #802179;*/
    color: #fff;
}

.theme-btn-3, .theme-btn-sm-3 {
    /*background-color: #802179;*/
    color: #fff;
}

.theme-btn-2:hover, .theme-btn-sm-2:hover, .theme-btn-3:hover, .theme-btn-sm-3:hover {
    background-color: #525252;
    color: #fff;
}

.sm-bnt-wht {
    background-color: #fff;
    border-radius: 2em;
    border: 1px solid #bac3c3;
    color: #bac3c3;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 25px;
    min-width: 120px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}

.light-bg .sm-bnt-wht {
    border: 1px solid #fff;
}

.sm-bnt-wht:hover, .sm-bnt-wht:focus {
    background-color: #525252;
    border-color: #525252;
    color: #fff;
}

.slide-btn {

}

.slide-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: -2;
}

.slide-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #5dc6cf 0%, #a7d39f 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
    z-index: 3;
}

.slide-btn:hover {
    color: #fff;
}

.slide-btn:hover::after {
    background: transparent;
}

label.btn input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-transform: uppercase;
}

/*------------------------ 1.5 Buttons Ends ---------------------------- */

/*----------------------- 1.6 Form / Input / Textarea Starts --------------------------- */

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

.form-control, .input-group-addon, .bootstrap-select .btn {
    background-color: #fbfbfb;
    border-color: #e7e7e6;
    /*border-radius: 25px;*/
    box-shadow: none;
    font-size: 13px;
    height: 45px;
    line-height: 40px;
    padding: 10px 20px;
}

textarea.form-control, textarea {
    height: auto !important;
    resize: vertical;
}

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"], .form-group [type="radio"] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: relative !important;
    width: 1px;
    border: 1px solid #333;
}

.form-group .checkbox-inline, .form-group .radio-inline {
    font-size: 16px;
    line-height: normal;
    padding-left: 0;
    text-transform: none;
}

.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}

.form-group [type="checkbox"] + span::before {
    color: #e6e6e5;
    content: "\f096";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 0;
}

.form-group [type="checkbox"]:checked + span:before {
    content: "\f046";
    font-family: FontAwesome;
}

.form-group [type="radio"] + span::before {
    color: #999999;
    content: "\f10c";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 0;
}

.form-group [type="radio"]:checked + span:before {
    content: "\f192";
    font-family: FontAwesome;
}

/*-- Checkbox/Radiobox Ends --*/

/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option {
    font-size: 12px;
    line-height: 30px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    margin-top: 0;
    right: 30px;
    top: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 14px;
}

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: #cccccc;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none !important;
    outline-offset: 0;
}

::-webkit-input-placeholder {
    color: #a7aaad;
}

:-moz-placeholder {
    color: #a7aaad;
}

::-moz-placeholder {
    color: #a7aaad;
}

:-ms-input-placeholder {
    color: #a7aaad;
}

.form-control::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*---------------------------- 1.6 Form / Input / Textarea Ends ------------------------------ */

/*---------------------------------- 1.7 Theme Colors Starts -------------------------------- */
a:hover,
a:active,
a:focus, .clr-txt, .mega-dropdown-menu .sub-list > li a:hover:before, .footer-widget .list li a:hover:before, .form-group [type="checkbox"]:checked + span::before,
.top-nav > li a:hover, .top-nav > li a:focus, .breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus, .blog-tabs li a:hover, .blog-tabs .active a {
    color: #7fba00;
}

.crl-bg, .theme-btn, .primary-navbar > li > a:after, .theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .product-box::after,
.mega-dropdown-menu .menu-title::after, .deal-count:before, .page-footer .divider-2, .tags-widget a:hover, .tags-widget a:focus, .prod-tabs .tabs > li > a::after,
.blog-tabs li a::after, .blog-tabs .active a::after {
    background-color: #7fba00;
}

.theme-tabs .active a, .theme-tabs a:hover, .theme-tabs a:focus, .organic-prod:hover:before, .tags-widget a:hover,
.tags-widget a:focus, .product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
    border-color: #7fba00;
}

/*.subtotal_all, .total_price, .fa-close{color: #81217B !important;}*/

#map {
    border: 2px solid #7fba00;
}

blockquote {
    border-left: 2px solid #7fba00;
}

/*------------------------ 1.7 Theme Colors Ends ------------------------ */

/*--------------------------1.8 Theme Fonts Starts------------------- */
*{ font-family: 'Verdana'; }
.font-2, p {
    font-family: 'Verdana';
    /*font-family: 'Roboto', sans-serif;*/
}

.prod-tag, .fontbold-2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
}

.font-3, .title-sec {
   /* font-family: 'Roboto', sans-serif;*/
}

.normal-font {
    font-weight: normal;
}

.italic-font {
    font-style: italic;
}

.extra-bold-font {
    font-weight: 800;
}

.medium-font {
    font-weight: 500;
}

.light-font {
    font-weight: 300;
}

.upper-text {
    text-transform: uppercase;
}

.normal-text {
    text-transform: none;
}

.capital-text {
    text-transform: capitalize;
}

.fsz-10 {
    font-size: 10px;
}

.fsz-12 {
    font-size: 12px;
}

.fsz-16 {
    font-size: 16px;
}

.fsz-20 {
    font-size: 16px;
}

.fsz-30 {
    font-size: 30px;
}

.fsz-35 {
    font-size: 35px;
}

.fsz-50 {
    font-size: 50px;
}

/*-------------------------1.8 Theme Fonts Ends--------------------- */

/*-------------------------  1.9 - Rating Stars Starts --------------------- */

.rating span.star::before {
    color: #626262;
    font-size: 15px;
    content: "\f005";
    font-family: FontAwesome;

    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rating span.star.active::before {
    color: #f6cc28;
}

.rating span.star.half:before {
    color: #f6cc28;
    content: "\f123";
    font-family: FontAwesome;
}

/*------------------------- 1.9 - Rating Stars Ends --------------------- */

/*--------------------- 1.10 - Products Starts ------------------------- */
.product-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 40px auto auto;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.owl-carousel .product-box {
    margin: 40px auto;
}

.product-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.light-bg .product-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.product-box::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;

    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.product-box:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.product-media {
    background-color: #f7f6f2;
    height: 330px;
    position: relative;
}

.product-media > .prod-img {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.price del {
    color: #dddddd;
    margin-left: 3px;
}

.product-media > img.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.product-title {
    font-size: 14px;
}

.product-caption {
    text-align: center;
    padding: 10px 0 30px;
}

.prod-icons {
    border-radius: 2em;
    display: table;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
}

.prod-icons > a {
    background-color: #fff;
    color: #dedede;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 60px;
}

.prod-icons > a:first-child {
    border-radius: 2em 0 0 2em;
}

.prod-icons > a:last-child {
    border-radius: 0 2em 2em 0;
}

.prod-icons > a:hover {
    background-color: #92d2a7;
    color: #fff;
}

.prod-icons > a:nth-child(2n):hover {
    background-color: #79d1d6;
}

.product-box:hover .prod-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(35px);
    -webkit-transform: translateY(35px);
}

/*--------------------- 1.10 - Products Ends ------------------------- */

/*--------------------- 1.11 - Slider Pagination Starts ------------------------- */
.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme.dots-1 .owl-dot {
    background-color: #f7f6f2;
    display: inline-block;
    height: 8px;
    margin-left: 1px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

.light-bg .owl-theme.dots-1 .owl-dot {
    background-color: #eeede9;
}

.owl-theme.dots-1 .owl-dot:hover, .owl-theme.dots-1 .owl-dot.active {
    background-color: #92d2a7;
}

.owl-theme.dots-1 .owl-dot:first-child {
    border-radius: 5px 0 0 5px;
}

.owl-theme.dots-1 .owl-dot:last-child {
    border-radius: 0 5px 5px 0;
}

.dots-2 .owl-dots {
    counter-reset: dots;
}

.dots-2 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.dots-2 .owl-dot {
    background-color: #fff;
    border-radius: 1em;
    color: #dedede;
    display: inline-block;
    font-weight: 900;
    height: 25px;
    line-height: 25px;
    margin: 5px;
    width: 25px;
}

.dots-2 .owl-dot:hover, .dots-2 .owl-dot.active {
    background-color: #92d2a7;
    color: #fff;
}

.nav-1 .owl-nav {
    border: 1px solid #efefef;
    border-radius: 1em;
    display: inline-block;
    margin-top: -52px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.nav-1 .owl-nav > div {
    color: #9f9f9f;
    display: inline-block;
    font-size: 10px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 35px;
}

.nav-1 .owl-nav > div:hover, .nav-1 .owl-nav > div:focus {
    background-color: #92d2a7;
    color: #fff;
}

.nav-1 .owl-prev {
    border-right: 1px solid #efefef;
}

/*--------------------- 1.11 - Slider Pagination Ends------------------------- */

/*--------- 1.12 Breadcrumb Starts ---------- */
.breadcrumb-bg {
    background-image: url("../img/extra/breadcrumb-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
}

.breadcrumb-bg.bg-2 {
    background-image: url("../img/extra/breadcrumb-2.jpg");
    text-align: center;
}

.site-breadcumb .section-title {
    font-size: 30px;
}

.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0
}

.breadcrumb-menubar > li {
    text-transform: uppercase;
    font-weight: 500;
    color: #a8a7a4;
    width: 100%;
    font-size: 12px;
}

.breadcrumb-menubar > li > a {
    color: #a8a7a4;
}

.breadcrumb-menubar > li > a:after {
    content: "/";

    color: #a8a7a4;
    padding: 0 3px;
}

/*--------- 1.12 Breadcrumb Ends ---------- */

/*---------------------------------- 1.13 Content Middle Starts -------------------------------- */

.tbl-rel {
    position: relative;
}

.tbl-wrp {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tbl-wrp .text-middle {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.tbl-wrp .tbl-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

/*------------------------ 1.13 Content Middle Ends ------------------------ */\

