@charset "utf-8";
  .nacep-table-wrap {
display: table;
width: 100%;
height: 100%;
}
.nacep-align-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.nacep-align-wrap.bottom {
vertical-align: bottom;
}
.nacep-align-wrap.top {
vertical-align: bottom;
}
.nacep-table-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.nacep-image {
line-height: 0;
}
[class*="nacep-"] a {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
text-decoration: none;
}
[class*="nacep-"] a:focus {
outline: none;
outline-offset: 0;
}
[class*="nacep-"] a:hover,
[class*="nacep-"] a:focus {
text-decoration: none;
}
[class*="nacep-"] h1:not(.site-title):before,
[class*="nacep-"] h2:before {
content: none;
}
[class*="nacep-"] .fa {
font-family: FontAwesome;
} .nacep-overlay {
position: relative;
}
.nacep-overlay > * {
position: relative;
z-index: 1;
}
.nacep-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;
} .align-items-center {
-ms-flex-align: center;
align-items: center
}
.justify-content-center {
-ms-flex-pack: center;
justify-content: center
}
.col-na-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-na-1,
.col-na-2,
.col-na-3,
.col-na-4,
.col-na-5,
.col-na-6,
.col-na-7,
.col-na-8,
.col-na-9,
.col-na-10,
.col-na-11,
.col-na-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-na-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-na-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-na-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-na-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-na-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-na-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-na-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-na-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-na-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-na-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-na-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-na-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
} .align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
} .nacep-form input[type="text"],
.nacep-form input[type="email"],
.nacep-form input[type="password"],
.nacep-form input[type="tel"],
.nacep-form input[type="search"],
.nacep-form input[type="date"],
.nacep-form input[type="time"],
.nacep-form input[type="datetime-local"],
.nacep-form input[type="event-month"],
.nacep-form input[type="url"],
.nacep-form input[type="number"],
.nacep-form textarea,
.nacep-form select {
vertical-align: middle;
width: 100%;
height: 55px;
padding: 15px 20px;
background-color: #ffffff;
font-size: 15px;
line-height: 1.42857143;
border: 1px solid #e8e8f4;
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: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-form input[type="text"]:focus,
.nacep-form input[type="email"]:focus,
.nacep-form input[type="password"]:focus,
.nacep-form input[type="tel"]:focus,
.nacep-form input[type="search"]:focus,
.nacep-form input[type="date"]:focus,
.nacep-form input[type="time"]:focus,
.nacep-form input[type="datetime-local"]:focus,
.nacep-form input[type="event-month"]:focus,
.nacep-form input[type="url"]:focus,
.nacep-form input[type="number"]:focus,
.nacep-form textarea:focus,
.nacep-form select:focus {
border-color: #d3d3f4;
}
.nacep-form input[type="file"] {
overflow: hidden;
width: 100%;
font-size: 14px;
}
.nacep-form input[type=number] {
padding-right: 30px;
margin-bottom: 0;
-webkit-appearance: textfield;
-ms-appearance: textfield;
-o-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.nacep-form input[type=number]::-webkit-inner-spin-button,
.nacep-form input[type=number]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
}
.nacep-form input[type="radio"] {
margin: 0 5px 0 0;
}
.nacep-form textarea {
height: 160px;
resize: vertical;
}
.give-form input[type="submit"],
.give-donor__load_more,
.nacep-ee-list .event-content input[type="submit"],
.nacep-form .em-tickets-form button[type=button],
.nacep-form button[type="submit"],
.nacep-form input[type="submit"] {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 160px;
padding: 13px 20px;
margin-bottom: 0;
color: #ffffff;
background-color: #55c981;
line-height: normal;
font-size: 14px;
font-weight: 500;
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;
}
.nacep-form button[type="submit"]:hover,
.nacep-form button[type="submit"]:focus,
.give-form input[type="submit"]:hover,
.give-form input[type="submit"]:focus,
.give-donor__load_more:hover,
.give-donor__load_more:focus,
.nacep-ee-list .event-content input[type="submit"]:hover,
.nacep-ee-list .event-content input[type="submit"]:focus,
.nacep-form .em-tickets-form button[type=button]:hover,
.nacep-form .em-tickets-form button[type=button]:focus,
.nacep-form input[type="submit"]:hover,
.nacep-form input[type="submit"]:focus {
background-color: #fb6564;
color: #fff;
}
.nacep-form select option {
padding: 5px 10px;
}
.nacep-form select[multiple] {
height: 175px;
padding: 9px;
background-image: none;
}
.nacep-form label {
font-weight: 400;
cursor: pointer;
}
.nacep-form form p {
padding-bottom: 0;
margin-bottom: 0;
line-height: normal;
position: relative;
}
.nacep-form form label {
display: inline-block;
vertical-align: middle;
padding-bottom: 10px;
margin-bottom: 0;
font-size: 15px;
line-height: 1.42857143;
position: relative;
}
.nacep-form form input,
.nacep-form form textarea,
.nacep-form form select {
margin-bottom: 10px;
}
.nacep-form span.wpcf7-not-valid-tip {
display: none !important;
}
.nacep-form input.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.nacep-form textarea.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.nacep-form div.wpcf7-response-output {
padding: 10px;
} table.nacep-table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.nacep-table thead tr {
background: #fcfcfc;
border: 1px solid #dcdced;
}
.nacep-table thead th {
vertical-align: middle;
padding: 19px 45px 20px;
font-weight: 400;
font-size: 20px;
border: 1px solid #dcdced;
}
.nacep-table td {
padding: 20px 45px;
color: #666666;
font-size: 18px;
background: transparent;
border: 1px solid #dcdced;
}
.nacep-table td a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-table td a:hover {
color: #55c981;
}
table.nacep-table thead:first-child tr:first-child th {
border: 1px solid #dcdced;
}
table.nacep-table tbody tr:hover>td,
table.nacep-table tbody tr:hover>th,
table.nacep-table tbody>tr:nth-child(odd)>td,
table.nacep-table tbody>tr:nth-child(odd)>th {
background: transparent;
}
.nacep-table td ul {
padding: 0;
margin: 0;
list-style: none;
}
.nacep-responsive-table {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .nacep-btn {
text-decoration: none;
line-height: 66px;
font-size: 14px;
position: relative;
z-index: 20;
display: inline-block;
padding: 0 32px;
transition: 0.3s all ease;
color: #1d1e1f;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
background: none;
border: none;
outline: none;
cursor: pointer;
}
.nacep-btn:active,
.nacep-btn:focus,
.nacep-btn:hover {
color: #1d1e1f;
}
.nacep-btn:before {
background: rgba(85, 201, 129, 0.25);
}
.nacep-btn:before,
.nacep-btn:after {
z-index: -1;
content: ' ';
width: 64px;
height: 64px;
position: absolute;
left: 0;
top: 0;
border-radius: 64px;
transition: 0.5s all ease;
}
.nacep-btn-sml.nacep-btn {
line-height: 46px;
padding: 0 22px;
}
.nacep-btn-sml.nacep-btn:before,
.nacep-btn-sml.nacep-btn:after {
width: 44px;
height: 44px;
}
.nacep-btn:active:before,
.nacep-btn:hover:before,
.nacep-btn:focus:before {
width: 100% !important;
}
.nacep-btn:active:after,
.nacep-btn:focus:after {
width: 100% !important;
background: rgba(85, 201, 129, 0.66);
}
.nacep-btn-orng.nacep-btn:before {
background: rgba(251, 101, 100, 0.25);
}
.nacep-btn-orng.nacep-btn:active:after,
.nacep-btn-orng.nacep-btn:focus:after {
background: rgba(251, 101, 100, 0.66);
}
.nacep-btn-wrap {
padding-top: 20px;
} .nacep-link-wrap {
padding: 3px 0 10px;
}
.nacep-link {
display: inline-block;
font-weight: 500;
font-size: 13px;
color: #55c981;
text-transform: uppercase;
line-height: 15px;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-link:hover {
color: #55c981;
}
.nacep-link:before {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
background: #55c981;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.nacep-link:hover:before {
width: 100%;
left: auto;
right: 0;
}
.nacep-link i {
padding-right: 5px;
} .zoom-image .nacep-image {
overflow: hidden;
}
.zoom-image .nacep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.zoom-image.nacep-hover .nacep-image img {
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg);
} .nacep-social {
padding: 10px 0 0;
}
.nacep-social a {
display: inline-block;
vertical-align: middle;
margin: 0 8px 10px 5px;
color: #55c981;
font-size: 15px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .nacep-social.rounded a {
width: 44px;
height: 44px;
margin: 5px 10px 5px 0;
text-align: center;
color: #ffffff;
background-color: #55c981;
line-height: 44px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.nacep-social.rounded a:last-child {
margin-right: 0;
}
.nacep-social.rounded a:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
} .masonry-wrap {
padding: 0 15px;
}
.nacep-masonry {
margin: 0 -15px;
}
.nacep-masonry[data-items="3"] .masonry-item {
width: 33.333333%;
}
.nacep-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 .nacep-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: #333;
-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: #55c981;
}
.masonry-filters ul li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 6px;
height: 6px;
content: "";
background-color: #55c981;
-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: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-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;
} .page .mfp-bg {
background: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.page .mfp-close {
position: absolute;
right: 28px;
top: 30px;
width: 16px;
height: 16px;
padding: 0;
cursor: pointer;
opacity: 1;
z-index: 9999;
}
.page .mfp-close:active {
top: 30px;
}
.page .mfp-bottom-bar {
display: none;
}
.page .mfp-bottom-bar a {
color: #ffffff;
font-weight: 700;
}
.page .mfp-image-holder .mfp-close,
.page .mfp-iframe-holder .mfp-close {
top: -30px;
right: 0;
width: 16px;
padding-right: 0;
}
.page .mfp-image-holder .mfp-close {
display: none;
}
.page .mfp-container {
padding: 0 25px;
}
.page .mfp-container .mfp-img {
padding: 0;
}
.page .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;
}
.page .mfp-arrow:after {
display: none;
}
.page .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;
}
.page .mfp-arrow-left {
left: 30px;
}
.page .mfp-arrow-right {
right: 45px;
}
.page .mfp-arrow-right:before {
content: "\f105";
}
.page .mfp-figure:after {
display: none;
}
.page .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;
}
.page .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;
} .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: 35px;
text-align: center;
}
.owl-carousel button.owl-dot {
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
margin: 0 5px;
background: #cecdd7;
text-indent: -999px;
cursor: pointer;
outline: none;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
left: -92px;
width: 42px;
height: 42px;
color: #55c981;
background: #ffffff;
border: 2px solid #d5d5d5;
outline: none;
-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-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
left: auto;
right: -92px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
background-color: #55c981;
border-color: #55c981;
color: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
font: normal normal normal 16px/normal FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:before {
content: "\f105";
}
.owl-drag .disabled {
display: none;
}
.slider-no-current {
display: none;
padding-top: 46px;
}
.current-no:after {
content: "/"
}
.owl-carousel button.owl-dot.active {
background-color: #55c981;
} .nacep-swiper-slide.swiper-container {
clear: both;
height: 800px;
min-height: 800px;
}
.nacep-swiper-slide.swiper-container .swiper-pagination-bullet {
background: #55c981;
}
.nacep-swiper-slide.swiper-container .swiper-button-next,
.nacep-swiper-slide.swiper-container .swiper-button-prev {
width: 60px;
height: 60px;
background-image: none;
outline: none;
background-color: #fff;
border-radius: 100%;
left: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-swiper-slide.swiper-container .swiper-button-prev:before,
.nacep-swiper-slide.swiper-container .swiper-button-next:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fb6564;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 35px/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;
}
.nacep-swiper-slide.swiper-container .swiper-button-prev:before {
content: "\f104";
}
.nacep-swiper-slide.swiper-container .swiper-button-next {
left: auto;
right: 30px;
}
.nacep-swiper-slide.swiper-container .swiper-button-next:hover,
.nacep-swiper-slide.swiper-container .swiper-button-prev:hover {
background-color: #55c981;
}
.nacep-swiper-slide.swiper-container .swiper-button-next:hover:before,
.nacep-swiper-slide.swiper-container .swiper-button-prev:hover:before {
color: #ffffff;
}
.nacep-swiper-slide.swiper-container .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.nacep-swiper-slide.swiper-container .swiper-pagination-bullets {
bottom: 20px;
} .give-page-numbers,
.nacep-pagination {
vertical-align: middle;
padding-top: 30px;
text-align: center;
}
.nacep-pagination ul {
padding: 0;
margin: 0;
font-size: 15px;
list-style: none;
}
.nacep-pagination ul li {
display: inline-block;
vertical-align: middle;
color: #777777;
}
.nacep-pagination ul li.inactive {
vertical-align: super;
padding: 0 15px;
color: #d7d7d7;
}
.give-page-numbers span,
.give-page-numbers a,
.nacep-pagination ul li span,
.nacep-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;
}
.give-page-numbers span.current,
.give-page-numbers a:hover,
.nacep-pagination ul li a:hover,
.nacep-pagination ul li a.current,
.nacep-pagination ul li span.current {
background-color: #55c981;
border-color: #55c981;
color: #fff;
}
.give-page-numbers .prev,
.give-page-numbers .next,
.nacep-pagination ul li.prev,
.nacep-pagination ul li.next {
font-weight: 300;
font-size: 13px;
}
.give-page-numbers .prev,
.give-page-numbers .next {
width: auto;
padding: 0 10px;
} .nacep-separator {
display: flex;
margin: 0 auto;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
}
.nacep-separator.icon-top {
align-items: end;
}
.nacep-separator.icon-bottom {
align-items: baseline;
}
.nacep-separator span {
position: relative;
width: 100%;
max-width: 50px;
}
.nacep-separator .sep-left, .nacep-separator .sep-right {
height: 1px;
background-color: #333;
}
.nacep-sep {
margin: 0 12px;
width: auto;
}
.nacep-sep i {
font-size: 20px;
}
.nacep-separator.separator-left {
margin-left: 0;
margin-right: auto;
text-align: left;
justify-content: flex-start;
}
.nacep-separator.separator-right {
margin-left: auto;
margin-right: 0;
text-align: right;
justify-content: flex-end;
}
.nacep-separator.left-separator .sep-two-left,
.nacep-separator.left-separator .sep-left {
max-width: 0;
}
.nacep-separator.left-separator .nacep-sep {
margin-left: 0;
}
.nacep-separator.right-separator .sep-two-right,
.nacep-separator.right-separator .sep-right {
max-width: 0;
}
.nacep-separator.right-separator .nacep-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: #fb6564;
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: #fb6564;
height: 2px;
}
.border-two span.sep-two-right:after {
top: 2px;
width: 100%;
} .nacep-service-item {
overflow: hidden;
padding: 30px 30px 20px;
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);
}
.nacep-service-item.service-left {
text-align: left;
}
.nacep-service-item.service-right {
text-align: right;
}
.nacep-service-item .nacep-image {
padding-bottom: 20px;
margin: 0 auto;
}
.nacep-service-item .nacep-image.img-left {
margin-left: 0;
}
.nacep-service-item .nacep-image.img-right {
margin-right: 0;
}
.nacep-service-item .nacep-icon {
width: 73px;
height: 73px;
text-align: center;
margin: 0 auto 19px;
border-radius: 100%;
position: relative;
padding: 0;
}
.nacep-service-item .nacep-icon i {
line-height: 73px;
}
.nacep-service-item h3.service-title {
font-size: 25px;
line-height: 32px;
padding: 0 0 13px;
margin: 0;
color: #333;
}
.nacep-service-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-service-item h3 a:hover {
color: #55c981;
}
.nacep-service-item p {
padding-bottom: 10px;
margin-bottom: 0;
color: #666666;
font-size: 16px;
line-height: 28px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-service-item.service-hover.nacep-hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.nacep-service-item.service-border:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
content: "";
background: #55c981;
-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;
}
.nacep-service-item.service-border.nacep-hover:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.nacep-service-item.icon-top {
padding-top: 50px;
overflow: unset;
}
.nacep-service-item.icon-top .nacep-icon {
position: absolute;
top: -37px;
left: 0;
right: 0;
}
.nacep-service-item.icon-bottom {
padding-bottom: 50px;
overflow: unset;
}
.nacep-service-item.icon-bottom .nacep-icon {
position: absolute;
bottom: -55px;
left: 0;
right: 0;
}
.service-left .nacep-icon {
margin-left: 0;
margin-right: auto;
}
.service-right .nacep-icon {
margin-right: 0;
margin-left: auto;
}
.nacep-service-item.have-img {
padding: 0;
}
.nacep-service-item.have-img .service-info {
padding: 0 30px 20px;
}
.nacep-service-item.with-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
}
.nacep-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;
}
.nacep-service-item.icon-left .service-info {
padding: 0 0 0 30px;
overflow: hidden;
text-align: left;
}
.nacep-service-item.icon-left .nacep-icon,
.nacep-service-item.icon-left .nacep-image {
float: left;
}
.nacep-service-item.icon-right .service-info {
padding: 0 30px 0 0;
overflow: hidden;
text-align: right;
}
.nacep-service-item.icon-right .nacep-icon,
.nacep-service-item.icon-right .nacep-image {
float: right;
} .nacep-blog-wrap {
padding: 0 5px;
}
.nacep-news-item {
margin-bottom: 40px;
-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);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-news-item .nacep-image {
text-align: center;
}
.nacep-news-item .nacep-image img {
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-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);
}
.news-info {
padding: 20px 40px 35px;
background: #fcfcfc;
border-bottom: 1px solid #dcdced;
border-left: 1px solid #dcdced;
border-right: 1px solid #dcdced;
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-news-item.no-img .news-info {
border-top: 1px solid #dcdced;
border-radius: 4px;
}
.news-info p {
font-size: 16px;
color: #666;
line-height: 28px;
margin: 15px 0 0;
}
.news-info h3.news-title {
font-size: 28px;
margin: 0;
padding: 15px 0 0;
color: #333;
}
.news-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.news-info h3 a:hover {
color: #55c981;
}
ul.news-meta {
padding: 15px 0 0;
margin: 0;
list-style: none;
}
ul.news-meta li {
display: inline-block;
color: #999999;
font-size: 14px;
padding: 0 20px 0 0;
position: relative;
}
ul.news-meta li:last-child {
padding-right: 0;
}
ul.news-meta li:after {
content: "";
width: 3px;
height: 3px;
position: absolute;
background: #55c981;
right: 8px;
top: 50%;
transform: translateY(-50%);
border-radius: 100%;
}
ul.news-meta li a {
color: #55c981;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.news-cat a:after {
content: ", ";
}
ul.news-meta li:last-child:after,
.news-cat a:last-child:after {
content: none;
}
ul.news-meta li a:hover {
color: #333;
}
.author-image a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.author-image a:hover {
color: #55c981;
}
.author-image {
padding: 20px 0 0;
}
.news-info .author-image img {
width: 40px;
height: 40px;
border-radius: 100%;
margin: 0 10px 0 0;
vertical-align: middle;
} .nacep-gallery-item {
overflow: hidden;
position: relative;
-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);
}
.gallery-info {
opacity: 0;
margin: 0 0 0 30px;
padding: 20px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
color: #fff;
z-index: 2;
transition-duration: 0.3s;
transition-property: opacity, padding, margin;
transition: all ease 0.3s;
}
.nacep-gallery-item.nacep-hover .gallery-info {
margin-left: 0;
opacity: 1;
}
.nacep-gallery-item .nacep-image {
position: relative;
}
.nacep-gallery-item .nacep-image:after {
content: "";
width: 100%;
height: 100%;
background-color: #55c981;
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.95);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.nacep-gallery-item.nacep-hover .nacep-image:after {
transform: scale(1);
opacity: 0.9;
}
.gallery-info h2 a {
color: #fff;
position: relative;
}
.gallery-info h2.gallery-title {
margin: 0;
color: #fff;
padding: 0 0 10px;
font-size: 28px;
}
.gallery-info h4.gallery-subtitle {
margin: 0;
color: #fff;
font-size: 18px;
}
.nacep-gallery-item.info-top .gallery-info {
top: 0;
transform: translate(-50%, 0);
}
.nacep-gallery-item.info-bottom .gallery-info {
top: auto;
bottom: 0;
transform: translate(-50%, 0);
}
.style-two .gallery-info {
position: relative;
color: #333;
opacity: 1;
transform: none;
text-align: left;
margin: 0;
top: 0;
left: 0;
}
.style-two .gallery-info h2 a,
.style-two .gallery-info h2,
.style-two .gallery-info h4 {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.style-two .gallery-info h2 a:hover {
color: #55c981;
}
.nacep-popup a.pp-icon {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #55c981;
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;
}
.nacep-gallery-item.nacep-hover .nacep-popup a.pp-icon {
top: 50%;
opacity: 1;
}
.nacep-gallery-item.style-two .nacep-image:after {
content: none;
}
.nacep-gallery-item.style-two .nacep-image.nacep-popup:after {
content: "";
}
.nacep-gallery-item.icon-top .nacep-popup a.pp-icon {
top: -40px;
left: auto;
right: 10px;
transform: none;
}
.nacep-gallery-item.icon-top.nacep-hover .nacep-popup a.pp-icon {
top: 10px;
}
.nacep-gallery-item.icon-bottom .nacep-popup a.pp-icon {
top: auto;
bottom: 40px;
left: auto;
right: 10px;
transform: none;
}
.iconalign-left .nacep-popup a.pp-icon {
left: 15px;
right: auto;
}
.iconalign-right .nacep-popup a.pp-icon {
left: auto;
right: 15px;
}
.nacep-gallery-item.icon-bottom.nacep-hover .nacep-popup a.pp-icon {
bottom: 10px;
}
.nacep-gallery-item.icon-top.iconalign-center .nacep-popup a.pp-icon,
.nacep-gallery-item.icon-bottom.iconalign-center .nacep-popup a.pp-icon {
left: 0;
right: 0;
}
.nacep-gallery-item.icon-top.iconalign-left .nacep-popup a.pp-icon,
.nacep-gallery-item.icon-bottom.iconalign-left .nacep-popup a.pp-icon {
left: 10px;
right: auto;
}
.nacep-gallery-post .gallery-info h2.gallery-title {
padding: 0;
font-size: 22px;
} .nacep-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);
}
.nacep-contact-item .nacep-icon {
float: left;
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
color: #55c981;
border: 2px solid #55c981;
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%;
}
.nacep-contact-item .contact-info {
overflow: hidden;
padding: 0 0 0 20px;
}
.nacep-contact-item.contact-right .nacep-icon {
float: right;
}
.nacep-contact-item.contact-right .contact-info {
padding: 0 20px 0 0;
text-align: right;
}
.contact-info h2 {
margin: 0;
}
.nacep-contact-item .contact-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.nacep-contact-item .contact-info ul li {
padding: 5px 0 0;
color: #666666;
font-size: 16px;
line-height: 26px;
}
.nacep-contact-item .contact-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-contact-item .contact-info ul li a:hover {
color: #55c981;
}
.nacep-contact-item .contact-info h2 {
margin: 0;
padding: 0 0 5px;
font-size: 24px;
}
.nacep-contact-item .contact-info ul li span {
color: #333;
display: inline-block;
}
.nacep-contact-item.contact-center .nacep-icon {
float: none;
margin: 0 auto 20px;
} .nacep-process-wrap {
justify-content: center;
text-align: center;
padding: 15px 0;
overflow: hidden;
}
.nacep-process-item-wrap {
display: inline-block;
text-align: center;
}
.nacep-process-wrap:before, .nacep-process-wrap:after {
display: table;
content: "";
}
.nacep-process-wrap:after {
clear: both;
}
.nacep-process-item {
display: inline-block;
vertical-align: top;
padding-right: 130px;
position: relative;
}
.nacep-process-item:before {
position: absolute;
top: 60px;
left: 20px;
width: 100%;
height: 1px;
background: #dcdced;
content: "";
z-index: 0;
}
.nacep-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;
}
.nacep-process-item.process-done:after {
width: 100%;
background-color: #55c981;
}
.nacep-process-item.process-done .nacep-icon {
border-color: #55c981;
background: #55c981;
transition-delay: 0.1s;
color: #fff;
}
.nacep-process-wrap .nacep-process-item:last-child {
padding-right: 0;
}
.nacep-process-wrap .nacep-process-item:last-child:before, .nacep-process-wrap .nacep-process-item:last-child:after {
display: none;
}
.nacep-process-item .nacep-icon {
width: 120px;
height: 120px;
overflow: hidden;
margin: 0 auto 11px;
color: #55c981;
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;
}
.nacep-process-item .nacep-icon i {
font-size: 50px;
}
.nacep-process-item .nacep-icon i,
.nacep-process-item .nacep-icon img {
position: relative;
z-index: 1;
}
.nacep-process-item .nacep-icon img {
max-width: 75px;
}
.process-info {
max-width: 132px;
}
.nacep-process-item h3.process-title {
font-size: 16px;
color: #666666;
font-weight: 400;
margin: 0;
padding: 0 0 5px;
}
.nacep-process-item p {
color: #55c981;
font-size: 16px;
line-height: 26px;
margin: 0;
}
.nacep-process-item .nacep-icon span.circle {
position: absolute;
background: #55c981;
width: 0;
height: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-animation: round_circle 6s linear infinite;
animation: round_circle 6s linear infinite;
-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%;
}
.nacep-process-item.process-done .nacep-icon span.circle {
width: 100%;
height: 100%;
}
@-webkit-keyframes round_circle {
0% {
-webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
transform: rotate(0deg) translate(-50px) rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
transform: rotate(360deg) translate(-50px) rotate(-360deg);
}
}
@keyframes round_circle {
0% {
-webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
transform: rotate(0deg) translate(-50px) rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
transform: rotate(360deg) translate(-50px) rotate(-360deg);
}
}
.border-style.nacep-process-item:before {
position: absolute;
top: -30%;
left: 50px;
width: 100%;
height: 150px;
border-bottom: 3px dotted #55c981;
background: transparent !important;
content: "";
z-index: 0;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.border-style.nacep-process-item:nth-child(2n):before {
border-bottom: 0;
border-top: 3px dotted #55c981;
top: 0;
}
.border-style.nacep-process-item:after {
content: none;
}
.process-number-item {
position: relative;
margin: 0 0 20px;
}
.process-number-item span.count {
width: 100%;
display: inline-block;
position: relative;
margin: 0 0 10px;
}
.process-number-item .count:after {
position: absolute;
content: "";
width: 100%;
height: 2px;
background: #55c981;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.vertical-info .count:before,
.process-number-item .count:before {
position: relative;
counter-increment: my-counter;
content: attr(data-count);
width: 40px;
font-size: 14px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
background: #fb6564;
border-radius: 100%;
color: #fff;
font-weight: 700;
z-index: 1;
}
.nacep-process-wrap.style-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.process-number-item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.process-number-item.one-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.process-number-item.two-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.process-number-item.three-col {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.process-number-item h3.process-title {
margin: 0;
font-size: 24px;
}
.nacep-process-wrap .process-number-item h5 {
font-size: 14px;
text-transform: uppercase;
color: #666;
margin: 0;
padding: 10px 0 15px;
}
.process-number-item p {
color: #666666;
font-size: 16px;
line-height: 26px;
}
.nacep-process-wrap.style-three {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.nacep-process-item-vertical {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.nacep-process-item-vertical .vertical-info,
.nacep-process-item-vertical .nacep-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.nacep-process-item-vertical:nth-child(odd) .vertical-info {
padding-right: 50px;
text-align: right;
}
.nacep-process-item-vertical:nth-child(even) .vertical-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.nacep-process-item-vertical:nth-child(odd) .nacep-image {
padding-left: 50px;
}
.nacep-process-item-vertical:nth-child(even) .nacep-image {
padding-right: 50px;
-ms-flex-order: 1;
order: 1;
}
.nacep-process-wrap.style-three:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #dcdced;
display: inline-block;
}
.nacep-process-item-vertical:after {
content: "";
position: absolute;
width: 16px;
height: 16px;
border: 2px solid #dcdced;
border-radius: 100%;
right: 0;
left: 0;
margin: 0 auto;
bottom: -7px;
background: #fff;
z-index: 1;
}
.nacep-process-item-vertical:last-child:after {
background: #dcdced;
bottom: 0;
}
.nacep-process-item-vertical:before {
content: "";
position: absolute;
width: 130px;
height: 2px;
border-radius: 100%;
right: 0;
left: 0;
margin: 0 auto;
top: -2px;
background: #dcdced;
z-index: 0;
}
.nacep-process-item-vertical:first-child:before {
width: 16px;
height: 16px;
top: 0;
background: #dcdced;
}
.nacep-process-item-vertical .vertical-info h3 {
padding: 0;
margin: 15px 0 0;
}
.nacep-process-item-vertical .vertical-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #666;
margin: 0;
padding: 10px 0 15px;
}
.vertical-info p {
color: #666666;
font-size: 16px;
line-height: 26px;
} .nacep-team-item {
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mate-info {
display: inline-block;
width: 100%;
padding: 20px 0 0;
}
.mate-info h3.team-title {
padding: 0 0 10px;
margin: 0;
font-size: 26px;
color: #333;
}
.mate-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mate-info h3 a:hover {
color: #55c981;
}
.mate-info span {
color: #666666;
font-size: 16px;
display: inline-block;
}
.mate-info p {
color: #666666;
position: relative;
font-size: 16px;
line-height: 26px;
padding: 10px 0 5px;
margin: 0;
}
.nacep-team-item.style-two .mate-info {
position: absolute;
top: 40%;
left: 0;
padding: 0;
opacity: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.nacep-team-item .nacep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-team-item.style-two .mate-info h3,
.nacep-team-item.style-two .mate-info span {
color: #fff;
}
.nacep-team-item.nacep-hover.style-two .mate-info {
top: 50%;
opacity: 1;
}
.nacep-team-item.style-two:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.nacep-team-item.nacep-hover.style-two:after {
transform: scale(1);
opacity: 1;
}
.nacep-team-item.style-three .nacep-image {
position: relative;
overflow: hidden;
}
.nacep-team-item.style-three .nacep-social {
padding: 0;
position: absolute;
top: 40%;
transform: translateY(-50%);
left: 0;
width: 100%;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.nacep-team-item.nacep-hover.style-three .nacep-social {
top: 50%;
opacity: 1;
}
.nacep-team-item.style-three .nacep-image:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.nacep-team-item.nacep-hover.style-three .nacep-image:after {
transform: scale(1);
opacity: 1;
}
.nacep-social.icon-vert a {
display: block;
}
.nacep-team-item.style-three .nacep-social.icon-vert {
top: 50%;
left: -50px;
}
.nacep-team-item.style-three .nacep-social.icon-vert a {
margin: 10px;
}
.nacep-team-item.style-three.nacep-hover .nacep-social.icon-vert {
left: 0;
}
.nacep-team-item.style-three .nacep-social.icon-vert.icon-right a {
margin-left: auto;
}
.nacep-team-item.style-three .nacep-social.icon-vert.icon-right {
left: auto;
right: -50px;
}
.nacep-team-item.style-three.nacep-hover .nacep-social.icon-vert {
right: 0;
}
.nacep-team-item.style-three .nacep-social.pos-top {
top: -70px;
transform: none;
padding: 20px 0 0;
}
.nacep-team-item.nacep-hover.style-three.nacep-hover .nacep-social.pos-top {
top: 0;
}
.nacep-team-item.style-three .nacep-social.pos-bottom {
top: auto;
bottom: -70px;
transform: none;
padding: 0 0 20px;
}
.nacep-team-item.nacep-hover.style-three.nacep-hover .nacep-social.pos-bottom {
bottom: 0;
}
.nacep-team-item.style-three .nacep-social.icon-vert.pos-top {
top: 0;
padding: 0;
}
.nacep-team-item.style-three .nacep-social.icon-vert.pos-bottom {
bottom: 0;
padding: 0;
} .nacep-team-single-wrap {
padding: 0 15px;
}
.nacep-team-single-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 20px 0;
}
.nacep-team-single-item .single-mate-image,
.nacep-team-single-item .single-mate-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.nacep-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: #55c981;
}
.single-mate-info ul li span {
color: #333;
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: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info h3 a:hover {
color: #55c981;
}
.nacep-team-single-item .single-mate-info h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 15px;
}
.nacep-team-single-item .nacep-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 #55c981;
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;
}
.nacep-team-single-item .nacep-image .image-wrap:hover:after {
left: 0;
top: 0;
}
.image-wrap.hide-shape:after {
content: none;
}
.nacep-team-single-item.full-width .single-mate-image,
.nacep-team-single-item.full-width .single-mate-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.nacep-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;
} .nacep-testimonial-item {
position: relative;
display: inline-block;
padding: 50px;
margin: 30px 0;
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);
}
.nacep-testimonial-item .nacep-icon {
padding-bottom: 20px;
display: inline-block;
text-align: center;
}
.nacep-testimonial-item .nacep-icon i {
font-size: 50px;
color: #55c981;
}
.nacep-testimonial-item p {
padding-bottom: 10px;
margin-bottom: 0;
color: #666666;
font-size: 18px;
line-height: 26px;
}
.customer-info {
padding-top: 15px;
display: flex;
align-items: center;
}
.customer-info .nacep-image {
float: left;
}
.customer-info .nacep-image img {
max-width: 85px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.customer-inner-info {
overflow: hidden;
padding: 10px 0 10px 20px;
}
.customer-inner-info h4.customer-name {
font-size: 24px;
padding-bottom: 5px;
margin: 0;
}
.customer-inner-info h4 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.customer-inner-info h4 a:hover {
color: #55c981;
}
.customer-inner-info h5.customer-designation {
font-size: 16px;
font-weight: 500;
margin: 0;
padding: 0;
color: #55c981;
display: inline-block;
}
.nacep-testimonial-item.info-top .customer-info {
padding-top: 0;
padding-bottom: 15px;
}
.nacep-testimonial-item.center-item .customer-info {
display: inline-block;
width: 100%;
}
.nacep-testimonial-item.center-item .customer-info .nacep-image {
float: none;
}
.nacep-testimonial-item.center-item .customer-info .customer-inner-info {
padding: 10px 0 0;
} .nacep-video-wrap {
display: inline-block;
line-height: 0;
width: 100%;
}
a.nacep-video-btn:hover {
color: #fff;
}
.nacep-video-wrap .nacep-image {
position: relative;
display: inline-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;
}
.nacep-video-wrap .nacep-image img {
visibility: hidden;
opacity: 0;
}
.nacep-video-wrap a {
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-video-btn {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
color: #ffffff;
font-size: 24px;
background-color: #55c981;
-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;
}
.nacep-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;
}
.nacep-video-wrap .nacep-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;
}
.nacep-video-btn-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
z-index: 2;
}
.nacep-video-btn-wrap .nacep-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;
}
.nacep-video-btn-wrap .nacep-video-btn i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-ripple,
.nacep-ripple:before,
.nacep-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;
}
.nacep-ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.nacep-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);}
} .nacep-aboutme-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nacep-aboutme-item .aboutme-image,
.nacep-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 .nacep-social {
padding: 5px 0 25px;
}
.sign-image {
padding: 30px 0 0;
} .nacep-aboutus-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nacep-aboutus-item .aboutus-image,
.nacep-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: #55c981;
-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: #55c981;
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 .nacep-social {
padding: 0;
}
.aboutus-info-wrap .nacep-link-wrap {
padding: 15px 0 0;
}
.sign-image {
padding: 30px 0 0;
} .nacep-get-apps {
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);
}
.nacep-get-apps h3.apps-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.nacep-get-apps h5 {
color: #55c981;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.nacep-get-apps p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.nacep-get-apps .nacep-btn-wrap {
padding: 0;
}
.nacep-get-apps .nacep-btn-wrap a {
margin: 10px;
display: inline-block;
} .nacep-compare-wrap {
display: inline-block;
position: relative;
width: 100%;
}
div.jx-controller,
div.jx-control {
transition: all .2s ease;
}
.nacep-compare-wrap div.juxtapose {
width: 100% !important;
} .nacep-subscribe {
text-align: center;
}
.nacep-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);
}
.nacep-subscribe .nacep-form-wrap h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.nacep-subscribe p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.nacep-subscribe-form {
display: block;
margin: 15px auto 0;
} .nacep-history-wrap {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.nacep-history-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.nacep-history-item .history-info,
.nacep-history-item .history-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.nacep-history-item:nth-child(odd) .history-info {
padding-right: 50px;
text-align: right;
}
.nacep-history-item:nth-child(even) .history-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.nacep-history-item:nth-child(odd) .history-image {
padding-left: 50px;
}
.nacep-history-item:nth-child(even) .history-image {
padding-right: 50px;
text-align: right;
-ms-flex-order: 1;
order: 1;
}
.nacep-history-wrap:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #dcdced;
display: inline-block;
}
.nacep-history-item span {
background: #55c981;
}
.nacep-history-item span,
.nacep-history-item span:before,
.nacep-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(14, 37, 255, 0.3);
-moz-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-ms-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-o-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
box-shadow: 0 0 0 0 rgba(14, 37, 255, 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;
}
.nacep-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;
}
.nacep-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;
}
.nacep-history-item .history-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #55c981;
display: inline-block;
margin: 0;
padding: 3px 8px;
border-radius: 3px;
}
.history-info p {
color: #666666;
font-size: 18px;
line-height: 26px;
}
.history-image .nacep-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 .nacep-image.nacep-popup a {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #55c981;
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 .nacep-image.nacep-popup:hover a {
top: 50%;
opacity: 1;
}
.history-image .nacep-image.nacep-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 .nacep-image.nacep-popup:hover:after {
transform: scale(1);
opacity: 1;
}
.history-image .nacep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.history-image .nacep-image.hover-image:hover img {
transform: scale(1.1);
}
.nacep-history-wrap.history-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0;
max-width: 100%;
}
.nacep-history-wrap.history-two .nacep-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;
}
.nacep-history-wrap.history-two .nacep-history-item {
margin-bottom: 50px;
}
.nacep-history-wrap.history-two .nacep-history-item .history-info,
.nacep-history-wrap.history-two .nacep-history-item .history-image {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.nacep-history-wrap.history-two .nacep-history-item .history-info,
.nacep-history-wrap.history-two .nacep-history-item .history-image {
text-align: center;
}
.nacep-history-wrap.history-two:before {
content: none;
}
.nacep-history-wrap.history-two .nacep-history-item .history-info {
padding: 0 0 30px;
margin: 0 0 40px;
position: relative;
}
.nacep-history-wrap.history-two .nacep-history-item .history-info:after {
content: "";
position: absolute;
width: calc(100% + 30px);
height: 2px;
bottom: 0;
left: -15px;
right: -15px;
margin: 0 auto;
background: #55c981;
display: inline-block;
}
.nacep-history-wrap.history-two .nacep-history-item span {
top: auto;
bottom: -4px;
right: 0;
}
.nacep-history-wrap.history-two.history-three .nacep-history-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .nacep-typewriter h1 {
font-size: 40px;
}
.nacep-typewriter h1 span {
color: #55c981;
} .nacep-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 .nacep-btn {
margin: 10px 10px 0 0;
}
.nacep-swiper-slide .swiper-slide .banner-caption *:nth-child(1n) {
animation-delay: 1s;
}
.nacep-swiper-slide .swiper-slide .banner-caption *:nth-child(2n) {
animation-delay: 2s;
}
.nacep-swiper-slide .swiper-slide .banner-caption *:nth-child(3n) {
animation-delay: 2.5s;
}
.nacep-swiper-slide .swiper-slide .banner-image *:nth-child(1n) {
animation-delay: 2s;
}
.banner-image .slider-form.nacep-form form p {
padding: 0;
text-align: center;
}
.banner-image .slider-form.nacep-form {
background: #ffff;
padding: 50px;
max-width: 450px;
margin: 0 auto;
} .nacep-countdown:before,
.nacep-countdown:after {
display: table;
clear: both;
content: "";
}
.nacep-countdown {
text-align: center;
}
.nacep-countdown span.countdown-row {
display: inline-block;
}
.countdown-item,
.countdown-section {
float: left;
min-width: 120px;
padding: 23px 10px;
margin-right: 40px;
background: #ffffff;
text-align: center;
position: relative;
}
.countdown-item:last-child,
.countdown-section:last-child {
margin-right: 0;
}
.need-separator .countdown-section:after {
position: absolute;
top: 50%;
right: -22px;
font-size: 25px;
content: ":";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.need-separator .countdown-section:last-child:after {
display: none;
}
.countdown-value,
.countdown-amount {
font-weight: 300;
font-size: 50px;
line-height: 52px;
}
span.countdown-period {
display: block;
}
.countdown-title {
display: block;
color: #777777;
font-weight: 400;
font-size: 15px;
}
.nacep-countdown-wrap {
margin: 0 auto;
} .nacep-charitable-logout a,
.give-btn.give-btn-modal {
display: inline-block;
vertical-align: middle;
min-width: 140px;
padding: 13px 17px 14px;
color: #ffffff;
background-color: #55c981;
font-weight: 500;
font-size: 13px;
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;
}
.nacep-charitable-logout a:hover,
.nacep-charitable-logout a:focus,
.give-btn.give-btn-modal:hover,
.give-btn.give-btn-modal:focus {
color: #ffffff;
background-color: #fb6564;
} .give-donor__details span {
display: block;
}
.nacep-give-wall.style-two .give-donor__header {
display: block;
}
.nacep-give-wall.style-two {
text-align: center;
}
.nacep-give-wall.style-two .give-donor__image {
display: inline-block;
width: 80px;
height: 80px;
float: none;
margin: 0 auto;
line-height: 80px;
margin-bottom: 10px;
}
.nacep-give-wall.style-two .give-wrap .give-card {
border: 1px solid #22242c;
padding: 40px;
}
.nacep-give-wall.style-two span.give-donor__total {
background: #55c981;
display: inline-block;
width: auto;
padding: 8px 12px;
position: absolute;
top: -1px;
right: -1px;
color: #ffffff;
}
.nacep-give-wall.style-two span.give-donor__timestamp {
color: #f63e42 !important;
font-size: 16px !important;
margin-top: 8px;
}
span.give-donor__timestamp:before {
content: "\f073";
font-family: Fontawesome;
margin-right: 4px;
} .give-form input[type="text"],
.give-form input[type="email"],
.give-form input[type="password"],
.give-form input[type="tel"],
.give-form input[type="search"],
.give-form input[type="date"],
.give-form input[type="time"],
.give-form input[type="datetime-local"],
.give-form input[type="event-month"],
.give-form input[type="url"],
.give-form input[type="number"],
.give-form textarea,
.give-form select {
vertical-align: middle;
width: 100%;
height: 55px;
padding: 15px 20px;
background-color: #ffffff;
font-size: 15px;
line-height: 1.42857143;
border: 1px solid #e8e8f4;
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: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.give-form input[type="text"]:focus,
.give-form input[type="email"]:focus,
.give-form input[type="password"]:focus,
.give-form input[type="tel"]:focus,
.give-form input[type="search"]:focus,
.give-form input[type="date"]:focus,
.give-form input[type="time"]:focus,
.give-form input[type="datetime-local"]:focus,
.give-form input[type="event-month"]:focus,
.give-form input[type="url"]:focus,
.give-form input[type="number"]:focus,
.give-form textarea:focus,
.give-form select:focus {
border-color: #d3d3f4;
}
.nacep-charitable-registration a,
.nacep-charitable-login a,
a.give-totals-text-link,
.nacep-give-login p.give_notice a,
.give-lost-password.give-login a {
display: inline-block;
font-weight: 500;
font-size: 13px;
color: #55c981;
text-transform: uppercase;
line-height: 15px;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-charitable-registration a:hover,
.nacep-charitable-login a:hover,
a.give-totals-text-link:hover,
.nacep-give-login p.give_notice a:hover,
.give-lost-password.give-login a:hover {
color: #55c981;
}
.nacep-charitable-registration a:before,
.nacep-charitable-login a:before,
a.give-totals-text-link:before,
.nacep-give-login p.give_notice a:before,
.give-lost-password.give-login a:before {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
background: #55c981;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.nacep-charitable-registration a:hover:before,
.nacep-charitable-login a:hover:before,
a.give-totals-text-link:hover:before,
.nacep-give-login p.give_notice a:hover:before,
.give-lost-password.give-login a:hover:before {
width: 100%;
left: auto;
right: 0;
}
.give-login-submit.give-login {
margin: 10px 0 0;
display: inline-block;
}
.give-lost-password.give-login {
display: inline-block;
margin: 0 0 0 10px;
}
[id*=give-form].give-fl-form .give-fl-wrap {
width: 100%;
} .nacep-give-register form.give-form .form-row:last-child {
display: inline-block;
} .nacep-charitable-login .charitable-login-form .login-submit {
margin-bottom: 20px;
}
.nacep-form form .charitable-radio-list label {
padding: 0 0 1px;
}
.nacep-charitable-donors ol.donors-list.donors-list-horizontal {
margin: 0 -15px;
}
.nacep-charitable-donors ol.donors-list.donors-list-horizontal li {
padding: 0 15px;
width: 25%;
text-align: left;
float: left;
}
.nacep-charitable-donors ol.donors-list li img {
border-radius: 100%;
margin-bottom: 20px;
}
.nacep-charitable-campaigns .campaign-loop.campaign-grid .campaign-donation {
text-align: left;
} .nacep-donation-info {
max-width: 500px;
margin: 100px auto 0;
display: block;
padding: 100px 30px 30px;
position: relative;
width: 100%;
text-align: center;
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-info-item {
padding: 15px;
}
.nacep-info-item h2 {
font-size: 24px;
font-weight: 700;
padding: 0 0 4px;
}
.nacep-info-item h5 {
font-size: 16px;
font-weight: 700;
color: #777777;
padding: 0;
}
.nacep-donation-info .circle-progressbar-wrap {
position: absolute;
left: 0;
right: 0;
top: -70px;
}
.nacep-donation-info .circle-progressbar canvas {
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.nacep-donation-info .nacep-table {
border: none;
margin: 20px 0;
}
.nacep-donation-info .nacep-table td {
padding: 0;
color: #333;
border-color: #ececec;
border-top: none;
border-left: none;
}
.nacep-donation-info .nacep-table tr:last-child td {
border-bottom: none;
}
.nacep-donation-info .nacep-table tr td:last-child {
border-right: none;
} .nacep-cause-bar {
position: relative;
display: block;
width: 100%;
height: 10px;
background: #ffffff;
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
border-radius: 100px;
margin: 10px 0;
}
.nacep-cause-bar .progress-bar {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #55c981;
border-radius: 100px;
width: 0;
max-width: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.progress-counter {
background-color: #55c981;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 7px 7px 5px;
position: absolute;
right: -22px;
bottom: -35px;
}
.progress-counter:after {
border-style: solid;
border-width: 0 3.5px 4px 3.5px;
border-color: transparent transparent #55c981;
top: -4px;
content: " ";
height: 0;
left: 50%;
margin-left: -3.5px;
position: absolute;
width: 0;
} .circle-progressbar {
display: inline-block;
vertical-align: top;
text-align: center;
position: relative;
width: 100%;
}
.circle-progressbar canvas {
background: #f8fafb;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.circle-progressbar-counter {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0 20px;
font-size: 25px;
letter-spacing: -0.1px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.circle-counter {
font-size: 40px;
line-height: 46px;
} .nacep-give-ur-cause {
display: block;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 40px;
border: 1px solid #dcdced;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-ur-cause-item h5 {
font-size: 20px;
}
.nacep-ur-cause-item h3 {
font-size: 28px;
}
.nacep-ur-cause-item p {
font-size: 18px;
color: #777777;
line-height: 28px;
margin: 0;
padding: 0 0 10px;
}
.nacep-ur-bar .circle-progressbar-wrap {
padding: 15px 0;
}
.nacep-ur-bar h5 {
font-size: 14px;
padding: 0;
}
.nacep-ur-bar {
padding: 20px 0;
} .nacep-quick-donation {
text-align: center;
}
.nacep-quick-donation .give-total-wrap,
.nacep-quick-donation .give-donation-levels-wrap {
display: inline-block !important;
}
.nacep-quick-donation .give-donation-levels-wrap,
.nacep-quick-donation .give-donation-levels-wrap li button {
margin: 0 !important;
}
.nacep-quick-donation .give-total-wrap .give-donation-amount,
.nacep-quick-donation .give-donation-levels-wrap li {
margin: 3px !important;
}
.nacep-quick-donation .give-btn.give-btn-modal {
display: block !important;
margin: 20px auto 0 !important;
}
.nacep-quick-donation .give-total-wrap .give-donation-amount span.give-currency-symbol,
.nacep-quick-donation .give-total-wrap .give-donation-amount input {
border: 1px solid #55c981 !important;
height: 45px !important;
line-height: 45px !important;
font-size: 16px !important;
}
.nacep-quick-donation .give-total-wrap .give-donation-amount span.give-currency-symbol {
background: #55c981 !important;
color: #fff;
}
.nacep-quick-donation .give-donation-levels-wrap li button {
display: inline-block;
vertical-align: middle;
padding: 14px 20px;
color: #55c981;
border: 1px solid #55c981;
background: #fff;
font-weight: 700;
font-size: 13px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-quick-donation .give-donation-levels-wrap li button:hover,
.nacep-quick-donation .give-donation-levels-wrap li button:active,
.nacep-quick-donation .give-donation-levels-wrap li button:focus {
color: #ffffff;
background-color: #fb6564;
border-color: #fb6564;
}
.nacep-quick-donation h3 {
font-size: 28px;
padding: 0 0 20px;
}
.nacep-needs-wrap {
padding: 0 15px;
}
.nacep-needs-info {
display: inline-block;
}
.nacep-needs-info ul.needs-list {
padding: 0;
margin: 0;
list-style: none;
}
.nacep-needs-info ul.needs-list li {
font-size: 18px;
color: #666;
line-height: 28px;
margin: 10px 0 0;
padding: 0 15px 0 30px;
position: relative;
width: 50%;
float: left;
}
.nacep-needs-info ul.needs-list li:before {
position: absolute;
top: 2px;
color: #fb6564;
left: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 16px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f004";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.nacep-needs-info h2 span {
font-size: 38px;
background: #fb6564;
color: #fff;
padding: 0 15px;
}
.nacep-needs-wrap .owl-carousel .owl-nav button.owl-prev,
.nacep-needs-wrap .owl-carousel .owl-nav button.owl-next {
top: 50%;
left: 10px;
right: auto;
color: #ffffff;
background: rgba(0, 0, 0, 0.5);
border: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
border-radius: 0;
}
.nacep-needs-wrap .owl-carousel .owl-nav button.owl-prev:before,
.nacep-needs-wrap .owl-carousel .owl-nav button.owl-next:before {
font-size: 30px;
}
.nacep-needs-wrap .owl-carousel .owl-nav button.owl-next {
left: auto;
right: 10px;
}
.nacep-needs-wrap .owl-carousel .owl-dots {
padding-top: 0;
text-align: center;
position: absolute;
bottom: 10px;
width: 100%;
}
.nacep-needs-wrap .owl-carousel button.owl-dot {
background: #ffffff;
}
.nacep-needs-wrap .owl-carousel button.owl-dot.active {
background-color: #fb6564;
}
.nacep-slider-cause-item {
background: rgba(251, 101, 100, 0.9);
padding: 70px 50px;
text-align: center;
display: inline-block;
width: 100%;
}
.nacep-slider-cause-item h3 a {
color: #fff;
}
.nacep-slider-cause-item h3 a:hover {
color: #333;
}
.nacep-slider-cause-item p {
font-size: 18px;
color: #ffffff;
line-height: 28px;
margin: 0;
padding: 0 0 30px;
}
.nacep-slider-cause-item .nacep-btn-wrap {
padding-top: 40px;
}
.nacep-swiper-slide .swiper-slide .nacep-slider-cause-item {
animation-delay: 1s;
}
.nacep-slider-cause-item .nacep-btn {
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
}
.nacep-slider-cause-item .nacep-btn:hover,
.nacep-slider-cause-item .nacep-btn:focus {
color: #fb6564;
background-color: #ffffff;
}
.nacep-slider-cause-item ul.cause-meta {
padding: 0 0 30px;
}
.nacep-slider-cause-item ul.cause-meta li {
color: #ffffff;
font-size: 16px;
}
.nacep-slider-cause-item ul.cause-meta li:after {
background: #ffffff;
} .nacep-cause-filter-item {
display: inline-block;
width: 100%;
-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);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-cause-filter-item .nacep-image {
text-align: center;
}
.nacep-cause-filter-item .nacep-image img {
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-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);
}
.filter-cause-info {
position: relative;
padding: 25px 35px;
background: #fcfcfc;
border-bottom: 1px solid #dcdced;
border-left: 1px solid #dcdced;
border-right: 1px solid #dcdced;
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-cause-filter-item.no-img .filter-cause-info {
border-top: 1px solid #dcdced;
border-radius: 4px;
}
.filter-cause-info p {
font-size: 16px;
color: #666;
line-height: 28px;
margin: 10px 0 0;
}
.filter-cause-info h3.cause-title {
font-size: 22px;
font-weight: 700;
margin: 0;
padding: 0;
color: #333;
}
.filter-cause-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.filter-cause-info h3 a:hover {
color: #55c981;
}
.filter-cause-info .nacep-btn-wrap {
padding-top: 20px;
}
.filter-cause-info a.nacep-btn {
padding: 8px 10px 6px;
border-radius: 0;
min-width: 100px;
}
.filter-cause-info ul.cause-meta {
padding: 20px 0 0;
} .nacep-give-simple-cause {
display: block;
width: 100%;
margin: 0 auto;
padding: 40px;
border: 1px solid #dcdced;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-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.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.nacep-simple-cause-item h5 {
font-size: 20px;
font-weight: 700;
}
.nacep-simple-cause-item h5.income {
border-top: 1px solid #dcdced;
padding-top: 10px;
}
.nacep-simple-cause-item h3 {
font-size: 28px;
}
.nacep-simple-cause-item p {
font-size: 18px;
color: #777777;
line-height: 28px;
margin: 0;
padding: 0;
}
.nacep-simple-bar h5 {
font-size: 14px;
padding: 0;
}
.nacep-simple-cause-item h5.income {
color: #55c981;
}
.nacep-simple-cause-item h5 span {
display: block;
padding: 0 0 5px;
color: #777777;
font-size: 18px;
font-weight: 400;
}
.nacep-simple-cause-item .nacep-btn-wrap {
padding: 0;
text-align: right;
}
.nacep-quick-donation-chari {
text-align: center;
}
.nacep-quick-donation-chari .donation-amounts li.donation-amount {
display: inline-block;
vertical-align: middle;
padding: 14px 20px;
color: #55c981;
border: 1px solid #55c981;
background: #fff;
font-weight: 700;
font-size: 13px;
text-align: center;
text-transform: uppercase;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-quick-donation-chari .charitable-donation-form .donation-amounts .donation-amount.selected {
color: #55c981;
background: rgba(0, 181, 98, 0.12);
}
.nacep-quick-donation-chari.nacep-form input[type="text"] {
border-color: #55c981;
}
.nacep-quick-donation-chari span.custom-donation-amount-wrapper label {
font-size: 13px;
font-weight: 700;
} .nacep-cause-list-item {
display: inline-block;
width: 100%;
overflow: hidden;
margin-bottom: 40px;
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-cause-list-item .nacep-image {
text-align: center;
}
.nacep-cause-list-item .nacep-image img {
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-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);
}
.cause-info {
padding: 25px 30px 25px;
}
.nacep-cause-list-item.no-img .cause-info {
border-radius: 4px;
}
.cause-author a {
color: #777777;
text-transform: capitalize;
}
.cause-author a span {
padding: 2px 0 2px 5px;
display: inline-block;
}
.cause-author a img {
border-radius: 100%;
float: left;
}
.cause-doners,
.cause-amount {
display: inline-block;
width: 60%;
}
.cause-doners {
float: right;
text-align: right;
width: 40%;
}
.cause-doners h3,
.cause-amount h3 {
padding: 0;
font-size: 18px;
}
.cause-doners p,
.cause-amount p {
font-size: 16px;
color: #666;
line-height: 28px;
margin: 0;
}
.cause-donate-info {
background: #f8fafb;
padding: 25px 30px 15px;
}
.cause-info h3.cause-title {
font-size: 18px;
margin: 0;
font-weight: 700;
padding: 0 0 20px;
color: #333;
display: inline-block;
width: 100%;
}
.cause-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.cause-info h3 a:hover {
color: #55c981;
}
.style-two .cause-donate-info h3 {
font-size: 16px;
color: #333;
font-weight: 700;
}
.nacep-give-cause-list.style-two {
text-align: center;
}
.style-two .cause-donate-info .col-na-row {
margin: 0 -5px;
}
.style-two .cause-donate-info .col-na-4 {
padding: 0 5px;
}
.style-two .cause-donate-info p {
margin: 0;
color: #666666;
font-size: 16px;
}
.nacep-give-cause-list.style-two .cause-info {
padding: 40px 30px 35px;
}
.nacep-give-cause-list.style-two .cause-donate-info {
padding: 35px 30px 40px;
}
.nacep-give-cause-list.style-two .circle-counter {
font-size: 28px;
}
.nacep-give-cause-list.style-two .circle-progressbar-counter {
font-size: 20px;
}
.cause-info p {
font-size: 16px;
color: #777777;
line-height: 28px;
margin: 0;
padding: 0;
}
.nacep-give-cause-list.style-three .cause-info h3.cause-title {
padding: 0 0 10px;
}
.cause-category {
padding: 0 0 10px;
display: inline-block;
width: 100%;
}
.nacep-give-cause-list.style-four .cause-info h3.cause-title {
padding: 0 0 10px;
}
.cause-category a.category-name {
display: inline-block;
background: #f8fafb;
padding: 2px 10px 1px;
font-size: 14px;
float: left;
margin-right: 6px;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.10);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.10);
border-radius: 50px;
}
.nacep-give-cause-list.style-four .progress-bar {
border-radius: 0;
background: #55c981;
}
.nacep-give-cause-list.style-four .nacep-cause-bar {
margin: 0;
border-radius: 0;
height: 1px;
}
.nacep-give-cause-list.style-four .cause-info,
.nacep-give-cause-list.style-four .cause-donate-info {
padding: 35px 30px 35px;
text-align: left;
}
.nacep-give-cause-list.style-five .nacep-cause-list-item {
text-align: center;
}
.nacep-give-cause-list.style-five .nacep-cause-list-item .cause-amount {
text-align: left;
}
.nacep-give-cause-list.style-five .nacep-cause-bar {
background: #232323;
border-radius: 0;
height: 6px;
}
.nacep-give-cause-list.style-five .nacep-cause-bar .progress-bar {
margin: 0;
border-radius: 0;
}
.nacep-give-cause-list.style-five .nacep-cause-bar .progress-bar:after {
content: "";
display: block;
width: 17px;
height: 17px;
background: #55c981;
position: absolute;
right: 0;
border-radius: 100px;
border: 2px solid #ffffff;
}
.nacep-give-cause-list.style-five .nacep-cause-list-item .nacep-image {
position: relative;
overflow: hidden;
}
.nacep-give-cause-list.style-five p.donation-count {
background: rgba(85, 201, 129, 1);
padding: 10px;
color: #ffffff;
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transform: translateY(49px);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-five .nacep-cause-list-item:hover p.donation-count {
transform: translateY(0);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-btn-wrap.style-two a.nacep-btn.nacep-btn-sml {
background: #55c981;
border-radius: 100px;
color: #ffffff;
}
.nacep-btn-wrap.style-two .nacep-btn-sml.nacep-btn:before, 
.nacep-btn-wrap.style-two .nacep-btn-sml.nacep-btn:after {
content: none;
}
.nacep-give-cause-list.style-six .cause-list-item {
display: inline-block;
width: 100%;
}
.nacep-give-cause-list.style-six .nacep-cause-list-item .nacep-image {
width: 50%;
float: left;
}
.nacep-give-cause-list.style-six .nacep-cause-list-item .cause-info {
width: 50%;
float: left;
padding: 30px 45px;
}
.nacep-give-cause-list.style-six .nacep-cause-list-item {
text-align: left;
margin-bottom: 0;
display: block;
box-shadow: none;
background: #f7f7f7;
}
.nacep-give-cause-list.style-six .nacep-cause-list-item .cause-info p {
padding-bottom: 20px;
}
.nacep-give-cause-list.style-six .cause-info h3.cause-title {
padding-bottom: 10px;
}
.nacep-give-cause-list.style-six .cause-list-item .nacep-image .nacep-btn-wrap.style-two {
position: absolute;
opacity: 0;
top: 50%;
left: 0;
right: 0;
padding-top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 2;
}
.nacep-give-cause-list.style-six .cause-list-item .nacep-image {
position: relative;
}
.nacep-give-cause-list.style-six .cause-list-item .nacep-image:hover .nacep-btn-wrap.style-two {
opacity: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-six .cause-list-item .nacep-image:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: rgb(34 36 44 / 50%);
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-six .cause-list-item .nacep-image:hover:before {
opacity: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-six .cause-list-item:nth-child(even) .nacep-image {
float: right;
}
.nacep-give-cause-list.style-seven .nacep-btn-wrap.style-two {
background: rgba(85, 201, 129, 1);
padding: 0;
color: #ffffff;
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transform: translateY(49px);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-seven .nacep-cause-list-item:hover .nacep-btn-wrap.style-two {
transform: translateY(0);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.nacep-give-cause-list.style-seven .cause-list-item .nacep-image {
position: relative;
}
.nacep-give-cause-list.style-seven .nacep-cause-list-item .nacep-btn-wrap.style-two a.nacep-btn.nacep-btn-sml {
width: 100%;
border-radius: 0;
}
.nacep-give-cause-list.style-seven .nacep-cause-list-item {
text-align: left;
}
.nacep-give-cause-list.style-seven .cause-info h3.cause-title {
padding-bottom: 15px;
}
.nacep-give-cause-list.style-seven .nacep-cause-list-item .cause-amount h3 {
display: inline-block;
}
.nacep-give-cause-list.style-seven .nacep-cause-list-item p {
margin-bottom: 15px;
}
.nacep-give-cause-list.style-five.style-eight .nacep-cause-bar {
margin: 0;
}
.nacep-give-cause-list.style-five.style-eight .nacep-cause-bar .progress-bar:after {
content: none;
}
.nacep-give-cause-list.style-five.style-eight .nacep-cause-list-item {
text-align: left;
}
.nacep-give-cause-list.style-five.style-eight .cause-doners, 
.nacep-give-cause-list.style-five.style-eight .cause-amount {
width: auto;
float: left;
}
.nacep-give-cause-list.style-five.style-eight .cause-doners {
margin-left: 20px;
}
.hide-custom-amount p.give-custom-amount-text {
display: none;
}
.hide-infobox div#give_error_test_mode {
display: none;
}
.nacep-give-cause-list.style-five.style-nine .nacep-cause-list-item {
box-shadow: none;
}
.nacep-give-cause-list.style-five.style-nine .cause-info {
text-align: left;
}
.nacep-give-cause-list.style-five.style-nine .cause-info p.info-content {
margin-bottom: 30px;
} ul.cause-meta {
padding: 10px 0 0;
margin: 0;
list-style: none;
}
ul.cause-meta li {
display: inline-block;
color: #a3a3a3;
font-size: 14px;
padding: 0 20px 0 0;
position: relative;
}
ul.cause-meta li:last-child {
padding-right: 0;
}
ul.cause-meta li:after {
content: "";
width: 3px;
height: 3px;
position: absolute;
background: #55c981;
right: 8px;
top: 50%;
transform: translateY(-50%);
border-radius: 100%;
}
ul.cause-meta li:last-child:after {
content: none;
} .cause-slider-item-wrap {
padding: 20px;
}
.cause-slider-item {
display: inline-block;
width: 100%;
overflow: hidden;
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 5px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.cause-slider-item p {
font-size: 16px;
color: #777777;
line-height: 28px;
margin: 0;
padding: 0;
}
.cause-slider-item .col-na-row {
margin: 0;
}
.cause-slider-item .col-na-12,
.cause-slider-item .col-na-6,
.cause-slider-item .col-na-5,
.cause-slider-item .col-na-7 {
padding: 0;
}
.cause-slider-info {
padding: 25px 30px;
}
.cause-slider-item h3 {
font-size: 22px;
font-weight: 700;
margin: 0;
padding: 0 0 10px;
}
.cause-slider-item .nacep-btn-wrap {
padding: 25px 30px;
}
.cause-slider-item .cause-donate-info h3 {
padding: 0;
}
.nacep-give-cause-filter .nacep-cause-list-item {
margin: 0;
} .banner-container .nacep-cause-list-item {
background: #fff;
color: #333;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
margin: 0;
}
.banner-container .nacep-give-cause-list.style-two .cause-info {
padding: 40px 30px 45px;
}
.nacep-swiper-slide .swiper-slide .nacep-give-cause-list {
animation-delay: 1s;
}
.banner-container .cause-info h3.cause-title {
padding-bottom: 10px;
}
.banner-container .cause-info p {
padding: 0 0 10px;
}
.banner-caption .nacep-btn:before {
background: rgba(85, 201, 129, 1);
}
.banner-caption .nacep-btn.nacep-btn-orng:before {
background: rgba(251, 101, 100, 1);
}
.banner-caption .nacep-btn {
color: #ffffff;
}
.banner-caption .nacep-btn:active,
.banner-caption .nacep-btn:focus,
.banner-caption .nacep-btn:hover {
color: #1d1e1f;
} .single-give_forms .give_forms {
padding: 100px 0;
}
.single-give_forms .give_forms .give-progress-bar {
height: 10px;
}
.single-give_forms .give_forms .give-form-title {
font-size: 32px;
font-weight: 700;
}
.single-give_forms .give_forms .give-goal-progress .income {
font-size: 32px;
line-height: 32px;
font-weight: 700;
}
.single-give_forms .give_forms .give-goal-progress .raised {
font-size: 20px;
font-weight: 600;
}
.single-give_forms .give_forms p {
color: #777777;
font-weight: 300;
font-size: 17px;
line-height: 1.6;
}