/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Nasarna 
Version:        1.0.0
Author:         wpocans
URL:            http://themeforest.net/user/wpoceans
-------------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------

#0.4  wpo-hero-style
#0.5  wpo-footer
#0.6  wpo-news-letter-section
#0.7  wpo-mission-area
#0.8  wpo-about-area
#0.9  wpo-case-area
#1.0  wpo-counter-area
#1.1  wpo-team-area
#1.2  wpo-world-area
#1.3  wpo-event-area
#1.4  wpo-cta-area



/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3764eb;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3764eb;
    box-shadow: 0 0 0 0 #3764eb;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.wpo-section-title {
    text-align: center;
    position: relative;
    max-width: 520px;
    margin: auto;
    margin-bottom: 30px;
}



.wpo-section-title span {
    font-size: 22px;
    font-weight: 400;
    color: #08cc7f;
    display: block;
    margin-bottom: 0px;
    font-family: 'Barlow Condensed', sans-serif;
}

.wpo-section-title h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

@media (max-width: 991px) {
    .wpo-section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .wpo-section-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

/*Hero arae*/

.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(247, 195, 63, 0.52);
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: rgba(247, 195, 63);
}

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: -100px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: -100px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
}

.hero:hover .slick-next {
    right: 25px;
}

.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #f6c23f;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption>div {
    overflow: hidden;
}

.slide-caption .btns .theme-btn {
    background-color: #08cc7f;
    color: #fff;
    padding: 17px 42px;
}

.slide-caption .btns .theme-btn:hover {
    background-color: #02ae6a;
}

.slide-caption .btns,
.wpo-about-text .btns {
    display: flex;
    padding: 5px 0px;
}

.slide-caption .btns ul,
.wpo-about-text .btns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-caption .btns .video-holder a:before,
.wpo-about-text .btns .video-holder a:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #09cc80;
}

.slide-caption .btns .video-holder a,
.wpo-about-text .btns .video-holder a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block !important;
}

.wpo-about-text .btns .video-holder a {
    display: block !important;
    top: 20px;
}

.video-text {
    margin-left: 30px;
}

.video-text a {
    padding: 10px;
    color: #08cc7f;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.hero .slide-caption>div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}



.hero .slide-caption>.slider-pic * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-style-3 .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


.hero .hero-slider .slick-current .slide-caption>.slider-pic * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.hero-slider .slide  .btn-two {
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.hero-slider .slide  .btn-two .btn-two-icon i {
   color: #08cc7f;
   font-size: 25px;
}
.hero-slider .slide  .btn-two .btn-two-text a {
   font-weight: 600;
   color: #072366;
   padding-left: 10px;
}


/************************************************
0.5 hero-style-1
**************************************************/
.hero-style-1,
.hero-style-2 {
    height: 810px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-style-1:before {
    position: absolute;
    left: 0;
    top: -90px;
    width: 57%;
    height: 122%;
    background: #fff;
    content: "";
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.hero-style-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #08cc7f;
    content: "";
    border-top-right-radius: 3%;
    border-bottom-right-radius: 3%;
    z-index: -11;
}

.hero-style-1 {
    background: url(../images/slider/slide-1.jpg) no-repeat center center / cover;
}
.hero-style-3 {
    background: url(../images/slider/img-1.jpg) no-repeat center center / cover;
}
.hero-style-3 .slide-caption {
    text-align: center;
    margin-top: -240px;
}
.hero-style-3  .slide-caption .btns{
    justify-content: center;
}
.hero-style-3  .slide-caption .btns .theme-btn{
    background: #fff;
    color: #08cc7f;
}

.slide-caption {
    z-index: 99;
    position: relative;
}

.hero-style-1 .slide .slide-caption h2 span {
    color: #08cc7f;
}

@media (max-width: 1199px) {

    .hero-style-1,
    .hero-style-2 {
        height: 750px;
    }
}

@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2 {
        height: 550px;
    }

}

@media (max-width: 767px) {

    .hero-style-1,
    .hero-style-2 {
        height: 520px;
    }
    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 520px;
    }
    .hero-style-3 .slide-caption {
        text-align: center;
        margin-top: -340px;
    }
}

.hero-style-1 .slide,
.hero-style-2 .slide {
    height: 810px;
}
.hero-style-2 {
    height: 910px;
}
.hero-style-2 .slide {
    height: 910px;
}

@media (max-width: 1199px) {

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 750px;
    }

    .hero-style-2 .slide {
        height: 650px;
    }

}

@media (max-width: 991px) {

    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 550px;
    }

    .hero-style-1:before {
        width: 82%;
        top: -65px;
    }

    .hero-style-1:after {
        width: 74%;
    }
}

@media (max-width: 767px) {


    .hero .slide .container {
        margin-left: 20px;
    }

    .hero-style-3 .slide .container {
        margin: auto;
    }
    .hero-style-2 .slide {
        height: 450px;
    }
}

.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
    position: relative;
}


@media screen and (min-width: 992px) {}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2 {
    font-size: 75px;
    color: #fff;
    margin: 0 0 0.45em;
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2 {
        font-size: 28px;
        line-height: 35px;
    }
}

.hero-style-1 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -33%;
    right: -113%;
    z-index: -1;
    max-width: 680px;
}

@media (max-width: 991px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        display: none;
    }
}

.slide-caption .slide-subtitle p {
    margin-bottom: 10px;
}


@media (max-width: 590px) {
    .hero .slide .container {
        margin-left: 0px;
    }
    .hero-style-3 .slide .container {
        margin: auto;
    }

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s3 {
        padding: 10px 18px;
    }
    .slide-caption .btns {
        display: inherit;
    }
    .slide-caption .btns .theme-btn {
        margin-right: 5px;
    }
    .hero-slider .slide .btn-two {
        padding-left: 0px;
        padding-top: 20px;
    }
    .wpo-site-header .cart-search-contact {
        right: 74px;
    }
}

/************************************************
    hero-style2
**************************************************/



.hero-style-2:after {
    display: none;
}

