a, a:hover{
    color: #ed3400;
}
.logo-img{
    height: 120px;
}
.footer-logo{
    height: 200px;
}
/* .wpo-site-footer, .wpo-site-footer-s2 {
    background: #227e6a;
} */
.wpo-header-style-1{
    position: unset;
    background: #14212b;
}
.topbar{
    background: #227e6a;
}
.theme-btn:before{
    display: none;
}
.footer-social-icon ul li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: none !important;
    margin-left: 0 !important;
}
.back-to-top{
    background: #f05147;
    right: 20px;
    transition: none;
}
/*custom floating action button start */
.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    user-select: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 22;
}
.fab-container:not(.mobile-fab):hover {
    height: 380px;
    width: 300px;
}
.fab-container:not(.mobile-fab):hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}
.fab-container:not(.mobile-fab):hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}
.fab-container:not(.mobile-fab):hover .sub-button:nth-child(4) {
    transform: translateY(-200px);
}
.fab-container:not(.mobile-fab):hover .sub-button:nth-child(5) {
    transform: translateY(-260px);
}
.fab-container:not(.mobile-fab):hover .sub-button:nth-child(6) {
    transform: translateY(-320px);
}
.fab-container:not(.mobile-fab):hover .sub-button .alt-share-btn{
   opacity: 1;
   display: block;
   transition: all 0.3s ease-in-out;
}
.fab-container.mobile-fab.fab-active {
    height: 380px;
}
.fab-container.mobile-fab.fab-active .sub-button:nth-child(2) {
    transform: translateY(-80px);
}
.fab-container.mobile-fab.fab-active .sub-button:nth-child(3) {
    transform: translateY(-140px);
}
.fab-container.mobile-fab.fab-active .sub-button:nth-child(4) {
    transform: translateY(-200px);
}
.fab-container.mobile-fab.fab-active .sub-button:nth-child(5) {
    transform: translateY(-260px);
}
.fab-container.mobile-fab.fab-active .sub-button:nth-child(6) {
    transform: translateY(-320px);
}
.fab-container.mobile-fab.fab-active .sub-button .alt-share-btn{
    opacity: 1;
    display: block;
    transition: all 0.3s ease-in-out;
}
.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #f05147;
    border-radius: 50%;
    z-index: 2;
}
.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}
.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
}
.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #4ba2ff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.fab-container .sub-button:hover {
    cursor: pointer;
}
.fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}
.fab-container .sub-button.fb, .sub-button .alt-share-btn.fb {
    background: #3B5998;
}
.fab-container .sub-button.tw, .sub-button .alt-share-btn.tw {
    background: #1DA1F2;
}
.fab-container .sub-button.wp, .sub-button .alt-share-btn.wp {
    background: #25D366;
}
.fab-container .sub-button.tl, .sub-button .alt-share-btn.tl {
    background: #229ED9;
}
.fab-container .sub-button.fb-like, .sub-button .alt-share-btn.fb-like {
    background: #1877f2;
}
.sub-button .alt-share-btn{
    color: #fff;
    background: #f05147;
    position: absolute;
    right: 60px;
    white-space: nowrap;
    padding: 11px 12px;
    border-radius: 4px;
    /*letter-spacing: 0.6px;*/
    opacity: 0;
    display: none;
    transition: none;
    min-width: 212px;
    font-family: sans-serif;
}
 
