body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-weight: 400;
    color: #808080;
    font-size: 16px;
    line-height: 32px
}

html,
body {
    overflow-x: hidden;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #808080;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #808080;
    ;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

img::selection {
    background: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SemplicitaPro';
    color: #17393A;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 50px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 55px;
}

h3,
.h3 {
    font-size: 34px;
    line-height: 47px
}

h4,
.h4 {
    font-size: 24px;
    line-height: 36px
}

h5,
.h5 {
    font-size: 22px;
    line-height: 30px
}

h6,
.h6 {
    font-size: 20px;
    line-height: 28px
}

p {
    margin-bottom: 20px;
}


button {
    border: none;
    transition: all 0.4s ease 0s
}

section {
    padding: 100px 0
}

.section_100 {
    padding: 100px 0
}

.section_50 {
    padding: 50px 0
}

p:last-child {
    margin-bottom: 0 !important;
}

.main-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1200px
}

.spinner-master {
    display: none
}

.cta-btn {
    display: inline-block;
    padding: 14px 30px;
    font-family: 'SemplicitaPro';
    font-weight: 700;
    border-radius: 8px 8px 8px 0px;
}

.btn_blue {
    color: #fff;
    background-color: #2182a6;
}

.btn_gray {
    color: #2182a6;
    background-color: rgba(33, 130, 166, 0.08);
}

.btn_green {
    background-color: #0ab8b8;
}

.cta-btn:hover {
    border-radius: 8px 0px 8px 8px;
    background: #0ab8b8;
    color: #fff;
}

.header-area {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mainmenu ul {
    margin-right: 20px
}

.mainmenu ul li {
    display: inline-block
}

.mainmenu ul li a {
    font-weight: 500;
    display: block;
    font-family: 'SemplicitaPro';
    padding: 35px 10px;
    font-size: 18px
}

.mainmenu ul li a:hover {
    color: #17393a
}

.header-navigation .cta-btn {
    padding: 10px 30px
}

.site-logo {
    max-width: 220px
}

.hero-area {
    padding-bottom: 50px;
}

.hero-right img {
    max-width: 665px
}

.hero-left p {
    font-size: 18px;
    margin: 0
}

.hero_subtitle {
    color: #0ab8b8;
    font-family: 'SemplicitaPro';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px !important
}

.hero-left .h1 {
    color: #17393a;
    margin: 0
}

.hero-left .cta-btn,
.dual-btn .cta-btn {
    margin-right: 15px
}

.hero-left .cta-btn:last-child,
.dual-btn .cta-btn:last-child {
    margin-right: 0
}

.section_title {
    color: #17393a;
}

.section_title + .section_title {
    margin-top: -10px;
}

.passion {
    display: block
}

.passion-box {
    margin-top: 60px;
    background-color: #f7f7fa;
    padding: 40px 30px;
    border-radius: 10px;
    height: 260px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    transition: 0.3s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0px;
}

.passion-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    width: 0;
    height: 4px;
    background-image: linear-gradient(to right, #0ab8b8 13%, #2182a6 80%);
    opacity: 0.86;
    transition: all 0.4s ease 0s;
    right: 0;
}

.passion-box:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.passion-box:hover {
    background: #fff;
    box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    transition: 0.5s all;
    top: -20px;
}

.passion-box .h6 {
    font-weight: 600;
}

.passion-text {
    margin-top: 20px
}

.passion-text > * {
    margin: 0
}

.about-passion .h3 {
    font-weight: 600;
    color: #CCCECF;
    margin-bottom: 15px
}

.about-passion.passion-box {
    height: 220px
}

.about-passion.passion-box .passion-text {
    margin: 0
}

.skew-area {
    position: relative
}

.skew-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    height: 50%;
    border-right: 100vw solid rgba(248, 250, 255, 0.66);
    border-left: 0px solid rgba(248, 250, 255, 0.66);
    top: 0px;
    border-top: 40px solid #fff;
    border-bottom: 0px solid transparent;
}

.skew-area:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    height: 50%;
    border-right: 0px solid rgba(248, 250, 255, 0.66);
    border-left: 100vw solid rgba(248, 250, 255, 0.66);
    bottom: 0px;
    border-bottom: 40px solid #fff;
    border-top: 0px solid transparent;
}

.package-box {
    padding: 35px;
    background: #fff;
    position: relative;
    border-radius: 15px 15px 15px 0px;
    box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
}

.package-icon img {
    margin: 0 auto 30px;
    display: block;
    max-height: 90px;
}

.package-info li {
    padding-left: 35px;
    position: relative;
    margin-top: 15px
}

.package-info li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 15px;
    height: 18px;
    background: url(../img/check.svg) no-repeat scroll 0 0/cover;
}

.package-box.active {
    background-image: linear-gradient(25deg, rgba(33, 130, 166, 1) 0%, rgba(10, 184, 184, 1) 38%, rgba(33, 130, 166, 1) 100%);
}

.package-box.active * {
    color: #fff
}

.package-box.active .package-info li:after {
    background: url(../img/white_check.svg) no-repeat scroll 0 0/cover;
}

.package-inn {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px
}

.package-inn > div {
    flex: 0 0 31.33%;
    max-width: 31.33%
}