.hero-style-2 .slide .container {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        margin-top: 0;
        padding-bottom: 60px;
    }
}

.navbar-header .flaticon-aeroplane:before {
    content: "\f102";
    font-weight: 400;
}

.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -15%;
    right: -110%;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-style-2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 {
        height: 450px;
    }
}

.hero-style-2 {
    height: 950px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-style-2 {
        height: 650px;
    }

}

@media (max-width: 991px) {
    .hero-style-2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-2 {
        height: 450px;
    }
}

/************************************************
hero-style3
**************************************************/
.hero-style-3 {
    position: relative;
    height: 800px;
}

.hero-style-3 .slide {
    height: 800px;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 450px;
    }
}

.hero-style-3 .hero-outer {
    height: 850px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-outer {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-outer {
        height: 450px;
    }
}

.hero-style-3 .hero-outer .container {
    height: 100%;
    display: table;
}

.hero-style-3 .hero-outer .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-style-3 .hero-text {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text {
        margin-top: 40px;
    }
}

.hero-style-3 .hero-text>span {
    font-weight: bold;
    color: #193e85;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text>span {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.hero-style-3 .hero-text h2 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .img-holder {
        display: none;
    }
}

.hero-bg-slider:before {
    display: none;
}
.hero-style-3 .slide-caption .slide-text {
    max-width: 550px;
    margin: auto;
}

/*--------------------------------------------------------------
#0.6 wpo-news-letter-section
--------------------------------------------------------------*/
.wpo-news-letter-section,
.wpo-news-letter-section-2 {
    background: #062265;
    text-align: center;
    padding: 100px 0;
}

.wpo-news-letter-section-2 {
    background: #fcfcfc;
}

@media (max-width: 991px) {

    .wpo-news-letter-section,
    .wpo-news-letter-section-2 {
        padding: 80px 0;
    }
}

.wpo-news-letter-section h3,
.wpo-news-letter-section-2 h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0 0 1.5em;
    line-height: 1.2em;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

@media(max-width: 1024px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

.wpo-news-letter-section-2 h3 {
    color: #2d4277;
}

@media (max-width: 991px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        font-size: 18px;
    }
}

.wpo-news-letter-section form,
.wpo-news-letter-section-2 form {
    max-width: 425px;
    margin: 0 auto;
}

.wpo-news-letter-section form>div,
.wpo-news-letter-section-2 form>div {
    position: relative;
}

