/*
:root {
    --themecolor: #c8c8ff;
    --themecolorrgb: 200, 200, 255;
    --header-height: 70px;
    --sticky-header-height: 70px
}

#primary-menu ul li>a.header-button {
    border-top: 1px solid #eee !important;
    color: #c8c8ff;
    color: var(--themecolor)
}

.swiper-container-horizontal>.swiper-scrollbar {
    top: auto;
    bottom: 180px;
    left: auto;
    right: 100px;
    width: 200px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 2px
}

.swiper-scrollbar-drag {
    background: #000
}

.slide-number {
    opacity: 1;
    bottom: 10px;
    text-align: left;
    right: auto
}

.slide-number-current {
    top: auto;
    bottom: 0;
    font-size: 30px;
    font-weight: 700
}

.slide-number span {
    margin-left: 20px;
    font-size: 16px
}

.slide-number-total {
    font-size: 13px;
    line-height: 28px;
    left: 29px
}

.swiper-navs {
    position: absolute;
    left: auto;
    right: 300px;
    bottom: 140px;
    top: auto;
    z-index: 99
}

.slider-arrow-left,
.slider-arrow-right {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .7);
    width: 36px;
    height: 36px
}

.slider-arrow-right {
    left: 45px
}

.slider-arrow-left i,
.slider-arrow-right i {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    color: #000
}

.slider-arrow-right i {
    margin-left: -1px
}

.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.dark .slider-arrow-left,
.dark .slider-arrow-right {
    border-color: rgba(255, 255, 255, .7)
}

.dark .swiper-container-horizontal>.swiper-scrollbar {
    background-color: rgba(255, 255, 255, .4)
}

.dark .swiper-scrollbar-drag {
    background: #fff
}

.dark .slide-number,
.dark .slider-arrow-left i,
.dark .slider-arrow-right i {
    color: #fff
}
*/
.slider-feature a i {
    padding-right: auto;
    padding-left: 6px;
}
/*
.svg-line {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 20px
}

.button-svg {
    background-image: url(images/border.svg);
    background-repeat: no-repeat;
    background-position: center 120%;
    background-size: 100% 10px;
    color: #222;
    font-size: 16px
}

.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
*/
.oc-desc {
    left: auto;
    right: 5%;
}

.oc-desc .skills li .progress:after {
    right: auto;
    left: -8px;
}

.oc-desc .skills li .progress-percent {
    left: auto;
    right: 0;
}