@media (max-width: 576px){
    .scroll-to-top{
        bottom: 20px;
    }
    .fab-container{
        bottom: 60px;
    }
    #floating-btn{
        visibility: hidden;
    }
}
.sub-button.fb-like{
    display: none;
}
.wpo-site-footer .link-widget ul li:before, .wpo-site-footer-s2 .link-widget ul li:before{
    content: "";
}
.wpo-site-footer .link-widget ul li, .wpo-site-footer-s2 .link-widget ul li{
    padding-left: 0;
}
@media (min-width: 1400px){
    .container.custom{
        max-width: 1200px;
    }
}
.wpo-header-style-1 .navigation.sticky-on {
    background: #14212b;
}
.wpo-site-footer .blog-widget ul li h4, .wpo-site-footer-s2 .blog-widget ul li h4 {
    font-size: 16px;
    line-height: 25px;
}
.top-links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.topbar .top-links ul li a {
    color: #e4e4e4;
}
@media (max-width: 991px){
    .topbar .top-links {
        justify-content: center;
    }
}
.top-links ul li{
    margin-right: 20px;
}
.top-links ul li:last-child{
    margin-right: 0;
}
@media (max-width: 576px){
    .top-links ul li{
        margin-right: 10px;
    }
}
.topbar .contact-info ul.social li a{
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
}
.wpo-hero-slider-s2{
    height: 600px;
}
@media (max-width: 1199px){
    .wpo-hero-slider-s2{
        height: 400px;
    }
}
@media (max-width: 991px){
    .top-links{
        display: none;
    }
    .wpo-site-header #navbar{
        background: #18252f;
    }
    .wpo-site-header .menu-close{
        border-radius: 50%;
        background: #f05147;
        border: 0;
    }
    .back-to-top{
        right: 25px;
    }
    .sticky-on{
        display: none;
        opacity: 0;
    }
    .wpo-hero-slider-s2{
        height: 350px;
    }
    .topbar .contact-info {
        /* justify-content: end; */
        float: right;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }
}
@media (min-width: 992px){
    .mobile-menu-item{
        display: none;
    }
    .wpo-site-header #navbar > ul .sub-menu{
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    }
    .blog-sidebar {
        position: sticky;
        top: 150px;
    }
}
@media (max-width: 576px){
    .wpo-hero-slider-s2{
        height: 600px;
    }
}
.topbar {
    padding: 5px 10px;
}
.topbar .contact-info ul{
    overflow: visible;
}
.lang-dropdown-li{
    margin-right: 15px;
}
.lang-dropdown-li .dropdown-toggle::after{
    display: none;
}
.lang-dropdown-li a{
    font-size: 15px;
}
.lang-dropdown-li .fa.user-arrow {
    font-size: 11px !important;
}
.lang-dropdown-li .dropdown-menu{
    border: 1px solid #e6e6e6;
    min-width: 70px;
    padding: 0;
    left: -20px !important;
    z-index: 999999;
    margin-top: 12px !important;
    overflow: visible;
}
.lang-dropdown-li.dropdown li a {
    width: 100%;
    max-width: 100%;
    color: #222 !important;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 15px;
    position: relative;
    text-align: left;
}
.lang-dropdown-li .lang-dropdown li a {
    padding: 4px 16px;
}
.lang-dropdown-li.dropdown li a.selected {
    color: #f05147 !important;
}
.lang-dropdown li{
    float: none !important;
    padding: 3px 4px !important;
}
.lang-dropdown li:first-child {
    border-bottom: 1px solid #dddddd;
}
.lang-dropdown-li .lang-dropdown li a:hover{
    color: #f05147 !important;
}
.lang-dropdown-li .dropdown-toggle.show .fa.user-arrow:before{
    content: "\f077";
}