.wpo-news-letter-section form>div input,
.wpo-news-letter-section-2 form>div input {
    height: 55px;
    border: 0;
    outline: 0;
    border-radius: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px 15px 25px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {

    .wpo-news-letter-section form>div input,
    .wpo-news-letter-section-2 form>div input {
        height: 50px;
    }
}

.wpo-news-letter-section form>div button,
.wpo-news-letter-section-2 form>div button {
    background: #08cc7f;
    width: 150px;
    height: 45px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 45px;
}

@media (max-width: 991px) {

    .wpo-news-letter-section form>div button,
    .wpo-news-letter-section-2 form>div button {
        width: 120px;
        height: 40px;
    }
}


/*===================================================
#0.7 wpo-mission-area
=====================================================*/

.wpo-mission-area {
    background: #f7fbfe;
    padding-bottom: 100px;
}

.wpo-mission-wrap {
    margin-top: 10px;
}

.wpo-mission-item {
    text-align: center;
}

.wpo-mission-item h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpo-mission-item p {
    max-width: 250px;
    margin: auto;
}
.page-wrapper .wpo-mission-item p {
    margin-bottom: 0px;
}

.wpo-mission-icon .fi:before,
.wpo-mission-icon-2 .fi:before,
.wpo-mission-icon-3 .fi:before,
.wpo-mission-icon-4 .fi:before {
    font-size: 80px;
    background-image: linear-gradient(#46ccd7, #01a8d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpo-mission-icon-2 .fi:before {
    background-image: linear-gradient(#ffac77, #ff7d90);
}

.wpo-mission-icon-3 .fi:before {
    background-image: linear-gradient(#be68fe, #6d6af4);
}

.wpo-mission-icon-4 .fi:before {
    background-image: linear-gradient(#fbaddc, #fc7cb8);
}



@media(max-width: 992px) {
    .wpo-mission-item {
        margin-bottom: 30px;
    }

    .wpo-mission-area-2 {
        padding-bottom: 60px;
    }

    .wpo-mission-area {
        padding-bottom: 60px;
    }
}

/*====================================================
#0.8 wpo-about-area
======================================================*/


.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
    text-align: left;
    margin: unset;
    margin-bottom: 35px;
}

.wpo-about-area .wpo-about-text p,
.wpo-about-area .wpo-about-text-2 p {
    margin-bottom: 15px;
}
.wpo-about-area .wpo-about-text p + p,
.wpo-about-area .wpo-about-text-2 p + p {
    margin-bottom: 40px;
}

.wpo-about-text {
    padding-right: 50px;
    padding-top: 30px;
}

.wpo-about-img img,
.wpo-about-img-2 img {
    width: 100%;
}

/*.wpo-about-img-3 {
    width: 165%;
    position: relative;
    right: -34px;
    top: -0px;
}*/

@media(max-width: 1200px) {

    .wpo-about-img,
    .wpo-about-img-2 {
        padding-top: 50px;
    }
}

.wpo-about-img-2 {
    width: 830px;
    position: relative;
    left: -200px;
}

@media(max-width: 1200px) {
    .wpo-about-img-2 {
        width: 122%;
        position: relative;
        left: -80px;
        margin-bottom: 30px;
    }
}

@media(max-width: 992px) {
    .wpo-about-img-2 {
        width: 100%;
        position: relative;
        left: 0;
        margin-bottom: 30px;
        padding-top: 0;
    }
}

@media(max-width: 500px) {
    .wpo-about-text .btns {
        display: inherit;
    }
}
@media(max-width: 500px) {
    .wpo-about-text .btns ul {
        padding-left: 20;
        padding-top: 50px;
        justify-content: left;
    }
}

/*=================================================
#0.9 wpo-case-area
===================================================*/

.progress-section {
    padding-top: 35px;
}

.progress {
    height: 5px;
    overflow: unset;
}

.progress .progress-bar {
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 4s;
    width: 65%;
    background: #08cc7f;
    height: 5px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F26522;
    transition: width .6s ease;
}

.progress .progress-value {
    width: 53px;
    height: 30px;
    background-color: #08cc7f;
    text-align: center;
    line-height: 22px;
    border: 1px solid #08cc7f;
    left: 90%;
    position: relative;
    color: #fff;
    opacity: 0.75;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
    top: -30px;
    line-height: 20px;
}

.progress .progress-value:before {
    content: "";
    border-color: #08cc7f transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.wpo-case-content h2 {
    font-size: 22px;
    line-height: 35px;
    margin-top: 0;
    font-weight: 600;
}

.wpo-case-item {
    box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
}

.wpo-case-text-top {
    padding: 30px;
}

.wpo-case-content ul {
    list-style: none;
}

.wpo-case-text-top ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

.wpo-case-text-top ul li {
    font-size: 14px;
}

.wpo-case-text-top ul li span {
    font-weight: 700;
}

.case-btn ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

.case-btn ul li {
    width: 100%;
}

.case-btn ul li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eeeeee;
    color: #242f6c;
    font-weight: 500;
}

.case-btn ul li:last-child a {
    background-color:#08cc7f;
    color: #fff;
}
.case-btn ul li:last-child a:hover {
    background-color:#02b36d;
    color: #fff;
}

.wpo-case-img img {
    width: 100%;
}

.wpo-case-item {
    margin-bottom: 30px;
}

@media(max-width: 1200px) {

   
    .wpo-case-content h2 {
        font-size: 20px;
    }
}

.wpo-case-single {
    padding: 0 5px;
}

.wpo-case-wrap .owl-carousel .owl-stage-outer {
    padding: 3px;
}

.wpo-case-slider .owl-nav div {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    transition: all .3s;
    border: 1px solid #08cc7f;

}

.wpo-case-slider .owl-nav div.owl-next {
    right: -70px;
    left: auto;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    color: #08cc7f;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #08cc7f;
}

@media(max-width: 860px) {
    .wpo-case-slider .owl-nav div {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .wpo-case-slider .owl-nav div {
        display: none !important;
    }

    .wpo-case-content h2 {
        font-size: 20px;
    }
}

/*.===============================
#1.0 wpo-counter-area
===============================*/

.wpo-counter-area .wpo-counter-grids .grid,
.wpo-counter-style-2 .wpo-counter-grids .grid {
    width: 24%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.wpo-counter-area .wpo-counter-grids .grid:before,
.wpo-counter-style-2 .wpo-counter-grids .grid:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 70px;
    background: #46d49c;
}

.wpo-counter-area .wpo-counter-grids .grid:last-child:before,
.wpo-counter-style-2 .wpo-counter-grids .grid:last-child:before {
    display: none;
}

.wpo-counter-area .wpo-counter-grids .grid p,
.wpo-counter-style-2 .wpo-counter-grids .grid p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;

}

.wpo-counter-area .wpo-counter-grids,
.wpo-counter-style-2 .wpo-counter-grids {
    overflow: hidden;
    position: relative;
}

.wpo-counter-area .odometer.odometer-auto-theme,
.wpo-counter-area .odometer.odometer-theme-default,
.wpo-counter-style-2 .odometer.odometer-auto-theme,
.wpo-counter-style-2 .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.wpo-counter-area .wpo-counter-grids .grid h2,
.wpo-counter-style-2 .wpo-counter-grids .grid h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 10px;
    margin-top: 8px;
    padding-bottom: 15px;
}

@media(max-width: 1200px) {

    .wpo-counter-area .wpo-counter-grids .grid,
    .wpo-counter-style-2 .wpo-counter-grids .grid {
        width: 23%;
    }
}

@media(max-width: 767px) {

    .wpo-counter-area .wpo-counter-grids .grid,
    .wpo-counter-style-2 .wpo-counter-grids .grid {
        width: 47%;
        float: left;
    }
}
@media(max-width: 550px) {

    .wpo-counter-area .wpo-counter-grids .grid,
    .wpo-counter-style-2 .wpo-counter-grids .grid {
        width: 100%;
        padding-bottom: 20px;
    }
    .wpo-counter-area .wpo-counter-grids .grid h2 {
        padding-bottom: 5px;
    }
}

@media(max-width: 992px) {

    .wpo-counter-area .wpo-counter-grids .grid h2,
    .wpo-counter-style-2 .wpo-counter-grids .grid h2 {
        font-size: 35px;
    }
}

/*================================================
#1.1 wpo-team-area
==================================================*/

.wpo-team-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.wpo-team-content ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-left: 0px;
}

.wpo-team-content ul li {
    margin-right: 25px;
}

.wpo-team-content ul li a {
    color: #062265;
}

.wpo-team-content ul li:last-child {
    margin-right: 0;
}

.wpo-team-content {
    background: #fff;
    box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
    transition: all .3s;
}

.wpo-team-wrap {
    position: relative;
    transition: all .3s;
}

.wpo-team-content {
    position: absolute;
    right: 0px;
    bottom: -45px;
    width: 80%;
    text-align: center;
    padding: 30px;
    overflow: hidden;
}

.wpo-team-text-sub {
    margin-bottom: -60px;
    transition: all .3s;
}

.wpo-team-wrap:hover .wpo-team-text-sub {
    margin-bottom: 0px;
}

.wpo-team-text-sub span {
    margin-bottom: 28px;
    display: block;
    transition: all .3s;
}

.wpo-team-wrap:hover .wpo-team-text-sub span {
    margin-bottom: 0px;
}

.wpo-team-wrap:hover .wpo-team-content {
    background: #08cc7f;
}
.wpo-team-wrap:hover .wpo-team-content h2 ,
.wpo-team-wrap:hover .wpo-team-text-sub span,
.wpo-team-wrap:hover .wpo-team-content ul li a {
    color: #fff;
}
.wpo-team-img img {
    width: 100%;
}

@media(max-width: 992px) {
    .wpo-team-wrap {
        margin-bottom: 80px;
    }

    .wpo-team-area {
        padding-bottom: 30px;
    }
}

/*======================================
#1.2 wpo-world-area
=======================================*/

.wpo-world-section {
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/world.png) no-repeat center center / cover;
    align-items: center;
    position: relative;
    z-index: 1;
}