/*
.world-map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1
}
*/
.counter-section [class^=col-]:not(:last-child):after {
    right: auto;
    left:0;
}
/*
.device-sm .counter-section [class^=col-]:nth-child(2):after,
.device-md .counter-section [class^=col-]:nth-child(2):after,
.device-xs .counter-section [class^=col-]:after {
    display: none
}

.play-video i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 61px;
    border-radius: 50%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .85);
    text-align: center;
    font-size: 24px;
    color: #111;
    transition: all .3s ease;
    box-shadow: 0 0 1px 15px rgba(255, 255, 255, .1);
    -webkit-backface-visibility: hidden
}

.play-video i.icon-small {
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, .1)
}

.play-video:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #fff
}

.bg-color:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 75%;
    height: 75%;
    z-index: -1;
    border-radius: 6px;
    opacity: .3;
    background-color: #c8c8ff;
    background-color: var(--themecolor)
}

.bg-color.left:before {
    top: -10px;
    left: -10px
}

.heading-block h2 {
    font-size: 36px;
    letter-spacing: -1px
}

.missions-gloals .feature-box {
    box-shadow: 0 0 10px rgba(99, 114, 130, .15);
    padding: 25px 20px;
    border-radius: 10px
}

.team-title {
    font-size: 17px
}

.team-title small {
    display: block;
    font-size: 13px;
    color: #aaa
}

.team-image img {
    border-radius: 6px
}

.team.full-border {
    border: 5px solid #c8c8ff;
    border-color: var(--themecolor);
    border-radius: 4px
}

.subscribe-section .subscribe-section-target {
    cursor: pointer;
    padding: 35px 0
}

.subscribe-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    line-height: 110px;
    background-color: #c8c8ff;
    background-color: var(--themecolor);
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -45%)
}

.subscribe-icon i {
    font-size: 38px;
    text-align: center;
    color: #444;
    font-weight: 600
}

.subscribe-button {
    opacity: 0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) scale(.5);
    transition: opacity .3s linear;
    z-index: 1001
}

body:not(.nonprofit-success):not(.nonprofit-processing) .show .subscribe-button {
    opacity: 1;
    transform: translate(-50%, 50%) scale(1)
}

.nonprofit-loader.css3-spinner {
    background-color: rgba(198, 192, 156, .5);
    background-color: rgba(var(--themecolorrgb), 0.5)
}

.css3-spinner>div {
    background-color: #111
}

#nonprofit-submitted,
.nonprofit-success #nonprofit,
body:not(.nonprofit-processing) .nonprofit-loader {
    display: none
}

.subscribe-section-target .icon-arrow-down {
    transform: rotate(0deg);
    transition: transform .2s linear
}

.subscribe-section-target:not(.collapsed) .icon-arrow-down {
    transform: rotate(180deg)
}

.subscribe-section .subscribe-icon i {
    transform: scale(1);
    transition: transform .25s ease
}

.subscribe-section:hover .subscribe-icon i {
    transform: scale(1.2)
}

.nonprofit-success #nonprofit-submitted {
    display: block
}

.form-control.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 19px;
    background-color: transparent !important;
    background-image: url(images/divider-3.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    border: 0
}

.form-control.border-form-control::-moz-placeholder {
    opacity: .4
}

.form-control.border-form-control:-ms-input-placeholder {
    opacity: .4
}

.form-control.border-form-control::-webkit-input-placeholder {
    opacity: .4
}

.fc-calendar {
    background: #fff;
    box-shadow: 0 0 10px rgba(99, 114, 130, .15)
}

.fc-calendar .fc-row>div.fc-today,
.fc-calendar .fc-row>div>div a,
.fc-calendar .fc-row>div>div span {
    background-color: #c8c8ff;
    background-color: var(--themecolor);
    box-shadow: none
}

.fc-calendar .fc-row>div.fc-today>span.fc-date,
.fc-calendar .fc-row>div>div a:not(:hover),
.fc-calendar .fc-row>div>div span:not(:hover) {
    color: #222;
    text-shadow: none
}

.fc-content {
    overflow-y: scroll !important
}

.fc-calendar-event+.fc-calendar-event {
    border-top: 1px solid rgba(0, 0, 0, .3);
    padding-top: 12px;
    margin-top: 8px
}

.fc-allday[datetime=true]+.fc-starttime,
.fc-allday[datetime=true]+.fc-starttime+.fc-endtime {
    display: none
}

.fc-emptydate,
.fc-weekday {
    opacity: .07 !important
}

.fc-past.fc-content .fc-calendar-event {
    opacity: .4;
    pointer-events: none
}

.fc-past .fc-date,
.fc-past .fc-weekdays {
    opacity: .3
}

.section-details p {
    color: #999
}

.testi-content p {
    font-style: normal;
    padding-left: 30px;
    border-left: 3px solid rgba(198, 192, 156, .2);
    border-left: 3px solid rgba(var(--themecolorrgb), 0.2)
}

.testimonials-carousel .owl-stage {
    padding: 5px 0
}

.testimonials-carousel:before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 22px;
    font-size: 60px;
    color: rgba(198, 192, 156, .4);
    color: rgba(var(--themecolorrgb), 0.4);
    z-index: -1;
    font-family: segoe print, times new roman, Verdana
}

.testi-meta {
    margin: 10px 0 0 30px
}
*/
.floating-contact-wrap {
    right: auto;
    left: 50px;
}

