/* APP */

/*---------------------------
  Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Rubik:300,400,500,700&display=swap');

@font-face {
    font-family: 'Conv_Now-Bold';
    src: url('../fonts/text-fonts/Now-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/text-fonts/now-regular.otf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/text-fonts/now-medium.otf') format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/text-fonts/now-light.otf') format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/text-fonts/now-thin.otf') format("truetype");
    font-weight: 200;
    font-style: normal;
}


/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: 'Now'!important;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #525252;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.App{
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #777777;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2 {
    font-family: 'Conv_Now-Bold';
    color: #242f6c;
}
h1,
h2,
h3 {
    margin-top: 20px;
}

h3,
h4,
h5,
h6{
    font-family: 'Conv_Now-Bold';
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none!important;
}

img {
    max-width: 100%;
}

@media(min-width: 1200px){
    .container{
        width: 1200px;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

/*** back to top **/
.back-to-top {
    background-color: rgba(0, 198, 209, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #00c6d1;
    border-radius: 50%;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #00a7d5;
}

.back-to-top i {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #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%);
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #029ca5;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.wpo-section-title {
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: auto;
    margin-bottom: 70px;
}


.gradient-color{
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8) !important;
}

.gradient-color-button{
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8) !important;
}

.wpo-section-title span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpo-section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 60px;
}


@media (max-width: 767px) {
    .wpo-section-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s3 {
    background: linear-gradient(to left, #00a7d5, #00ded8);
    background: -webkit-linear-gradient(to left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(to left, #00a7d5, #00ded8);
    background: -o-linear-gradient(to left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(to left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(to left, #00a7d5, #00ded8);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 13px 30px;
    border: 0;
    border-radius: 55px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 0 5px #c8eaf5;
    box-shadow: 0 0 0 5px #c8eaf5;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    line-height: 21px;
}

.theme-btn:after,
.theme-btn-s3:after,
.theme-btn-s4:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(to left, #00ded8, #00a7d5);
    background: -moz-linear-gradient(to left, #00ded8, #00a7d5);
    background: -o-linear-gradient(to left, #00ded8, #00a7d5);
    background: -ms-linear-gradient(to left, #00ded8, #00a7d5);
    background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
    background: linear-gradient(to left, #00ded8, #00a7d5);
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
}

.theme-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after,
.view-cart-btn:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s4,
    .theme-btn-s3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
        line-height: 26px;
    }
}

.theme-btn-s3 {
    border-radius: 5px;
    box-shadow: none;
}

.theme-btn-s3:after {
    border-radius: 5px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s3:active {
    background-color: #029ca5;
    color: #fff;
}

.theme-btn-s4 {
    font-weight: 400;
    color: #666666;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.theme-btn-s2 {
    border: none;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s2:active,
.theme-btn-s4:active {
    background-position: 100% !important;
    color: #fff;
}

.theme-btn-s3 {
    padding: 16px 30px 14px;
}

@media (max-width: 991px) {
    .theme-btn-s3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.theme-btn-s4 {
    padding: 15px 48px;
    border-radius: 55px;
}

@media (max-width: 991px) {
    .theme-btn-s4 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 25px;
    }
}

.view-cart-btn {
    display: block;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #05f2ff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #029ca5;
}

/******************************
  #page title
******************************/
.page-title {
    background-color: #fcfaf8;
    width: 100%;
    height: 335px;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container>.row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-title .breadcrumb li a {
    color: #029ca5;
}

.page-title .breadcrumb li a:hover {
    color: #00aeb8;
}

.page-title .breadcrumb>li+li {
    margin-left: 20px;
    padding-left: 15px;
}

.page-title .breadcrumb>li+li:before {
    content: "/";
    padding: 0;
    position: absolute;
    left: -14px;
    top: 1px;
    color: #029ca5;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader .sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 50px);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #029ca5;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



.fixed-navbar {
    position: relative;
    z-index: 5555;
}
.fixed-navbar.active .header-style-1,
.fixed-navbar.active .header-style-2,
.fixed-navbar.active .header-style-3,
.fixed-navbar.active .header-style-s3{
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    width: 100%;
    background: #090726;
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}
.fixed-navbar.active .header-style-2,
.fixed-navbar.active .header-style-s3,
.fixed-navbar.active .header-style-3{
    background: #fff;
}

.fixed-navbar.active .header-style-2{
    background: #033543;
}


/* ===================== HEADER ======================*/


.logo {
    margin-top: 15px;
}
.logo img{
    max-width: 180px;
}
.middle-header {
    box-shadow: 0px 5px 14.25px 0.75px rgba(12, 105, 184, 0.1);
}
/* Navigation */

nav ul {
    margin-top: -4px;
    text-align: right;
}
nav > ul > li {
    display: inline-block;
    margin-right: -1px;
    position: relative;
}
nav ul li a {
    display: inline-block;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 40px 15px 35px;
}
nav ul li a:before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 43px;
    border-radius: 43px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;

}
nav ul li a.active:before{
    opacity: 1;
}
nav ul li a:hover:before{
    opacity: 1;
}
nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
nav ul li:hover > ul li {
    margin-top: 0;
}
nav ul li a:hover,
nav ul li a.active {
    color: #029ca5;
    text-decoration: none;
}

nav ul ul {
    position: absolute;
    top: 104%;
    left: 0;
    width: 215px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.08);
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
}
nav ul ul li {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
    position: relative;
    transition: all .5s;
    position: relative;
}
nav ul ul li i{
    position: absolute;
    right: 10px;
    top: 18px;
}
nav ul ul li a{
    padding: 5px;
    color: #333;
}
nav ul ul li:last-child {
    border-bottom: 0;
}
nav ul ul ul {
    left: 100%;
    top: 4px;
    transition: all .5s;
}


header.fixed,
header.fixed.style2,
.layout3 header.fixed,
.layout4 header.fixed,
header.ab.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    padding-top: 0;
}
header.fixed .header-content {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -ms-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    padding-left: 0;
    padding-right: 0;
}
.layout3 header.fixed {
    background-color: #0a15a9;
}


.middle-header nav ul{
    margin-bottom: 0;
}

.header-content .contact-info-1 span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 45px;
}

@media(max-width:1200px){
    .contact .theme-btn-s2{
        display: none;
    }
}

@media(max-width:991px){
    .middle-header {
        position: relative;
        background: #fff;
    }
    .header-content .contact-info-1 span {
        margin-right: 20px;
        margin-top: 0;
    }

    .header-content {
        padding-bottom: 20px;
    }
}


@media(max-width:991px){
    .wpo-header-style-2 .topbar .theme-btn, .middle-header .topbar .theme-btn {
        line-height: 20px;
        padding: 6px 16px;
    }
}

@media(max-width:767px){
    .wpo-header-style-2 .topbar .theme-btn, .middle-header .topbar .theme-btn {
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}
@media(max-width:500px){
    .header-content .contact-info-1 span{
        display: none;
    }
}




.header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.header-style-2, .header-style-3 {
    box-shadow: 0px 5px 14.25px 0.75px rgba(12, 105, 184, 0.1);
    position: relative;
    z-index: 9999;
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
        right: 0px;
        top: 0;
        padding-top: 0;
    }
}

@media (max-width: 450px) {
    .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
        display: none;
    }
}

.header-style-2 .cart-search-contact .theme-btn-s2, .header-style-3 .cart-search-contact .theme-btn-s2 {
    margin-left: 30px;
    position: relative;
    top: -9px;
}

@media (max-width: 1380px) {
    .header-style-2 .cart-search-contact .theme-btn-s2, .header-style-3 .cart-search-contact .theme-btn-s2 {
        display: none;
    }
}

.header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
    float: left;
    position: relative;
}

.header-style-2 .cart-search-contact button > i, .header-style-3 .cart-search-contact button > i {
    font-size: 20px;
    color: #333;
}

.header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
        right: 15px;
    }
}

.header-style-2 .cart-search-contact .header-search-form button i, .header-style-3 .cart-search-contact .header-search-form button i {
    color: #233d62;
}

.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
}

.header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
    position: relative;
}

.header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 450px) {
    .header-style-2 .cart-search-contact .mini-cart, .header-style-3 .cart-search-contact .mini-cart {
        display: none;
    }
}

.header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.66667rem;
}

.header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
    background: #029ca5;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.66667rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 50%;
}