.wpo-world-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 204, 127, 0.85);
    z-index: -1;
}

.wpo-world-section h2 {
    max-width: 515px;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    color: #fff;
}

.wpo-world-section a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    color: #062265;
    font-weight: 600;
}
.wpo-world-section a:hover {
    background-color: #09ad6d;
}
.wpo-world-section a img {
    margin-right: 10px;
    width: 13px;
    margin-top: -2px;
}

@media(max-width: 992px) {
    .wpo-world-section h2 {
        max-width: 340px;
        font-size: 34px;
        line-height: 45px;
    }

    .wpo-world-section a {
        padding: 15px 10px;
        font-size: 14px;
    }
}
@media(max-width:  767px) { 
    .wpo-world-section {
       display: inherit;
       text-align: center; 
       padding: 50px;
    }
    .wpo-world-section h2 {
        text-align: center;
        max-width: 500px;
        font-size: 25px;
        line-height: 35px;
    }
    .wpo-world-section a {
        display: inline-block;
        text-align: center;
        padding: 13px 22px;
        margin-top: 20px;
    }

}
/*=============================================
#1.3 wpo-event-area
===============================================*/

.wpo-event-text ul {
    list-style: none;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.wpo-event-text ul li i {
    font-size: 15px;
    margin-right: 10px;
}

.wpo-event-text ul li {
    margin-right: 20px;
    font-size: 15px;
}

.flaticon-pin:before {
    font-size: 15px;
}

.wpo-event-text {
    background: #fff;
    box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
    transition: all .3s;
    padding: 30px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: -50px;
}

.wpo-event-text h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wpo-event-text p {
    margin-bottom: 15px;
}

.wpo-event-text a {
    color: #08cc7f;
    font-weight: 600;
}

.wpo-event-img {
    position: relative;
}

.wpo-event-img img {
    width: 100%;
}

.wpo-event-img .thumb-text,
.wpo-event-img .thumb-text-2,
.wpo-event-img .thumb-text-3 {
    position: absolute;
    top: -8px;
    right: 15px;
    background: url(../images/event/img-1.png) no-repeat center center / cover;
    width: 60px;
    height: 85px;
    text-align: center;
    padding-top: 4px;
    padding-right: 8px;
}

.wpo-event-img .thumb-text-2 {
    background: url(../images/event/img-2.png) no-repeat center center / cover;
}

.wpo-event-img .thumb-text-3 {
    background: url(../images/event/img-3.png) no-repeat center center / cover;
}

.wpo-event-img .thumb-text span,
.wpo-event-img .thumb-text-2 span,
.wpo-event-img .thumb-text-3 span {
    display: block;
}

.wpo-event-img .thumb-text span:first-child,
.wpo-event-img .thumb-text-2 span:first-child,
.wpo-event-img .thumb-text-3 span:first-child {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

.wpo-event-img .thumb-text span:last-child,
.wpo-event-img .thumb-text-2 span:last-child,
.wpo-event-img .thumb-text-3 span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

@media(max-width: 1200px) {
    .wpo-event-text h2 {
        font-size: 17px;
    }

    .wpo-event-text ul li {
        margin-right: 10px;
        font-size: 12px;
    }
}

@media(max-width: 992px) {
    .wpo-event-item {
        margin-bottom: 30px;
    }

    .wpo-event-area {
        padding-bottom: 70px;
    }
}

/*==================================================
#1.4 wpo-cta-area
=====================================================*/

.wpo-cta-area,
.wpo-cta-area-2 {
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/cta.jpg) no-repeat center center / cover;
    align-items: center;
    position: relative;
    z-index: 1;
}

.wpo-cta-area:before,
.wpo-cta-area-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.wpo-cta-text {
    max-width: 715px;
    margin: auto;
    text-align: center;
}

.wpo-cta-text h2 {
    font-size: 48px;
    color: #fff;
    margin-top: 0;
}

.wpo-cta-text p {
    color: #dbdbdb;
    margin-bottom: 40px;
    margin-top: 20px;
}

.wpo-cta-text .theme-btn {
    margin-right: 15px;
}

@media(max-width: 992px) {
    .wpo-cta-text h2 {
        font-size: 30px;
    }
}


@media(max-width: 590px) {

    .wpo-cta-text h2 {
        font-size: 33px;
    }
}

/*--------------------------------------------------------------
#1.2  blog-section
--------------------------------------------------------------*/
.blog-section {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding-bottom: 50px;
    }
}

.blog-section .blog-grids {
    margin: 0 -15px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
}

.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 991px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.blog-section .entry-media {
    position: relative;
}