.or {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #2182a6;
    color: #fff;
    font-family: 'SemplicitaPro';
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    position: absolute;
    right: -46px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.site-action {
    margin-top: 50px
}

.site-action > a {
    margin-top: 20px
}

.testimonial-box {
    text-align: center;
    padding: 40px 20px;
    background-color: #fcfdff;
    border-radius: 10px
}

.testimonial-icon {
    margin-bottom: 20px
}

.testimonial-icon img {
    margin: auto;
    display: block
}

.testimonial-slider {
    margin-top: 50px;
}

.testimonial-slider .slider {
    margin: 0 15px
}

.testimonial-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonial-slider::before {
    position: absolute;
    content: "";
    top: -50px;
    left: -75px;
    width: 153px;
    height: 142px;
    background: url(../img/quote-left.png) no-repeat scroll center center/contain;
    z-index: 1;
}

.testimonial-slider::after {
    position: absolute;
    content: "";
    bottom: -50px;
    right: -75px;
    width: 153px;
    height: 142px;
    background: url(../img/quote-right.png) no-repeat scroll center center/contain;
    z-index: -1;
}

.promo-inn {
    background-image: linear-gradient(73deg, rgba(4, 144, 174, 1) 0%, rgba(10, 184, 184, 1) 18%, rgba(4, 132, 161, 1) 58%);
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 20px 0;
    margin-top: -100px;
    margin-bottom: 100px
}

.text-white * {
    color: #fff
}

.promo-inn a.cta-btn {
    width: 20%;
    text-align: center
}

.promo-inn .h4 {
    font-size: 27px
}

.promo-area {
    padding: 0
}

.footer-area.skew-area::after {
    display: none
}

.footer-area.skew-area:before {
    height: 100%
}

.footer-area {
    padding-top: 0;
    margin-top: 100px;
    padding-bottom: 100px
}

.footer-widget .h6 {
    color: #17393a;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-widget .h6::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #404041;
}

.footer-social li {
    display: inline-block;
    margin-right: 19px;
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    color: rgba(23, 57, 58, 0.19);
    font-size: 20px;
}

.footer-social li a:hover {
    color: #17393a;
}

.footer-widget p {
    margin-bottom: 10px
}

.footer-widget a {
    position: relative;
    display: inline-block;
    line-height: normal
}

.footer-widget li {
    margin-top: 5px
}

.footer-widget a::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: auto;
    width: 0;
    height: 1px;
    background: #2182a6;
    opacity: 0.86;
    transition: all 0.4s ease 0s;
    right: 0;
}

.footer-widget a:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.footer-widget a:hover {
    color: #2182a6;
}

.footer-social li a:before {
    display: none
}

.copyright-area {
    background-color: #0c1a21;
    padding: 20px 0
}

.copyright-area p,
.copyright-area a {
    color: rgba(255, 255, 255, 0.41)
}

.divider {
    margin: 0 15px
}

.copyright-area a:hover {
    color: #fff
}

.slick-dots li button:before {
    font-size: 12px;
    color: rgba(4, 144, 174, 1)
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgba(4, 144, 174, 1)
}

.slick-dots {
    position: inherit;
    bottom: 0;
    margin-top: 10px;
}

.breadcrumb-area {
    background-color: #fcfdff;
    padding: 15px 0
}

.breadcrumb-inn {
    display: inline-block;
    font-weight: 600;
    font-family: 'SemplicitaPro';
    color: #808080
}

.breadcrumb-inn a {
    font-weight: 500;
    opacity: 0.5;
}

.breadcrumb-inn i {
    margin: 0 5px;
    font-size: 12px
}

.text_blue {
    color: #2182a6;
}

.result-box .text_blue {
    margin-bottom: 15px
}

.result-box {
    background: #fff;
    box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    padding: 30px;
    border-radius: 10px 10px 10px 0;
    margin-top: 50px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-area {
    padding-top: 50px;
    padding-bottom: 20px
}

.result-area.skew-area::after {
    bottom: 30%
}

.implement-area .content-meta {
    background: #FCFDFF;
    padding: 60px 30px 30px 30px;
    width: 85%;
    border-radius: 12px;
    position: relative;
    margin: -50px auto 0;
}

.implement-area .quotes {
    background: #FCFDFF;
    margin-top: -35px;
    float: left;
    margin-right: 20px;
}

.meta_company {
    font-family: 'SemplicitaPro';
    color: #3E82A6
}

.implement-area img {
    border-radius: 35px 35px 35px 0
}

.btn_group a {
    margin: 0 10px
}

.max-width img {
    max-width: 700px;
}

.team-area .content-text img {
    margin-left: auto;
    margin-bottom: 20px
}

.team-box img {
    border-radius: 30px 30px 30px 0;
    margin: auto
}

.team-slider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    position: relative
}

.team-area .content-text {
    margin-top: 50px
}

.team_shape {
    position: absolute;
    left: -60px;
    top: -40px
}

.team-slider .slide {
    flex: 0 0 42%
}

.team-box .team-text {
    margin-top: 15px
}

.team-slider .slide:nth-child(2n+2) {
    transform: translateY(50px);
}

.team-content-area .content-img {
    position: relative;
    z-index: 1;
}

.team-content-area .content-inner-img {
    padding: 15px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 30px 30px 30px 0;
    box-shadow: -53px 36px 95px -5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: -53px 36px 95px -5px rgb(0 0 0 / 5%);
    -moz-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    width: 77%;
    margin: auto
}

.team-content-area .content-inner-img img {
    border-radius: 30px 30px 30px 0;

}

.shape-img {
    position: absolute;
    z-index: -1;
    width: 55%
}

.team-content-area .shape-img {
    left: 0px;
    top: -70px
}

.content-text ul {
    margin: 20px 0
}

.content-text li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}

.content-text li:last-child {
    border: none
}

.content-text li::after {
    position: absolute;
    content: "";
    top: 15px;
    width: 40px;
    height: 40px;
    background: url(../img/circle-check.svg) no-repeat scroll 0 0/cover;
    left: 0;
}

.inner-img {
    position: relative;
    z-index: 1
}

.inner-img::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(8, 23, 44, 0) 0%, #08172c 100%);
    opacity: 0.77;
    border-bottom-right-radius: 30px
}