.header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 450px) {
    .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #233d62;
    margin: 0;
    text-transform: uppercase;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    text-align: left;
    color: #233d62;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #029ca5;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    border-top: 1px solid #efefef;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #233d62;
    display: inline-block;
    padding-left: 30px;
}

.header-style-2 .mini-cart:hover .mini-cart-content,
.header-style-3 .mini-cart:hover .mini-cart-content,
.header-style-2 .header-search-form-wrapper:hover .header-search-form,
.header-style-3 .header-search-form-wrapper:hover .header-search-form {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header-style-2 .cart-search-contact .cart-toggle-btn, .header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


@media(max-width:1400px){
    nav ul ul ul {
        left: -100%;
    }
}


@media(max-width:1200px){
    nav ul li a {
        display: inline-block;
        padding: 40px 20px;
    }
}


/*HEADER TOP BAR*/

.wpo-header-style-2 .topbar,
.middle-header .topbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.middle-header .topbar {
    border-bottom: 1px solid #dfe2e6;
    background: #fff;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .topbar,
    .middle-header .topbar {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {

    .wpo-header-style-2 .topbar,
    .middle-header .topbar {
        text-align: center;
        padding: 8px 0;
    }
}

.wpo-header-style-2 .topbar p,
.middle-header .topbar p {
    font-size: 15px;
    font-size: 1rem;
    color: #636363;
    margin: 0;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .topbar p,
    .middle-header .topbar p {
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.wpo-header-style-2 .topbar ul,
.middle-header .topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .topbar ul,
    .middle-header .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.wpo-header-style-2 .topbar ul li,
.middle-header .topbar ul li {
    font-size: 14px;
    float: left;
    padding: 20px 20px;
    color: #fff;
    line-height: 1em;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.wpo-header-style-2 .topbar .contact-info ul li a {
    color: #fff;
}

.middle-header .topbar .contact-info ul li a {
    color: #666;
}

.middle-header .topbar .contact-info ul li {
    padding: 20px 10px;
    border:0;
}


.wpo-header-style-2 .topbar .contact-info ul li a:hover,
.middle-header .topbar .contact-info ul li a:hover {
    color: #7db1f0;
}

.middle-header .topbar ul li {
    color: #666;
    border-right: 1px solid #dfe2e6;
}

.wpo-header-style-2 .topbar ul li:first-child,
.middle-header .topbar ul li:first-child {
    padding-left: 0;
}

.wpo-header-style-2 .topbar .contact-intro ul,
.middle-header .topbar .contact-intro ul {
    float: none;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .topbar ul li,
    .middle-header .topbar ul li {
        font-size: 12px;
    }
    .wpo-header-style-2 .topbar .theme-btn,
    .middle-header .topbar .theme-btn {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {

    .wpo-header-style-2 .topbar ul li,
    .middle-header .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px;
    }

}

@media (max-width: 590px) {

    .wpo-header-style-2 .topbar ul li,
    .middle-header .topbar ul li {
        float: none;
    }

    .wpo-header-style-2 .topbar .contact-info ul li,
    .middle-header .topbar .contact-info ul li {
        float: left;
    }


    .middle-header .topbar .contact-info ul li {
        padding: 10px 5px;
    }
}



.wpo-header-style-2 .topbar .theme-btn,
.middle-header .topbar .theme-btn {
    padding: 8px 16px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    margin-right: 5px;
}

.wpo-header-style-2 .topbar ul .fi,
.middle-header .topbar ul .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 3px;
}

.wpo-header-style-2 .topbar ul .fi:before,
.middle-header .topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
}

.middle-header .topbar ul .fi:before {
    color: #666;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .topbar ul .fi:before,
    .middle-header .topbar ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {

    .wpo-header-style-2 .topbar ul .fi:before,
    .middle-header .topbar ul .fi:before {
        font-size: 16px;
    }
}

.wpo-header-style-2 .navigation ul,
.middle-header .navigation ul {
    list-style: none;
}

.header-topbar .contact-intro{
    margin-top: 5px;
}


/*--------------------------------------------------------------
#0.5  wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer {
    background: #fff;
    position: relative;
    font-size: 15px;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** resource-widget ***/
    /*** market-widget ***/
    /*** wpo-lower-footer ***/
    padding-top: 100px;
}

.wpo-news-letter-wrap {
    max-width: 970px;
    margin: auto;
    box-shadow: 0px 4px 9.5px 0.5px rgba(53, 53, 53, 0.1);
    padding: 60px;
    background: #f9fdfe;
}


.wpo-site-footer-2 {
    background: #fcfcfc;
}

.wpo-site-footer ul,
.wpo-site-footer-2 ul {
    list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer li {
    color: #444444;
}

.wpo-site-footer-2 p,
.wpo-site-footer-2 li {
    color: #444444;
}

.wpo-site-footer .container,
.wpo-site-footer-2 .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-2 .wpo-upper-footer {
    padding-bottom: 100px;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 0 0 20px;
    }

    .wpo-news-letter-wrap {
        padding: 60px 10px;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-2 .wpo-upper-footer {
        padding: 0 0 10px;
    }

    .wpo-news-letter-wrap {
        padding: 30px 10px;
    }

    .wpo-news-letter-section h3,
    .wpo-news-letter-section-2 h3 {
        margin: 0px 0 0.2em;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-2 .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .wpo-site-footer .widget-title,
    .wpo-site-footer-2 .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-2 .widget-title h3 {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.wpo-site-footer-2 .widget-title h3 {
    color: #062265;
}

@media (max-width: 1200px) {
    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-2 .widget-title h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {

    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-2 .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-site-footer .about-widget .logo {
    max-width: 180px;
    margin-top: 0;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-2 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-2 .about-widget p:last-child {
    margin-bottom: 0;
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-2 .about-widget ul li {
    font-size: 22px;
    float: left;
}

.wpo-site-footer .about-widget ul>li+li,
.wpo-site-footer-2 .about-widget ul>li+li {
    margin-left: 25px;
}

.wpo-site-footer .about-widget ul a {
    background: -webkit-linear-gradient(#00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #404040;
}

.wpo-site-footer .about-widget ul a:hover,
.wpo-site-footer-2 .about-widget ul a:hover {
    background: -webkit-linear-gradient(#00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpo-site-footer-2 .about-widget ul a {
    color: #029ca5;
}

.wpo-site-footer .link-widget,
.wpo-site-footer-2 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px;
    }

    .wpo-site-footer-2 .link-widget {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-2 .link-widget {
        max-width: 350px;
    }
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-2 .link-widget ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul a,
.wpo-site-footer-2 .link-widget ul a {
    color: #444444;
}

.wpo-site-footer-2 .link-widget ul a {
    color: #404040;
}

.wpo-site-footer .link-widget ul a:hover,
.wpo-site-footer-2 .link-widget ul a:hover,
.wpo-site-footer .link-widget ul li:hover:before,
.wpo-site-footer-2 .link-widget ul li:hover:before {
    text-decoration: underline;
}

.wpo-site-footer .link-widget ul>li+li,
.wpo-site-footer-2 .link-widget ul>li+li {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {

    .wpo-site-footer .resource-widget,
    .wpo-site-footer-2 .resource-widget {
        padding-left: 0px;
    }
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-2 .contact-ft ul li {
    padding-bottom: 10px;
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-2 .contact-ft {
    margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-2 .wpo-lower-footer {
    text-align: center;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-2 .wpo-lower-footer .row {
    border-top: 1px solid #e3eff0;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-2 .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}


.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-2 .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}

@media (max-width: 991px) {

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-2 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-2 .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.wpo-site-footer .news-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
}

.wpo-site-footer .news-text span {
    color: #ccc;
    font-size: 12px;
}

.wpo-site-footer .news-text {
    overflow: hidden;
    padding-left: 10px;
}

.wpo-site-footer .news-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.wpo-site-footer .news-img {
    float: left;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
    box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
}

.sticky-on {
    opacity: 1;
    top: 0;
    background: #033543 !important;
}

.wpo-header-style-3 .sticky-on {
    opacity: 1;
    top: 0;
    background: #fff !important;
}

.wpo-header-style-1 .sticky-header,
.wpo-header-style-2 .sticky-header {
    background-color: #fff;
}

.wpo-header-style-2 .navigation {
    background: transparent;
}

@media(max-width: 1200px) {
    .wpo-site-footer .news-text h3 {
        font-size: 13px;
    }

    .wpo-site-footer .contact-ft ul li,
    .wpo-site-footer-2 .contact-ft ul li {
        padding-bottom: 10px;
        font-size: 13px;
    }
}

@media(max-width: 575px) {

    .wpo-site-footer,
    .wpo-site-footer {
        padding-top: 60px;
    }

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-2 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 30px;
    }
}


/*-----------------------------------------------------------------
breadcumb-style
------------------------------------------------------------------*/

.wpo-breadcumb-area {
    background: -moz-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -webkit-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: -ms-linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    background: linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    min-height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}


.wpo-breadcumb-wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width:100%;
}

.wpo-breadcumb-wrap {
    text-align: center;
}

@media(max-width: 767px) {
    .wpo-breadcumb-area {
        min-height: 120px;
    }
}

.wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 60px;
    margin-top: -10px;
}

@media(max-width: 991px) {
    .wpo-breadcumb-wrap h2 {
        margin-top: 0px;
    }
}
@media(max-width: 767px) {
    .wpo-breadcumb-wrap h2 {
        font-size: 25px;
        line-height: 35px;
    }
}
.wpo-breadcumb-wrap ul{
    margin-bottom: 0;
}

.wpo-breadcumb-wrap p{
    color: #242f6c;
    margin-top: 20px;
}

.wpo-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #242f6c;
}

.wpo-breadcumb-wrap ul li a {
    font-size: 18px;
    transition: all .3s;
    color: #242f6c;
}

.wpo-breadcumb-wrap ul li a:hover {
    color: #029ca5;
}

.wpo-breadcumb-wrap ul li:last-child {
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpo-breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.wpo-breadcumb-wrap ul li:last-child:after {
    display: none;
}


.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(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 #c7c1ea;
        box-shadow: 0 0 0 0 #c7c1ea;
    }

    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);
    }
}

/*--------------------------------------------------------------
#0.6 wpo-news-letter-part
--------------------------------------------------------------*/
.wpo-news-letter-section,
.wpo-news-letter-section-2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.wpo-news-letter-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: #f9f9fc;
    z-index: -1;
}

.wpo-news-letter-wrap {
    max-width: 970px;
    margin: auto;
    box-shadow: 0px 4px 9.5px 0.5px rgba(53, 53, 53, 0.1);
    padding: 60px;
    background: #f9fdfe;
}


.wpo-news-letter-section-2 {
    background: #fcfcfc;
}

@media (max-width: 991px) {

    .wpo-news-letter-section,
    .wpo-news-letter-section-2 {
        padding: 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 0.5em;
    line-height: 1.2em;
    font-family: 'Conv_Now-Bold';
}

.wpo-news-letter-section p,
.wpo-news-letter-section-2 p {
    margin: 0 0 2em;
    color: #777777;
}

@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: #062265;
}

@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: linear-gradient(to left, #00a7d5, #00ded8);
    background: -webkit-linear-gradient(to left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(to left, #00a7d5, #00ded8);
    background: -o-linear-gradient(to left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(to left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(to left, #00a7d5, #00ded8);
    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;
    line-height: 45px;
}

@media (max-width: 991px) {

    .wpo-news-letter-section form>div button,
    .wpo-news-letter-section-2 form>div button {
        width: 120px;
        height: 40px;
    }
}

/*MOBILE MENU*/

.mobileMenu {
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 270px;
    background: #fff;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    overflow-x: auto;
    overflow-y: scroll;
}
.responsivemenu .card-body{
    background: #fff;
}
.mobileMenu h2{
    padding-left: 20px;
}
.mobileMenu.show{
    left: 0;
}
.showmenu {
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 999;
    cursor: pointer;
}
.responsivemenu {
    list-style: none;
    padding-left: 0;
    padding-top: 30px;
}
.responsivemenu li a,
.responsivemenu li p{
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
.responsivemenu li p{
    position: relative;
    margin-bottom: 0;
}

.responsivemenu .card{
    border:none
}
.responsivemenu .card-body{
    padding-top: 0;
}

.responsivemenu .card-body li {
    background: #fff;
}

.responsivemenu li a{
    position: relative;
}
.responsivemenu li i{
    position: absolute;
    right: 20px;
    top: 17px;
}
.showmenu i {
    font-size: 30px;
    color: #fff;
}

.mobileMenu{
    display: none;
}
.showmenu{
    display: none;
}
@media (max-width:992px){
    .showmenu {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #029ca5;
        line-height: 52px;
        border-radius: 5px;
    }
    .mobileMenu{
        display: block;
    }
}


.middle-header-3 .showmenu {
    top: 36px;
}
.middle-header2 .showmenu {
    top: 26px;
}

.middle-header-3 .showmenu i{
    color: #fff;
}


@media(max-width:450px){
    .mobileMenu {
        left: -240px;
        width: 240px;
    }
    .responsivemenu li a, .responsivemenu li p {
        font-size: 14px;
    }
}

.mobileMenu::-webkit-scrollbar {
    width: 3px;
}


.mobileMenu::-webkit-scrollbar-track {
    box-shadow: none;
}
.mobileMenu:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.mobileMenu::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent;
}

.mobileMenu:hover::-webkit-scrollbar-thumb  {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


.wpo-event-details-area .wpo-event-img{
    margin-bottom: 30px;
}
.wpo-event-details-area .wpo-event-img {
    float: none;
    box-shadow: 0px 3px 7px 0px rgb(90 90 90 / 10%);
}
.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 {
    flex-basis: 33.33%;
}

.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;
    cursor: pointer;
}

.wpo-event-details-tab .nav li:last-child a {
    margin-right: -1px;
}

.wpo-event-details-tab .nav li a.active,
.wpo-event-details-tab .nav li:hover a {
    background: #fff;
    outline: none;
    border: none;
    color: #2d4277;
    border-top: 4px solid #029ca5;
}

.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: #029ca5;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

.enent-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;
    }
}

.contact-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*=============================================
#1.1 wpo-event-section
===============================================*/

.wpo-event-area {
    background: #f9f9fc;
}

.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: 14px;
}

.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: 34px 20px;
    overflow: hidden;
}

.wpo-event-text h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wpo-event-text p {
    margin-bottom: 16px;
    margin-top: 17px;
}

.wpo-event-text a {
    color: #0383c4;
    font-weight: 600;
}

.wpo-event-img {
    position: relative;
    float: left;
}

.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;
    left: 0;
    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 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: 'Rubik', 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;
}

@media(max-width: 1200px) {
    .wpo-event-text h2 {
        font-size: 16px;
    }

    .wpo-event-text ul li {
        margin-right: 6px;
        font-size: 11px;
    }

    .wpo-event-text {
        padding: 25px 8px;
    }

    .wpo-event-text p {
        font-size: 16px;
        margin-bottom: 13px;
        margin-top: 15px;
    }

}

@media(max-width: 992px) {
    .wpo-event-item {
        margin-bottom: 30px;
    }

    .wpo-event-area .section-padding,
    .wpo-event-area-2  .section-padding{
        padding-bottom: 70px;
    }

    .wpo-event-img img {
        height: 182px;
        object-fit: cover;
    }
}

@media(max-width: 767px) {
    .wpo-event-area .custom-grid {
        width: 50%;
        float: left;
    }
}

@media(max-width: 575px) {
    .wpo-event-area .custom-grid {
        width: 100%;
        float: none;
    }
}


@media(max-width: 767px) {
    .wpo-event-img img {
        height: 100%;
        object-fit: cover;
    }

    .wpo-event-img {
        position: relative;
        float: none;
    }
}


.wpo-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 60px;
    }
}

.wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta {
        margin: 10px 0 25px;
    }
}

.wpo-blog-pg-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
    color: #9298a4;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-pg-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.wpo-blog-pg-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta>li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

.wpo-blog-pg-section .entry-meta li a {
    color: #9298a4;
    font-weight: 400;
}

.wpo-blog-pg-section .entry-meta li:last-child a:before {
    content: "";
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 4px;
}

.wpo-blog-pg-section .entry-meta li a:hover {
    color: #029ca5;
}

.wpo-blog-pg-section .entry-meta>li:first-child {
    position: relative;
}

.wpo-blog-pg-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.wpo-blog-pg-section .entry-meta>li:last-child {
    position: relative;
}

.wpo-blog-pg-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 490px) {
    .wpo-blog-pg-section .entry-meta>li:last-child {
        margin-left: 0px;
        top: 0;
        padding-left: 10px;
    }
}

.wpo-blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 20px;
    }
}

.wpo-blog-pg-section .post h3 a {
    color: #242f6c;
}

.wpo-blog-pg-section .post h3 a:hover {
    color: #029ca5;
}

.wpo-blog-pg-section .post p {
    margin-bottom: 1.5em;
    font-size: 18px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post p {
        font-size: 16px!important;
        font-size: 1rem!important;
    }
}

.wpo-blog-pg-section .post .read-more {
    font-weight: 700;
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2px;
    border-bottom: 1px solid #00b3d6;
    cursor: pointer;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
    background-color: #f5f9fd;
    padding: 25px 35px 45px;
}

@media (max-width: 767px) {

    .wpo-blog-pg-section .format-standard,
    .wpo-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.wpo-blog-pg-section .format-gallery {
    position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 54px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    right: 15px;
}

.wpo-blog-pg-section .format-quote {
    background: #fbfbfb;
    padding: 40px 60px;
    position: relative;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .format-quote {
        padding: 0 20px;
        padding-bottom: 30px;
    }
}

.wpo-blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f11a";
    font-size: 150px;
    color: #f2f3f3;
    margin-left: 0;
    position: absolute;
    right: 0%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width: 767px) {
    .wpo-blog-pg-section .format-quote:before {
        font-size: 100px;
        top: 26%;
    }
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
    position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    opacity: .55;
}

.wpo-blog-pg-section .format-video .video-holder button.wrap {
    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: #fff;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
    color: #00c6d1;
    border: 0;
}

.wpo-blog-pg-section .format-video .video-holder button.wrap .fi:before{
    font-size: 30px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .format-video .video-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 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%);
    }
}



@media screen and (min-width: 1200px) {
    .wpo-blog-pg-left-sidebar .wpo-blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .wpo-blog-pg-fullwidth .wpo-blog-content {
        padding: 0;
    }
}

.entry-bottom {
    display: flex;
    justify-content: space-between;
}

.entry-bottom ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.entry-bottom ul li .fi:before {
    font-size: 18px;
    margin-right: 10px;
    color: #9298a4;
}

.entry-bottom ul li:first-child .fi:before {
    color: #fd67d1;
}

.entry-bottom ul li {
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #9298a4;
}

.post {
    position: relative;
}

.blog-thumb-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99;
}

.blog-thumb-text span {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    border-radius: 5px;
    font-size: 14px;
}

.post-text-wrap {
    padding: 40px;
    background: #f3fbfd;
}

.post-slider {
    position: relative;
}

.post-bloquote p {
    margin-bottom: 10px !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #283a5e;
    position: relative;
}

.post-bloquote span {
    color: #8f96a3;
}

.post-bloquote p:before {
    position: absolute;
    left: -15px;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #00cbd7;
}

.post-bloquote {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.post-bloquote:before {
    font-family: "Flaticon";
    content: "\f10e";
    font-size: 50px;
    margin-left: 0;
    position: absolute;
    left: 0%;
    top: 30%;
    -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: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-text-wrap h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.post-text-wrap h5 .fi:before {
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}


@media(max-width:575px){
    .post-bloquote:before {
        left: 5%;
    }
}


/*------------------------------------
wpo-blog sidebar
------------------------------------*/
.wpo-blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** quote-widget ****/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .wpo-blog-sidebar {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .wpo-blog-sidebar {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .wpo-blog-sidebar-2 {
        margin-top: 0;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-sidebar {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-sidebar-2 {
        margin-top: 0;
        margin-bottom: 80px;
    }
}


.wpo-blog-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.wpo-blog-sidebar .widget h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 4px;
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
}

.wpo-blog-sidebar>.widget+.widget {
    margin-top: 65px;
}

.wpo-blog-sidebar .search-widget {
    border: 0;
    padding: 0;
}

.wpo-blog-sidebar .search-widget form div {
    position: relative;
}

.wpo-blog-sidebar .search-widget input {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #ebebeb;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-sidebar .search-widget input:focus {
    background-color: rgba(0, 198, 209, 0.1);
}

.wpo-blog-sidebar .search-widget form button {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 54px;
    position: absolute;
    right: 0;
    top: 0;
}

.wpo-blog-sidebar .category-widget ul {
    list-style: none;
}

.wpo-blog-sidebar .category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wpo-blog-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wpo-blog-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.wpo-blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
    color: #03a2cb;
}

.wpo-blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
}

.wpo-blog-sidebar .category-widget ul a {
    display: block;
    color: #777;
}

.wpo-blog-sidebar .category-widget ul a:hover {
    color: #029ca5;
}

.wpo-blog-sidebar .category-widget ul li:hover:before {
    background: #029ca5;
}

.wpo-blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.wpo-blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f0f0;
}

.wpo-blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.wpo-blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.wpo-blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    color: #444444;
}

@media (max-width: 1199px) {
    .wpo-blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.wpo-blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #242f6c;
    font-family: 'Now';
    font-weight: 400;
}

@media (max-width: 1199px) {
    .wpo-blog-sidebar .recent-post-widget .post h4 {
        font-size: 14px;
    }
}

.wpo-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #029ca5;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
    color: #888;
}

.wpo-blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.wpo-blog-sidebar .quote-widget {
    border: 0;
    padding: 0;
}

.wpo-blog-sidebar .quote-widget .quote {
    background-color: #f5f5f5;
    padding: 30px;
}

.wpo-blog-sidebar .quote-widget .quote p {
    margin: 0;
}

.wpo-blog-sidebar .quote-widget i {
    display: block;
}

.wpo-blog-sidebar .quote-widget .fi:before {
    font-size: 35px;
}

.wpo-blog-sidebar .quote-widget .quoter {
    position: relative;
    padding: 25px 25px 25px 110px;
}

.wpo-blog-sidebar .quote-widget .quoter .img-holder {
    position: absolute;
    left: 0;
}

.wpo-blog-sidebar .quote-widget .quoter img {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.wpo-blog-sidebar .quote-widget .quoter h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.3em;
    padding-top: 1.3em;
}

.wpo-blog-sidebar .quote-widget .quoter h4+p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.wpo-blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.wpo-blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.wpo-blog-sidebar .tag-widget ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 22px;
    color: #525252;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

@media(max-width: 1200px) {
    .wpo-blog-sidebar .tag-widget ul li a {
        padding: 10px 13px;
        font-size: 14px;
    }
}

.wpo-blog-sidebar .tag-widget ul li a:hover {
    background: #029ca5;
    color: #fff;
}

.instagram ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.instagram ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.instagram ul li img {
    width: 100%;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #666;
    border: 0;
    display: block;
    border-radius: 5px;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*------------------------------------
category sidebar
------------------------------------*/
.category-sidebar {
    /*** category-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .category-sidebar {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .category-sidebar {
        margin-bottom: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .category-sidebar {
        margin-bottom: 60px;
        max-width: 400px;
    }
}

.category-sidebar .widget {
    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);
}

.category-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
    position: relative;
    text-transform: capitalize;
}

.category-sidebar>.widget+.widget {
    margin-top: 30px;
}

.category-sidebar .category-widget ul {
    list-style: none;
}

.category-sidebar .category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
}

.category-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 767px) {
    .category-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.category-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.category-sidebar .category-widget ul>li+li {
    margin-top: 12px;
}

.category-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

.category-sidebar .category-widget ul a:hover {
    color: #029ca5;
}

.category-sidebar .category-widget ul li:hover:before {
    background: #029ca5;
}

.category-sidebar .tag-widget {
    padding: 15px 0;
}

.category-sidebar .tag-widget ul {
    list-style: none;
}

.category-sidebar .tag-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
}

.category-sidebar .tag-widget ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 15px;
}

@media (max-width: 767px) {
    .category-sidebar .tag-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.category-sidebar .tag-widget ul a {
    display: block;
    color: #525252;
    padding: 12px 15px 12px 60px;
}

.category-sidebar .tag-widget ul a:hover {
    background: #029ca5;
    background: -webkit-linear-gradient(left, #029ca5, #3a9ce0);
    background: -moz-linear-gradient(left, #029ca5, #3a9ce0);
    background: -o-linear-gradient(left, #029ca5, #3a9ce0);
    background: -ms-linear-gradient(left, #029ca5, #3a9ce0);
    background: -webkit-gradient(linear, left top, right top, from(#029ca5), to(#3a9ce0));
    background: linear-gradient(left, #029ca5, #3a9ce0);
    color: #fff;
}

.category-sidebar .tag-widget ul li:hover:before {
    border-color: #fff;
}


.profile-img {
    padding: 40px;
}

.profile-img img {
    border-radius: 50%;
}

.profile-img h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}
.profile-img p{
    margin-bottom: 0;
}

.profile-widget {
    text-align: center;
    background: #f3fbfd;
    border: 1px solid #ebebeb;
}

.pro-social ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #c8f2fd;
    margin-bottom: 0;
}

.pro-social ul li {
    margin: 0 10px;
}

.pro-social ul li a {
    color: #283a5e;
}

.wpo-blog-sidebar {
    padding-left: 30px;
}

.left .wpo-blog-sidebar {
    padding-left: 0;
    padding-right: 30px;
}


@media(max-width: 1200px) {
    .profile-img h2 {
        font-size: 20px;
    }
    .profile-img {
        padding: 30px;
    }
}

@media(max-width: 767px) {
    .post-bloquote p {
        font-size: 15px !important;
    }

    .post.post-text-wrap {
        padding: 20px;
    }

}

@media(max-width: 991px) {
    .wpo-blog-sidebar {
        padding-left: 0px;
    }

    .left .wpo-blog-sidebar {
        padding-left: 0;
        padding-right: 0px;
        margin-top: 30px;
        margin-bottom: 0;
    }

}

ul.smothscroll {
    position: fixed;
    bottom: 25px;
    right:30px;
    list-style: none;
    z-index: 99;
}
ul.smothscroll a {
    background-color: rgba(0, 198, 209, 0.7);
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: 2px solid #00c6d1;
    border-radius: 0;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
ul.smothscroll a:hover {
    background-color: #029ca5;
}

@media(max-width:767px){
    ul.smothscroll a {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
}



#Description {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
}

.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.form-control {
    height: 135px;
}

.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
    border-color: #029ca5;
}

.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 #029ca5;
}

.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-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-donation-page-area .submit-area {
    text-align: center;
}
.wpo-payment-select ul li input{
    margin-right: 5px;
}



.wpo-contact-form-map .contact-form {
    padding: 60px 65px 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);
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .wpo-contact-form-map .contact-form {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .wpo-contact-form-map .contact-form {
        padding: 40px 35px;
    }
}

.wpo-contact-form-map .contact-form h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0 0 1em;
    text-align: center;
}

@media (max-width: 767px) {
    .wpo-contact-form-map .contact-form h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.wpo-contact-form-map form input,
.wpo-contact-form-map form select,
.wpo-contact-form-map form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #d0d4df;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0;
    color: #525252;
}
.wpo-contact-form-map form p{
    font-size: 13px;
    color: red;
    margin-top: 5px;
}
@media (max-width: 991px) {

    .wpo-contact-form-map form input,
    .wpo-contact-form-map form select,
    .wpo-contact-form-map form textarea {
        height: 45px;
    }
}

.wpo-contact-form-map form input:focus,
.wpo-contact-form-map form select:focus,
.wpo-contact-form-map form textarea:focus {
    border-color: #029ca5;
}

.wpo-contact-form-map form textarea,
.volunteer-contact-form form textarea {
    height: 125px;
}

.wpo-contact-form-map form {
    overflow: hidden;
}

.wpo-contact-form-map form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #888;
}

.wpo-contact-form-map form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #888;
}

.wpo-contact-form-map form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #888;
}

.wpo-contact-form-map form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #888;
}

.wpo-contact-form-map form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
}

.wpo-contact-form-map form>div {
    margin-bottom: 15px;
}


.wpo-contact-form-map .submit-area {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    margin-top: 30px;
}

.wpo-contact-form-map .contact-map {
    max-width: 948px;
    height: 575px;
    -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) {
    .wpo-contact-form-map .contact-map {
        height: 500px;
    }
}

.wpo-contact-form-map .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-form .theme-btn{
    color: #fff;
    outline: none;
    margin-top: 20px;
    border-radius: 40px;
}

.contact-form .form-submit{
    text-align: center;
}

.wpo-contact-form-map .contact-form {
    margin-bottom: 60px;
}

.wpo-contact-form-map .info-wrap {
    display: flex;
    align-items: center;
}

.wpo-contact-form-map .info-icon,
.wpo-contact-form-map .info-icon-2,
.wpo-contact-form-map .info-icon-3 {
    width: 90px;
    height: 90px;
    line-height: 115px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    text-align: center;
    margin-right: 20px;
    align-items: center;
    background-image: linear-gradient(#7fedeb, #7fd7ea);
    color: #242f6c;
}

.wpo-contact-form-map .info-icon-2 {
    background-image: linear-gradient(#ffd3b8, #ffc0c6);
}

.wpo-contact-form-map .info-icon-3 {
    background-image: linear-gradient(#e1b3fe, #b5b3f9);
}

.info-item {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    padding: 50px 40px;
    margin-bottom: 30px;
}

.info-item h2 {
    font-size: 24px;
    color: #242f6c;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.info-icon-2 .fi:before {
    font-size: 40px;
}

.info-text span {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width: 991px) {
    .wpo-contact-info {
        padding-left: 0;
    }

    .wpo-contact-form-map .contact-map {
        margin-bottom: 40px;
    }
}

@media(max-width: 590px) {
    .info-item h2 {
        font-size: 20px;
    }

    .info-text span {
        font-size: 15px;
    }

    .wpo-contact-form-map form textarea {
        height: 100px;
    }
}

.wpo-contact-info .info-icon i,
.wpo-contact-info .info-icon-2 i,
.wpo-contact-info .info-icon-3 i {
    font-size: 40px;
    line-height: 90px;
}

.wpo-contact-form-map.section-padding {
    padding-bottom: 90px;
}

@media(max-width: 767px) {
    .wpo-contact-form-map.section-padding {
        padding-bottom: 50px;
    }
}

.wpo-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-section .wpo-wpo-blog-content {
        padding: 30px;
        border: 1px solid #ebebeb;
    }
}

.wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta {
        margin: 10px 0 25px;
    }
}

.wpo-blog-single-section .entry-meta li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}



.wpo-blog-single-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.wpo-blog-single-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}



.wpo-blog-single-section .entry-meta li a {
    color: #525252;
}

.wpo-blog-single-section .entry-meta li a:hover {
    color: #029ca5;
}

.wpo-blog-single-section .entry-meta>li:first-child {
    position: relative;
    /*top: -12px;*/
}

.wpo-blog-single-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    padding-right: 8px;
}

.wpo-blog-single-section .entry-meta>li:last-child {
    position: relative;
}

.wpo-blog-single-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}



.wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.wpo-blog-single-section .post p {
    margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wpo-blog-single-section .post blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.wpo-blog-single-section .post blockquote:before {
    font-family: "themify";
    content: "\e67f";
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 40px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        padding: 20px 30px;
    }
}

.wpo-blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.wpo-blog-single-section .tag-share {
    margin: 70px 0;
}

.wpo-blog-single-section .tag-share ul {
    list-style: none;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.wpo-blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.wpo-blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.wpo-blog-single-section .tag-share ul {
    overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li {
    float: left;
}

.wpo-blog-single-section .tag-share .tag ul>li+li,
.wpo-blog-single-section .tag-share .share ul>li+li {
    margin-left: 10px;
}

.wpo-blog-single-section .tag-share .tag a {
    background-color: #f8f8f8;
    display: block;
    padding: 9px 18px;
    color: #525252;
    border-radius: 50px;
}

.wpo-blog-single-section .tag-share .tag a:hover {
    background-color: #029ca5;
    color: #fff;
}

.wpo-blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #525252;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.wpo-blog-single-section .tag-share .share a:hover {
    background: #029ca5;
    color: #fff;
    border-color: #029ca5;
}

.wpo-blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box {
        padding: 25px;
    }
}

.wpo-blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.wpo-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.wpo-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
}

.wpo-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}