.blog-section .entry-media .tag {
    background: #00a7d5;
    background: -webkit-linear-gradient(left, #00a7d5, #5353f7);
    background: -moz-linear-gradient(left, #00a7d5, #5353f7);
    background: -o-linear-gradient(left, #00a7d5, #5353f7);
    background: -ms-linear-gradient(left, #00a7d5, #5353f7);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#5353f7));
    background: linear-gradient(left, #00a7d5, #5353f7);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.blog-section .entry-details {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
    .blog-section .entry-details {
        padding: 25px 20px;
    }
}

.blog-section .entry-details h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.75em;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .blog-section .entry-details h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-section .entry-details h3 a {
    color: #242f6c;
}

.blog-section .entry-details h3 a:hover {
    text-decoration: underline;
}

.blog-section .entry-details .author img {
    border-radius: 50%;
    display: inline-block;
    max-width: 35px;
}

.mplace-admin-user {
    display: inline-block;
    padding-left: 7px;
    color: #525252;
}

.blog-section .entry-details .author {
    border-top: 1px solid rgba(97, 97, 97, 0.1);
    padding-top: 22px;
}
.blog-section .entry-details .author a {
    font-size: 14px;
    font-weight: 600;
    color: #595d76;
    display: inline-block;
    padding-left: 0px;
    text-transform: capitalize;
}

.blog-section .entry-details .author a:hover {
    text-decoration: underline;
}
.blog-grids .entry-details .date {
    display: inline;
    font-size: 14px;
    padding-left: 10px;
}
.blog-grids .entry-details .date i {
    padding-right: 7px;
    color: #687693;
    position: relative;
    top: 1px;
}


/*------------------------------------------------------------------
#2.0 Home-style-2
----------------------------------------------------------------------*/

.wpo-header-style-3 {
    position: relative;
    box-shadow: 0px 5px 14.25px 0.75px rgba(12, 105, 184, 0.1);
}

.hero-style-2 .slide-caption h2,
.hero-style-1 .slide-caption h2 {
    color: #062265;
    font-weight: 600;
}

.hero-style-2 .slide .slide-caption h2 span {
    color: #08cc7f;
}

.hero-style-2 .slide-caption p,
.hero-style-1 .slide-caption p {
    color: #687693;
}

.hero-style-2 .theme-btn-s2 {
    border: none;
    background: none;
    border: 1px solid #666;
    color: #666;
}

.hero-style-2 .theme-btn-s2:hover {
    background-color: #08cc7f;
    color: #fff;
    border: 1px solid #08cc7f;
}


.hero-style-2 .right-vec {
    position: absolute;
    right: 231px;
    bottom: 130px;
    width: 920px;
    height: 840px;
    z-index: 11;
}

.hero-style-2 .right-vec:before {
    content: "";
    background: url(../images/slider/img-3.png) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -238px;
    bottom: -95px;
}

@media (max-width: 1590px) {

    .hero-style-2 .right-vec {
        right: 210px;
        bottom: 129px;
        width: 800px;
        height: 727px;
        z-index: -1;
    }
}

@media (max-width: 1199px) {
    .hero-style-2 .right-vec {
        width: 566px;
        height: 516px;
        right: 236px;
        bottom: 142px;

    }

    .video-text a {
        font-size: 16px;
    }

}

@media (max-width: 991px) {
    .hero-style-2 .right-vec {
        display: none;
    }

    .wpo-about-img-3 {
        width: 165%;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .wpo-about-img-3 {
        width: 100%;
    }
}

.hero-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.slide-caption .video-holder {
    position: relative;
}

.wpo-mission-area-2 {
    background: #f7fbfe;
}

.hero-style-2 .slide-caption {
    padding-top: 0;
}

.wpo-mission-area-2 .wpo-mission-icon {
    height: unset;
}

.wpo-mission-area-2 .wpo-mission-item h2 {
    margin-top: 30px;
}

.wpo-counter-style-2 {
    background: #fff;
}

.wpo-counter-style-2:before {
    display: none;
}

.wpo-counter-style-2 {
    border-bottom: 1px solid #f5f5f5;
}

.wpo-counter-style-2 .grid:nth-child(1) h2 {
    color: #00c0d6;
}

.wpo-counter-style-2 .grid:nth-child(2) h2 {
    color: #08cc7f;
}

.wpo-counter-style-2 .grid:nth-child(3) h2 {
    color: #8768f7;
}

.wpo-counter-style-2 .grid:nth-child(4) h2 {
    color: #fc83bf;
}

.wpo-counter-style-2 .wpo-counter-grids .grid:before {
    background: #ebebeb;
}

.wpo-world-area-2 .wpo-world-section:before {
    background: rgba(8, 204, 127, 0.5);
}

.wpo-world-area-2 .wpo-world-section a {
    background: #08cc7f;
}


.wpo-cta-area-2:before {
    background: rgba(8, 204, 127, 0.84);
}

.wpo-cta-text p {
    color: #fff;
}

.wpo-cta-text .theme-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}

.wpo-cta-text .theme-btn:hover {
    color: #333;
}

.wpo-cta-text .theme-btn-s2:hover {
    color: #333;
    background: #fff;
}

.wpo-cta-text .theme-btn:hover {
    color: #fff;
    background: transparent;
}

/*============================================================
#3.0 Home-style-3
=============================================================*/

.wpo-mission-icon-5,
.wpo-mission-icon-6,
.wpo-mission-icon-7,
.wpo-mission-icon-8 {
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: #08cc7f;
    border-radius: 50%;
    margin: auto;
}

.wpo-mission-item {
    background: #fff;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
    padding: 50px 35px;
}

@media(max-width: 1199px) {
    .wpo-mission-item {
        padding: 50px 20px;
    }

    .wpo-mission-item h2 {
        font-size: 20px;
    }
}

@media(max-width: 475px) {
    .video-text a {
        display: none;
    }
}



/*=======================================================
#4.0 about-page
=========================================================*/

.wpo-about-video-area {
    padding-top: 130px;
}

.wpo-about-video-item h2 {
    font-size: 36px;
    max-width: 625px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    line-height: 55px;
    margin-top: 45px;
}

.wpo-about-video-item span {
    color: #08cc7f;
}

.wpo-about-video-area .row {
    padding-bottom: 100px;
    border-bottom: 1px solid #ebebeb;
}

.wpo-about-video-img {
    position: relative;
}

.wpo-about-video-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    z-index: 1;
}

.wpo-about-video-img:after {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 108%;
    height: 56%;
    background: #08cc7f;
    content: "";
    z-index: -1;
}

.wpo-about-video-img img {
    width: 100%;
}

.video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #08cc7fd1;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
    border: 1px solid #fff;
}

.video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(8, 204, 127, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(8, 204, 127, 0);
    }
}

@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(8, 204, 127, 0);
        box-shadow: 0 0 0 20px rgba(8, 204, 127, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(8, 204, 127, 0);
        box-shadow: 0 0 0 0 rgba(8, 204, 127, 0);
    }
}

.wpo-team-area-2 {
    padding-bottom: 170px;
}

@media(max-width: 1200px) {
    .wpo-about-video-img:after {
        left: -30px;
        top: -30px;
        width: 106%;
        height: 56%;
    }
}

@media(max-width: 992px) {
    .wpo-about-video-img:after {
        left: -18px;
        top: -30px;
        width: 105%;
        height: 56%;
    }

    .wpo-team-area-2 {
        padding-bottom: 70px;
    }
}

@media(max-width: 767px) {
    .wpo-about-video-img:after {
        left: -7px;
        top: -12px;
        width: 102%;
        height: 56%;
    }
}

@media(max-width: 590px) {
    .wpo-about-video-img:after {
        left: -7px;
        top: -12px;
        width: 104%;
        height: 56%;
    }

    .wpo-about-video-item h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .wpo-about-video-area .row {
        padding-bottom: 60px;
    }

    .wpo-about-video-area {
        padding-top: 80px;
    }
}

.wpo-event-area-2 .wpo-event-item {
    margin-bottom: 30px;
}

.wpo-event-area-2 {
    padding-bottom: 90px;
}



/*--------------------------------------------------------------
#1.5    contact-section
--------------------------------------------------------------*/
.contact-section {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-section .section-title-s3, .contact-section .section-title-s4 {
    padding-right: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .section-title-s3 h2, .contact-section .section-title-s4 h2 {
    font-size: 35px;
    margin-top: 10px;
    line-height: 43px;
  }
  .contact-section .section-title-s3 span, .contact-section .section-title-s4 span {
    color: #08cc7f;
  }
}

.contact-details {
    margin-top: 50px;
}
.contact-section .contact-details ul {
  padding-left: 0px;
  list-style: none;
}
.contact-section .contact-details li {
  position: relative;
  padding-left: 60px;
}

.contact-section .contact-details ul > li + li {
  margin-top: 35px;
}

.contact-section .contact-details .icon {
    position: absolute;
    left: 0;
    top: -5px;
    background: #08cc7f;
    width: 44px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
}

.contact-section .contact-details .icon .fi:before {
    font-size: 19px;
    color: #fff;
}

.contact-section .contact-details h3 {
  font-size: 18px;
  color: #444961;
  margin: 0 0 0.4em;
}

.contact-section .contact-details p {
  margin: 0;
}

.contact-section .contact-form-area {
  background-color: #f6f4f0;
  padding: 50px 60px 30px;
}

@media (max-width: 991px) {
  .contact-section .contact-form-area {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-area {
    padding: 50px 30px 30px;
  }
}

.contact-section .contact-form-area .title > span {
  font-weight: 700;
  color: #c10e0e;
  text-transform: uppercase;
  display: block;
  margin-top: -0.3em;
}

.contact-section .contact-form-area .title h3 {
  font-size: 36px;
  margin: 0.1em 0 0.7em;
}

@media (max-width: 991px) {
  .contact-section .contact-form-area .title h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-area .title h3 {
    font-size: 25px;
  }
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 45px;
  }
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  border-color: #c10e0e;
}

.contact-section form textarea {
  height: 160px;
}

.contact-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-section form > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-section form > div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-section form .fullwidth {
  width: calc(100% - 15px);
  float: none;
  clear: both;
}

.contact-section .error-handling-messages {
  width: 100%;
  float: none;
  clear: both;
}

/*======================================================
#6.0 volunteer-page
========================================================*/
.volunteer-area {
    padding: 120px 0 45px;
}

.volunter-img {
    padding: 30px;
}

.volunteer-img-wrap {
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
    border: 1px solid #d0d4df;
    padding-left: 15px;

}

.volunteer-contact-form form label {
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
}

.volunteer-contact-form .form-group-in input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.volunteer-contact-form .form-group-in {
    position: relative;
}

.volunteer-contact-form .form-group-in i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 20px;
}

.volunteer-contact-form .form-group {
    margin-bottom: 30px;
}

.volunteer-contact-form {
    max-width: 760px;
    margin: auto;
    padding: 50px 40px;
    background: #fff;
    margin-top: -318px;
    position: relative;
    z-index: 1;
}

.volunteer-contact-form:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
}

