/* 
TABLE OF CONTENTS
********************************************

- COMMON
- TYPOGRAPHY
- FORMS
- POP UP CONTENT
- BUTTONS
- COMPONENTS
	- Tab controls
	- Tab style 1
	- Tab style 2
	- Tab style 3
	- Tab style 4
	- Progress bars
	- Filters
	- Carousel controls
	- caption style
	- Swiper Carousel
	- Accordion style 1
	- Accordion style 2
	- Accordion style 3
	- Countdown controls
	- Social icons
- INFO BOXES
- COUNT BOXES
- HOVER BOXEX
- NAVIGATION
	- Navigation links
	- Drop down menu
	- Navigation social icons
	- Menu handle
	- Dark navigation
	- Sticky navigation
- PAGE HEADERS

********************************************/

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
}

svg {
    max-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #7c7e83;
    line-height: 1.5;
    font-size: 14px;
}

[data-pageloader="y"] #page {
    opacity: 0;
}


/* COMMON
********************************************/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}


/*a:not([class]) { color: #1f9df3; }*/

footer, section, .section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

hr {
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.light hr, hr.light {
    border-color: rgba(255, 255, 255, 0.15);
}

p {
    margin-bottom: 20px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* TYPOGRAPHY
********************************************/

h1, h2, h3, h4, h5, h6, .hd-1, .hd-2, .hd-3, .hd-4, .hd-5, .hd-6 {
    margin: 0px;
    color: #1f2229;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, .tb-list {
    font-family: 'Montserrat', sans-serif;
}

h1, .hd-1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

h2, .hd-2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

h3, .hd-3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

h4, .hd-4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

h5, .hd-5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

h6, .hd-6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

h1.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h2.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h3.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h4.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h5.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h6.bdr-b {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.title.large {
    font-size: 60px;
}

.title {
    font-size: 22px;
}

.title.cursive {
  font-family: Sacramento;
  font-size: 80px;
  font-weight: normal;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: none;
}

.title.medium {
    font-size: 20px;
}

.title.small {
    font-size: 18px;
}

.title.mini {
    font-size: 16px;
}

.title.tiny {
    font-size: 14px;
}

.title-sub.large {
    font-size: 22px;
}

.title-sub {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #282c35;
}

.title-sub.medium {
    font-size: 16px;
}

.title-sub.small {
    font-size: 14px;
}

.title-sub.mini {
    font-size: 13px;
}

.typo-light h1, .typo-light h2, .typo-light h3, .typo-light h4, .typo-light h5, .typo-light h6, .typo-light .title, .typo-light .title-sub, .typo-light .pg-path, .typo-light .list-3, .typo-light p {
    color: #fff;
}

.tag-text {
    display: inline-block;
    padding: 5px 8px;
    background-color: #1f2229;
    line-height: 1;
    color: #fff;
}


/* List style */

.list-3, .list-2, .list-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.list-1 li {
    margin-bottom: 5px;
}

.builder .list-1 > li {
    padding: 2px;
}

.list-2 {
    font-size: 16px;
}

.list-3 li, .list-2 li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.list-2 li {
    margin-bottom: 20px;
    padding-left: 40px;
}

.list-2 li > i {
    position: absolute;
    left: 0px;
    font-size: 24px;
    top: 1px;
}

.list-3 {
    margin: 20px 0;
}

.list-3 li:before {
    position: absolute;
    left: 10px;
    top: 4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f0da";
}

.dark.list-2, .dark.list-2 li > i {
    color: #1f2229;
}


/* FORMS
********************************************/


/*Form control*/

.form-control {
    border-radius: 2px;
    box-shadow: none;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: normal;
}

.form-control:hover, .form-control:focus {
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

.form-group label {
    font-weight: normal;
}

.light.form-control {
    color: #fff;
}


/*Place holder*/

.light.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.light.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.light.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.light.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.large.form-control {
    font-size: 18px;
    padding: 15px 25px;
}

.medium.form-control {
    font-size: 16px;
    padding: 10px 15px;
}

.small.form-control {
    font-size: 14px;
    padding: 8px 10px;
}

.mini.form-control {
    font-size: 13px;
    padding: 5px 8px;
}

textarea.form-control {
    height: 150px;
}

.field-list {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0px;
}

.field-list li {
    margin: 0 0 3px 0;
}

.field-list li > span {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.field-list li input {
    position: relative;
    top: -2px;
}


/*All messages*/

.sweet-alert {
    padding: 30px;
}

.sweet-alert h2 {
    margin: 20px 0;
}

.sweet-alert p {
    font-weight: normal;
}

.error {
    display: block;
    font-weight: normal;
    margin: 0px;
    text-align: left;
    font-size: 12px;
    color: #205e3f;
}

.error.valid {
    display: none !important;
}

.form-control + .error {
    margin-bottom: 10px;
    margin-top: -4px;
}

.typo-light .error {
    color: #ffaaa1;
}


/*Form table row*/

.form-inline-tbl {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding: 0px;
}

.form-inline-tbl > li {
    display: table-cell;
}


/* POP UP CONTENT
=========================*/

.popup-content {
    max-width: 600px;
    min-width: 300px;
    position: relative;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.popup-content .pop-body, .popup-content .pop-header {
    padding: 40px;
}

.popup-content .mfp-close {
    color: #fff;
    width: 40px;
    height: 40px;
    top: -40px;
    right: -9px;
    font-size: 30px;
}


/* BUTTONS
=========================*/

.btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    font-weight: 400;
    padding: 14px 20px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;
    background-color: transparent;
    line-height: 1;
}

.btn:active, .btn.active, .btn:focus {
    box-shadow: none;
}

.btn-default.disabled, .btn-default[disabled], .btn-default {
    border-color: #1f2229;
    color: #1f2229;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    border-color: #1f2229;
    background-color: #1f2229;
    color: #fff;
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary {
    border-color: #205e3f;
    color: #205e3f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    border-color: #1f2229;
    background-color: #1f2229;
    color: #fff;
}

.solid.btn-default {
    border-color: #1f2229;
    background-color: #1f2229;
    color: #fff;
}

.solid.btn-default:hover, .solid.btn-default:focus, .solid.btn-default:active, .solid.btn-default.active {
    border-color: #1f2229;
    background-color: transparent;
    color: #1f2229;
}

.solid.btn-primary {
    border-color: #205e3f;
    background-color: #205e3f;
    color: #fff;
}

.solid.btn-primary:hover, .solid.btn-primary:focus, .solid.btn-primary:active, .solid.btn-primary.active {
    border-color: #205e3f;
    background-color: transparent;
    color: #205e3f;
}

.light[class*="btn-"] {
    border-color: #fff;
    color: #fff;
}

.light[class*="btn-"]:hover, .light[class*="btn-"]:focus, .light[class*="btn-"]:active, .light[class*="btn-"].active {
    background-color: #fff;
    border-color: #fff;
    color: #1f2229;
}

.solid.light[class*="btn-"] {
    background-color: #fff;
    color: #1f2229;
}

.solid.light[class*="btn-"]:hover, .solid.light[class*="btn-"]:focus, .solid.light[class*="btn-"]:active, .solid.light[class*="btn-"].active {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn.large {
    padding: 18px 30px;
    font-size: 18px;
}

.btn.medium {
    padding: 14px 20px;
    font-size: 14px;
}

.btn.small {
    padding: 10px 15px;
    font-size: 13px;
}

.btn.mini {
    padding: 6px 10px;
    font-size: 12px;
}

.btn.tiny {
    padding: 4px 8px 3px 8px;
    font-size: 11px;
}

.btn.block {
    width: 100%;
}

.btn-reset {
    padding: 0;
    line-height: 100%;
}

.appstore-btn {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}

.appstore-btn small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.appstore-btn:hover {
    color: #fff;
}

.app-google-play i {
    top: 7px;
}

.app-amazon i {
    top: 11px;
    left: 9px;
}

.app-windows {
    padding-left: 70px;
}


/* COMPONENTS
********************************************/


/* Tab controls
=========================*/

.tab-pn {
    display: none;
}

[data-tb] {
    cursor: pointer;
}

.tabs-auto .tb-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.tabs-auto .tb-list > li {
    display: inline-block;
    cursor: pointer;
}

.tabs-auto .tb-pn {
    /* display: none; */
    overflow: hidden;
    height: 0px;
    opacity: 0;
}

.tabs-auto .tb-pn.active {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.tabs-auto .tb-pn.active, .tabs-auto .tb-list > li.active {
    -webkit-transition: all 0.40s;
    -moz-transition: all 0.40s;
    -o-transition: all 0.40s;
    -ms-transition: all 0.40s;
    -webkit-transition-delay: 0.15s;
    /* Safari */
    transition-delay: 0.15s;
}


/* Side tabs */

.side-tab {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
}

.side-tab .tb-content {
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0px;
}

.side-tab .tb-list > li {
    display: block;
}


/* Tab position */

.side-tab.tb-r .tb-list {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}


/* Image sizes */

.side-tab.side-xlarge .tb-list {
    width: 400px;
}

.side-tab.side-large .tb-list {
    width: 350px;
}

.side-tab.side-medium .tb-list {
    width: 250px;
}

.side-tab.side-small .tb-list {
    width: 200px;
}

.side-tab.side-mini .tb-list {
    width: 150px;
}

.side-tab.side-tiny .tb-list {
    width: 100px;
}


/* Tab style 1
=========================*/

.tab-style1 .tb-list {
    border-bottom: 5px solid #1f2229;
    max-height: 100%;
}

.tab-style1 .tb-list > li {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 -2px 0 0;
    padding: 8px 20px 6px 20px;
    border-radius: 2px 2px 0 0;
}

.tab-style2 .tb-list > li:not([class*="fs"]) {
    font-size: 16px;
}

.tab-style1 .tb-list > li.active {
    background-color: #1f2229;
    color: #fff;
}

.tab-style1 .tb-content {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}


/* Tab style 1 : Side tabs */

.tab-style1.side-tab .tb-list > li {
    padding-bottom: 7px;
}

.tab-style1.side-tab:not(.tb-r) .tb-list {
    border-right: 5px solid #1f2229;
    border-bottom: none;
}

.tab-style1.side-tab:not(.tb-r) .tb-list > li {
    border-radius: 2px 0 0 2px;
    margin-bottom: 2px;
}

.tab-style1.tb-r .tb-list {
    border-left: 5px solid #1f2229;
    border-bottom: none;
}

.tab-style1.tb-r .tb-list > li {
    border-radius: 0 2px 2px 0;
    margin-bottom: 2px;
}


/* Tab style 2
=========================*/

.tab-style2 .tb-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: relative;
}

.tab-style2 .tb-list > li {
    margin: 0 15px -1px 0;
    padding: 8px 15px;
    border-bottom: 2px solid transparent;
}

.tab-style2 .tb-list > li:not([class*="fs"]) {
    font-size: 16px;
}

.tab-style2 .tb-list > li.active {
    border-color: #1f2229;
    color: #1f2229;
}

.tab-style2 .tb-content {
    padding: 30px 0;
}


/* Tab style 2 : Side tabs */

.tab-style2.side-tab .tb-list {
    border-bottom: none;
}

.tab-style2.side-tab:not(.tb-r) .tb-list {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-style2.tb-r .tb-list {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-style2.side-tab .tb-list > li {
    margin: 0;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-style2.side-tab .tb-list > li.active {
    border-color: #1f2229;
    color: #1f2229;
}

.tab-style2.side-tab:not(.tb-r) .tb-content {
    padding: 0 0 0 30px;
}

.tab-style2.tb-r .tb-content {
    padding: 0 30px 0 0;
}


/* Tab style 3
=========================*/

.tab-style3 .tb-list {
    z-index: 99;
    position: relative;
    background-color: #4f555f;
}

.tab-style3 .tb-list > li {
    margin: 0;
    padding: 10px 20px;
    color: #fff;
}

.tab-style3 .tb-list > li:not([class*="fs"]) {
    font-size: 16px;
}

.tab-style3 .tb-list > li.active {
    background-color: rgba(0, 0, 0, 0.4);
}

.tab-style3 .tb-content {
    padding: 30px 20px;
}


/* Tab style 3 : Side tabs */

.tab-style3.side-tab:not(.tb-r) .tb-content {
    padding: 0 0 0 30px;
}

.tab-style3.tb-r .tb-content {
    padding: 0 30px 0 0;
}


/* Tab style 4
=========================*/

.tab-style4 .tb-list {
    z-index: 99;
    position: relative;
}

.tab-style4 .tb-list > li {
    margin: 0 -4px 0 0;
    padding: 10px 20px 9px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02);
}

.tab-style4 .tb-list > li:first-child {
    border-radius: 2px 0 0 2px;
}

.tab-style4 .tb-list > li:last-child {
    border-radius: 0 2px 2px 0;
}

.tab-style4 .tb-list > li:not([class*="fs"]) {
    font-size: 16px;
}

.tab-style4 .tb-list > li.active {
    background-color: #1f2229;
    color: #fff;
    border-color: #1f2229;
}

.tab-style4 .tb-content {
    padding: 30px 0;
}


/* Tab style 4 : Side tabs */

.tab-style4.side-tab .tb-list > li {
    margin: 0 0 -1px 0;
}

.tab-style4.side-tab .tb-list > li:first-child {
    border-radius: 2px 2px 0 0;
}

.tab-style4.side-tab .tb-list > li:last-child {
    border-radius: 0 0 2px 2px;
}

.tab-style4.side-tab:not(.tb-r) .tb-content {
    padding: 0 0 0 30px;
}

.tab-style4.tb-r .tb-content {
    padding: 0 30px 0 0;
}

.tab-style1.xlarge .tb-list > li, .tab-style2.xlarge .tb-list > li, .tab-style3.xlarge .tb-list > li, .tab-style4.xlarge .tb-list > li {
    padding: 20px 40px;
    font-size: 40px;
}

.tab-style1.large .tb-list > li, .tab-style2.large .tb-list > li, .tab-style3.large .tb-list > li, .tab-style4.large .tb-list > li {
    padding: 18px 30px;
    font-size: 30px;
}

.tab-style1.medium .tb-list > li, .tab-style2.medium .tb-list > li, .tab-style3.medium .tb-list > li, .tab-style4.medium .tb-list > li {
    padding: 15px 26px;
    font-size: 20px;
}

.tab-style1.small .tb-list > li, .tab-style2.small .tb-list > li, .tab-style3.small .tb-list > li, .tab-style4.small .tb-list > li {
    padding: 10px 20px;
    font-size: 18px;
}

.tab-style1.mini .tb-list > li, .tab-style2.mini .tb-list > li, .tab-style3.mini .tb-list > li, .tab-style4.mini .tb-list > li {
    padding: 5px 12px;
    font-size: 12px;
}


/* Progress bars
=========================*/

.progress {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: visible;
    height: auto;
}

.progress .progress-bar {
    position: relative;
    min-height: 5px;
    float: none;
}

.progress .percentage {
    position: absolute;
    top: -24px;
    background-color: #282c35;
    color: #fff;
    right: 0px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    padding: 4px 6px 5px 6px;
    border-radius: 3px;
}

.progress .percentage i {
    position: absolute;
    top: 14px;
    color: #282c35;
    left: 50%;
    font-weight: normal;
    font-size: 14px;
    margin-left: -3px;
}


/* Filters
=========================*/

.filter-list {
    margin-bottom: 40px;
}

.filter-style1 .filter-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-style1 .filter-list > [data-filter] {
    padding: 15px 20px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: inline-block;
    cursor: pointer;
}

.filter-style1 .filter-list > .active {
    border-color: #1f2229;
}


/* Carousel controls
=========================*/

.ctrl-2 .owl-controls, .ctrl-1 .owl-controls {
    padding: 1px;
    height: auto;
}

.ctrl-2 .owl-nav, .ctrl-1 .owl-nav {
    position: absolute;
    top: 50%;
    height: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.ctrl-2 .owl-nav > div, .ctrl-1 .owl-nav > div {
    position: absolute;
    left: 0px;
    opacity: 0;
}

.ctrl-2 .owl-nav > .owl-next, .ctrl-1 .owl-nav > .owl-next {
    right: 0px;
    left: auto;
}

.ctrl-2:hover .owl-nav > div, .ctrl-1:hover .owl-nav > div {
    opacity: 1;
}

.ctrl-2 .owl-nav > div {
    color: #282c35;
    background-color: transparent;
}

.ctrl-2 .owl-nav > div:hover {
    color: #fff;
    background-color: #282c35;
}

.ctrl-2 .owl-nav > .owl-next {
    right: -100px;
}

.ctrl-2 .owl-nav > .owl-prev {
    left: -100px;
}

.ctrl-2.small-arrows .owl-nav > div, .ctrl-1.small-arrows .owl-nav > div {
    top: -20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
}

.ctrl-2.small-arrows .owl-nav > .owl-next {
    right: -60px;
}

.ctrl-2.small-arrows .owl-nav > .owl-prev {
    left: -60px;
}


/* Carousel dots */

.mr-0 .owl-dots {
    margin: 0px;
}

.owl-dots {
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-dots > .owl-dot {
    display: inline-block;
}

.owl-dots span {
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px;
}

.owl-dots .active span {
    background-color: rgba(0, 0, 0, 0.4);
}

.ctrl-light .owl-dots span {
    border-color: rgba(255, 255, 255, 0.4);
}

.ctrl-light .owl-dots .active span {
    background-color: rgba(255, 255, 255, 0.4);
}

.ctrl-light .owl-nav > div {
    color: #fff;
}

.ctrl-light .owl-nav > div:hover {
    background-color: #fff;
    color: #333;
}

.ctrl-l .owl-dots {
    text-align: left;
}

.ctrl-r .owl-dots {
    text-align: right;
}

.carousel-widget {
    overflow: hidden;
}

.carousel-widget .item {
    position: relative;
}

.carousel-widget .item, .carousel-widget .owl-item, .carousel-widget .owl-stage, .carousel-widget, .owl-carousel, .owl-carousel .owl-stage-outer {
    height: 100%;
}


/* caption style 1
=========================*/

.swiper-widget .caption, .carousel-widget .caption {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.swiper-slide .caption, .carousel-widget .caption {
    -webkit-animation-name: rg_fadedown;
    animation-name: rg_fadedown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .caption, .carousel-widget .active .caption {
    -webkit-animation-name: rg_fadeup;
    animation-name: rg_fadeup;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* Swiper Carousel
=========================*/

.swiper-container {
    width: 100% !important;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container .swiper-slide {
    text-align: center;
}

.ctrl-2 .owl-nav > div, .ctrl-1 .owl-nav > div, .swiper-button-prev, .swiper-button-next {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-size: 35px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    z-index: 999;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #1f2229;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}


/*Swiper gallery*/

.swiper-gallery {
    position: relative;
    height: 100%;
}

.swiper-gallery .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-gallery .gallery-top {
    height: 100%;
    width: 100%;
}

.swiper-gallery .gallery-thumbs {
    position: absolute;
    width: 50%;
    height: 100px;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    z-index: 999;
}

.light.gallery-thumbs {
    background-color: rgba(255, 255, 255, 0.3);
}

.swiper-gallery .gallery-thumbs .swiper-slide {
    width: 80px;
    height: 100%;
    opacity: 0.3;
    cursor: pointer;
}

.swiper-gallery .gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}

.swiper-gallery .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-gallery .swiper-slide .overlay {
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
}


/* Accordion
=========================*/

.panel {
    box-shadow: none;
    background-color: transparent;
}

.panel:first-child .panel-hd a {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.acc-style1 .acc-hd, .panel-hd a {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    padding: 15px 40px 15px 0;
    font-size: 22px;
    font-weight: 300;
}

.panel-hd i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 20px;
    text-align: center;
    right: 2px;
    top: 21px;
    color: #eceef0;
    font-size: 24px;
}

.accordion-widget .active .acc-close, .accordion-widget .acc-open, .collapsed .panel-open, .panel-close {
    display: block;
}

.accordion-widget .active .acc-open, .accordion-widget .acc-close, .panel-open, .collapsed .panel-close {
    display: none;
}

.panel .panel-body {
    padding: 15px 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 1.8;
    color: #97a3ae;
}

.panel-group .panel + .panel {
    margin: 0px;
}

.dark .panel-hd a {
    color: #fff;
}

.dark .panel .panel-body {
    color: rgba(255, 255, 255, 0.6);
}

.dark .panel .panel-body, .dark .panel .panel-hd a {
    border-color: rgba(255, 255, 255, 0.06);
}

.dark .panel-hd i {
    color: rgba(255, 255, 255, 0.1);
}

.accordion-widget .acc-content {
    overflow: hidden;
}

.acc-hd .info-obj {
    margin: 0;
}

.acc-hd .acc-open, .acc-hd .acc-close {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
}


/* Accordion style 1
=========================*/

.acc-style1 {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.acc-style1 .acc-hd {
    cursor: pointer;
    color: #1f2229;
}

.acc-style1 .acc-content {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.acc-style1 .acc-open, .acc-style1 .acc-close {
    right: 2px;
    opacity: 0.5;
}


/* Accordion style 2
=========================*/

.acc-style2 .acc-hd {
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    color: #1f2229;
    border-radius: 2px;
}

.acc-style2 .acc-block {
    margin-bottom: 5px;
}

.acc-style2 .active.acc-hd {
    background-color: #1f2229;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.acc-style2 .active.acc-hd * {
    color: inherit;
}

.acc-style2 .acc-content {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0 0 2px 2px;
}

.acc-style2 .acc-open, .acc-style2 .acc-close {
    right: 15px;
    opacity: 0.5;
    font-size: 18px;
}


/* Countdown controls
=========================*/

.countdown-widget .inner-dashboard {
    overflow: auto;
    display: inline-block;
}

.countdown-widget .dash {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}

.countdown-widget .dash:last-child {
    border-right: none;
}

.countdown-widget .inner-dash {
    overflow: hidden;
    height: 75%;
    position: relative;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
}

.countdown-widget .dash_title {
    height: 25%;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

.countdown-widget .inner-dash > .digit {
    float: left;
    position: relative;
}

.countdown-widget .inner-dash > .digit .top {
    display: none !important;
}

.countdown-widget .inner-dash > .digit:last-child {
    margin-right: 0px;
}

.countdown-widget .inner-dash .dash_title {
    display: block;
}

.light.countdown-widget {
    color: #fff;
}

.light.countdown-widget .dash {
    border-color: rgba(255, 255, 255, 0.2);
}

.no-sep.countdown-widget .dash {
    border-right: none;
}


/* Social icons
=========================*/

.social-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 2px;
}

.social-links a:hover {
    color: #fff;
    background-color: #282c35;
    border-color: #282c35;
}

.social-links.bdr a {
    border-color: rgba(0, 0, 0, 0.2);
}

.light.social-links.bdr a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.light.social-links a:hover {
    color: #282c35;
    background-color: #fff;
    border-color: #fff;
}

.light.solid.social-links.bdr a {
    color: #282c35;
    background-color: #fff;
    border-color: #fff;
}

.social-links.large a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
}

.social-links.medium a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.social-links.small a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.social-links.mini a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.social-links.tiny a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}


/* INFO BOXES
********************************************/


/* Flexi info boxes
=========================*/

.info-obj {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
}

.info-obj-wrp, .info-obj {
    margin-bottom: 20px;
}

.info-obj img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.info-obj .info {
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0px;
}


/* Image position */

.info-obj.mid {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.info-obj.bot {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.info-obj.img-r .img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.info-obj.img-t {
    width: 100%;
    display: block;
}


/* Image sizes */

.info-obj.xlarge .img {
    width: 200px;
}

.info-obj.large .img {
    width: 150px;
}

.info-obj.medium .img {
    width: 100px;
}

.info-obj.small .img {
    width: 75px;
}

.info-obj.mini .img {
    width: 50px;
}

.info-obj.tiny .img {
    width: 30px;
}


/* Image sizes */

.info-obj.xlarge .iconwrp {
    height: 200px;
    width: 200px;
    font-size: 200px;
}

.info-obj.large .iconwrp {
    height: 150px;
    width: 150px;
    font-size: 150px;
}

.info-obj.medium .iconwrp {
    height: 100px;
    width: 100px;
    font-size: 100px;
}

.info-obj.small .iconwrp {
    height: 75px;
    width: 75px;
    font-size: 75px;
}

.info-obj.mini .iconwrp {
    height: 50px;
    width: 50px;
    font-size: 50px;
}

.info-obj.tiny .iconwrp {
    height: 30px;
    width: 30px;
    font-size: 30px;
}

.info-obj.xlarge .sq, .info-obj.xlarge .rd {
    font-size: 100px;
}

.info-obj.large .sq, .info-obj.large .rd {
    font-size: 80px;
}

.info-obj.medium .sq, .info-obj.medium .rd {
    font-size: 60px;
}

.info-obj.small .sq, .info-obj.small .rd {
    font-size: 40px;
}

.info-obj.mini .sq, .info-obj.mini .rd {
    font-size: 30px;
}

.info-obj.tiny .sq, .info-obj.tiny .rd {
    font-size: 20px;
}


/* Image alignment */

.info-obj.align-c .img {
    margin-left: auto;
    margin-right: auto;
}

.info-obj.align-r .img {
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 200px) and (max-width: 991px) {
    .info-obj.xlarge, .info-obj.large {
        display: block;
    }
    .info-obj.xlarge .info, .info-obj.large .info {
        margin-left: auto !important;
        margin-right: 0 !important;
        margin-top: 40px;
    }
}


/* Services info box - 1
=========================*/

.service-info-1 {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.service-info-1 .img {
    color: #1f2229;
}


/* Feedback info box - 1
=========================*/

.feedback-info-1 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
}


/* COUNT BOXES
********************************************/


/* Count box - 1
=========================*/

.count-box1 {
    text-align: center;
    margin-bottom: 10px;
}

.count-box1 .icon {
    margin: 0 auto 10px auto;
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
    border-radius: 100px;
    line-height: 100px;
    font-size: 40px;
}

.count-box1 .count-wrp {
    display: block;
    font-size: 60px;
    font-weight: 300;
}

.count-box1 .count-wrp b {
    font-weight: inherit;
}

.count-box1 h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}


/* Count box - 2
=========================*/

.count-box2 {
    text-align: center;
    margin-bottom: 10px;
}

.count-box2 .icon {
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 60px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.count-box2 .count-wrp {
    display: block;
    font-size: 50px;
    font-weight: 300;
}

.count-box2 .count-wrp b {
    font-weight: inherit;
}

.count-box2 h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}

.dark .count-box2 {
    color: #fff;
}

.dark .count-box2 .icon {
    border-color: rgba(255, 255, 255, 0.1);
}


/* HOVER BOXES
********************************************/

.hover-box1 {
    position: relative;
    overflow: hidden;
}

.hover-box1 img {
    width: 100%;
}

.hover-box1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.hover-box1:hover .overlay {
    opacity: 1;
}

.hover-box1:hover img {
    transform: scale(1.2);
}

.hover-box1:hover .hover-hide {
    opacity: 0;
    display: none;
}


/* NAVIGATION
********************************************/

.nav-wrp {
    background-color: #f4f4f4;
    z-index: 1000;
}

.nav-wrp .flex-row {
    width: 100%;
}

.nav-wrp.bg-clear:not(.nav-sticky) {
    box-shadow: none;
}

.nav-sticky > .bdr-b {
    border-bottom: none;
}

.nav-sticky[class*="px-h"], .nav-sticky > [class*="px-h"] {
    min-height: inherit;
    height: auto;
}

.nav-sticky .sticky-hide {
    display: none;
}

.nav-wrp > .container-fluid, .nav-wrp > .container {
    position: relative;
}

.nav-wrp .nav-header {
    float: left;
    margin: 0px;
    padding: 0px;
}

.nav-wrp .navbar-brand {
    padding: 10px 0;
    height: auto;
}

.nav-wrp .navbar-brand img {
    max-height: 80px;
    max-width: 100%;
}

.nav-wrp.show-above {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.container-fluid .nav {
    right: 20px;
}

.nav {
    display: inline-block;
    text-align: left;
}


/* Navigation links
------------------------*/

.nav-links {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.nav-links > li {
    float: left;
    padding: 4px;
    position: relative;
}

.nav-links > li > a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #333333;
}

.nav-links > li > a:hover {
    color: #205e3f;
}

.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
    right: 6px;
    margin-top: -1px;
}

.sf-arrows .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.5);
}


/*.nav-links > li > a:hover { color: #205e3f; border-color: #205e3f; }*/


/* Drop down menu
------------------------*/

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #FF6C00;
}

.dropdown-menu {
    padding: 8px 0;
    border-radius: 0;
    font-size: 13px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #1f2229;
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul .sf-with-ul:after {
    border-top-color: transparent !important;
    border-left-color: rgba(0, 0, 0, 0.5);
}

.sf-menu .dropdown-header {
    padding: 3px 20px;
}

.sm-nav.sm-collapsible .caret:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
}

.sm-nav.sm-collapsible .open > a > .caret:before {
    content: "\f068";
}

.dropdown-menu.right {
    left: auto !important;
    right: 100%;
}


/* Navigation social icons
------------------------*/

.nav-other, .nav-social {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.nav-social a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #282c35;
    border-radius: 3px;
}

.nav-social a:hover {
    background-color: #282c35;
    color: #fff;
}


/* Menu handle
------------------------*/

.nav-handle {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
}


/* Dark navigation
------------------------*/

.light.nav-wrp {
    background-color: #1f2229;
}

.light.nav-wrp > .bdr-b {
    border-color: rgba(255, 255, 255, 0.15);
}

.light.nav-wrp .nav-links > li > a {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
}

.light.nav-wrp .nav-links > li > a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.light.nav-wrp .nav-social {
    border-color: rgba(255, 255, 255, 0.15);
}

.light.nav-wrp .nav-social a {
    color: rgba(255, 255, 255, 0.8);
}

.light.nav-wrp .nav-social a:hover {
    background-color: #fff;
    color: #1f2229;
}

.light.nav-wrp .nav-other {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.light.bg-glass, .light.nav-wrp.bg-glass:not(.nav-sticky) {
    box-shadow: none;
}

.light .nav-handle {
    color: rgba(255, 255, 255, 0.8);
}

.light.nav-wrp .sf-arrows .sf-with-ul:after, .light.nav-wrp .sf-arrows > li > .sf-with-ul:focus:after, .light.nav-wrp .sf-arrows > li:hover > .sf-with-ul:after, .light.nav-wrp .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(255, 255, 255, 0.5);
}


/* Sticky navigation
------------------------*/

.nav-sticky .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pictograma {
    display: none;
}

.nav-sticky .navbar-brand.logo {
    display: none;
}

.nav-sticky .navbar-brand.pictograma {
    display: block;
}

.nav-hide {
    opacity: 0;
    top: -100px;
}

.nav-show {
    opacity: 1;
    top: 0 !important;
}


/* PAGE HEADERS
********************************************/

header {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pg-path a {
    color: inherit;
}

.pg-path b {
    margin: 0 8px;
}

.pghead-section .container {
    position: relative;
    z-index: 999;
}


/* Page header - 3
=========================*/

.pghead-section3 .pg-path {
    text-align: right;
}


/* VIDEO
********************************************/

.video-box {
    position: relative;
}


/* .ie .flex-row {  width: 100%; } */

.ie .nav-wrp {
    width: 100%;
}

.ie .flex-bc {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


/* .ie .flex-tc {
	justify-content: flex-start;
} */

.ie .ie-mr-l-0 {
    margin-left: 0px;
}

#servicos {
    padding-top: 10px;
}