.wpo-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #242f6c;
}

.wpo-blog-single-section .author-box .social-link a:hover {
    color: #029ca5;
}

.wpo-blog-single-section .more-posts {
    margin: 70px 0 10px;
}

.wpo-blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.wpo-blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.wpo-blog-single-section .more-posts .previous-post a,
.wpo-blog-single-section .more-posts .next-post a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #525252;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .more-posts .previous-post a,
    .wpo-blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.wpo-blog-single-section .more-posts .previous-post a:hover,
.wpo-blog-single-section .more-posts .next-post a:hover {
    background-color: #029ca5;
    color: #fff;
}

.wpo-blog-single-section .comments-area {
    margin-top: 70px;
}

.wpo-blog-single-section .comments-area li>div {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area li>div {
        padding: 30px 25px;
    }
}

.wpo-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style: none;
}


.wpo-blog-single-section .comments-area .comments-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    font-family: 'Rubik', sans-serif;
    color: #242f6c;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-blog-single-section .comments-area li>div {
    position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.wpo-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 0px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    margin-top: 8px;
}

.wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 16px;
    color: #029ca5;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 600;
}

.wpo-blog-single-section .comments-area .comment-reply-link i {
    margin-right: 5px;
}

.wpo-blog-single-section .comment-respond {
    margin-top: 70px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 1.5em;
    color: #283a5e;
    font-family: 'Rubik', sans-serif;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .wpo-blog-single-section .comment-respond {
        margin-bottom: 60px;
    }

    .wpo-blog-single-section .comment-respond-2 {
        margin-bottom: 0;
    }

}