.inner-meta {
    position: absolute;
    bottom: 30px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.inner-meta .hero_subtitle {
    margin: 0 !important
}

.inner-meta .h5 {
    margin: 5px 0
}

.inner-meta p:last-child {
    color: rgba(255, 255, 255, 0.52)
}

.featured-box p {
    text-align: center;
    font-family: 'SemplicitaPro';
    color: rgba(23, 57, 58, 0.46);
}

.featured-box img {
    margin: auto;
    width: 125px;
}

.featured-slider {
    margin-top: 30px
}

.box-icon {
    width: 70px;
    margin: 0 auto 30px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.box {
    padding: 30px 10px
}

.box h3 {
	font-size: 18px;
}

.donation-platform .col-md-4 {
    border-right: 1px solid rgba(112, 112, 112, 0.32);
    margin-top: 40px;
}

.donation-platform .col-md-4:last-child {
    border: none;
}

.border-line {
    position: relative
}

.border-line::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(112, 112, 112, 0.18);
    width: 180px
}

.footer-skew {
    padding-top: 100px;
    margin-top: 0
}

.solution-banner li {
    display: block
}

.solution-banner li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.solution-banner li a:hover {
    color: #2182a6
}

.solution-banner li a i {
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.solution-banner .inner-img:after {
    display: none
}

.solution-banner .content-inner-img {
    padding: 15px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 30px;
}

.solution-banner .shape-img {
    right: -50px;
    top: -50px;
}

.electronic-package .package-inn {
    margin-top: 50px
}

.electronic-package {
    padding-bottom: 400px
}

.feature-area {
    padding-top: 0;
    margin-top: -300px
}

.feature-list {
    margin-top: 50px
}

.feature-inn {
    background: #fff;
    padding: 60px;
    border-radius: 30px 30px 30px 0;
    box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
}

.feature-holder,
.feature-left {
    display: flex;
    align-items: center;
}

.feature-left img {
    width: 50px;
    height: 55px;
    margin-right: 20px;
    transition: 0.4s all;
}

.feature-left:hover img {
    transform: scaleX(-1);
    transition: 0.4s all;
    filter: saturate(50%)
}

.feature-left .h6 {
    margin: 0
}

.feature-left {
    flex: 0 0 35%
}

.feature-holder {
    margin-top: 15px
}

.strategy-banner-area {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.journey-box .package-box{
    padding: 0 0 35px;
	overflow: hidden;
}
.journey-box .package-info {
    height: 150px;
    padding-left: 35px;
    padding-right: 35px;
}
.journey-box .package-box img{
    width: 100%;
    margin-bottom: 25px
}
.faqs-accordion .accordion-item {
    margin-top: 30px;
    border: 0;
    background-color: rgba(248, 248, 248, 0.56)
}

.faqs-accordion .accordion-button {
    padding: 10px 40px;
    font-size: 18px;
    font-family: 'SemplicitaPro';
    color: #17393A;
    background-color: rgba(248, 248, 248, 0.56);
    font-weight: 700;
    border-radius: 10px 10px 10px 0 !important;
}

.faqs-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3E82A6;
    box-shadow: none;
}

.faqs-accordion .accordion-body {
    padding: 25px 40px;
}

.accordion-button::after {
    display: none
}

.plus-minus {
    position: absolute;
    right: 36px;
    top: 50%;
    width: 20px;
    height: 3px;
    transform: translateY(-50%);
}

.plus-minus span {
    background: #17393A;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 3px;
    transition: 0.3s all;
}

.plus-minus span + span {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    width: 100%;
    height: 3px;
}

[aria-expanded="true"] .plus-minus span + span {
    transform: rotate(0deg);
    background: #fff
}

.strategy-organizations {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.strategy-organizations img {
    max-width: 30%;
}

.strategy-organizations {
    margin: 30px 0
}

.count-box {
    position: absolute;
    bottom: -50px;
    left: -50px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 10px;
}

.count-box.donations {
    background: radial-gradient(33px 33px at 2174.51% 7900%, rgba(10, 184, 184, 0.12) 0%, rgba(33, 130, 166, 0.12) 100%);
    bottom: auto;
    top: -100px;
    left: auto;
    right: 20px
}

.new-donor {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.count-box.donations .new-donor {
    background: linear-gradient(25deg, rgba(33, 130, 166, 1) 0%, rgba(10, 184, 184, 1) 38%, rgba(33, 130, 166, 1) 100%);
}

.new-donor img {
    width: 50px;
    margin: 0 auto 10px
}

.new-donor p {
    margin: 0
}

.individual-slider .slider ul li {
    display: inline-block;
    text-align: center;
    margin-right: 40px
}

.individual-slider .slider ul li:last-child {
    margin-right: 0
}

.individual-slider .slider ul {
    margin: 30px 0
}

.individual-slider .slider ul li img {
    width: 60px !important;
    height: 60px !important;
    margin: auto
}

.individual-slider .slider ul li p {
    font-family: 'SemplicitaPro';
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px
}

.custom_arrows {
    margin-bottom: 30px
}

.custom_arrows li {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    background-color: rgba(204, 206, 207, 0.2);
    color: #08172c;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    cursor: pointer
}

.btn_group {
    margin-top: 30px
}

.custom_arrows li:hover {
    background-image: linear-gradient(to bottom, #0ab8b8, #00abb7, #009db4, #0490ae, #2182a6);
    color: #fff;
}

.explore-area hr {
    margin: 80px 0
}

.panel-heading {
    padding: 0 35px;
    font-family: 'SemplicitaPro';
    font-weight: 700;
    border-radius: 8px 8px 8px 0px;
    background-color: rgba(33, 130, 166, 0.04);
    color: #2182A6;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    height: 65px;
    margin: 0 7px;
    margin-bottom: 70px;
}

.price-index .panel-heading {
    background-color: #2182A6;
    color: #fff;
}

.panel-info li img {
    margin: auto;
    width: 15px;
}

.pricing-area ul li {
    padding: 10px 0px;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    font-family: 'SemplicitaPro';
    font-weight: 700;
    color: #17393A;
}

.pricing-area ul li small {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    line-height: normal;
    display: block
}

.pricing_box .col-md-3 {
    padding: 0
}

.pricing_box .col-md-3:first-child ul {
    padding-left: 15px
}

.pricing_box .col-md-3:last-child ul {
    padding-right: 15px
}

.panel-footer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SemplicitaPro';
    font-weight: 700;
    color: #17393A;
    flex-direction: column;
    padding: 15px 0;
}

.panel-footer p {
	margin-bottom: 10px;
}

.pricing-area {
    padding-top: 50px
}

.pricing_action .cta-btn {
    width: 200px;
    text-align: center;
    margin-top: 30px;
}

.process-box ul {
    margin: 30px 0
}

.process-box ul li {
    display: flex;
    font-size: 15px;
    margin: 20px 0;
}

.process-box ul li span {
    font-family: 'SemplicitaPro';
    font-weight: 700;
    background: #EAF3F8;
    border-radius: 8px 8px 8px 0px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    max-width: 13%;
    flex: 0 0 13%;
    font-size: 20px;
    color: #2182A6;
}

.process-list .h4 {
    color: #2182A6;
}

.process-list {
    background: #fff;
    padding: 50px;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 6px 35px 4px rgba(0, 0, 0, 0.03);
}

.process-list .feature-left {
    flex: 0 0 100%
}

.process-list .feature-left .h6 {
    font-size: 18px
}

.preocess-area.skew-area::before {
    top: 50px
}

.preocess-area.skew-area::after {
    bottom: 50px
}

.pricing-donate {
    padding-top: 180px
}

.pricing-donate .content-text .cta-btn {
    margin-right: 10px
}

.pricing-donate .content-text .text-meta {
    margin: 0;
    font-family: 'SemplicitaPro';
    color: #0AB8B8
}

.pricing-donate .content-text .h3 {
    margin-bottom: 20px
}

.pricing-donate .content-text {
    position: relative
}

.pricing-donate .content-text .quotes_bg {
    position: absolute;
    opacity: 0.03;
    left: -35px;
    top: 65px;
    width: 80px;
}

.contact-box {
    background: #FCFDFF;
    padding: 50px;
    border-radius: 25px 25px 25px 0
}

.contact-box form {
    margin-top: 30px
}

.contact-box form input,
.contact-box form select {
    width: 100%;
    border: none;
    height: 55px;
    padding: 10px 20px !important;
    background: rgba(208, 207, 205, 0.15);
    border-radius: 8px;
    font-weight: 500;
    font-family: 'SemplicitaPro';
    color: #17393A;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 20px;
}

.select {
    position: relative;
    height: 55px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: rgba(208, 207, 205, 0.15);
    padding: 12px 20px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 8px;
}

.select-styled:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(208, 207, 205, 0.21);
    text-align: center;
    line-height: 40px;
    border-radius: 6px 6px 6px 0;
    color: #707070;
}

.select-styled:active:after,
.select-styled.active:after {
    content: "\f077";
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    overflow: hidden;
}

.select-options li {
    margin: 0 !important;
    padding: 10px 0;
    text-indent: 20px;
    border-bottom: 1px solid #e6e6e6;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:last-child {
	border-bottom: none;
}

.select-options li:hover {
    background: #d7dde4;
}

.select-options li[rel="hide"] {
    display: none;
}

.contact-box form li {
    margin-bottom: 20px;
    margin-top: 10px
}

.contact-box form label {
    display: block;
    font-weight: 500;
    font-family: 'SemplicitaPro';
    font-size: 14px
}

body .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(112, 112, 112, 0.15);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    margin-top: -7px;
}

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2182a6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.service-checkbox li {
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.contact-box button {
    display: block;
    cursor: pointer;
    width: 100%
}

.contact-widget {
    padding: 50px 40px;
    box-shadow: 0px 6px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 40px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 6px 40px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px 20px 20px 0;
    margin-top: 50px;
    background: #fff
}

.contact-info-right li img {
    margin-right: 15px
}

.contact-info-right li {
    margin-bottom: 15px
}

.contact-info-right li:last-child {
    margin-bottom: 0
}

.contact-info-right {
    padding-left: 50px
}

.contact-info-area .col-lg-7 {
    border-right: 1px solid rgba(112, 112, 112, 0.17)
}

.contact-info-right li a {
    position: relative
}

.contact-info-right li a::before {
    position: absolute;
    content: "";
    bottom: 2px;
    left: auto;
    width: 0;
    height: 1px;
    background: #2182a6;
    opacity: 0.86;
    transition: all 0.4s ease 0s;
    right: 0;
}

.contact-info-right li a:hover {
	color: #2182a6;
}

.contact-info-right li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.contact-info-area {
    padding-top: 250px;
    margin-top: -150px
}

html.overflow {
    overflow: hidden
}
.pricing-box .nav-tabs {
    border: medium none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pricing-box .nav-tabs .nav-item {
    border: medium none;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block
}
.pricing-tab-body {
    padding: 15px;
    background: #fcfdff;
}
.single-pricing {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.single-pricing p:first-child {
    width: 80%;
    border-right: 1px solid #eee;
}

.single-pricing p:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.pricing-area .nav-tabs .nav-link {
    border-radius: 0;
    line-height: normal;
    color: #2182A6;
    padding: 10px 15px;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
}
.pricing-area .nav-tabs .nav-link.active, .pricing-area .nav-tabs .nav-item.show .nav-link {
    background: #2182A6;
    color: #fff;
    border: medium none !important;
}
.mobile-Price {
    margin: 20px 0 !important
}
.mobile-Price h2{
    font-size: 30px
}
.single-pricing p{
    padding: 10px !important
}
.single-pricing p{
    margin: 0 !important;
    color: #17393A
}
.single-pricing p img{
    width: auto
}
.single-pricing p img {
    width: auto;
    display: block;
    margin: auto;
}
.single-pricing:last-child{
    border-bottom: none
}

.passion-slider .slick-list {
	margin: 0 -15px;
}

.passion-slider .slide {
	padding: 0 15px;
}

.passion-home .passion-icon img {
    margin: auto;
    filter: grayscale(1);
    opacity: 0.50;
    transition: 0.3s all;
}

.passion-home .passion-box:hover .passion-icon img {
    filter: grayscale(0);
    opacity: 1;
}


/*Responsive*/
@media(min-width: 1024px) {
	
.passion-slider .slick-list {
	overflow: visible;
}
	
.result-slider .slick-dots,
.passion-slider .slick-dots {
	display: none;
}

.result-slider .slick-list {
	overflow: visible;
}

	
}

@media(max-width: 991px) {
	.process-box ul + a {
		margin: 0 auto;
		display: table;
	}

	.hero-left .cta-btn {
		min-width: auto;
	}

	.img-right {
		position: relative;
		left: 42%;
		transform: translateX(-50%)
	}

	.img-left {
		position: relative;
		right: 45%;
		transform: translateX(50%)
	}

	.passion-box:hover {
		box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
		-webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
		-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
		top: -8px;
	}
	
	.breadcrumb-inn ul li {
		font-size: 14px;
	}	
	
	.pricing-area .nav-tabs .nav-link {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	section {
		padding: 60px 0;
	}	
	
    .spinner-master * {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .spinner-master {
        position: relative;
        width: 46px;
        display: flex;
        align-items: center;
        height: 46px;
        justify-content: center;
        z-index: 999
    }

    .spinner:nth-child(2n) {
        width: 70% !important
    }

    .spinner-master label {
        cursor: pointer;
        height: auto;
        width: 100%;
        padding: 0;
        transform: translateY(0%);
        top: -13px;
        position: relative;
    }

    .spinner-master .spinner {
        height: 2px;
        width: 100%;
        background-color: #2182a6;
    }

    .spinner-master .horizontal {
        margin-top: 6px;
    }

    .spinner-master .diagonal.part-2 {
        margin-top: 6px;
    }

    .spinner-master.active .spinner-spin > .horizontal {
        opacity: 0;
    }

    .spinner-master.active .spinner-spin > .diagonal.part-1 {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 3px;
    }

    .spinner-master.active .spinner-spin > .diagonal.part-2 {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    nav#menu {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        display: block;
        z-index: 99;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 100vh;
        height: 100vh;
        padding: 10px 20px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu.active,
    nav#menu > ul ul.active {
        right: 0;
        overflow: auto;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu {
        left: 0;
        transform: translateX(0);
        box-shadow: none;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 10px 0;
        color: #2182a6;
        border-bottom: 1px solid rgba(111, 111, 111, 0.2);
    }

    nav#menu > ul > li:last-child > a {
        border-bottom: 0px
    }

    nav#menu li.has-submenu > a:before {
        position: absolute;
        top: 10px;
        right: 0px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px
    }

    .megamenu.active {
        padding: 15px 0 !important
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
    }

    nav#menu ul ul > li a {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff
    }

    nav#menu ul ul > li a {
        padding: 10px 20px;
        line-height: normal
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
        opacity: 0;
    }

    .site-logo {
        max-width: 160px;
    }

    .call_mobile i {
		width: 46px;
		height: 46px;
		text-align: center;
		line-height: 46px;
		color: #2182a6;
		border: 1px solid #e5e5e5;
		border-radius: 5px 0;
	}

    .mainmenu ul {
        margin-right: 0;
        margin-top: 100px
    }

    .site-logo {
        position: relative;
        z-index: 999
    }

    .spinner-spin {
        width: 22px;
    }

    .header-area {
        padding: 15px 0
    }

    .hero-right img {
        max-width: 100%;
    }

    .passion-box {
        margin-top: 30px
    }

	.cta-btn {
		padding: 14px 20px;
		min-width: 240px;
		text-align: center;
	}	

    .testimonial-slider::before {
        top: -70px;
        left: 0;
        width: 70px;
    }

    .testimonial-slider::after {
        bottom: -30px;
        right: 0;
        width: 70px;
        z-index: 1;
    }

    .testimonial-slider {
        margin-bottom: 0 !important
    }

    .promo-inn {
        padding: 30px;
        margin-top: -50px;
        margin-bottom: 50px
    }

    .promo-inn .h4 {
        font-size: 21px;
    }

    .promo-inn a.cta-btn {
        width: 30%;
    }

    .footer-area {
        padding-bottom: 50px;
        margin-top: 50px
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 40px
    }

    .footer-logo img {
        width: 240px
    }

    .max-width img {
        max-width: 100%;
    }
    .process-box ul li span{
        max-width: 16%;
        flex: 0 0 16%
    }

}

@media(max-width: 767px) {
    br {
        display: none
    }

    .footer-widget br {
        display: block
    }

    h1,
    .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 40px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 20px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-left p {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0
    }

    p {
        font-size: 16px;
        line-height: 28px
    }

    .hero-left .cta-btn,
    .dual-btn .cta-btn {
        margin-right: 5px;
    }

    .package-box {
        padding: 50px 30px
    }

    .promo-inn {
        margin-bottom: 50px;
        display: block;
        text-align: center
    }

    .promo-inn .cta-btn {
        width: auto
    }

    .hero-area {
        padding-top: 50px
    }

    .package-inn {
        justify-content: center;
        flex-wrap: wrap;
    }

    .package-inn > div {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .package-box:nth-child(1) .or {
        display: none
    }

    .package-box:nth-child(2) .or {
        right: auto;
        left: -46px;
        top: auto;
        bottom: 0;
        transform: translateY(46px);
    }

    nav#menu.active,
    nav#menu > ul ul.active {
        box-shadow: 0 0 5px #aaa;
        width: 40%;
    }

    .mainmenu ul {
        height: 17em;
        overflow: scroll;
        margin-top: 80px
    }

    .page-banner-area {
        padding-top: 10px
    }

    .content-text ul {
        text-align: left
    }

    .content-text ul li {
        padding-left: 45px
    }

    .box-icon {
        width: 50px;
        margin: 0 auto 20px;
        height: auto;
    }

    .team-slider .slide {
        flex: 0 0 44%;
    }

    .team-slider {
        gap: 30px
    }

    .team-area .content-text img {
        margin-bottom: 20px;
        margin-left: 0
    }

    .team-content-area .content-inner-img {
        width: 100%
    }

    .content-text li::after {
        width: 20px;
        height: 20px
    }

    .content-text ul li {
        padding-left: 24px;
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-skew {
        margin-top: 0;
    }

    .result-box {
		margin-top: 30px;
		height: 160px;
	}

    .result-box .text_blue {
        font-size: 24px;
    }

    .result-box .h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-info-right {
        padding-left: 0;
    }

    .contact-widget {
        height: 340px
    }

    .faqs-accordion .accordion-button {
        line-height: normal;
        font-size: 14px;
        padding: 15px 40px;
    }

    .plus-minus {
        right: 15px
    }

    .campaign-area {
        padding-bottom: 50px
    }

    .feature-left img {
        margin: 0 auto 20px;
    }

    .feature-left {
        display: block;
    }

    .feature-holder {
        flex: 0 0 45%;
        display: block;
        text-align: center;
    }

    .feature-list {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: space-between;
    }

    .feature-inn {
        padding: 30px
    }

    .count-box {
        left: 0
    }

    .individual-slider .slider ul li {
        margin-right: 10px
    }

    .individual-slider .slider ul li img {
        width: 40px !important;
        height: 40px !important;
    }

    .individual-slider .slider ul li p {
        font-size: 15px
    }
    .btn_group a {
    margin: 5px;
}
    .package-icon img {
        width: 80px
    }
    .strategy-banner-area{
        padding: 50px 0
    }
    .strategy-banner-area br{
        display: block
    }
    .implement-area .h3{
        font-size: 22px
    }
    .pricing-area .container{
        padding: 0
    }
    .pricing-area ul li{
        height: auto
    }
    .process-list{
        text-align: center;
        padding: 30px;
        margin-top: 30px
    }
    .process-list .feature-holder{
        flex: 0 0 43%
    }
    .pricing-donate .content-text .cta-btn {
		display: block;
		text-align: center;
		margin: 5px;
	}	
    .strategy-content{
        padding-top: 50px !important
    }
}

.footer-logo a:before {
	display: none;
}

@media(min-width: 576px) {

	.explore-area .btn_group a {
		min-width: auto;
	}

}

@media(max-width: 575px) {

	.team-content-area {
		margin-top: 30px;
	}
	.promo-inn {
		background-image: linear-gradient(208deg, rgba(4, 144, 174, 1) 0%, rgba(10, 184, 184, 1) 18%, rgba(4, 132, 161, 1) 58%);
	}
	
	#solution-2 img {
		margin-bottom: -50px;
	}
	
	#solution-4 img {
		margin-bottom: -35px;
	}	

    nav#menu.active,
    nav#menu > ul ul.active {
        box-shadow: none;
        width: 100%;
    }

    .faqs-accordion .accordion-button {
		line-height: normal;
		font-size: 16px;
		padding: 10px 50px 10px 15px;
	}

    .mainmenu ul {
        height: 17em;
        overflow: scroll;
        margin-top: 80px
    }

    .hero-left {
        text-align: center
    }

    .promo-inn {
        padding: 20px;
        display: block;
        text-align: center;
    }

    .promo-inn a.cta-btn {
        width: auto
    }

    .promo-inn .h4 {
        font-size: 22px;
        margin-bottom: 30px
    }

    .footer-widget {
        text-align: center;
        margin: 15px 0
    }


    .footer-widget .h6::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .team-area .content-text img {
        margin: 0 auto 20px
    }

    .team-area {
        padding-top: 0
    }

    .team_shape {
        display: none
    }

    .donation-platform .col-md-4 {
        border-bottom: 1px solid rgba(112, 112, 112, 0.32);
        margin-top: 0;
    }

    .campaign-area {
        padding-bottom: 50px
    }

    .contact-box {
        padding: 30px
    }

    .contact-info-right {
        padding-left: 0;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(112, 112, 112, 0.17)
    }

    .contact-info-area .col-lg-7 {
        border-right: 0px solid rgba(112, 112, 112, 0.17);
    }

    .contact-info-area .content-text {
        margin-top: 0
    }

    .feature-holder,
    .feature-left {
        flex: 0 0 100%;
        margin-top: 0px
    }

    .feature-inn {
        padding: 30px
    }

    .feature-left img {
        margin: 0 auto
    }

    .strategy-content{
        padding-top: 50px !important
    }

    .count-box {
        left: 0
    }

    .individual-slider {
        margin-top: 80px;
        text-align: center
    }

    .individual-slider .slider ul li {
        margin-right: 20px
    }

    .individual-slider .slider ul li img {
        width: 46px !important;
        height: 46px !important;
        margin: auto;
    }

    .custom_arrows {
        margin-bottom: 0;
        margin-top: 30px;
        text-align: center;
    }
    .strategy-banner-area br{
        display: none
    }
    .pricing-donate .content-text{
        margin-top: 70px
    }

}

@media(max-width: 420px) {
    .contact-widget {
        height: auto
    }

    .package-inn {
        flex-wrap: wrap
    }

    .package-inn > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .package-box:nth-child(1) .or {
        display: block;

    }

    .package-box:nth-child(2) .or,
    .package-box:nth-child(1) .or {
        right: auto;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: -46px;
    }

    .content-text {
        margin-top: 30px;
        text-align: center
    }

    .team-slider .slide:nth-child(2n+2) {
        transform: translateY(0px);
    }

    .team-box {
        margin: 0 7px
    }

    .team-slider {
        margin-top: 30px
    }

    .team-content-area .content-inner-img {
        width: 100%
    }

    .explore-area .btn_group a {
        display: block;
        margin: 10px
    }
    .solution-banner .content-img{
        margin-bottom: 30px
    }
    .solution-banner ul{
        margin-top: 30px
    }
    .feature-left .h6 {
		margin: 15px 0 5px;
		font-size: 20px;
	}
    .pricing-donate .content-text .cta-btn{
        display: block;
        margin: 5px 0
    }
}

@media (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {
    br {
        display: none
    }

    .footer-widget br {
        display: block
    }

    h1,
    .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 40px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 26px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-left p {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0
    }

    p {
        font-size: 16px;
        line-height: 28px
    }

    .cta-btn {
        padding: 12px 20px
    }

    .hero-left .cta-btn,
    .dual-btn .cta-btn {
        margin-right: 5px;
    }

    .package-box:nth-child(1) .or {
        display: none
    }

    .package-box:nth-child(2) .or {
        right: auto;
        left: -46px;
        top: auto;
        bottom: 0;
        transform: translateY(46px);
    }

    .package-inn {
        justify-content: center;
        flex-wrap: wrap;
    }

    .package-inn > div {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .promo-inn a.cta-btn {
        width: 48%;
    }

    nav#menu.active,
    nav#menu > ul ul.active {
        box-shadow: 0 0 5px #aaa;
        width: 40%;
    }

    .mainmenu ul {
        height: 17em;
        overflow: scroll;
        margin-top: 80px
    }

    .contact-widget {
        height: 320px
    }

    .contact-info-right {
        padding-left: 0px;
    }
    .feature-inn{
        padding: 30px
    }
    .feature-left {
    flex: 0 0 46%;
}
    .count-box{
        left: 0
    }
    .btn_group a {
    margin: 0 5px;
}
    .electronic-package .package-inn > div{
        max-width: 30%;
        padding: 20px;
        flex: 0 0 30%
    }
    .package-icon img{
        width: 70px
    }
    .strategy-banner-area br{
        display: block
    }
}

.result-slider .slide {
	padding: 0 15px 30px;
}

.result-slider .slick-list {
	margin: 0 -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.features-list-slider .slide {
		padding: 0 15px;
	}

	.features-list-slider .slick-list {
		margin: 0 -15px;
	}
	
    nav#menu.active,
    nav#menu > ul ul.active {
        box-shadow: 0 0 5px #aaa;
        width: 40%;
    }

    .mainmenu ul {
        height: 17em;
        overflow: scroll;
        margin-top: 80px
    }

    br {
        display: none
    }

    .footer-widget br {
        display: block
    }

    h1,
    .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 40px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 26px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .footer-skew {
        margin-top: 0
    }

    .hero-left p {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0
    }

    p {
        font-size: 16px;
        line-height: 28px
    }

    .cta-btn {
        padding: 12px 20px
    }

    .hero-left .cta-btn,
    .dual-btn .cta-btn {
        margin-right: 5px;
    }

    .package-box:nth-child(1) .or {
        display: none
    }

    .package-box:nth-child(2) .or {
        right: auto;
        left: -46px;
        top: auto;
        bottom: 0;
        transform: translateY(46px);
    }

    .package-inn {
        justify-content: center;
        flex-wrap: wrap;
    }

    .package-inn > div {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .promo-inn a.cta-btn {
        width: 48%;
    }

    .result-box {
        height: 200px
    }

    .contact-widget {
        height: 320px
    }

    .contact-info-right {
        padding-left: 0px;
    }
    .feature-inn{
        padding: 30px
    }
    .feature-left {
    flex: 0 0 46%;
}
    .count-box{
        left: 0
    }
    .btn_group a {
    margin: 0 ;
}
    .electronic-package .package-inn > div{
        max-width: 30%;
        padding: 20px;
        flex: 0 0 30%
    }
    .package-icon img{
        width: 70px
    }
    .faqs-accordion .accordion-button{
        font-size: 16px;
        padding: 10px 35px
    }
    .individual-slider .slider ul li{
        margin-right: 20px
    }
    .strategy-banner-area br{
        display: block
    }
}

@media (width: 1024px) {
    br {
        display: none
    }

    .hero-right img {
        max-width: 100%;
    }

    .hero-left p {
        margin: 20px 0
    }

    .testimonial-slider::before {
        left: -35px;
        width: 100px;
    }

    .testimonial-slider::after {
        right: -35px;
        width: 100px;
    }

    .promo-inn a.cta-btn {
        width: 40%
    }

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

    .contact-info-right {
        padding-left: 0px;
    }
    .package-icon img{
        width: 80px
    }
    .feature-inn{
        padding: 30px
    }
    .strategy-banner-area br{
        display: block
    }
    .panel-heading{
        height: 85px
    }
}

@media (max-width: 575px) {

	.footer-widget {
		text-align: inherit;
        margin-bottom: 0px;
    }

    .footer-widget .h6 {
        position: relative;
    }       

    .footer-widget .h6:before {
        content:"";
        border: 1px solid #000;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 10px;
        right: 5px;
        transform: rotate(135deg);
        border-width: 1px 1px 0 0;
        opacity: 0.5;
    }
	
	.footer-widget.act .h6:before {
		transform: rotate(-45deg);
		top: 14px;
	}	

    .footer-widget .h6 {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
	
    .footer-widget:not(.act) .h6 {
        margin-bottom: 0px;
	}	
    
    .footer-widget:not(.act) br,
    .footer-widget:not(.act) ul,
    .footer-widget:not(.act) p,
    .footer-widget:not(.act) div:not(.footer-logo),
    .footer-widget:not(.act) a:not(.footer-logo a) {
        display: none;
    }

    .footer-widget div.footer-logo {
        margin-bottom: 10px;
    }
        
    .footer-widget .h6::after {
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
}

p:empty {
    display: none;
}

.contact-box .h5 {
    margin-top: 20px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
}

@media (max-width: 991px) {

.container {
    width: 100%;
    max-width: 100%;
}

}

@media (max-width: 767px) {

.contact-box {
    padding: 50px 15px;
}

}

@media (min-width: 576px) {

#field_1_11 {
    margin-top: -30px;
}

}

.gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none;
}

.skew-area + footer:before {
    display: none;
}

.gform_confirmation_message {
    background-image: linear-gradient(73deg, rgba(4, 144, 174, 1) 0%, rgba(10, 184, 184, 1) 18%, rgba(4, 132, 161, 1) 58%);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 20px 0;
    color: #fff;
    margin: 40px 0 0
}

.content-area.strategy-content.py-0 + .content-area.skew-area {
    margin-top: 80px !important;
}

.pricing-area ul.text-center li {
    justify-content: center;
}

.single-pricing p:last-child span.No img,
.pricing-area ul.text-center li span.No img {
    transform: scale(0);
}


.rich-text {
    padding: 50px 0;
}

.rich-text h3 ,
.rich-text h4 {
    font-weight: 700;
}

.rich-text ul ,
.rich-text ol {
    margin-bottom: 25px;
    margin-left: 25px;
}

.rich-text ul li {
    list-style: disc;
}

.rich-text ol li {
    list-style: decimal;
}

.rich-text ol li::marker,
.rich-text ul li::marker {
    color: #17393a;
    font-weight: bold;
}

.rich-text a {
    color: #2182a6;
    border-bottom: 1px solid;   
}

.rich-text-featured-image {
    margin-bottom: 30px;
}

.rich-text-featured-image img {
    width: 100%;
    height: auto;
}

.rich-text-links {
    margin-bottom: 60px;
}

.rich-text-links h3 {
    font-weight: bold;
 }

 .rich-text-links ul {
     padding-top: 10px;
 }

.rich-text-links ul li {
    display: inline-block;
    margin: 0 5px 5px 0
}

.rich-text-links ul li a {
    border: 1px solid #0ab8b8;
    color: #0ab8b8;
    padding: 10px 15px;
    display: inline-block;
}

.rich-text-links ul li a:hover {
    background-color: #0ab8b8;
    color: #fff;
}

.passion-box {
    position: relative;
    z-index: 1;
}

.passion-slider .slick-slide {
    position: relative;
}

.passion-slider .slick-slide:after {
    content:"";
    position: absolute;
    bottom: -150px;
    left: -50px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s all;
}

.passion-slider .slick-slide:hover:after {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s all;
}

.passion-box:hover {
    background: #fff;
    box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -53px 36px 95px -5px rgba(0, 0, 0, 0.05);
    transition: 0.5s all;
    top: -20px;
}

@media(max-width: 991px) {

.passion-slider .slick-slide {
    position: relative;
    padding-bottom: 95px;
}

.passion-slider .slick-slide:after {
    background-size: 300px !important;
    bottom: -50px;
}

.passion-slider  .slick-dots {
    position: inherit;
    bottom: 0;
    margin-top: -80px;
    margin-bottom: -30px;
    z-index: 2;
}
	
}

.cta-btn-border {
    background: transparent;
    border: 1px solid #2182a6;
    color: #2182a6;
    margin-left: 10px;
    padding: 9px 30px;
}

.cta-btn-border:hover {
    color: #fff;
    background: #0ab8b8;
    border: 1px solid #0ab8b8;
}

.home .hero-left .btn_blue {
    background: rgba(33,130,166,.08);
    color: #2182A6;
}

.home .hero-left .btn_gray {
    background: #2182A6;
    color: #fff;
}

.home .hero-left .btn_gray:hover{
background: #0AB8B8
}

.home .hero-left .btn_blue:hover{
background: #0AB8B8;
    color: #fff;
}

@media (max-width: 640px) {
    .package-inn {
        flex-wrap: wrap;
    }
    .package-inn > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .package-box:nth-child(2) .or,
    .package-box:nth-child(1) .or {
        right: auto;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: -46px;
    }
    .package-box:nth-child(1) .or {
        display: block;
    }
    .hero-left .cta-btn{
        margin-top: 10px
    }
}

@media (max-width: 640px) {
    .package-inn {
        flex-wrap: wrap;
    }
    .package-inn > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .package-box:nth-child(2) .or,
    .package-box:nth-child(1) .or {
        right: auto;
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: -46px;
    }
    .package-box:nth-child(1) .or {
        display: block;
    }
    .hero-left .cta-btn{
        margin-top: 10px
    }
    .journey-box .package-info {
    height: auto;
    padding-bottom: 20px;
}
    .journey-box .package-inn>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}
}

@media (max-width: 715px) {
    .journey-box .package-info {
        height: auto;
        padding-bottom: 15px;
    }
    .journey-box .package-inn>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0 !important;
    }
}