@charset "utf-8";
  .napae-table-wrap {
display: table;
width: 100%;
height: 100%;
}
.napae-align-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.napae-align-wrap.bottom {
vertical-align: bottom;
}
.napae-align-wrap.top {
vertical-align: bottom;
}
.napae-table-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.napae-image {
line-height: 0;
}
[class*="napae-"] a {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
text-decoration: none;
}
[class*="napae-"] a:focus {
outline: none;
outline-offset: 0;
}
[class*="napae-"] a:hover,
[class*="napae-"] a:focus {
text-decoration: none;
}
[class*="napae-"] h1:not(.site-title):before,
[class*="napae-"] h2:before {
content: none;
}
[class*="napae-"] .fa {
font-family: FontAwesome;
} .napae-overlay {
position: relative;
}
.napae-overlay > * {
position: relative;
z-index: 1;
}
.napae-overlay:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(12, 19, 34, 0.75);
background-repeat: repeat;
content: "";
z-index: 1;
} .napae-form input[type="text"],
.napae-form input[type="email"],
.napae-form input[type="password"],
.napae-form input[type="tel"],
.napae-form input[type="search"],
.napae-form input[type="date"],
.napae-form input[type="time"],
.napae-form input[type="datetime-local"],
.napae-form input[type="url"],
.napae-form input[type="number"],
.napae-form textarea,
.napae-appointment.napae-form textarea,
.napae-appointment.napae-form select,
.napae-form select {
vertical-align: middle;
width: 100%;
height: 50px;
padding: 10px 20px;
background-color: #ffffff;
line-height: 1.42857143;
border: 1px solid #eaeaea;
outline: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-form input[type="text"]:focus,
.napae-form input[type="email"]:focus,
.napae-form input[type="password"]:focus,
.napae-form input[type="tel"]:focus,
.napae-form input[type="search"]:focus,
.napae-form input[type="date"]:focus,
.napae-form input[type="time"]:focus,
.napae-form input[type="datetime-local"]:focus,
.napae-form input[type="url"]:focus,
.napae-form input[type="number"]:focus,
.napae-form textarea:focus,
.napae-form select:focus {
border-color: #cdcdcd;
box-shadow: none;
}
.napae-form input[type="file"] {
overflow: hidden;
width: 100%;
font-size: 14px;
}
.napae-form input[type=number] {
padding-right: 30px;
margin-bottom: 0;
-webkit-appearance: textfield;
-ms-appearance: textfield;
-o-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.napae-form input[type=number]::-webkit-inner-spin-button,
.napae-form input[type=number]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
}
.napae-form input[type="radio"] {
margin: 0 5px 0 0;
}
.napae-form textarea {
height: 160px;
resize: vertical;
}
.napae-form input[type="submit"] {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 160px;
padding: 21px 40px 19px;
margin-bottom: 0;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
line-height: normal;
font-size: 14px;
text-align: center;
text-transform: uppercase;
border: none;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-form input[type="submit"]:hover,
.napae-form input[type="submit"]:focus {
background-color: #232323;
color: #fff;
}
.napae-form select option {
padding: 5px 10px;
}
.napae-form select[multiple] {
height: 175px;
padding: 9px;
background-image: none;
}
.napae-form label {
font-weight: 400;
cursor: pointer;
}
.napae-form form p {
padding-bottom: 0;
margin-bottom: 0;
line-height: normal;
position: relative;
}
.napae-form form label {
display: inline-block;
vertical-align: middle;
padding-bottom: 10px;
margin-bottom: 0;
font-size: 15px;
line-height: 1.42857143;
position: relative;
}
.napae-form form input,
.napae-form form textarea,
.napae-form form select {
margin-bottom: 10px;
}
.napae-form span.wpcf7-not-valid-tip {
display: none !important;
}
.napae-form input.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.napae-form textarea.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.napae-form div.wpcf7-response-output {
padding: 10px;
} table.napae-table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.napae-table thead tr {
background: #fcfcfc;
border: 1px solid #dcdced;
}
.napae-table thead th {
vertical-align: middle;
padding: 19px 45px 20px;
font-weight: 400;
font-size: 20px;
border: 1px solid #dcdced;
}
.napae-table td {
padding: 20px 45px;
color: #666666;
font-size: 18px;
background: transparent;
border: 1px solid #dcdced;
}
.napae-table td a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-table td a:hover {
color: #f7b800;
}
table.napae-table thead:first-child tr:first-child th {
border: 1px solid #dcdced;
}
table.napae-table tbody tr:hover>td,
table.napae-table tbody tr:hover>th,
table.napae-table tbody>tr:nth-child(odd)>td,
table.napae-table tbody>tr:nth-child(odd)>th {
background: transparent;
}
.napae-table td ul {
padding: 0;
margin: 0;
list-style: none;
}
.napae-responsive-table {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .napae-btn {
display: inline-block;
vertical-align: middle;
padding: 21px 40px 19px;
font-size: 14px;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-btn:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 9px 0 rgba(247, 184, 0, 0.2);
}
.napae-btn.black-btn,
.napae-btn:hover,
.napae-btn:focus {
color: #ffffff;
background-color: #232323;
}
.napae-btn:hover:after,
.napae-btn:focus:after {
-webkit-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 0 0 rgba(35, 35, 35, 0.1);
}
.napae-btn.black-btn:after {
-webkit-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
-ms-box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
box-shadow: 0 9px 0 rgba(35, 35, 35, 0.1);
}
.napae-btn.black-btn:hover,
.napae-btn.black-btn:focus {
background-color: #f7b800;
color: #232323;
}
.napae-btn.black-btn:hover:after,
.napae-btn.black-btn:focus:after {
-webkit-box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
-ms-box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
box-shadow: 0 0 0 rgba(247, 184, 0, 0.2);
}
.btn-style-two {
padding: 15px 50px 15px 20px;
text-align: left;
}
.btn-style-two:after {
position: absolute;
top: 50%;
right: 20px;
font-family: "FontAwesome";
font-weight: 900;
font-size: 11px;
text-rendering: auto;
content: "\f054";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.napae-btn-wrap {
padding-top: 20px;
}
.napae-btn i {
padding-right: 5px;
} .napae-link-wrap {
padding: 3px 0 10px;
}
.napae-link {
display: inline-block;
font-weight: 700;
font-size: 16px;
color: #f7b800;
}
.napae-link:hover {
color: #f7b800;
}
.napae-link:hover span:after {
left: 0;
width: 100%;
}
.napae-link:hover i {
width: 0;
padding: 0;
opacity: 0;
}
.napae-link i {
position: relative;
top: 0;
width: 15px;
padding-left: 5px;
font-size: 12px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-link span {
display: inline-block;
position: relative;
}
.napae-link span:after {
position: absolute;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 1px;
background-color: #f7b800;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
} .napae-rounded-link {
display: inline-block;
width: 50px;
height: 50px;
background: #ffffff;
color: #aaaaaa;
font-size: 14px;
line-height: 50px;
text-align: center;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.napae-rounded-link:hover,
.napae-rounded-link:focus {
color: #ffffff;
background-color: #f7b800;
}
.napae-rounded-link:hover i,
.napae-rounded-link:focus i {
margin-right: -7px;
}
.napae-rounded-link i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .zoom-image .napae-image {
overflow: hidden;
}
.zoom-image .napae-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.zoom-image.napae-hover .napae-image img {
-webkit-transform: scale3d(1.05,1.05,1);
-ms-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
} .napae-social a {
display: inline-block;
color: #555555;
font-size: 14px;
margin-right: 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-social li:last-child a {
margin-right: 0;
}
.napae-social ul {
padding: 0;
margin: 0;
list-style: none;
}
.napae-social ul li {
display: inline-block;
}
.social-label {
display: inline-block;
vertical-align: middle;
}
.napae-social a:hover {
color: #f7b800;
} .napae-social.rounded a {
width: 38px;
height: 38px;
margin-right: 5px;
color: #999999;
border: 1px solid #e1e1e1;
text-align: center;
line-height: 38px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.napae-social.rounded li:last-child a {
margin-right: 0;
}
.napae-social.rounded a:hover,
.napae-social.rounded a:focus {
color: #ffffff;
background-color: #f7b800;
border-color: #f7b800;
} .masonry-wrap {
padding: 0 15px;
}
.napae-masonry {
margin: 0 -15px;
}
.napae-masonry[data-items="3"] .masonry-item {
width: 33.333333%;
}
.napae-masonry[data-items="4"] .masonry-item {
width: 25%;
}
.masonry-item {
float: left;
width: 50%;
padding: 0 15px 30px;
}
.masonry-item.one-third {
width: 68.5%;
}
.masonry-item.one-fourth {
width: 31.5%;
}
.masonry-item.one-fourth-two {
width: 34%;
}
.masonry-item.one-third-two {
width: 66%;
}
.masonry-item.one-half {
width: 32.9%;
}
.masonry-item.one-half-two {
width: 33.1%;
}
.masonry-item.full-width {
width: 100%;
}
.masonry-item .napae-image img {
width: 100%;
}
.masonry-filters {
padding-bottom: 55px;
font-size: 18px;
text-align: center;
}
.masonry-filters ul {
padding: 0;
margin: 0;
list-style: none;
}
.masonry-filters ul li {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
}
.masonry-filters ul li:first-child {
padding-left: 0 !important;
}
.masonry-filters ul li:last-child {
padding-right: 0 !important;
}
.masonry-filters ul li a {
display: inline-block;
padding: 7px 0;
position: relative;
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.masonry-filters ul li a.active,
.masonry-filters ul li a:hover {
color: #f7b800;
}
.masonry-filters ul li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 50%;
height: 2px;
content: "";
background-color: #f7b800;
-webkit-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-ms-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0;
}
.masonry-filters ul li a.active:after {
left: 50%;
opacity: 1;
}
.masonry-filters.dot-top ul li a:after {
position: absolute;
bottom: auto;
top: 0;
}
.masonry-filters.dot-left ul li a:after {
left: 100%;
}
.masonry-filters.dot-left ul li a.active:after {
left: 4px;
}
.masonry-filters.dot-right ul li a:after {
right: 100%;
left: auto;
}
.masonry-filters.dot-right ul li a.active:after {
right: -2px;
} .mfp-bg {
background: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.mfp-close {
position: absolute;
right: 28px;
top: 30px;
width: 16px;
height: 16px;
padding: 0;
cursor: pointer;
opacity: 1;
z-index: 9999;
}
.mfp-close:active {
top: 30px;
}
.mfp-bottom-bar {
display: none;
}
.mfp-bottom-bar a {
color: #ffffff;
font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
top: -30px;
right: 0;
width: 16px;
padding-right: 0;
}
.mfp-image-holder .mfp-close {
display: none;
}
.mfp-container {
padding: 0 25px;
}
.mfp-container .mfp-img {
padding: 0;
}
.mfp-container .mfp-arrow {
width: auto;
height: auto;
margin: 0;
color: #ffffff;
opacity: 1;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-tap-highlight-color: transparent;
z-index: 9999;
}
.mfp-arrow:after {
display: none;
}
.mfp-arrow:before {
display: inline-block;
margin: 0;
font: normal normal normal 30px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: none;
position: static;
opacity: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mfp-arrow-left {
left: 30px;
}
.mfp-arrow-right {
right: 45px;
}
.mfp-arrow-right:before {
content: "\f105";
}
.mfp-figure:after {
display: none;
}
.mfp-close:before {
position: absolute;
top: -2px;
left: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.mfp-close:after {
position: absolute;
top: -2px;
right: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 1;
} .slick-slider {
-webkit-user-select: unset;
-moz-user-select: unset;
-ms-user-select: unset;
user-select: unset;
}
.slick-slider.napae-hover .slick-arrow {
opacity: 1;
}
.slick-slider:not(.slick-vertical-slider).napae-hover .slick-prev {
left: 30px;
}
.slick-slider:not(.slick-vertical-slider).napae-hover .slick-next {
right: 30px;
}
.slick-arrow {
left: 10px;
width: auto;
height: auto;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.slick-next {
left: auto;
right: 10px;
}
.slick-arrow:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
font-size: 31px;
speak: none;
line-height: 1;
content: "\e066";
opacity: 0.7;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
content: "\e068";
} .slick-vertical-slider .slick-arrow {
top: auto;
bottom: 100%;
right: 0;
width: 32px;
height: 32px;
margin-bottom: 5px;
border: 1px solid rgba(255, 255, 255, 0.1);
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
z-index: 1;
}
.slick-vertical-slider .slick-arrow:before {
font-size: 19px;
}
.slick-vertical-slider .slick-arrow:hover:before {
opacity: 1;
}
.slick-vertical-slider .slick-prev {
left: auto;
right: 31px;
} .owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: unset;
-moz-user-select: unset;
-ms-user-select: unset;
user-select: unset;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
}
.owl-carousel .owl-dots {
padding-top: 25px;
text-align: center;
}
.owl-carousel button.owl-dot {
display: inline-block;
vertical-align: middle;
width: 8px;
height: 8px;
margin: 0 5px;
background: #ececec;
text-indent: -999px;
cursor: pointer;
outline: none;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.owl-carousel button.owl-dot.active {
background-color: #f7b800;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
width: 30px;
height: 30px;
line-height: 28px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
background: #ffffff;
color: #999999;
outline: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
left: auto;
right: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
color: #ffffff;
background-color: #f7b800;
}
.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
display: inline-block;
font-family: "FontAwesome";
font-size: 11px;
text-rendering: auto;
content: "\f053";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:after {
content: "\f054";
}
.owl-drag .disabled {
display: none;
}
.slider-no-current {
display: none;
padding-top: 46px;
}
.current-no:after {
content: "/"
} .napae-swiper-slide.swiper {
clear: both;
height: 800px;
min-height: 800px;
}
.napae-swiper-slide.swiper .swiper-pagination-bullet {
background: #f7b800;
}
.napae-swiper-slide.swiper .swiper-button-next,
.napae-swiper-slide.swiper .swiper-button-prev {
width: 45px;
height: 45px;
background-image: none;
outline: none;
background-color: #fff;
border-radius: 100%;
left: 60px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
opacity: 0;
}
.napae-swiper-slide.swiper .swiper-button-prev:before,
.napae-swiper-slide.swiper .swiper-button-next:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #232323;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 28px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f105";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-swiper-slide.swiper .swiper-button-prev:before {
content: "\f104";
}
.napae-swiper-slide.swiper .swiper-button-next {
left: auto;
right: 60px;
}
.napae-swiper-slide.swiper:hover .swiper-button-prev {
left: 30px;
opacity: 1;
}
.napae-swiper-slide.swiper:hover .swiper-button-next {
right: 30px;
opacity: 1;
}
.napae-swiper-slide.swiper .swiper-button-next:hover,
.napae-swiper-slide.swiper .swiper-button-prev:hover {
background-color: #f7b800;
}
.napae-swiper-slide.swiper .swiper-button-next:hover:before,
.napae-swiper-slide.swiper .swiper-button-prev:hover:before {
color: #ffffff;
}
.napae-swiper-slide.swiper .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.napae-swiper-slide.swiper .swiper-pagination-bullets {
bottom: 20px;
}
.vertical-dots.napae-swiper-slide.swiper .swiper-pagination-bullets {
bottom: 50% !important;
transform: translateY(50%) !important;
left: auto;
right: 50px;
width: 30px;
}
.swiper-flip .swiper-slide {
opacity: 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active, .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
opacity: 1;
} .napae-pagination {
vertical-align: middle;
padding-top: 30px;
text-align: center;
}
.napae-pagination ul {
padding: 0;
margin: 0;
font-size: 15px;
list-style: none;
}
.napae-pagination ul li {
display: inline-block;
vertical-align: middle;
color: #777777;
}
.napae-pagination ul li.inactive {
vertical-align: super;
padding: 0 15px;
color: #d7d7d7;
}
.napae-pagination ul li span,
.napae-pagination ul li a {
border: 1px solid #d1d1d1;
display: inline-block;
color: #222222;
width: 40px;
height: 40px;
padding: 0;
line-height: 39px;
margin-right: 7px;
text-align: center;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.napae-pagination ul li a:hover,
.napae-pagination ul li a.current,
.napae-pagination ul li span.current {
background-color: #f7b800;
border-color: #f7b800;
color: #fff;
}
.napae-pagination ul li.prev,
.napae-pagination ul li.next {
font-weight: 300;
font-size: 13px;
} .napae-separator {
display: flex;
margin: 0 auto;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
}
.napae-separator.icon-top {
align-items: end;
}
.napae-separator.icon-bottom {
align-items: baseline;
}
.napae-separator span {
position: relative;
width: 100%;
max-width: 50px;
}
.napae-separator .sep-left, .napae-separator .sep-right {
height: 1px;
background-color: #444444;
}
.napae-sep {
margin: 0 12px;
width: auto;
}
.napae-sep i {
font-size: 20px;
}
.napae-separator.separator-left {
margin-left: 0;
margin-right: auto;
text-align: left;
justify-content: flex-start;
}
.napae-separator.separator-right {
margin-left: auto;
margin-right: 0;
text-align: right;
justify-content: flex-end;
}
.napae-separator.left-separator .sep-two-left,
.napae-separator.left-separator .sep-left {
max-width: 0;
}
.napae-separator.left-separator .napae-sep {
margin-left: 0;
}
.napae-separator.right-separator .sep-two-right,
.napae-separator.right-separator .sep-right {
max-width: 0;
}
.napae-separator.right-separator .napae-sep {
margin-right: 0;
}
.border-two span.sep-two-left:before,
.border-two span.sep-two-left:after {
content: "";
display: inline-block;
position: absolute;
right: 0;
top: -2px;
width: 70%;
background: #232323;
height: 2px;
}
.border-two span.sep-two-left:after {
top: 2px;
width: 100%;
}
.border-two span.sep-two-right:before,
.border-two span.sep-two-right:after {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: -2px;
width: 70%;
background: #232323;
height: 2px;
}
.border-two span.sep-two-right:after {
top: 2px;
width: 100%;
} .napae-service-item {
overflow: hidden;
padding: 30px;
margin-bottom: 30px;
background: #ffffff;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.napae-service-item.service-left {
text-align: left;
}
.napae-service-item.service-right {
text-align: right;
}
.napae-service-item .napae-image {
padding-bottom: 20px;
margin: 0 auto;
}
.napae-service-item .napae-icon {
width: 73px;
height: 73px;
text-align: center;
margin: 0 auto 19px;
border-radius: 100%;
position: relative;
padding: 0;
}
.napae-service-item .napae-icon i {
line-height: 73px;
}
.napae-service-item h3.service-title {
font-size: 18px;
line-height: 28px;
padding: 0 0 10px;
margin: 0;
color: #444444;
text-transform: uppercase;
}
.napae-service-item h3 a {
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-service-item h3 a:hover {
color: #f7b800;
}
.napae-service-item p {
margin-bottom: 16px;
color: #777777;
font-size: 16px;
line-height: 26px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-service-item.service-hover.napae-hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.napae-service-item.service-border:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
content: "";
background: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 1;
}
.napae-service-item.service-border.napae-hover:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.napae-service-item.icon-top {
padding-top: 50px;
overflow: unset;
}
.napae-service-item.icon-top .napae-icon {
position: absolute;
top: -37px;
left: 0;
right: 0;
}
.napae-service-item.icon-bottom {
padding-bottom: 50px;
overflow: unset;
}
.napae-service-item.icon-bottom .napae-icon {
position: absolute;
bottom: -55px;
left: 0;
right: 0;
}
.service-left .napae-icon {
margin-left: 0;
margin-right: auto;
}
.service-right .napae-icon {
margin-right: 0;
margin-left: auto;
}
.napae-service-item.have-img {
padding: 0;
}
.napae-service-item.have-img .service-info {
padding: 0 30px 20px;
}
.napae-service-item.with-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
}
.napae-service-item.with-bg:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-info {
position: relative;
}
.napae-service-item.icon-left .service-info {
padding: 0 0 0 30px;
overflow: hidden;
text-align: left;
}
.napae-service-item.icon-left .napae-icon,
.napae-service-item.icon-left .napae-image {
float: left;
}
.napae-service-item.icon-right .service-info {
padding: 0 30px 0 0;
overflow: hidden;
text-align: right;
}
.napae-service-item.icon-right .napae-icon,
.napae-service-item.icon-right .napae-image {
float: right;
} .service-style-two.napae-service-item .napae-icon,
.service-style-two.napae-service-item .napae-image {
width: 75px;
float: none;
margin-left: 0;
}
.service-style-two.napae-service-item.service-center .napae-image {
margin: 0 auto;
}
.service-style-two.napae-service-item.service-right .napae-image {
margin-left: auto;
margin-right: 0;
}
.service-style-two.napae-service-item .service-info {
padding-left: 0;
}
.napae-service-item.service-style-two {
border-radius: 0;
}
.napae-service-item.service-style-two.service-border::before {
content: '';
height: 2px;
width: 20px;
position: absolute;
left: 0;
background: #f7b800;
bottom: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.napae-service-item.service-border.service-style-two:after {
content: none;
}
.napae-service-item.service-style-two.service-border:hover::before {
width: 100%;
}
.napae-service-item.service-style-two .napae-icon {
border-radius: 5px;
}
.napae-service-item.service-style-two.service-center .napae-icon {
float: none;
margin: 0 auto;
margin-bottom: 19px;
}
.napae-service-item.service-right.service-style-two .napae-icon {
float: none;
margin-right: 0;
margin-left: auto;
} .napae-service-item.service-style-three {
padding: 0;
}
.service-style-three .service-info {
padding: 15px 25px;
position: absolute;
display: flex;
flex-wrap: wrap;
align-items: center;
bottom: 0;
background: rgba(247, 56, 8, 0.9);
left: 0;
right: 0;
min-height: 62px;
transform: translateY(140px);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-service-item.service-style-three .service-info-inner {
display: inline-block;
width: 100%;
min-height: 175px;
}
.napae-service-item.service-style-three .napae-image {
padding: 0;
}
.napae-service-item.service-style-three h3 {
transform: translateY(-55px);
color: #ffffff;
padding: 0 0 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-service-item.service-style-three h3 a {
color: #ffffff;
}
.napae-service-item.service-style-three p {
font-size: 18px;
line-height: 28px;
color: #e8e8e8;
margin: 0;
padding: 0;
}
.napae-service-item.service-style-three .napae-icon {
margin-bottom: 10px;
opacity: 0;
-webkit-transition: all ease .2s;
-ms-transition: all ease .2s;
transition: all ease .2s;
transition-delay: 0s;
}
.napae-service-item.service-style-three.napae-hover .napae-icon {
opacity: 1;
transition-delay: .1s;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-style-three.napae-hover .service-info {
min-height: 100%;
}
.napae-service-item.service-style-three.napae-hover h3,
.service-style-three.napae-hover .service-info {
transform: translateY(0);
}
.napae-service-item.service-style-three.napae-hover .service-info-inner {
min-height: auto;
} .napae-blog-wrap {
padding: 0 5px;
}
.napae-blog-item {
margin-bottom: 30px;
padding: 20px 20px 28px;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.napae-blog-item.no-img .napae-blog-info {
padding: 8px 0 0;
}
.napae-blog-item .napae-image {
position: relative;
}
.napae-blog-item .napae-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.post-date-wrap {
position: absolute;
bottom: 20px;
left: 20px;
padding: 10px 15px 6px;
color: #ffffff;
background-color: #f7b800;
text-align: center;
line-height: 18px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
z-index: 1;
}
.post-date {
display: block;
font-weight: 700;
font-size: 20px;
}
.post-month {
font-size: 11px;
text-transform: uppercase;
}
.napae-blog-info {
padding-top: 23px;
}
.napae-blog-info h4 {
font-size: 20px;
line-height: 28px;
}
.napae-blog-info p {
margin-bottom: 10px;
color: #777777;
line-height: 26px;
font-size: 16px;
}
.napae-blog-title {
padding-bottom: 10px;
} .napae-blog-style-two .napae-blog-item {
padding: 0;
background: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.napae-blog-style-two .napae-blog-item:before, .napae-blog-style-two .napae-blog-item:after {
display: table;
clear: both;
content: "";
}
.napae-blog-style-two .napae-blog-item .napae-image {
float: left;
}
.napae-blog-style-two .napae-blog-item .napae-image img {
width: 270px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.napae-blog-style-two .napae-blog-info {
overflow: hidden;
padding: 0 20px 0 25px;
}
.napae-blog-style-two .napae-blog-title {
padding-bottom: 8px;
}
.napae-blog-info ul {
padding: 0 0 10px;
margin: 0;
color: #aaaaaa;
list-style: none;
}
.napae-blog-info ul li {
display: inline-block;
font-size: 14px;
}
.napae-blog-info ul li i {
padding-right: 3px;
}
.napae-blog-info ul li:after {
display: inline-block;
vertical-align: text-bottom;
padding: 0 5px 0 7px;
color: #dadada;
content: "|";
}
.napae-blog-info ul li:last-child:after {
display: none;
}
.napae-blog-info ul li a {
color: inherit;
} .napae-blog-wrap.napae-blog-style-three {
padding: 0 0 40px;
}
.napae-blog-style-three .napae-blog-item {
padding: 0;
margin: 0 auto;
width: 100%;
height: 750px;
max-width: 1170px;
position: relative;
background-color: #232323;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-wrap: wrap;
align-items: center;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.napae-blog-style-three .napae-blog-item .napae-image img {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.napae-blog-style-three .napae-blog-item .napae-image {
position: relative;
}
.napae-blog-style-three .napae-blog-item:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.3);
z-index: 3;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-blog-style-three .napae-blog-item.is-selected:after {
background: rgba(0, 0, 0, 0.5);
z-index: unset;
}
.napae-blog-style-three .napae-blog-info {
background: rgba(0, 0, 0, 0.4);
border: 3px solid #ffffff;
width: 100%;
max-width: 550px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.napae-blog-info-wrap {
padding: 40px;
text-align: center;
}
.napae-blog-info-wrap h4 {
font-size: 35px;
line-height: 45px;
color: #ffffff;
}
.napae-blog-info-wrap h4 a {
color: #ffffff;
}
.blog-cats {
padding: 0 0 5px;
}
.blog-cats a {
display: inline-block;
background: #f7b800;
color: #232323;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
padding: 5px 15px 3px;
margin: 2px;
border-radius: 70px;
}
.blog-cats a:hover {
background: #232323;
color: #f7b800;
}
.napae-blog-info-wrap .napae-link {
text-transform: uppercase;
}
.napae-blog-style-three .napae-blog-info ul {
padding: 0;
margin: 0;
color: #ffffff;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
.napae-blog-style-three .napae-blog-info ul li {
display: inline-block;
float: left;
width: 20%;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
text-align: center;
padding: 25px 15px;
border-top: 3px solid #ffffff;
border-left: 3px solid #ffffff;
}
.napae-blog-style-three .napae-blog-info ul li:before {
content: none;
}
.napae-blog-style-three .napae-blog-info ul li:first-child {
border-left: none;
width: 45%;
}
.napae-blog-style-three .napae-blog-info ul li:nth-child(2) {
width: 35%;
}
.napae-blog-style-three .napae-blog-info ul li:after {
content: none;
}
.flickity-page-dots .dot {
background: #232323;
}
.flickity-page-dots {
bottom: -35px;
}
.flickity-button {
outline: none !important;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .napae-gallery-item {
overflow: hidden;
position: relative;
padding: 10px;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.napae-gallery-item .napae-image {
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.napae-gallery-item .napae-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.napae-gallery-item .napae-image.hav-popup:after {
content: "";
width: 100%;
height: 100%;
background-color: #f7b800;
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.napae-gallery-item.napae-hover .napae-image.hav-popup:after {
transform: scale(1);
opacity: 0.9;
}
.gallery-info {
padding: 25px 15px 10px;
}
.gallery-info h2 {
color: #232323;
font-size: 26px;
padding: 0 0 10px;
}
.gallery-info p {
margin-bottom: 10px;
color: #777777;
line-height: 26px;
font-size: 16px;
}
.hav-popup a.pp-icon {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #ffffff;
background: rgba(11, 11, 12, 0.6);
width: 65px;
height: 65px;
font-size: 20px;
text-align: center;
line-height: 64px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.napae-gallery-item.napae-hover .hav-popup a.pp-icon {
top: 50%;
opacity: 1;
}
.gallery-info-wrap {
position: relative;
overflow: hidden;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.gallery-info-wrap .gallery-info {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 25px 15px 15px;
background: #232323;
transform: translate3d(0,100%,0);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-hover .gallery-info-wrap .gallery-info {
transform: translate3d(0,0,0);
}
.gallery-info-wrap .gallery-info h2 a,
.gallery-info-wrap .gallery-info h2 {
color: #ffffff;
}
.gallery-info-wrap .gallery-info p {
color: #ffffff;
}
.napae-hover .gallery-info-wrap .napae-image img {
-webkit-transform: translate3d(0,-75px,0);
transform: translate3d(0,-75px,0);
transition-delay: .1s;
} .napae-contact-item {
display: inline-block;
width: 100%;
padding: 20px 30px;
background: #fff;
border: 1px solid #eeeeee;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.napae-contact-item .napae-icon {
float: left;
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
color: #f7b800;
border: 2px solid #f7b800;
line-height: 48px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.napae-contact-item .contact-info {
overflow: hidden;
padding: 0 0 0 20px;
}
.napae-contact-item.contact-right .napae-icon {
float: right;
}
.napae-contact-item.contact-right .contact-info {
padding: 0 20px 0 0;
text-align: right;
}
.contact-info h2 {
margin: 0;
}
.napae-contact-item .contact-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.napae-contact-item .contact-info ul li {
padding: 5px 0 0;
color: #666666;
font-size: 16px;
line-height: 26px;
}
.napae-contact-item .contact-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-contact-item .contact-info ul li a:hover {
color: #f7b800;
}
.napae-contact-item .contact-info h2 {
margin: 0;
padding: 0 0 5px;
font-size: 24px;
}
.napae-contact-item .contact-info ul li span {
color: #444444;
display: inline-block;
}
.napae-contact-item.contact-center .napae-icon {
float: none;
margin: 0 auto 20px;
} .napae-process-wrap {
justify-content: center;
text-align: center;
padding: 15px 0;
overflow: hidden;
}
.napae-process-item-wrap {
display: inline-block;
text-align: center;
}
.napae-process-wrap:before,
.napae-process-wrap:after {
display: table;
content: "";
}
.napae-process-wrap:after {
clear: both;
}
.napae-process-item {
display: inline-block;
vertical-align: top;
padding-right: 130px;
position: relative;
}
.napae-process-item:before {
position: absolute;
top: 60px;
left: 20px;
width: 100%;
height: 1px;
background: #dcdced;
content: "";
z-index: 0;
}
.napae-process-item:after {
position: absolute;
top: 60px;
left: 20px;
width: 0;
height: 1px;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.napae-process-item.process-done:after {
width: 100%;
background-color: #f7b800;
}
.napae-process-item.process-done .napae-icon {
border-color: #f7b800;
background: #f7b800;
transition-delay: 0.1s;
color: #fff;
}
.napae-process-wrap .napae-process-item:last-child {
padding-right: 0;
}
.napae-process-wrap .napae-process-item:last-child:before,
.napae-process-wrap .napae-process-item:last-child:after {
display: none;
}
.napae-process-item .napae-icon {
width: 120px;
height: 120px;
overflow: hidden;
margin: 0 auto 11px;
color: #f7b800;
background: #ffffff;
border: 1px solid #dcdced;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
z-index: 2;
}
.napae-process-item .napae-icon i {
font-size: 50px;
}
.napae-process-item .napae-icon i,
.napae-process-item .napae-icon img {
position: relative;
z-index: 1;
}
.napae-process-item .napae-icon img {
max-width: 75px;
}
.napae-process-info {
max-width: 132px;
}
.napae-process-item h4.process-title {
font-size: 16px;
color: #444444;
font-weight: 600;
margin: 0;
padding: 0 0 5px;
}
.napae-process-item p {
color: #f7b800;
font-size: 16px;
line-height: 26px;
margin: 0;
} .process-style-three {
text-align: left;
}
.process-style-three .napae-process-item {
padding: 0 0 15px;
position: relative;
width: 100%;
}
.process-style-three .napae-process-item:last-child {
padding-bottom: 0;
}
.process-style-three .napae-process-item:after,
.process-style-three .napae-process-item:before {
position: absolute;
top: 9px;
left: 82px;
width: 1px;
height: 100%;
background: #e1e1e1;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 0;
}
.process-style-three .napae-process-item:last-child:after {
height: 65%;
display: block;
}
.process-style-three .napae-process-item:before {
height: 0;
}
.process-style-three .napae-process-item.process-done:before {
background-color: #f7b800;
height: 100%;
z-index: 1;
}
.process-style-three .napae-process-info {
overflow: hidden;
padding-left: 52px;
max-width: 100%;
}
.process-style-three .napae-process-info h4 {
font-size: 20px;
}
.process-style-three .napae-process-item p {
color: #777777;
font-size: 14px;
line-height: 24px;
}
.napae-step-counter {
float: left;
font-size: 14px;
margin-top: 3px;
font-weight: 700;
text-transform: uppercase;
position: relative;
width: 100%;
max-width: 60px;
word-break: break-word;
}
.napae-step-counter:after {
position: absolute;
top: 6px;
right: -27px;
width: 9px;
height: 9px;
padding: 3px;
background: #e1e1e1;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 1;
}
.napae-process-item.process-done .napae-step-counter:after {
background-color: #f7b800;
} .napae-proc-item {
border-radius: 200px;
background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%);
margin: 0 auto 30px;
max-width: 400px;
}
.napae-proc-item.odd {
border-radius: 200px;
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
}
.napae-proc-info {
display: inline-block;
background: #fff;
padding: 50px 30px;
margin: 20px;
border-radius: 200px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.napae-proc-info h4 {
font-size: 22px;
padding: 15px 0 10px;
}
.napae-proc-info p {
color: #777777;
font-size: 14px;
line-height: 24px;
margin: 0;
padding: 0 0 15px;
}
.napae-proc-info .napae-icon i {
font-size: 50px;
background: #f7b800;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.proc-count {
width: 60px;
height: 60px;
line-height: 60px;
margin: 0 auto;
display: block;
color: #fff;
font-weight: 700;
font-size: 20px;
text-align: center;
border-radius: 100%;
background: #f7b800;
} .napae-mate-item {
margin-bottom: 72px;
position: relative;
}
.napae-mate-item .napae-image {
position: relative;
}
.napae-mate-item .napae-image img {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.napae-mate-item.napae-hover .napae-mate-info {
bottom: -30px;
}
.napae-mate-info {
position: absolute;
bottom: -41px;
left: 20px;
right: 20px;
padding: 15px 20px;
background: #ffffff;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.napae-mate-info h4 {
font-size: 18px;
line-height: 28px;
}
.napae-mate-info p {
margin-bottom: 0;
color: #f7b800;
font-size: 14px;
}
.napae-mate-name {
padding-bottom: 2px;
}
.napae-mate-info .napae-social {
padding: 4px 0 0;
} .team-style-two .napae-mate-item {
margin-bottom: 30px;
}
.team-style-two .napae-image {
position: relative;
}
.team-style-two .napae-mate-info {
padding: 20px 0 0;
text-align: center;
position: static;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.team-style-two .napae-mate-info h4 {
font-size: 16px;
}
.team-style-two .napae-mate-name {
text-transform: uppercase;
}
.napae-mate-item.napae-hover .napae-mate-info-wrap {
opacity: 1;
visibility: visible;
-webkit-transition-delay: inherit;
-ms-transition-delay: inherit;
transition-delay: inherit;
}
.napae-mate-info-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease-in-out .4s;
-ms-transition: all ease-in-out .4s;
transition: all ease-in-out .4s;
-webkit-transition-delay: 700ms;
-ms-transition-delay: 700ms;
transition-delay: 700ms;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
z-index: 1;
}
.napae-mate-item.napae-hover .napae-mate-info-wrap .napae-social li {
opacity: 1;
transform: none;
}
.napae-mate-info-wrap .napae-social li {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: transform 500ms, opacity 500ms;
-ms-transition: transform 500ms, opacity 500ms;
transition: transform 500ms, opacity 500ms;
-webkit-transition-delay: 100ms;
-ms-transition-delay: 100ms;
transition-delay: 100ms;
}
.napae-mate-info-wrap .napae-social li:nth-child(2n) {
-webkit-transition-delay: 200ms;
-ms-transition-delay: 200ms;
transition-delay: 200ms;
}
.napae-mate-info-wrap .napae-social li:nth-child(3n) {
-webkit-transition-delay: 300ms;
-ms-transition-delay: 300ms;
transition-delay: 300ms;
}
.napae-mate-info-wrap .napae-social li:nth-child(4n) {
-webkit-transition-delay: 400ms;
-ms-transition-delay: 400ms;
transition-delay: 400ms;
}
.napae-mate-info-wrap .napae-social.rounded a {
background: #ffffff;
border-color: transparent;
margin: 4px 3px;
}
.napae-mate-info-wrap .napae-social.rounded a:hover,
.napae-mate-info-wrap .napae-social.rounded a:focus {
color: #ffffff;
background-color: #f7b800;
border-color: #f7b800;
} .team-style-three .napae-mate-item {
margin-bottom: 30px;
}
.team-style-three .napae-mate-item .napae-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.team-style-three .napae-mate-item:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: 25px;
height: calc(100% - 150px);
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-style-three .napae-mate-item.no-icon:before {
bottom: 3px;
}
.team-style-three .napae-mate-item.napae-hover:before {
bottom: 0;
height: 100%;
-webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
}
.team-style-three .napae-mate-info {
padding: 15px;
text-align: center;
position: static;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.team-style-three .napae-mate-info .napae-social a {
font-size: 16px;
}
.team-style-three .napae-mate-item .napae-image {
padding: 15px 15px 0;
}
.team-style-three .napae-mate-info .napae-social {
opacity: 0;
-webkit-transition: opacity 0.17s ease;
transition: opacity 0.17s ease;
}
.team-style-three .napae-hover .napae-mate-info .napae-social {
opacity: 1;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.team-style-three .napae-mate-info * {
position: relative;
} .napae-team.team-style-four .napae-mate-item {
margin-bottom: 30px;
overflow: hidden;
}
.napae-team.team-style-four .napae-mate-info h4 {
font-size: 24px;
}
.napae-team.team-style-four .napae-hover .napae-mate-info h4 {
color: #fff;
}
.napae-team.team-style-four .napae-mate-info p {
font-size: 16px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-team.team-style-four .napae-hover .napae-mate-info p {
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-team.team-style-four .napae-mate-info {
bottom: 0;
left: 0;
right: 0;
min-height: 82px;
background: #fdfdfd;
border: 1px solid #e7e7e7;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-team.team-style-four .napae-mate-info ul {
list-style: none;
padding: 0;
margin: 0;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-team.team-style-four .napae-mate-info ul li {
padding: 3px 0;
}
.napae-team.team-style-four .napae-mate-info ul li a,
.napae-team.team-style-four .napae-mate-info ul li {
color: #fff;
font-size: 18px;
}
.napae-team.team-style-four .napae-mate-info ul li i {
padding-right: 3px;
}
.napae-team.team-style-four .napae-hover .napae-mate-info ul {
height: auto;
opacity: 1;
visibility: visible;
-webkit-transition: all ease .2s;
-ms-transition: all ease .2s;
transition: all ease .2s;
}
.napae-team.team-style-four .napae-hover .napae-mate-info {
min-height: 100%;
background: rgba(11, 11, 12, 0.7);
border-color: transparent;
}
.mate-info-wrap {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .napae-team-single-wrap {
padding: 0 15px;
}
.napae-team-single-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 20px 0;
}
.napae-team-single-item .single-mate-image,
.napae-team-single-item .single-mate-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.napae-team-single-item .single-mate-info ul {
padding: 0 0 10px;
margin: 0;
list-style: none;
}
.single-mate-info ul li {
padding: 6px 0;
color: #666666;
font-size: 18px;
line-height: 26px;
}
.single-mate-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info ul li a:hover {
color: #f7b800;
}
.single-mate-info ul li span {
color: #444444;
display: inline-block;
padding-right: 5px;
font-weight: 500;
}
.single-mate-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 26px;
padding: 0 0 10px;
}
.single-mate-info h3.team-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.single-mate-info h3 a {
color: #444444;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info h3 a:hover {
color: #f7b800;
}
.napae-team-single-item .single-mate-info h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 15px;
}
.napae-team-single-item .napae-image {
text-align: center;
}
.image-wrap {
display: inline-block;
position: relative;
}
.image-wrap img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
position: relative;
z-index: 1;
}
.image-wrap:after {
content: "";
width: 100%;
display: inline-block;
height: 100%;
position: absolute;
left: 20px;
top: 20px;
border: 10px solid #f7b800;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-team-single-item .napae-image .image-wrap:hover:after {
left: 0;
top: 0;
}
.image-wrap.hide-shape:after {
content: none;
}
.napae-team-single-item.full-width .single-mate-image,
.napae-team-single-item.full-width .single-mate-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.napae-team-single-item.full-width {
max-width: 650px;
margin: 0 auto;
border-radius: 5px 5px 5px 5px;
padding: 50px;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .napae-testimonials-wrap {
padding: 30px 40px;
margin: 30px auto 0;
background: #ffffff;
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 0 0 1px #ededed;
-ms-box-shadow: inset 0 0 0 1px #ededed;
box-shadow: inset 0 0 0 1px #ededed;
}
.napae-testimonial-item .napae-image {
padding: 0 0 15px;
}
.napae-testimonial-item .napae-image img {
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.napae-testimonials-wrap .napae-icon {
position: absolute;
top: -23px;
right: 20px;
z-index: 1;
color: #f7b800;
text-align: center;
}
.napae-testimonial-item h4 span {
font-size: 16px;
font-weight: normal;
}
.napae-testimonials-wrap .napae-icon i {
font-size: 45px;
-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.napae-testimonial-item p {
font-size: 15px;
line-height: 24px;
color: #777777;
}
.napae-testimonial-item h4 {
font-size: 18px;
line-height: 26px;
}
.napae-customer-rating {
padding-bottom: 15px;
font-size: 16px;
color: #f7b800;
display: inline-block;
}
.napae-customer-rating i {
margin: 0 1px;
}
.napae-author-name {
padding-bottom: 0;
text-transform: uppercase;
}
.napae-author-wrap p {
margin-bottom: 0;
font-size: 14px;
color: #f7b800;
} .testimonials-style-two .napae-testimonial-item {
max-width: 700px;
padding: 30px 50px 35px;
margin: 0 auto;
background: #ffffff;
text-align: center;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .napae-image {
margin-top: 10px;
}
.testimonials-style-two .napae-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .owl-carousel .owl-nav {
margin-top: 0;
position: static;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-prev,
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 42px;
left: 120px;
z-index: 1;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
left: auto;
right: 120px;
}
.napae-testimonial-info {
padding-top: 25px;
}
.napae-testimonial-info .napae-customer-rating {
padding-bottom: 8px;
}
.napae-testimonial-info p {
font-style: italic;
} .testimonials-style-four .napae-testimonials-wrap {
padding: 0;
margin: 0;
overflow: hidden;
}
.testimonials-style-four .napae-testimonial-content {
padding: 30px 40px 15px;
}
.testimonials-style-four .napae-author-wrap {
position: relative;
padding: 30px 40px;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
background: #f6f6f6;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.testimonials-style-four .napae-testimonials-wrap:hover .napae-author-wrap {
background: #f7b800;
}
.testimonials-style-four .napae-author-wrap .napae-image {
float: left;
padding: 0;
margin-right: 15px;
}
.testimonials-style-four .napae-author-wrap p {
font-size: 16px;
color: #777777;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.testimonials-style-four .napae-testimonials-wrap .napae-icon,
.testimonials-style-four .napae-testimonials-wrap:hover .napae-author-wrap p {
color: #232323;
}
.testimonials-style-four .napae-testimonials-wrap .napae-icon i {
-webkit-text-shadow: none;
-ms-text-shadow: none;
text-shadow: none;
} .napae-video-wrap {
display: block;
line-height: 0;
width: 100%;
}
a.napae-video-btn:hover {
color: #fff;
}
.napae-video-wrap .napae-image {
position: relative;
display: block;
min-height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 100%;
overflow: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-video-wrap .napae-image img {
visibility: hidden;
opacity: 0;
}
.napae-video-wrap a {
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-video-btn {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
color: #ffffff;
font-size: 24px;
background-color: #f7b800;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
-webkit-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-ms-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 2;
}
a.napae-video-btn:focus,
a.napae-video-btn:hover {
color: #ffffff;
}
.napae-video-btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.video-label {
display: block;
padding-top: 20px;
font-size: 20px;
color: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-video-wrap .napae-image:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
display: block;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-video-btn-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
z-index: 2;
}
.napae-video-btn-wrap .napae-video-btn {
position: relative;
display: inline-block;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-video-btn-wrap .napae-video-btn i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-ripple,
.napae-ripple:before,
.napae-ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.napae-ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
}
@-webkit-keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.napae-video-section {
background: #ffffff;
overflow: hidden;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 10px 120px rgba(0, 0, 0, 0.2);
}
.napae-video-section .nich-row {
margin: 0;
}
.napae-video-section [class*="nich-col-"] {
padding: 0;
}
.napae-title-section-wrap {
padding: 60px;
}
.napae-video-section .napae-title-section .napae-image {
padding: 0 0 20px;
display: inline-block;
}
.napae-video-section .napae-title-section {
padding: 20px 0 0;
}
.napae-video-section .napae-title-section p {
font-size: 18px;
color: #777777;
} .napae-aboutme-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.napae-aboutme-item .aboutme-image,
.napae-aboutme-item .aboutme-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutme-info h3.aboutme-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info .aboutme-info-wrap h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info p {
margin: 0;
color: #666666;
font-size: 20px;
line-height: 30px;
padding-bottom: 15px;
}
.aboutme-info p:last-child {
padding-bottom: 0;
}
.aboutme-info-wrap {
padding: 50px;
}
.aboutme-info-wrap .napae-social {
padding: 5px 0 25px;
} .napae-aboutus-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.napae-aboutus-item .aboutus-image,
.napae-aboutus-item .aboutus-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutus-info {
text-align: left;
}
.aboutus-info.right {
text-align: right;
}
.aboutus-info.center {
text-align: center;
}
.aboutus-info h3.aboutus-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
margin-bottom: 20px
}
.aboutus-info h3:after {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 4px;
content: "";
background: #f7b800;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.aboutus-info.right h3:after {
left: auto;
right: 0;
}
.aboutus-info.center h3:after {
left: 0;
right: 0;
margin: 0 auto;
}
.aboutus-info .aboutus-info-wrap h5 {
color: #f7b800;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.aboutus-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.aboutus-info p:last-child {
padding-bottom: 0;
}
.aboutus-info-wrap {
padding: 50px;
}
.aboutus-info-wrap .napae-social {
padding: 0 0 15px;
}
.aboutus-info-wrap .napae-link-wrap {
padding: 15px 0 0;
}
.sign-image {
padding: 0 0 15px;
} .napae-get-apps {
position: relative;
overflow: hidden;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.napae-get-apps:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.napae-get-apps * {
position: relative;
z-index: 9;
}
.napae-get-apps h3.apps-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
color: #ffffff;
}
.napae-get-apps h5 {
color: #f7b800;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.napae-get-apps p {
margin: 0;
color: #ffffff;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.napae-get-apps .napae-btn-wrap {
padding: 0;
}
.napae-get-apps .napae-btn-wrap a {
margin: 10px;
display: inline-block;
}
.napae-get-apps .napae-btn-wrap a.napae-link i {
padding: 0 10px 0 0;
font-size: 18px;
width: 25px;
}
.napae-get-apps .napae-btn-wrap a.napae-link:hover i {
width: 0 !important;
} .napae-compare-wrap {
display: inline-block;
position: relative;
width: 100%;
}
div.jx-controller,
div.jx-control {
transition: all .2s ease;
}
.napae-compare-wrap div.juxtapose {
width: 100% !important;
} .napae-subscribe {
text-align: center;
}
.napae-form-wrap {
position: relative;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.napae-subscribe .napae-form-wrap h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.napae-subscribe p {
margin: 0;
color: #666666;
font-size: 14px;
line-height: 26px;
padding-bottom: 15px;
}
.napae-subscribe .nich-row {
margin: 0 -5px;
}
.napae-subscribe [class*="nich-col-"] {
padding: 0 5px;
}
.napae-subscribe-form {
display: block;
margin: 25px auto 0;
} .napae-history-wrap {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.napae-history-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.napae-history-item .history-info,
.napae-history-item .history-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.napae-history-item:nth-child(odd) .history-info {
padding-right: 50px;
text-align: right;
}
.napae-history-item:nth-child(even) .history-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.napae-history-item:nth-child(odd) .history-image {
padding-left: 50px;
}
.napae-history-item:nth-child(even) .history-image {
padding-right: 50px;
text-align: right;
-ms-flex-order: 1;
order: 1;
}
.napae-history-wrap:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #efefed;
display: inline-block;
}
.napae-history-item span {
background: #f7b800;
}
.napae-history-item span,
.napae-history-item span:before,
.napae-history-item span:after {
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
top: -5px;
height: 10px;
width: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-moz-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-ms-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-o-box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
box-shadow: 0 0 0 0 rgba(247, 184, 0, 0.3);
-webkit-animation: rippleSmall 3s infinite;
-moz-animation: rippleSmall 3s infinite;
-ms-animation: rippleSmall 3s infinite;
-o-animation: rippleSmall 3s infinite;
animation: rippleSmall 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-history-item span:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
top: 0;
}
.napae-history-item span:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
top: 0;
}
@-webkit-keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.history-info h3.history-title {
padding: 15px 0 10px;
margin: 0;
font-size: 32px;
}
.napae-history-item .history-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #f7b800;
display: inline-block;
margin: 0;
padding: 3px 8px;
border-radius: 3px;
}
.history-info p {
color: #666666;
font-size: 18px;
line-height: 28px;
}
.history-image .napae-image {
display: inline-block;
overflow: hidden;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .napae-image.napae-popup a {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #f7b800;
background: #fff;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.history-image .napae-image.napae-popup:hover a {
top: 50%;
opacity: 1;
}
.history-image .napae-image.napae-popup:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .napae-image.napae-popup:hover:after {
transform: scale(1);
opacity: 1;
}
.history-image .napae-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.history-image .napae-image.hover-image:hover img {
transform: scale(1.1);
}
.napae-history-wrap.history-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0;
max-width: 100%;
}
.napae-history-wrap.history-two .napae-history-item {
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
display: block;
flex-wrap: unset;
margin: 0;
padding: 0 15px;
}
.napae-history-wrap.history-two .napae-history-item {
margin-bottom: 50px;
}
.napae-history-wrap.history-two .napae-history-item .history-info,
.napae-history-wrap.history-two .napae-history-item .history-image {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.napae-history-wrap.history-two .napae-history-item .history-info,
.napae-history-wrap.history-two .napae-history-item .history-image {
text-align: center;
}
.napae-history-wrap.history-two:before {
content: none;
}
.napae-history-wrap.history-two .napae-history-item .history-info {
padding: 0 0 30px;
margin: 0 0 40px;
position: relative;
}
.napae-history-wrap.history-two .napae-history-item .history-info:after {
content: "";
position: absolute;
width: calc(100% + 30px);
height: 2px;
bottom: 0;
left: -15px;
right: -15px;
margin: 0 auto;
background: #f7b800;
display: inline-block;
}
.napae-history-wrap.history-two .napae-history-item span {
top: auto;
bottom: -4px;
right: 0;
}
.napae-history-wrap.history-two.history-three .napae-history-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.history-vertical .history-info h3.history-title {
padding-top: 0;
font-size: 20px;
}
.history-vertical .history-info {
background: #fff;
-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
padding: 23px 30px;
}
.history-vertical .napae-history-item:nth-child(odd) .history-info {
padding-right: 35px;
text-align: right;
width: 40%;
flex: 0 0 45%;
margin-right: 45px;
border-radius: 10px 0 0 10px;
border-right: 3px solid #f7b800;
}
.history-vertical .napae-history-item:nth-child(even) .history-info {
padding-left: 35px;
text-align: left;
-ms-flex-order: 2;
order: 2;
width: 40%;
flex: 0 0 45%;
margin-left: 45px;
border-radius: 0 10px 10px 0;
border-left: 3px solid #f7b800;
}
.history-vertical .history-info p {
padding-bottom: 0;
}
.history-vertical .napae-history-item {
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.history-image-wrap {
padding: 20px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.history-image-wrap .napae-image {
display: block;
}
.napae-history-item .napae-btn {
padding: 15px 40px;
} .napae-typewriter h1 {
font-size: 40px;
}
.napae-typewriter h1 span {
color: #f7b800;
} .napae-banner {
background-color: #0c1322;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.banner-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
}
.banner-caption {
max-width: 900px;
padding: 100px 0;
}
.banner-caption.left-align {
margin-left: 0;
margin-right: auto;
text-align: left;
}
.banner-caption.right-align {
margin-left: auto;
margin-right: 0;
text-align: right;
}
.banner-caption.center-align {
margin: 0 auto;
text-align: center;
}
.banner-caption h1.banner-title {
font-size: 55px;
padding: 0 0 15px;
margin: 0;
color: #fff;
}
.banner-caption p {
color: #bfbfbf;
font-size: 20px;
line-height: 35px;
margin-bottom: 0;
}
.banner-caption .napae-btn {
margin: 0 15px 0 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.banner-caption .napae-btn:last-child {
margin-right: 0;
}
.banner-sub-title .napae-image {
display: inline-block;
max-width: 170px;
}
.banner-sub-title .sub-title {
margin: 0 20px;
}
.banner-sub-title .napae-image.one {
transform: rotate(180deg);
}
.banner-caption .content-image {
padding: 20px 0 0;
}
.banner-caption .napae-link,
.banner-caption .napae-link i {
color: #fff;
font-size: 20px;
}
.banner-caption .napae-btn-wrap {
padding-top: 30px;
}
.banner-caption h1.banner-title span {
color: #f7b800;
}
.napae-swiper-slide .swiper-slide .banner-caption *:nth-child(1n) {
animation-delay: 1s;
}
.napae-swiper-slide .swiper-slide .banner-caption *:nth-child(2n) {
animation-delay: 2s;
}
.napae-swiper-slide .swiper-slide .banner-caption *:nth-child(3n) {
animation-delay: 2.5s;
}
.napae-swiper-slide .swiper-slide .banner-caption *:nth-child(4n) {
animation-delay: 3s;
}
.napae-swiper-slide .swiper-slide .banner-caption *:nth-child(5n) {
animation-delay: 3.5s;
}
.napae-swiper-slide .swiper-slide .banner-image *:nth-child(1n) {
animation-delay: 2s;
}
.banner-image .slider-form.napae-form form p {
padding: 0;
text-align: center;
}
.banner-image .slider-form.napae-form {
background: #ffff;
padding: 50px;
max-width: 450px;
margin: 0 auto;
} .napae-title-section {
text-align: center;
padding: 20px 0 40px;
position: relative;
}
.napae-title-section h3 {
font-size: 40px;
position: relative;
z-index: 2;
}
.napae-title-section h4 {
font-size: 80px;
padding: 0;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0.2;
} a.napae-btn.napae-prle-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
border-radius: 80px 0 0 80px;
right: 0;
padding: 16px 20px 14px 30px;
}
a.napae-btn.napae-prle-btn:after {
content: none;
} h4.ele-lable {
padding: 4px 10px;
color: #ffffff;
background-color: #34bf49;
font-size: 10px;
font-weight: bold;
max-width: 100%;
border-radius: 50px;
position: absolute;
z-index: 9999;
text-transform: uppercase;
top: 15px;
right: 15px;
}
h4.ele-lable.pro {
background-color: #d30c5c;
} .napae-woo-product {
text-align: center;
}
.napae-woo-product-style-one {
}
.napae-woo-product-single {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, .08);
padding: 10px;
margin: 1px 5px 10px 5px;
border-radius: 5px;
}
.napae-woo-product-image {
height: 220px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: 10px;
position: relative;
}
.napae-woo-product-image .napae-onsale {
position: absolute;
left: 10px;
top: 10px;
background: #f7b800;
color: #000;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
padding: 5px;
border-radius: 3px;
}
.napae-woo-product-image .napae-onsale.outofstock {
background: #ff2000;
color: #000;  
}
.napae-woo-product-info {}
.napae-woo-product-title,
.napae-woo-product-title a,
.napae-woo-product-title a:hover {
color: #c36;
font-size: 18px;
line-height: 28px;
font-weight: bold;
margin-bottom: 5px;
text-decoration: none;
}
.napae-woo-product-product-price {
color: #000000;
font-size: 24px;
line-height: 38px;
font-weight: bold;
margin-bottom: 10px; 
}
.napae-woo-product-details {
color: #555;
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;  
}
.napae-woo-product-button {
margin-bottom: 10px; 
}
.napae-woo-product-button a {
color: #c36;
font-size: 14px;
line-height: 18px;
font-weight: bold;
margin-top: 10px; 
padding: 10px 20px;
border: 2px solid #c36;
background: transparent;
display: inline-block;
text-transform: uppercase;
}
.napae-woo-product-button a:hover,
.napae-woo-product-button a:active,
.napae-woo-product-button a:focus {
color: #fff;
border-color: #c36;
background: #c36; 
}
.napae-woo-product-product-rating {
position: relative;
margin-bottom: 10px;
}
.napae-woo-product-product-rating .star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
margin: 0 auto;
}
.napae-woo-product-product-rating .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.napae-woo-product-product-rating .star-rating::before {
content: "\73\73\73\73\73";
color: #ddd;
float: left;
top: 0;
left: 0;
position: absolute;
line-height: 1;
font-size: 1em;
font-family: star;
}
.napae-woo-product-product-rating .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #f7b800;
}
.napae-woo-product-style-two {
}
.napae-woo-product-style-two .napae-woo-product-product-rating {
position: absolute;
bottom: -20px;
left: 0;
right: 0;
background: #8e44ad;
margin: 0 auto;
width: 140px;
padding: 10px;
z-index: 99;
border-radius: 50px;
}
.napae-woo-product-style-two .napae-woo-product-image .napae-onsale {
position: relative;
left: inherit;
top: inherit;
}
.napae-woo-product-style-two .napae-woo-product-image {
margin-bottom: 30px;
border-bottom: 3px solid #8e44ad;
}
.napae-woo-product-style-two .napae-woo-product-button a {
border-radius: 30px;
}
.napae-woo-product.napae-woo-product-style-three {
text-align: left;
}
.napae-woo-product-style-three .napae-woo-product-single-inner {
display: flex;
align-items: center;
}
.napae-woo-product-style-three .napae-woo-product-image-wrapper {
flex-basis: 40%;
}
.napae-woo-product-style-three .napae-woo-product-info {
flex-basis: 60%;
padding-left: 20px;
}
@media(max-width: 767px) {
.napae-woo-product-style-three .napae-woo-product-single-inner {
flex-wrap: wrap;
}
.napae-woo-product-style-three .napae-woo-product-image-wrapper {
flex-basis: 100%;
}
.napae-woo-product-style-three .napae-woo-product-info {
flex-basis: 100%;
padding-left: 0px;
}  
}
.napae-woo-product-style-three .napae-woo-product-product-rating .star-rating {
margin: 0;
}
.napae-woo-product-style-three .napae-woo-product-image {
margin-bottom: 0; 
}
.napae-woo-product-style-three .napae-woo-product-image .napae-onsale {
left: 15px;
top: 10px;
font-size: 12px;
}
.napae-woo-product-style-three .napae-woo-product-button a {
border-radius: 3px;
}
.napae-woo-product .owl-carousel .owl-nav button.owl-prev, 
.napae-woo-product .owl-carousel .owl-nav button.owl-next {
background: #f7b800;
color: #fff;
}
.napae-woo-product .owl-carousel .owl-nav button.owl-prev {
left: -40px;
}
.napae-woo-product .owl-carousel .owl-nav button.owl-next {
right: -40px;
}
.napae-woo-product .owl-carousel[data-dots="true"] .owl-nav button.owl-prev,
.napae-woo-product .owl-carousel[data-dots="true"] .owl-nav button.owl-next {
margin-top: -25px;
}
.napae-woo-product-style-four .napae-woo-product-single {
border: 1px solid #ddd;
border-radius: 0;
padding: 0;
overflow: hidden;
}
.napae-woo-product-style-four .napae-woo-product-image {
height: 230px;
overflow: hidden;
}
.napae-woo-product-style-four .napae-woo-product-image::after {
position: absolute;
left: -20px;
right: -20px;
content: '';
bottom: -25px;
transform: rotate(-5deg);
height: 80px;
background: #fff;
z-index: 8;
width: 150%;
}
.napae-woo-product-style-four .napae-woo-product-image .napae-onsale {
position: absolute;
left: inherit;
top: inherit;
right: 10px;
bottom: 10px;
border-radius: 100%;
width: 70px;
height: 70px;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
}
.napae-woo-product-meta {
display: flex;
border-top: 1px solid #ddd;
align-items: center;
margin-top: 20px;
}
.napae-woo-product-sold {
flex-basis: 100%;
padding: 10px 10px 10px 20px;
text-align: left;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.napae-woo-product-link {
flex-basis: 65px;
text-align: center;
background: #c36;
color: #fff;
display: block;
}
.napae-woo-product-link a,
.napae-woo-product-link a:hover {
color: #fff;
display: block;
line-height: 50px;
}
.napae-woo-product-single-grid {
margin-bottom: 30px;
}
.napae-woo-product-pagination {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.napae-woo-product-pagination span,
.napae-woo-product-pagination a {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
background: #fff;
color: #000;
border-radius: 3px;
box-shadow: 0 0 3px rgba(0,0,0,0.2) !important;
line-height: 40px;
font-weight: bold;
margin-left: 3px;
margin-right: 3px;
}
.napae-woo-product-pagination .next,
.napae-woo-product-pagination .prev {
width: auto;
padding-left: 20px;
padding-right: 20px;
background: #c36;
color: #fff;
font-weight: bold;
}
.napae-woo-product-pagination .current {
background: #c36;
color: #fff;  
} .napae-pricing-table {
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, .1);
border-radius: 5px;
overflow: hidden;
position: relative;
text-align: center;
}
.napae-pricing-table-features {
padding-top: 20px;
}
.napae-pricing-table-features-list {
padding: 0;
margin: 0;
}
.napae-pricing-table-features-list li {
list-style: none;
padding: 10px;
border-bottom: 1px solid #eee;
color: #141414;
font-size: 16px;
line-height: 22px;
font-weight: normal;
}
.napae-pricing-table-features-list li:last-child {
border-bottom: 0px solid;
}
.napae-pricing-table-features-list li i {
margin-right: 6px;
}
.napae-pricing-table-currency {
font-size: 26px;
line-height: 26px;
font-weight: bold;
vertical-align: super;
}
.napae-pricing-btn {
display: inline-block;
vertical-align: middle;
padding: 21px 40px 19px;
font-size: 14px;
color: #232323;
background-color: #f7b800;
font-weight: 700;
letter-spacing: 0.5px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.napae-pricing-table-badge {
position: absolute;
font-size: 12px;
font-weight: bold;
}
.napae-pricing-table-style-one {
}
.napae-pricing-table-style-one .napae-pricing-table-badge {
top: 0;
left: 20px;
background: #fff;
font-size: 12px;
font-weight: bold;
color: #141414;
width: auto;
padding: 10px;
z-index: 8;
-webkit-transform: rotate(-90deg) translateX(-100%);
-ms-transform: rotate(-90deg) translateX(-100%);
transform: rotate(-90deg) translateX(-100%);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.napae-pricing-table-style-one .napae-pricing-table-badge:after {
}
.napae-pricing-table-style-one .napae-pricing-table-wrapper {
}
.napae-pricing-table-style-one .napae-pricing-table-header-wrapper {
}
.napae-pricing-table-style-one .napae-pricing-table-header {
background: #FDC830;
background: -webkit-linear-gradient(to right, #F37335, #FDC830);
background: linear-gradient(to right, #F37335, #FDC830);
color: #fff;
font-size: 16px;
line-height: 18px;
font-weight: bold;
padding-top: 40px;
padding-bottom: 10px;
}
.napae-pricing-table-style-one .napae-pricing-table-price-wrapper {
background: #FDC830;
background: -webkit-linear-gradient(to right, #F37335, #FDC830);
background: linear-gradient(to right, #F37335, #FDC830);
color: #fff;
font-size: 16px;
line-height: 18px;
font-weight: normal;
padding-bottom: 40px;
}
.napae-pricing-table-style-one .napae-pricing-table-price {
font-size: 66px;
line-height: 70px;
font-weight: bold;
}
.napae-pricing-table-style-one .napae-pricing-table-period {
display: block;
}
.napae-pricing-table-style-one .napae-pricing-table-footer {
padding: 20px 10px 30px;
}
.napae-pricing-table-style-two {
}
.napae-pricing-table-style-two .napae-pricing-table-badge {
top: -27px;
left: 98px;
color: #fff;
width: 180px;
padding: 10px;
z-index: 8;
-webkit-transform: rotate(-45deg) translateX(-100%);
-ms-transform: rotate(-45deg) translateX(-100%);
transform: rotate(-45deg) translateX(-100%);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
background: #FC5C7D;
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
background: linear-gradient(to right, #6A82FB, #FC5C7D);
}
.napae-pricing-table-style-two .napae-pricing-table-wrapper {
}
.napae-pricing-table-style-two .napae-pricing-table-header-wrapper {
padding-top: 30px;
padding-bottom: 10px;
}
.napae-pricing-table-style-two .napae-pricing-table-header {
font-size: 24px;
font-weight: bold;
}
.napae-pricing-table-style-two .napae-pricing-table-price-wrapper {
width: 150px;
height: 150px;
margin: 10px auto 0;
color: #fff;
border-radius: 100%;
background: #FC5C7D;
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
background: linear-gradient(to right, #6A82FB, #FC5C7D);
display: flex;
align-items: center;
justify-content: center;
}
.napae-pricing-table-style-two .napae-pricing-table-price-inner {
flex-wrap: wrap;
display: flex;
}
.napae-pricing-table-style-two .napae-pricing-table-price {
font-size: 46px;
line-height: 50px;
font-weight: bold;
color: #fff;
flex: 0 0 100%;
}
.napae-pricing-table-style-two .napae-pricing-table-period {
display: block;
flex: 0 0 100%;
color: #fff;
font-size: 14px;
}
.napae-pricing-table-style-two .napae-pricing-table-footer {
padding: 20px 10px 20px;
background: #FC5C7D;
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
background: linear-gradient(to right, #6A82FB, #FC5C7D);
margin-top: 30px;
}
.napae-pricing-table-style-two .napae-pricing-btn {
color: #232323;
background-color: #fff;
border-radius: 5px;
}
.napae-pricing-table-style-three {
}
.napae-pricing-table-style-three .napae-pricing-table-badge {
top: 16px;
right: 0;
background: #fff;
color: #141414;
width: auto;
padding: 3px 5px;
z-index: 8;
font-size: 11px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.napae-pricing-table-style-three .napae-pricing-table-wrapper {
}
.napae-pricing-table-style-three .napae-pricing-table-header-wrapper {
padding-top: 10px;
padding-bottom: 10px;
background: #4776E6;
background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
background: linear-gradient(to right, #8E54E9, #4776E6); 
color: #fff;
}
.napae-pricing-table-style-three .napae-pricing-table-header {
font-size: 24px;
font-weight: bold;
}
.napae-pricing-table-style-three .napae-pricing-table-price-wrapper {
padding-top: 40px;
padding-bottom: 10px;
}
.napae-pricing-table-style-three .napae-pricing-table-price {
font-size: 56px;
line-height: 58px;
font-weight: bold;
}
.napae-pricing-table-style-three .napae-pricing-table-footer {
padding: 20px 0;
}
.napae-pricing-table-style-three .napae-pricing-btn {
background: transparent;
border: 3px solid;
border-color: #4776E6;
border-color: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
border-color: linear-gradient(to right, #8E54E9, #4776E6);
border-radius: 0px;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.napae-swiper-slide.swiper .swiper-button-next:after,
.napae-swiper-slide.swiper .swiper-button-prev:after {
display: none;
}