@media (max-width: 590px) {
    .wpo-blog-single-section .comments-area ol ul {
        padding-left: 0;
    }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #029ca5;
}

@media (max-width: 991px) {

    .wpo-blog-single-section .comment-respond form input,
    .wpo-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.wpo-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-submit input {
    max-width: 120px;
    background: #029ca5;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-left-sidebar-section .wpo-wpo-blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-fullwidth .wpo-wpo-blog-content {
        padding: 0;
    }
}

.entry-media img {
    width: 100%;
}

.author-btn a {
    padding: 15px 35px;
    background: #f8f8f8;
    display: inline-block;
    border-radius: 40px;
    color: #555555;
}

.author-btn a:hover {
    background-color: #029ca5;
    color: #fff;
}

/*--------------------------------------------------------------
 #0.4 wpo-hero-style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/
.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: #00c6d1;
    background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
    background: -moz-linear-gradient(left, #00a7d5, #00ded8);
    background: -o-linear-gradient(left, #00a7d5, #00ded8);
    background: -ms-linear-gradient(left, #00a7d5, #00ded8);
    background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
    background: linear-gradient(left, #00a7d5, #00ded8);
    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: #00c6d1;
}

@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: #00acd5;
    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 {
    margin-right: 30px;
}

.slide-caption .btns,
.wpo-about-text .btns {
    margin-top: 30px;
    display: flex;
    padding: 5px 0px;
    padding-left: 5px;
}

.slide-caption .btns ul,
.wpo-about-text .btns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.slide-caption .btns .video-holder button.wrap:before,
.wpo-about-text .btns .video-holder button.wrap:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00a7d5 !important;
}

.slide-caption .btns .video-holder button.wrap,
.wpo-about-text .btns .video-holder button.wrap {
    position: relative;
    width: 40px;
    height: 40px;
    left: 20%;
    box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
    display: block !important;
    border: 0;

}

.wpo-about-text .btns .video-holder button.wrap .fi:before{
    font-size: 20px;
    color: #00a7d5;
}

.wpo-about-text .btns .video-holder button.wrap {
    left: 60%;
    display: block !important;
    top: 0px;
    background: #fff;
    animation: none;
    border-radius: 50%;
}

.video-text {
    margin-left: 30px;
}

.video-text {
    padding: 10px;
    color: #08b3c0;
    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-top * {
    -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-1 .slide-caption>div * {
    -webkit-animation: fadeOutUp 1.5s both;
    animation: fadeOutUp 1.5s both;
}

.hero-style-1 .hero-slider .slide-caption>div * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.hero-style-1 .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.hero-style-1 .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.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-top * {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.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-style-1 .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero .slide-caption>div.slide-top span {
    display: inline-block;
    padding: 5px 20px;
    background: #fff;
    border-radius: 20px;
    color: #088998;
    font-weight: 500;
    margin-bottom: 30px;
}


/************************************************
0.5 hero-style-1
**************************************************/
.hero-style-1,
.hero-style-2,
.hero-style-3,
.hero-style-4,
.hero-style-5 {
    height: 900px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-style-1 .slide {
    position: relative;
}

.hero-style-1 .slide:before {
    content: "";
    background-color: rgba(40, 58, 94, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-caption {
    z-index: 99;
    position: relative;
}

.hero-style-1 .slide .slide-caption h2 span {
    color: #029ca5;
}

.hero-style-1 .slide {
    height: 900px;
}

.hero-style-2,
.hero-style-3,
.hero-style-4,
.hero-style-5 {
    height: 910px;
}

.hero-style-2 .slide,
.hero-style-3 .slide,
.hero-style-4 .slide,
.hero-style-5 .slide {
    height: 910px;
}


@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 550px;
    }

    .hero-style-1 {
        height: 700px;
    }

    .hero-style-1 .slide {
        height: 700px;
    }

}
@media (max-width: 767px) {
    .hero-style-1 {
        height: 600px;
    }

    .hero-style-1 .slide {
        height: 600px;
    }
    .hero-style-1 .slide-caption {
        padding-top: 70px;
    }

}


@media (max-width: 1199px) {

    .hero-style-2 .slide,
    .hero-style-3 .slide,
    .hero-style-4 .slide,
    .hero-style-5 .slide {
        height: 650px;
    }

}



@media (max-width: 575px) {

    .hero-style-1 {
        height: 500px;
    }

    .hero-style-1 .slide {
        height: 500px;
    }
    .hero-style-1 .slide-caption {
        padding-top: 60px;
    }





    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 600px;
    }

    .hero-style-3 .slide,
    .hero-style-4 .slide,
    .hero-style-5 .slide {
        height: 600px;
    }

    .video-text {
        display: none;
    }
}