.theme-btn.alt{
    padding: 12px 25px !important;
}
.mobile-slider{
    display: none !important;
}
@media (max-width: 767px) {
    .mobile-slider{
      display: block !important;
    }
    .main-slider{
      display: none !important;
    }
}
.dropdown-menu:not(.show){
    display: none;
}
.wpo-contact-pg-section .office-info{
    margin-top: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.title-section h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #14212b;
    padding: 5px 0;
}
@media (max-width: 991px){
    .title-section h2 {
        font-size: 3rem;
    }
}
@media (max-width: 576px){
    .title-section h2 {
        font-size: 2rem;
    }
}
.content-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 991px){
    .content-wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
li.breadcrumb-item a{
    color: #ed3400;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.page-content img{
    height: auto !important;
}
.page-content iframe, .post-content iframe{
    max-width: 100%;
    width: 100%;
}
.wpo-contact-pg-section form{
    overflow: visible;
}
.wpo-contact-pg-section .wpo-contact-title{
    max-width: none;
    margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-form-area{
    margin-bottom: 0;
    z-index: unset;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    padding-bottom: 50px;
}
.wpo-contact-pg-section form .submit-area{
    float: none;
    text-align: right;
    margin-left: 15px;
    width: calc(100% - 30px);
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn, 
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after{
    border-radius: 6px;
}
.recap-div{
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}
.wpo-contact-pg-section form .fullwidth{
    width: calc(100% - 30px);
}
@media (min-width: 992px){
    .wpo-contact-pg-section .wpo-contact-form-area{
        padding-right: 200px;
        padding-left: 200px;
    }
}
@media (max-width: 576px){
    .wpo-contact-pg-section .wpo-contact-form-area{
        padding: 0;
        box-shadow: none;
    }
}
p.email a, p.phone a{
    color: inherit;
}
p.email a:hover, p.phone a:hover{
    color: #ed3400;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2{
    font-family: "Roboto", sans-serif;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p{
    line-height: unset;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon{
    background: #f0f0f0;
}
.hub-date-icon{
    margin-right: 0.3rem;
    margin-top: -0.3rem;
    color: #f05147;
}
.footer-date-icon{
    margin-right: 0.3rem;
    margin-top: -0.1rem;
    color: #f05147;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f05147;
    border-color: #f05147;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0a272c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination{
    justify-content: center;
}
.wpo-blog-pg-section .post h3{
    min-height: 52px;
}
@media (max-width: 576px){
    .wpo-blog-pg-section .post h3{
        min-height: unset;
    }
}
.vjs-icon-play:before, .video-js .vjs-big-play-button:before{
    display: none;
}
.post-section{
    padding: 40px 0;;
}
.post-content .video-js{
    width: 100%;
}
.wpo-blog-single-section .entry-meta ul li{
    display: inline-block;
}
.entry-meta ul li.share-icons{
    float: right;
}
.post-share-icon {
    margin-right: 0.3rem;
    margin-top: -0.3rem;
    color: #f05147;
}
.entry-meta ul li.share-icons ul li:last-child .post-share-icon{
    margin-right: 0;
}
.entry-details.gallery-title-wrap{
    margin: 15px 0;
}
a.popup-player{
    position: relative;
}
.video-gallery-wrap i{
    background: #f05147;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: calc(50% - 30px);
    font-size: 18px;
}
.video-gallery-wrap .entry-media{
    display: flex;
    align-items: center;
}
.entry-media.yt-img-wrap{
    max-height: 235px;
    overflow: hidden;
}
@media (max-width: 1199px){
    .entry-media.yt-img-wrap{
        max-height: 167px;
    }
}
@media (max-width: 991px){
    .entry-media.yt-img-wrap{
        max-height: 122px;
    }
}
@media (max-width: 576px){
    .entry-media.yt-img-wrap{
        max-height: 198px;
    }
}
.wpo-service-section-s2 .wpo-service-slider-s2 .wpo-service-item, .wpo-service-section-s3 .wpo-service-slider-s2 .wpo-service-item{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.wpo-service-section-s2 .wpo-service-slider-s2 .owl-nav [class*=owl-] i, .wpo-service-section-s3 .wpo-service-slider-s2 .owl-nav [class*=owl-] i{
    color: #0a272c;
}
.wpo-service-section-s2 .wpo-service-slider-s2 .owl-nav button:hover i {
    color: #fff;
}
.mobile-menu-item .donate-btn{
    display: inline-block !important;
    margin-left: 30px;
    padding: 10px 20px !important;
}
.wpo-checkout-area .billing-adress .form-style input, .wpo-checkout-area .billing-adress .form-style select{
    border-radius: 5px;
}
.wpo-checkout-area .coupon label{
    padding: 17px 20px;
    font-weight: 600;
    padding-bottom: 16px;
}
.wpo-checkout-area .coupon:before{
    display: none;
}
.wpo-checkout-area .caupon-wrap, .wpo-checkout-area .cout-order-area{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.wpo-checkout-area .cout-order-area .order-item ul .o-header{
    font-size: 18px;
    background: #fff0eb;
    border-left: 4px solid #f05147;
    border-bottom: 0;
}
.wpo-checkout-area .note-area textarea{
    border-radius: 5px;
}
a.cat-home-title, a.home-post-title{
    color: inherit;
}
a.cat-home-title:hover, a.home-post-title:hover{
    color: #f05147;
}
.custom-posts-carousel h2{
    font-size: 18px !important;
    min-height: 52px;
    line-height: 1.4em;
    margin-bottom: 0.5rem !important;
}
/* .custom-posts-carousel .wpo-service-text{
    text-align: left !important;
} */
p.home-post-summary{
    min-height: 58px;
}
@media (max-width: 991px){
    .wpo-site-header .navigation{
        padding: 10px 0;
    }
    .wpo-site-header .navbar-header .navbar-brand img{
        height: 100px;
    }
}
@media (max-width: 576px){
    .custom-posts-carousel h2, p.home-post-summary{
        min-height: unset;
    }
    .wpo-site-header .navbar-header .navbar-brand img{
        height: 70px;
    }
    .wpo-site-header .navigation{
        padding: 10px 0;
    }
}
.amount-wrap{

}
.amount-item{
    background: #f05147;
    cursor: pointer;
}
.price-title{
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.amount-item:not(:last-child){
    border-right: 3px solid #fff;
}
@media (max-width: 1200px){
    .wpo-site-header .header-right .theme-btn{
        display: inline-block;
        letter-spacing: 1px;
    }
}
.topbar .contact-info ul.c-lang{
    margin-left: 20px;
}
.topbar .contact-info ul.social li{
    padding: 8px 8px;
    padding-top: 0;
    padding-bottom: 0;
}
.home-hidden-text{
    display: none;
}
.home-hidden-text.home-post-summary{
    margin-top: 20px;
}
.auto-text-wrap{
    min-height: 225px;
    background: #2b323c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auto-text-wrap.first{
    background: #18323f;
}
.auto-text-wrap.second{
    background: #6dbac4;
}
.auto-text-wrap.third{
    background: #f05147;
}
.auto-text-wrap.fourth{
    background: #41939e;
}
.auto-text-wrap.fifth{
    background: #2d5a60;
}
.auto-text-item{
    line-height: 1.1;
    font-size: 45px;
    color: #fff;
}
.typed-content{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
/*.wpo-hero-slider .slide-title h2{
    -webkit-text-stroke: 2px black;    
}
.wpo-hero-slider-s2 .slide-text p{
    -webkit-text-stroke: 2px black;
}*/
@media (max-width: 991px){
    .home-divider-first-col{
        display: none
    }
}
.home-divider-second-col{
    display: none
}
@media (min-width: 577px) and (max-width: 991px){
    .home-divider-second-col{
        display: block
    }
}
iframe.custom-pdf-item{
    height: 100vh;
}
.member-wrap {
    padding: 0 50px;
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .member-wrap {
        padding: 0;
    }
}
@media (max-width: 576px){
    .member-wrap {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
.member-content {
    padding: 20px;
    text-align: center;
    color: #444;
    background: #eee;
}
.member-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
}
.member-role {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    display: block;
    font-weight: bold;
}
.home-map-link{
    border: 0;
    padding: 0;
}
.home-map-img{
    transition: all .2s ease;
}
@media (min-width: 1200px){
    .home-map-link:hover img{
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
    }
}
.wpo-lower-footer .copyright-col{
    text-align: left;
}
.wpo-lower-footer .developer-col{
    text-align: right;
}
@media (max-width: 576px){
    .wpo-lower-footer .developer-col{
        text-align: left;
    }
}
.developer-link{
    color: #f05147 !important;
}
.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  /*height: calc(2.25rem + 20px);*/
  padding: .375rem .75rem;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  font-weight: bold;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    /*height: calc(calc(2.25rem + 20px) - 1px * 2);*/
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.label-text {
  padding: 5px 5px;
  margin-right: 20%;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  font-family: 'Montserrat';
  position: relative;
  display: block;
  top: 5px;
}
.home-upload-form{
    text-align: left;
}
.home-upload-form .form-btn{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.home-upload-form .recap-section{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
#success_message,#error_message,#error_message2,#error_message3,#loading_spinner{
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 4px solid #14212b;
    border-color: #14212b transparent #14212b #14212b;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pdf-mobile{
    display: none;
}
@media (max-width: 576px){
    .pdf-web{
        display: none;
    }
    .pdf-mobile{
        display: block;
    }
}