.floating-contact-wrap .floating-contact-box {
    right: auto;
    left: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.latest-article-card{
    right: auto;
    left: 80px;
}

/*
@media(min-width:992px) {

    #header.transparent-header+#slider,
    #header.transparent-header+#page-title.page-title-parallax,
    #header.transparent-header+#google-map,
    #slider+#header.transparent-header {
        top: -70px;
        top: calc(-1 * var(--header-height));
        margin-bottom: -70px;
        margin-bottom: calc(-1 * var(--header-height))
    }

    #header.transparent-header+#page-title.page-title-parallax .container {
        padding-top: 70px;
        padding-top: var(--header-height)
    }

    #primary-menu ul>li>a {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-top: calc((var(--header-height) - 22px)/2);
        padding-bottom: calc((var(--header-height) - 22px)/2);
        font-weight: 500 !important;
        text-transform: none;
        letter-spacing: 0;
        font-size: 15px;
        transition: color .3s ease;
        color: #111 !important
    }

    #primary-menu ul:hover>li:not(:hover):not(.active)>a {
        color: #6c757d !important
    }

    #primary-menu ul li>a>div:after {
        opacity: 0;
        content: '';
        position: absolute;
        background-image: url(images/border.svg);
        background-repeat: no-repeat;
        background-position: center center;
        top: 50%;
        left: 50%;
        margin-top: 14px;
        width: 60%;
        height: 10px;
        background-size: 100% 10px;
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    #primary-menu ul li.active>a>div:after,
    #primary-menu ul li:hover>a>div:after {
        opacity: 1;
        width: 90%
    }

    #primary-menu ul ul li>a>div:after {
        display: none
    }

    #primary-menu ul li>a.header-button {
        padding: 13px 18px;
        margin: 11px 0;
        background-color: #c8c8ff;
        background-color: var(--themecolor);
        border-radius: 4px;
        border-top: 0 !important
    }

    #header,
    #header-wrap,
    #logo img {
        height: 70px;
        height: var(--header-height)
    }

    #header-wrap {
        position: fixed;
        width: 100%
    }

    #header.sticky-header:not(.static-sticky),
    #header.sticky-header:not(.static-sticky) #header-wrap,
    #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
        height: 70px;
        height: var(--sticky-header-height)
    }

    #header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
        padding-top: 19px;
        padding-top: calc((var(--sticky-header-height) - 22px)/2);
        padding-bottom: 19px;
        padding-bottom: calc((var(--sticky-header-height) - 22px)/2)
    }

    #header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a.header-button {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0
    }

    #header .menu-bg {
        width: 87px;
        height: 70px;
        height: var(--header-height);
        background: #fff
    }

    #header.sticky-header:not(.static-sticky) .menu-bg {
        height: 70px;
        height: var(--sticky-header-height)
    }
*/
    #header .menu-bg:after {
        right: 100%;
        left: auto;
    }

    #header .menu-bg:before {
        left: auto;
        right: 0;
        border-right: 0 solid transparent;
        border-left-width: 70px;
        border-left-width: var(--header-height);
        border-left-style: solid;
        border-left-color: transparent;
    }

    #header.sticky-header:not(.static-sticky) .menu-bg:before {
        border-left-width: 70px;
        border-left-width: var(--sticky-header-height);
    }
/*
    #header-wrap,
    #header.sticky-header #header-wrap {
        background-color: #c8c8ff;
        background-color: var(--themecolor)
    }

    .slider-feature {
        transform: translateY(-50%)
    }

    .heading-block h2 {
        font-size: 54px
    }

    .feature-box .fbox-icon {
        width: 80px;
        height: 80px
    }

    .feature-box h3 {
        font-size: 20px
    }

    .oc-desc h3 {
        font-size: 22px
    }

    .counter {
        font-size: 48px;
        letter-spacing: 1px
    }

    .counter-section h3 {
        font-size: 2.6rem
    }
}
*/
@media(max-width:767.98px) {
    .latest-article-card{
        left: 20px;
    }
}