.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,
.hero-style-4 .slide-caption h2,
.hero-style-5 .slide-caption h2 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 0.45em;
}

.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2,
.hero-style-5 .slide-caption h2 {
    color: #242f6c;
}

@media (max-width: 991px) {

    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,
    .hero-style-3 .slide-caption h2,
    .hero-style-4 .slide-caption h2,
    .hero-style-5 .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,
    .hero-style-4 .slide-caption h2,
    .hero-style-5 .slide-caption h2 {
        font-size: 26px;
    }
}

.hero-style-1 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-5 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
    margin: 0 0 2.8em;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic,
.hero-style-5 .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,
    .hero-style-3 .slider-pic,
    .hero-style-4 .slider-pic,
    .hero-style-5 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic,
    .hero-style-3 .slider-pic,
    .hero-style-4 .slider-pic,
    .hero-style-5 .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 .theme-btn {
        margin-right: 5px;
    }

    .wpo-site-header .cart-search-contact {
        right: 74px;
    }
}

@media(max-width: 420px) {
    .wpo-site-header .cart-search-contact {
        display: none;
    }
}

/************************************************
    hero-style2
**************************************************/

.hero-style-2,
.hero-style-3,
.hero-style-4,
.hero-style-5 {
    background: url(/ummah/images/slider/bg.png) no-repeat center center / cover;
}