.volunteer-contact-form:before {
    position: absolute;
    left: -7px;
    bottom: -8px;
    width: 102%;
    height: 47%;
    content: "";
    background: #d9f7eb;
    z-index: -1;
}

.volunteer-contact-form h2 {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

@media(max-width: 992px) {
    .volunteer-contact-form {
        max-width: 635px;
        margin-top: -310px;
    }
}

@media(max-width: 767px) {
    .volunteer-contact-form {
        margin-top: 0px;
        padding: 14px 16px;
    }

    .volunteer-contact-form h2 {
        font-size: 23px;
    }

    .volunteer-area {
        padding: 70px 0 0;
    }
}

.volunteer-contact-form .submit-area {
    text-align: center;
}

/*=====================================================
#7.0 case-details-page
=======================================================*/

.wpo-case-details-tab {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
    margin-top: 40px;
}

.wpo-case-details-tab .nav li a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 24px;
    text-align: center;
    border-radius: 40px;
    color: #2d4277;
    transition: all .5s;
    font-weight: 600;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    border: none;
}

.wpo-case-details-tab .nav li.active a,
.wpo-case-details-tab .nav li:hover a {
    background: #08cc7f;
    color: #fff;
    outline: none;
    border-radius: 40px;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.wpo-case-details-text {
    margin-top: 50px;
}

.case-b-text {
    margin-top: 40px;
}

#Description {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
}

.wpo-case-details-text .wpo-case-text-top p {
    margin-bottom: 30px;
}

.wpo-case-details-tab .event-b-text {
    margin-top: 40px;
}

.wpo-case-details-text .wpo-case-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.wpo-case-details-text .wpo-case-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.case-bb-text ul {
    display: unset;
}