.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,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic,
.hero-style-5 .slider-pic {
    position: absolute;
    bottom: -15%;
    right: -110%;
    z-index: -1;
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 450px;
    }
}

.hero-style-2,
.hero-style-3,
.hero-style-4,
.hero-style-5 {
    height: 980px;
    position: relative;
}

.hero-style-5 {
    height: 1000px;
}

@media (max-width: 1199px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 650px;
    }

}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 600px;
    }

    .hero-style-2 .slide {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 590px;
        background: #ecfbf8;
    }

    .hero-style-2,
    .hero-style-3,
    .hero-style-4 {
        height: 590px;
    }

    .hero-style-2 .slide,
    .hero-style-3 .slide,
    .hero-style-4 .slide {
        height: 590px;
    }
}

@media (max-width: 600px) {

    .hero-style-2,
    .hero-style-3,
    .hero-style-4,
    .hero-style-5 {
        height: 500px;
    }

    .hero-style-2 .slide,
    .hero-style-3 .slide,
    .hero-style-4 .slide,
    .hero-style-5 .slide {
        height: 500px;
    }
}



.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header {
    background-color: #ff5d1b;
    border-bottom: 0;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.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,
.hero-style-3 .slide-caption,
.hero-style-4 .slide-caption,
.hero-style-5 .slide-caption {
    position: relative;
}

.hero-style-2 .slide-caption:before,
.hero-style-3 .slide-caption:before,
.hero-style-4 .slide-caption:before,
.hero-style-5 .slide-caption:before {
    position: absolute;
    left: -200px;
    top: -10px;
    width: 468px;
    height: 336px;
    background: url(/ummah/images/slider/bg2.png) no-repeat center center / cover;
    content: "";
    z-index: -1;
}

.hero-style-2 .slide-caption h2,
.hero-style-1 .slide-caption h2 {
    color: #062265;
}

.hero-style-2 .slide .slide-caption h2 span {
    color: #029ca5;
}

.hero-style-2 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-5 .slide-caption p,
.hero-style-1 .slide-caption p {
    color: #666666;
}

.hero-style-2 .theme-btn-s2,
.hero-style-3 .theme-btn-s2,
.hero-style-4 .theme-btn-s2,
.hero-style-5 .theme-btn-s2 {
    border: none;
    background: none;
    border: 1px solid #666;
    color: #666;
}

.hero-style-2 .theme-btn-s2:hover,
.hero-style-3 .theme-btn-s2:hover,
.hero-style-4 .theme-btn-s2:hover,
.hero-style-5 .theme-btn-s2:hover {
    background-color: #029ca5;
    color: #fff;
    border: 1px solid #029ca5;
}


.hero-style-2 .right-vec,
.hero-style-3 .right-vec,
.hero-style-4 .right-vec,
.hero-style-5 .right-vec {
    position: absolute;
    right: 231px;
    top: 0;
    z-index: 11;
    width: 565px;
    height: 565px;
}


.right-border {
    position: absolute;
    left: 0;
    top: -50px;
    width: 565px;
    height: 565px;
    z-index: -1;
}

.right-border:before {
    border: 1px dashed #4897aa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    animation: circle 60s linear infinite;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7);
        transform: translateY(15px) translateX(7)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(15px) translateX(7px);
        transform: translateY(15px) translateX(7px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

.right-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
    width: 95px;
    height: 95px;
    position: absolute;
    left: -45px;
    text-align: center;
    line-height: 95px;
    top: 50%;
    transform: translateY(-50%);
}

.right-icon:nth-child(1) .fi:before,
.right-icon:nth-child(3) .fi:before {
    background: -webkit-linear-gradient(#ff868a, #ffaa71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-icon:nth-child(1) {
    line-height: 115px;
}

.right-icon:nth-child(6) {
    left: auto;
    right: -45px;
    line-height: 115px;
}

.right-icon:nth-child(2) {
    top: 20%;
    left: 0;
}

.right-icon:nth-child(3) {
    top: 5px;
    left: 25%;
}

.right-icon:nth-child(4) {
    left: auto;
    right: 25%;
    top: 5px;
}

.right-icon:nth-child(5) {
    top: 20%;
    left: auto;
    right: 0;
}

.right-icon:nth-child(6) .fi:before,
.right-icon:nth-child(4) .fi:before,
.right-icon:nth-child(2) .fi:before {
    background: -webkit-linear-gradient(#00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-icon:nth-child(5) .fi:before {
    background: -webkit-linear-gradient(#6368f3, #c868ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media(max-width: 1800px) {

    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec,
    .hero-style-5 .right-vec {
        right: 100px;
    }
}

@media(max-width: 1500px) {

    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec,
    .hero-style-5 .right-vec {
        right: 20px;
    }
}

@media(max-width: 1300px) {
    .right-border {
        left: 30px;
        top: -30px;
        width: 500px;
        height: 500px;
    }

    .wpo-header-style-2 #navbar,
    .wpo-header-style-3 #navbar {
        margin-right: 180px;
    }

}

@media(max-width: 1200px) {


    .hero-style-2 .right-vec,
    .hero-style-3 .right-vec,
    .hero-style-4 .right-vec,
    .hero-style-5 .right-vec {
        right: 20px;
        width: 390px;
    }

    .right-border {
        left: -25px;
        top: -30px;
        width: 415px;
        height: 415px;
    }
}

@media(max-width: 991px) {
    .right-vec {
        display: none;
    }
}

@media(max-width: 991px) {

    .wpo-header-style-2 #navbar,
    .wpo-header-style-3 #navbar {
        margin-right: 0px;
    }

}



/*------------------------------------------------------------------
#3.0 Home-style-3
----------------------------------------------------------------------*/

.hero-style-3 .slide img {
    display: block;
    position: relative;
    width: 80%;
    top:-5%
}

.hero-style-3 .right-vec {
    top: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1200px) {
    .hero-style-3 .slide img {
        bottom: -40px;
        right: -7px;
    }
}

/*------------------------------------------------------------------
#4.0 Home-style-4
----------------------------------------------------------------------*/

.hero-style-4 img {
    position: relative;
    right: -50px;
}

@media(max-width: 1200px) {
    .hero-style-4 img {
        position: relative;
        right: -40px;
        width: 60%;
    }
}


.hero-style-1 .slide-caption {
    text-align: center;
}

.hero-style-1 .slide-caption h2 {
    color: #fff;
}

.hero-style-1 .slide-caption .btns {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.hero-style-1 .slide-caption .btns .theme-btn {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 167, 213, .5);
    box-shadow: 0 0 0 5px rgba(0, 167, 213, .5);
}

.hero-style-1 .slide-caption>div.slide-top span {
    background: rgba(255, 255, 255, .25);
    border-radius: 20px;
    color: #fff;
}

@media(min-width:767px) {
    .hero-style-1 .slide-caption {
        padding-top: 100px;
    }
}



.wpo-counter-area,
.wpo-counter-style-2 {
    padding: 100px 0;
    background: url('/ummah/images/counter/img-1.png') no-repeat center center / cover;
    position: relative;
}

.wpo-counter-area:before,
.wpo-counter-style-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 34, 101, .85);
}

.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: #636363;
}