.case-bb-text ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.case-bb-text ul li:before {
    content: "";
    background: #08cc7f;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

.wpo-case-details-area .wpo-blog-single-section .comments-area {
    margin-top: 0;
}

.wpo-donations-amount,
.wpo-donations-details,
.wpo-doanation-payment {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.wpo-donations-amount h2,
.wpo-donations-details h2,
.wpo-doanation-payment h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
}

.wpo-donations-amount input,
.wpo-donations-details input,
.wpo-donations-details textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #525252;
    border-radius: 5px;
}

.wpo-donations-details textarea {
    height: 135px;
}

.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
    border-color: #08cc7f;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wpo-payment-select ul {
    list-style: none;
}

.payment-name ul {
    display: flex;
    margin-top: 30px;
}

.wpo-payment-area form {
    overflow: unset !important;
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.payment-name ul {
    list-style: none;
}

.payment-name ul li input {
    margin-right: 0;
}

.payment-name ul li {
    margin-right: 15px;
}

.wpo-payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.wpo-payment-select ul {
    display: flex;
}

.wpo-payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5B5B5B;
}

.wpo-payment-select label {
    font-size: 18px;
    font-weight: 600;
}

.wpo-payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.wpo-payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.wpo-payment-area {
    width: 100%;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
}

.payment-name ul li input:checked~label {
    background: #fcebbd;
}

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.payment-name .visa label {
    border: 1px solid #0057A0;
}

.payment-name .mas label {
    border: 1px solid #CC0000;
}

.payment-name .ski label {
    border: 1px solid #691A5F;
}

.payment-name .pay label {
    border: 1px solid #019CDE;
}

.wpo-payment-option {
    padding: 0 15px;
}

.payment-name.active {
    display: block;
}

.wpo-payment-option.active .payment-name {
    display: none !important;
}

.wpo-payment-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}

.wpo-payment-area .form-style input:focus {
    border: 1px solid #08cc7f;
}

.wpo-payment-area .contact-form {
    margin-top: 40px;
}

#Donations .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
}

#Donations .submit-area {
    text-align: center;
}

@media(max-width: 992px) {
    .wpo-event-details-wrap {
        margin-bottom: 30px;
    }
}

@media(max-width: 590px) {
    .wpo-case-details-text .wpo-case-content h2 {
        font-size: 18px;
    }

    .wpo-case-details-tab .nav li a {
        margin-bottom: 20px;
    }

    .wpo-case-details-tab .nav li:last-child a {
        margin-bottom: 0;
    }

    .wpo-case-details-text .wpo-case-text-top {
        padding: 8px;
    }

    .wpo-payment-select ul {
        display: flex;
        flex-wrap: wrap;
    }

    .wpo-doanation-payment {
        padding: 20px 10px;
    }

}

.wpo-donate-header h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
}


.wpo-case-content {
    background-color: #fff; 
}

.wpo-case-text-top h3 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.wpo-case-text-top h3 a {
    color: #242f6c;
}
/*----------------------------------------------
#8.0 event-details-page
----------------------------------------------*/

.wpo-event-details-text {
    margin-top: 50px;
}

.wpo-event-details-text h2 {
    margin-bottom: 30px;
}

.wpo-event-details-wrap {
    margin-top: 40px;
}

.wpo-event-details-tab .nav {
    justify-content: space-between;
    display: flex;
}

.wpo-event-details-tab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}

.wpo-event-details-wrap {
    border: 1px solid #ebebeb;
}

.wpo-event-details-tab .nav li a {
    display: block;
    text-align: center;
    color: #2d4277;
    transition: all .5s;
    font-weight: 700;
    margin-right: 1px;
    border: none;
    border-radius: 0px;
    background: #f6f6f6;
    border-bottom: none;
    border-top: 4px solid transparent;
    line-height: 20px;
    height: 50px;
}

.wpo-event-details-tab .nav li:last-child a {
    margin-right: -1px;
}

.wpo-event-details-tab .nav li.active a,
.wpo-event-details-tab .nav li:hover a {
    background: #fff;
    outline: none;
    border: none;
    color: #2d4277;
    border-top: 4px solid #08cc7f;
}

.wpo-event-details-content {
    padding: 30px;
}

#Schedule ul {
    list-style: none;
    margin-top: 30px;
}

#Schedule ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

#Schedule ul li:before {
    content: "";
    background: #08cc7f;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}
.event-details h2 {
    margin:35px 0px 25px 0px;
}
#Map .contact-map iframe {
    width: 100%;
    height: 500px;
}

.event-contact .wpo-donations-details {
    border: none;
    padding: 0;
}

.event-contact .wpo-donations-details .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
    margin-top: 20px;
}