.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: 18px;
    font-weight: normal;
    color: #999;
    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: 40px;
    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: 992px) {

    .wpo-counter-area .wpo-counter-grids .grid h2,
    .wpo-counter-style-2 .wpo-counter-grids .grid h2 {
        font-size: 35px;
    }
}


.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: #029ca5;
}

.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;
}

/*=====================================
#1.2 support-area
======================================*/

.support-text span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.support-text h2 {
    font-size: 37px;
    margin-bottom: 25px;
}

.support-text p {
    margin-bottom: 30px;
    font-size: 18px;
}

.progress-area {
    margin-top: 25px;
}

.progress-area span {
    color: #242f6c;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.progress {
    width: 150px;
    height: 150px!important;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    overflow: unset;
    border-radius: 50%!important;
    margin-bottom: 20px;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;

}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    color: #333;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: 700;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.s1 .progress-bar {
    border-color: #0dc2f8;
}
.progress.s1:after{
    border-color: rgba(182,228,254, .2);
}

.progress.s1 .progress-left .progress-bar {

}

.progress.s2 .progress-bar {
    border-color: #ff8f84;
}
.progress.s2:after {
    border-color: #ffdadc;
}

.progress.s2 .progress-left .progress-bar {
}

.progress.s3 .progress-bar {
    border-color: #8379fe;
}

.progress.s3:after{
    border-color: #d6d3ff;
}

.progress.s3 .progress-left .progress-bar {
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}



.progress:before {
    position: absolute;
    left: -14px;
    top: -15px;
    width: 120%;
    height: 120%;
    background: #fff;
    content: "";
    border-radius: 50%;
}

@media(max-width: 1200px) {
    .progress-area span {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .progress-area {
        margin-top: 40px;
    }

    .progress-wrap {
        text-align: center;
    }

    .support-area.section-padding{
        padding: 40px 0 70px;
    }
}

@media(max-width: 767px) {
    .progress-area .custom-grid {
        width: 33.33%;
        float: left;
    }

}

@media(max-width: 575px) {
    .progress-area .custom-grid {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .progress-area .custom-grid:last-child{
        margin-bottom: 0;
    }

    .progressbar3 {
        margin-top: 30px;
    }

    .support-text h2 {
        font-size: 25px;
    }

}

@media(max-width: 400px) {
    .progress-area .custom-grid {
        width: 100%;
        float: none;
    }

    .progress-wrap {
        text-align: center;
    }

    .progressbar2 {
        margin-top: 30px;
    }
}

/*====================================
#1.3 wpo-blog-area
=====================================*/

.blog-area.section-padding {
    padding-bottom: 100px;
}

.blog-area-2.section-padding {
    padding-bottom: 90px;
}

.blog-area {
    background: #f9f9fc;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-content {
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.04);
}

.blog-content h3 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-content h3 a {
    color: #000;
    transition: all .3s;
}

.blog-content h3 a:hover {
    color: #00b3d6;
}

.blog-content ul li {
    display: inline-block;
    padding: 0 10px;
}

.blog-content ul li a {
    color: #000;
    transition: all .3s;
}

.blog-content ul li {
    color: #666666;
}

.blog-content ul li a:hover {
    color: #666666;
}

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.blog-img img:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
    color: #666;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}


.blog-item .post-meta>li:first-child {
    padding: 0;
}

.blog-item .post-meta>li a {
    color: #666;
}

.blog-item .post-meta>li a:hover {
    color: #00b3d6;
}

.blog-item .post-meta li {
    position: relative;
}

.blog-item .post-meta>li+li+li {
    padding-left: 0;
}

.blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

@media(max-width: 1200px) {
    .blog-item .post-meta li {
        font-size: 14px;
    }

    .blog-content {
        padding: 15px;
    }
}

@media(max-width: 991px) {
    .blog-content ul li {
        padding: 0 5px;
    }

    .blog-area.section-padding {
        padding-top: 94px;
        padding-bottom: 65px;
    }
}

@media(max-width: 767px) {
    .custom-grid {
        width: 50%;
        float: left;
    }

    .blog-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-content {
        padding: 20px 15px 20px;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 65px;
    }
}

@media(max-width: 630px) {
    .custom-grid {
        width: 100%;
        float: none;
    }

    .blog-area.section-padding {
        padding-top: 54px;
        padding-bottom: 45px;
    }


}


/*====================================================
#0.7 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-text p,
.wpo-about-text-2 p {
    margin-bottom: 35px;
}

.wpo-about-text {}

.wpo-about-img img,
.wpo-about-img-2 img {
    width: 100%;
}


.wpo-about-wrap .row {
    display: flex;
    align-items: center;
}


@media(max-width: 991px) {
    .wpo-about-wrap .row {
        display: unset;
    }

}


.wpo-about-wrap {
    padding-bottom: 120px;
}

.wpo-event-area-2 .wpo-event-item {
    margin-bottom: 30px;
}

.wpo-event-area-2.section-padding {
    padding-bottom: 90px;
}

@media(max-width: 991px) {
    .wpo-event-area-2.section-padding {
        padding-bottom: 50px;
    }

}

.timer-section {
    padding: 70px;
    background: linear-gradient(1deg, rgb(234, 248, 254) 0%, rgb(237, 254, 244) 100%);
    position: relative;
    z-index: 1;
}

.title-horaire{
    color:#242f6c
}

.timer-shape1 {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.timer-shape2 {
    position: absolute;
    left: 18%;
    bottom: 50px;
    z-index: -1;
}

.timer-shape3 {
    position: absolute;
    left: -16%;
    bottom: 0px;
    z-index: -1;
}

.timer-text h2 {
    margin-top: 0;
    font-size: 45px;
    margin-bottom: 30px;
}

.timer-text p {
    font-size: 21px;
    color: #333333;
}

.timer-text span {
    font-size: 21px;
    color: #08b3c0;
    text-decoration: underline;
}

.timer-num ul {
    list-style: none;
}

.timer-num ul li {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 21px;
    border-radius: 10px;
    background-color: #FFF;
}

.timer-num ul li:nth-child(even){
    position: relative;
    right: -70px;
}

@media(max-width: 991px) {
    .wpo-about-area.section-padding{
        padding-top: 50px;
    }

    .wpo-about-img-3 {
        margin-bottom: 30px;
    }

    .timer-text {
        margin-bottom: 30px;
    }

    .wpo-about-area .timer-num ul li,
    .wpo-about-area-2 .timer-num ul li {
        right: 0;
    }

    .wpo-about-wrap {
        padding-bottom: 60px;
    }

    .wpo-about-text {
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .timer-section {
        padding: 25px;
    }

    .timer-text h2 {
        font-size: 30px;
    }

    .wpo-about-wrap {
        padding-bottom: 50px;
    }
}