@media(max-width: 590px) {
    .wpo-event-details-tab .nav li a {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .wpo-event-details-tab .nav {
        flex-wrap: wrap;
    }

    .wpo-event-details-tab .nav li a {
        margin-bottom: 15px;
    }
}



/*Video */

.video-holder a {
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

.video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.wpo-about-text .video-text {
    color: #08cc7f;
    font-weight: 600;
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 204, 127, 0.3);
    box-shadow: 0 0 0 0 rgba(8, 204, 127, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(8, 204, 127, 0.3);
    box-shadow: 0 0 0 15px rgba(8, 204, 127, 0.3);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 204, 127, 0.3);
    box-shadow: 0 0 0 0 rgba(8, 204, 127, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(8, 204, 127, 0.3);
    box-shadow: 0 0 0 15px rgba(8, 204, 127, 0.3);
  }
}



/****************************************
    contact form
*******************************************/

.ccontact-form-area {
    box-shadow: 0px 0px 22px 0px #f7f2f2;
    padding: 50px;
}
.ccontact-form-area h3 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-form, .contact-form-s2 {
  /*** custom style for form ***/
}

.contact-form .wpcf7-form, .contact-form-s2 .wpcf7-form {
  overflow: hidden;
}

.contact-form .wpcf7-form input, .contact-form-s2 .wpcf7-form input,
.contact-form .wpcf7-form textarea, .contact-form-s2 .wpcf7-form textarea,
.contact-form .wpcf7-form select, .contact-form-s2 .wpcf7-form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.contact-form input:focus, .contact-form-s2 input:focus,
.contact-form textarea:focus, .contact-form-s2 textarea:focus,
.contact-form select:focus, .contact-form-s2 select:focus {
  border-color: #73b21a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.contact-form input::-moz-placeholder, .contact-form-s2 input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.contact-form input:-ms-input-placeholder, .contact-form-s2 input:-ms-input-placeholder {
  color: #999;
}

.contact-form input::-webkit-input-placeholder, .contact-form-s2 input::-webkit-input-placeholder {
  color: #999;
}

.contact-form input::-ms-expand, .contact-form-s2 input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.contact-form .wpcf7-form, .contact-form-s2 .wpcf7-form {
  margin: -10px;
}

.contact-form .wpcf7-form ::-webkit-input-placeholder, .contact-form-s2 .wpcf7-form ::-webkit-input-placeholder {
  font-style: 14px;
  color: #a8a3a3;
}

.contact-form .wpcf7-form :-moz-placeholder, .contact-form-s2 .wpcf7-form :-moz-placeholder {
  font-style: 14px;
  color: #a8a3a3;
}

.contact-form .wpcf7-form ::-moz-placeholder, .contact-form-s2 .wpcf7-form ::-moz-placeholder {
  font-style: 16px;
  color: #a8a3a3;
}

.contact-form .wpcf7-form :-ms-input-placeholder, .contact-form-s2 .wpcf7-form :-ms-input-placeholder {
  font-style: 16px;
  color: #a8a3a3;
}

@media (max-width: 991px) {
  .contact-form .wpcf7-form ::-webkit-input-placeholder, .contact-form-s2 .wpcf7-form ::-webkit-input-placeholder {
    font-style: 14px;
    color: #a8a3a3;
  }
  .contact-form .wpcf7-form :-moz-placeholder, .contact-form-s2 .wpcf7-form :-moz-placeholder {
    font-style: 14px;
    color: #a8a3a3;
  }
  .contact-form .wpcf7-form ::-moz-placeholder, .contact-form-s2 .wpcf7-form ::-moz-placeholder {
    font-style: 14px;
    color: #a8a3a3;
  }
  .contact-form .wpcf7-form :-ms-input-placeholder, .contact-form-s2 .wpcf7-form :-ms-input-placeholder {
    font-style: 14px;
    color: #a8a3a3;
  }
}

.contact-form .wpcf7-form > p, .contact-form-s2 .wpcf7-form > p {
  width: 50%;
  float: left;
  margin: 0;
  padding: 10px;
}

@media (max-width: 600px) {
  .contact-form .wpcf7-form > p, .contact-form-s2 .wpcf7-form > p {
    width: 100%;
    float: none;
  }
}


.contact-form .wpcf7-form > p:nth-child(6), .contact-form-s2 .wpcf7-form > p:nth-child(6) {
  width: 100%;
}

.contact-form .wpcf7-form input, .contact-form-s2 .wpcf7-form input,
.contact-form .wpcf7-form textarea, .contact-form-s2 .wpcf7-form textarea,
.contact-form .wpcf7-form select, .contact-form-s2 .wpcf7-form select {
  height: 45px;
  color: #333;
  border-radius: 0;
  border: 2px solid #ebebeb;
  box-shadow: none;
}

@media (max-width: 991px) {
  .contact-form .wpcf7-form input, .contact-form-s2 .wpcf7-form input,
  .contact-form .wpcf7-form textarea, .contact-form-s2 .wpcf7-form textarea,
  .contact-form .wpcf7-form select, .contact-form-s2 .wpcf7-form select {
    height: 40px;
  }
}

.contact-form .wpcf7-form select, .contact-form-s2 .wpcf7-form select {
  background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  color: #a8a3a3;
  font-style: italic;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.contact-form .wpcf7-form select option, .contact-form-s2 .wpcf7-form select option {
  color: #000;
}

.contact-form .wpcf7-form textarea, .contact-form-s2 .wpcf7-form textarea {
  height: 120px;
  padding-top: 15px;
}

.contact-form .wpcf7-form .wpcf7-submit, .contact-form-s2 .wpcf7-form .wpcf7-submit {
    background-color: #08cc7f;
    border: 2px solid #08cc7f;
    color: #fff;
    font-weight: 700;
    height: 50px;
}
.contact-form .wpcf7-form .wpcf7-submit:hover, .contact-form-s2 .wpcf7-form .wpcf7-submit:hover {
  background-color: #13a86e;
  border: 2px solid #13a86e;
}

.contact-form .wpcf7-form .theme-btn-s1, .contact-form-s2 .wpcf7-form .theme-btn-s1 {
  line-height: 42px;
}

@media (max-width: 1199px) {
  .contact-form .wpcf7-form .theme-btn-s1, .contact-form-s2 .wpcf7-form .theme-btn-s1 {
    line-height: 37px;
  }
}

.contact-form-s2 .wpcf7-form input,
.contact-form-s2 .wpcf7-form textarea,
.contact-form-s2 .wpcf7-form select {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.contact-form-s2 .wpcf7-form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}

.contact-form-s2 .wpcf7-form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}

.contact-form-s2 .wpcf7-form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}

.contact-form-s2 .wpcf7-form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}

.contact-form-s2 .wpcf7-form select {
  background: url(../images/select-icon-white.png) no-repeat calc(100% - 15px) center;
  color: #fff;
}

div.wpcf7 .ajax-loader {
    display: none;
}
.tab-content ul {
    padding-left: 10px;
}
.tab-content ul li {
    position: relative;
    list-style: none;
    padding-top: 5px;
}
.tab-content ul li:before {
    content: "";
    background: #08cc7f;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -16px;
    top: 16px;
}

.tab-content  iframe {
    width: 100%;
    height: 450px;
}