@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap);

.topbar {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-bottom: 1px solid #dfe2e6;
    background: #fff
}

@media (max-width: 991px) {
    .topbar {
        text-align: center;
        padding: 0
    }
}

@media (max-width: 767px) {
    .topbar {
        text-align: center;
        padding: 20px 0
    }
}

.topbar p {
    font-size: 15px;
    color: #636363;
    margin: 0
}

@media (max-width: 991px) {
    .topbar p {
        margin-bottom: 8px;
        font-size: 18px
    }
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.topbar ul li {
    font-size: 18px;
    float: left;
    padding: 20px;
    color: #fff;
    line-height: 1em;
    border-right: 1px solid hsla(0, 0%, 100%, .1)
}

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

.topbar .contact-info ul li a:hover {
    color: #7db1f0
}

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

.topbar ul li:first-child {
    padding-left: 0
}

.topbar .contact-intro ul {
    float: none
}

@media (max-width: 991px) {
    .topbar ul li {
        font-size: 18px
    }

    .topbar .theme-btn {
        margin-top: 2px
    }
}

@media (max-width: 991px) {
    .topbar ul li {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 16px
    }
}

@media (max-width: 590px) {
    .topbar ul li {
        float: none
    }

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

.topbar ul > li + li + li {
    border-right: none;
    padding: 0
}

.topbar ul > li + li {
    border-right: none
}

.topbar .theme-btn {
    padding: 12px 20px;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important
}

.topbar ul .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 3px
}

.topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    color: #666
}

@media (max-width: 991px) {
    .topbar ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem
    }
}

@media (max-width: 767px) {
    .topbar ul .fi:before {
        font-size: 16px
    }
}

.navigation ul {
    list-style: none
}

.mobileMenu {
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 270px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    overflow-x: auto;
    overflow-y: scroll
}

.mobileMenu, .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;
    font-family: Roboto, sans-serif
}

.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, .showmenu {
    display: none
}

@media (max-width: 992px) {
    .showmenu {
        width: 40px;
        height: 40px;
        text-align: center;
        background: -webkit-linear-gradient(left, #18b760, #e9bf3d);
        line-height: 50px;
        border-radius: 5px
    }

    .mobileMenu, .showmenu {
        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
    }
}

.logo {
    margin-top: 25px
}

.logo a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #212122;
    text-transform: uppercase;
    font-weight: 700
}

.logo a img {
    margin-right: 10px
}

.logo a:hover {
    color: #212122
}

.logo img {
    max-width: 180px
}

.middle-header {
    box-shadow: 0 5px 14.25px .75px rgba(12, 105, 184, .1)
}

nav ul {
    margin-top: -4px;
    text-align: right
}

nav > ul > li {
    margin-right: -1px
}

nav > ul > li, nav ul li a {
    display: inline-block;
    position: relative
}

nav ul li a {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    padding: 40px 25px
}

nav ul li a:before {
    content: "";
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 43px;
    border-radius: 43px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1
}

nav ul li a.active:before, 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.active, nav ul li a:hover {
    color: #18b760;
    text-decoration: none
}

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 215px;
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(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;
    -webkit-transition: all .5s;
    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;
    -webkit-transition: all .5s;
    transition: all .5s
}

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

header.fixed .header-content {
    -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
    }

    .logo {
        margin-top: 15px;
        padding-bottom: 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: 0 5px 14.25px .75px rgba(12, 105, 184, .1);
    position: relative;
    z-index: 9999
}

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

@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: 68px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: -2px 18px 40px -9px #999;
    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%);
    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;
    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: -webkit-linear-gradient(left, #18b760, #e9bf3d);
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: .66667rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    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: 68px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: -2px 18px 40px -9px #999
}

@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-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 a, .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: .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: #18b760
}

.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: .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: .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 .header-search-form-wrapper:hover .header-search-form, .header-style-2 .mini-cart:hover .mini-cart-content, .header-style-3 .header-search-form-wrapper:hover .header-search-form, .header-style-3 .mini-cart:hover .mini-cart-content {
    opacity: 1;
    visibility: visible;
    right: 0
}

.header-style-2 .cart-search-contact .cart-toggle-btn, .header-style-2 .cart-search-contact .search-toggle-btn, .header-style-3 .cart-search-contact .cart-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
    }
}

.hero-slider {
    width: 100%;
    height: 807px;
    position: relative;
    z-index: 0
}

.slide {
    height: 800px
}

.slide-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width: 991px) {
    .hero-slider, .slide {
        height: 700px
    }

    .slide-shape {
        display: none
    }
}

@media (max-width: 767px) {
    .hero-slider, .slide {
        height: 600px
    }

    .slide-shape {
        display: none
    }

    .hero-style-1 .slide-title h2 {
        margin-bottom: 0
    }
}

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

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

.hero-slider .slide-inner, .hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider .slide-inner {
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.hero-slider .slick-dots {
    bottom: 35px;
    right: 20%;
    width: auto;
    top: 43%
}

.hero-slider .slick-dots li {
    margin: 10px;
    display: block
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e9bf3d;
    border: 1px solid #e9bf3d;
    border-radius: 100%
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: #13b761;
    opacity: 1
}

@media (max-width: 991px) {
    .hero-slider .slick-dots {
        bottom: 35px;
        right: auto;
        width: auto;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hero-slider .slick-dots li {
        margin: 10px;
        display: inline-block
    }
}

.hero-style-1 .slide-thumb {
    width: 175px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAABECAYAAAAROK5wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZWJkOWRhMy03ZGQyLTdiNGEtODJjNi1mZjg3YmUzOWQ2YWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QjhFQUVBQTU1MTFFQTkxRTE4QjJBRjlBNUFEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QjhFQURBQTU1MTFFQTkxRTE4QjJBRjlBNUFEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTU3OGI0NjQtZmYxNy0yYjQ4LWJiYzktNzUxZTBlYTM4NjQzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTk5YmQxNTQtMmViNC0xMWU4LTgwZTEt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) 50%/cover no-repeat local
}

.hero-style-1 .slide-thumb span {
    font-size: 20px;
    color: #fff
}

.hero-style-1 .slide-title {
    max-width: 670px;
    margin-top: 10px
}

.hero-style-1 .slide-title h2 {
    font-size: 100px;
    color: #fff;
    margin: 0 0 .43em;
    line-height: 100px;
    font-weight: 600
}

@media (max-width: 991px) {
    .hero-style-1 .slide-title h2 {
        font-size: 45px;
        line-height: 55px
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-title h2 {
        font-size: 35px;
        line-height: 45px
    }

    .header-style-2 .navigation .navbar-brand, .header-style-3 .navigation .navbar-brand {
        font-size: 30px
    }
}

@media (max-width: 530px) {
    .tp-site-header .cart-search-contact {
        right: 55px
    }

    .hero-style-1 .slide-title h2 {
        font-size: 26px
    }
}

.hero-style-1 .slide-title h2 span {
    display: inline-block;
    font-style: italic;
    position: relative
}

.hero-style-1 .slide-title h2 span:before {
    content: "";
    background-color: rgba(193, 14, 14, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: -1
}

.hero-style-1 .slide-text {
    max-width: 490px;
    position: relative;
    z-index: 50
}

.hero-style-1 .slide-text p {
    color: #fff;
    margin: 0 0 2.5em
}

.hero-style-1 .slide-btns {
    position: relative;
    z-index: 50
}

@media (max-width: 767px) {
    .hero-style-1 .slide-btns:after {
        display: none
    }
}

.about-area {
    position: relative;
    z-index: 1
}

.about-cercle {
    padding: 150px 0;
    position: relative
}

.about-cercle:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 300px;
    z-index: -1;
    content: "";
    background: -webkit-linear-gradient(115deg, #03b664, #ffc039);
    background: linear-gradient(-25deg, #03b664, #ffc039);
    background: -webkit-linear-gradient(-25deg, #03b664, #ffc039);
    background: -ms-linear-gradient(-25deg, #03b664 0, #ffc039 100%)
}

.about-img {
    overflow: hidden;
    border-radius: 50%;
    width: 470px;
    height: 470px;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .3);
    border: 3px solid #fff;
    margin: auto;
    z-index: 11
}

.about-img img {
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.about-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.thumb-text {
    width: 145px;
    height: 58px;
    line-height: 48px;
    color: #061738;
    font-weight: 700;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAA2CAYAAADtcYraAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZWJkOWRhMy03ZGQyLTdiNGEtODJjNi1mZjg3YmUzOWQ2YWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzUxODNBQ0FCODc5MTFFQUEyMjdDQzk1NTM0M0E0ODgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzUxODNBQzlCODc5MTFFQUEyMjdDQzk1NTM0M0E0ODgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTU3OGI0NjQtZmYxNy0yYjQ4LWJiYzktNzUxZTBlYTM4NjQzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTk5YmQxNTQtMmViNC0xMWU4LTgwZTEt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) 50%/cover no-repeat local;
    text-transform: uppercase
}

.about-area .row {
    align-items: center
}

.section-title h2 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 600
}

.section-title h2 span:first-child {
    color: #ffc039
}

.section-title h2 span:last-child {
    color: #03b664
}

.about-icon-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 40px
}

.ab-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #d7f5e7;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

.ab-icon2 {
    background: #faf4e8
}

.ab-text {
    overflow: hidden
}

.ab-text h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 10px
}

.ab-text h2 a {
    color: #212122
}

.ab-text h2 a:hover {
    color: #3ac060
}

.about-text .section-title {
    margin-bottom: 20px
}

.about-icon-item:first-child {
    margin-right: 20px
}

.ab-shape {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width: 1200px) {
    .ab-shape {
        display: none
    }

    .about-cercle:before {
        position: absolute;
        left: 65%
    }

    .ab-text h2 {
        font-size: 25px
    }
}

@media (max-width: 991px) {
    .about-cercle:before {
        display: none
    }

    .about-icon-item {
        display: flex;
        align-items: center
    }
}

@media (max-width: 991px) {
    .about-area .row {
        display: unset
    }

    .about-cercle {
        padding: 50px 0;
        position: relative
    }

    .about-text {
        text-align: center
    }

    .about-text .thumb-text {
        margin: auto
    }

    .about-icon-wrap {
        justify-content: center
    }

    .about-area {
        padding-bottom: 70px
    }
}

@media (max-width: 767px) {
    .about-img, .about-img img {
        width: 100%;
        height: 100%
    }

    .about-icon-wrap {
        flex-wrap: wrap
    }

    .about-icon-item {
        margin-bottom: 20px
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 30px
    }

    .about-area {
        padding-bottom: 30px
    }
}

.video-btn2 .wrap {
    border: 0;
    background: rgba(88, 92, 100, .89);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0 3px 27.2px 4.8px rgb(8 106 216/11%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99
}

.video-btn2 .wrap:focus {
    outline: none
}

.video-btn2 .wrap .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
    color: #03b664
}

.video-area img {
    width: 100%
}

@media (max-width: 991px) {
    .video-area {
        margin-bottom: 40px
    }

    .about-area.section-padding {
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .ab-icon {
        float: none;
        margin: 0 auto
    }

    .about-icon-item, .about-icon-wrap {
        display: block
    }

    .about-icon-item:first-child {
        margin-right: 0
    }

    .about-area.section-padding {
        padding-bottom: 20px
    }
}

.features-area {
    background: #061738
}

.features-text h2 {
    font-size: 58px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 35px
}

.features-text .thumb-text span {
    color: #fff
}

.features-text p {
    color: #cbcfd6;
    line-height: 33px;
    margin-bottom: 30px
}

.features-text {
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.features-text:before {
    position: absolute;
    background: url(https://khairah-react.themepresss.com/static/media/v1.8dd69cf7.png) 50%/cover no-repeat local;
    width: 115%;
    left: -95px;
    content: "";
    height: 100%;
    z-index: -1;
    top: -15px;
    opacity: .5
}

.features-area {
    padding: 50px 0
}

.features-item, .features-item-2 {
    padding: 40px 20px;
    text-align: center;
    background: #14b761;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.features-item-2:before, .features-item:before {
    position: absolute;
    right: -95px;
    top: -53px;
    width: 73px;
    height: 120px;
    border: 3px solid #333;
    content: "";
    background: -webkit-linear-gradient(-25deg, #ffc039, #14b761);
    background: -ms-linear-gradient(-25deg, #ffc039 0, #14b761 100%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.features-item-2:before {
    background: -webkit-linear-gradient(-25deg, #03b664, #ffc039);
    background: -ms-linear-gradient(-25deg, #03b664 0, #ffc039 100%)
}

.features-item-2.active:before, .features-item-2:hover:before, .features-item:hover:before {
    right: -22px
}

.features-item-2 {
    background:#ee764e;
}

.features-icon {
    width: 112px;
    height: 112px;
    line-height: 112px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 1
}

.features-icon:before {
    position: absolute;
    left: -6px;
    top: -7px;
    width: 112%;
    height: 112%;
    content: "";
    background: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    z-index: -11
}

.features-content h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px
}

.features-content h2 a {
    color: #fff
}

.features-wrap {
    padding: 100px 0 70px
}

@media (max-width: 1200px) {
    .features-content h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .features-text:before {
        width: 55%;
        left: 0;
        top: 0
    }

    .features-text {
        padding-bottom: 0
    }

    .features-wrap {
        padding: 80px 0 40px
    }
}

@media (max-width: 991px) {
    .features-text {
        padding-bottom: 0;
        padding-top: 40px
    }

    .features-wrap {
        padding: 50px 0 10px
    }

    .features-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 35px
    }
}

.section-title2 {
    margin-bottom: 90px
}

.section-title2 .thumb-text {
    margin: auto
}

.section-title2 h2 {
    margin-bottom: 30px
}

.cause-top {
    background: #eefaf5;
    padding: 30px 20px 50px
}

.cause-img, .cause-img img {
    border-radius: 50%
}

.cause-text {
    padding: 0 20px 20px;
    text-align: center
}

.cause-text ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: -10px
}

.cause-text ul li a {
    padding: 10px 20px;
    background: #03b664;
    margin-right: 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600
}

.cause-text ul li:last-child a {
    background: #ffc039
}

.cause-item {
    border: 2px solid #eefaf5;
    position: relative;
    margin-bottom: 30px
}

.cause-text h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px
}

.cause-text h3 a {
    color: #212122
}

.cause-text h3 a:hover {
    color: #03b664
}

.cause-item:before {
    left: 0;
    top: 0;
    border-left: 3px solid #a1bc49;
    -webkit-transition: all .8s;
    transition: all .8s
}

.cause-item:after, .cause-item:before {
    position: absolute;
    height: 0%;
    content: "";
    z-index: 11
}

.cause-item:after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #e7bf3e;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cause-item:hover:after, .cause-item:hover:before {
    height: 100%
}

.cause-text, .cause-top {
    position: relative
}

.cause-top:after {
    right: 0;
    top: 0;
    border-top: 3px solid #a1bc49;
    -webkit-transition: all .7s;
    transition: all .7s
}

.cause-text:after, .cause-top:after {
    position: absolute;
    width: 0;
    content: "";
    z-index: 11
}

.cause-text:after {
    left: 0;
    bottom: 0;
    border-top: 3px solid #e7bf3e;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cause-item:hover .cause-text:after, .cause-item:hover .cause-top:after {
    width: 100%
}

.cause-img {
    position: relative;
    text-align: center;
    margin: auto
}

.cause-img, .cause-img img {
    width: 305px;
    height: 305px
}

.cause-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(6, 23, 56, .8);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cause-item:hover .cause-img:before {
    opacity: 1;
    visibility: visible
}

.case-btn .theme-btn {
    padding: 11px 46px 13px 22px
}

.case-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s
}

.cause-item:hover .case-btn {
    opacity: 1;
    visibility: visible
}

.case-area.section-padding {
    padding-bottom: 70px
}

@media (max-width: 1200px) {
    .cause-text ul li a {
        padding: 10px 15px;
        margin-right: 8px
    }
}

@media (max-width: 991px) {
    .cause-text h3 {
        font-size: 25px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cause-img, .cause-img img {
        width: 250px;
        height: 250px
    }

    .cause-text h3 {
        font-size: 20px
    }

    .section-title h2 {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .cause-img, .cause-img img {
        width: 280px;
        height: 280px
    }
}

@media (max-width: 767px) {
    .section-title2 h2 {
        margin-bottom: 10px
    }
}

@media (max-width: 420px) {
    .cause-img, .cause-img img {
        width: 250px;
        height: 250px
    }

    .cause-text ul li a {
        padding: 10px
    }

    .section-title2 {
        margin-bottom: 50px
    }
}

.cta-area {
    background: url(https://khairah-react.themepresss.com/static/media/cta.6a91a8d6.jpg) no-repeat 100%;
    padding: 90px 0
}

.cta-area .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.cta-left h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-right: 30px;
    line-height: 45px;
    margin: 0 0 10px
}

.cta-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.cta-call span {
    font-size: 34px;
    color: #fff
}

.cta-call h3 {
    font-size: 40px;
    color: #ffc039;
    margin-top: 0
}

.cta-call:last-child h3 {
    font-size: 40px;
    color: #03b664
}

@media (max-width: 1200px) {
    .cta-call:last-child h3, .cta-call h3 {
        font-size: 28px;
        margin-top: 10px
    }

    .cta-left h2 {
        font-size: 30px
    }

    .cta-call span {
        font-size: 23px;
        color: #fff
    }
}

@media (max-width: 991px) {
    .cta-area .row {
        display: unset
    }

    .cta-wrap {
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap
    }

    .cta-call {
        padding: 0 20px
    }

    .cta-area {
        background-size: cover
    }

    .cta-left h2 {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .cta-area {
        padding: 40px 0
    }

    .cta-left h2 {
        font-size: 26px;
        padding-right: 0
    }
}

.event-area {
    background: #eefaf5;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.event-area.section-padding {
    padding-bottom: 80px
}

.event-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.event-item, .event-item:before {
    -webkit-transition: all .3s;
    transition: all .3s
}

.event-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left, #e9bf3d, #18b760);
    z-index: -1;
    opacity: 0
}

.event-item:hover:before {
    opacity: 1
}

.event-img {
    margin-right: 30px
}

.event-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.event-right {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.event-right ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.event-right ul li {
    font-size: 18px
}

.event-right ul li:first-child {
    margin-right: 30px;
    color: #03b664
}

.event-right ul li:last-child {
    margin-right: 30px;
    color: #ffc039
}

.event-img img {
    min-height: 200px;
    object-fit: cover
}

.event-l-text {
    padding: 30px;
    background: #03b664;
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.event-l-text span {
    font-size: 20px
}

.event-l-text h4, .event-l-text span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.event-l-text h4 {
    font-size: 45px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.event-item:hover .event-l-text {
    background: #061738
}

.event-item .event-right h2 a {
    color: #212122
}

.event-item .event-right h2, .event-item .event-right p, .event-item .event-right ul li {
    -webkit-transition: all .3s;
    transition: all .3s
}

.event-item:hover .event-right h2, .event-item:hover .event-right h2 a, .event-item:hover .event-right p, .event-item:hover .event-right ul li {
    color: #fff
}

.event-item .event-right h2 a:hover {
    color: #ffc039
}

.shape1 {
    left: 8%;
    top: 10%
}

.shape1, .shape2 {
    position: absolute;
    z-index: -1
}

.shape2 {
    right: -6%;
    bottom: -8%
}

.volunteer-img {
    text-align: center
}

@media (max-width: 991px) {
    .event-right h2 {
        font-size: 21px
    }

    .event-right p {
        font-size: 16px
    }

    .event-right ul li {
        font-size: 15px
    }

    .event-right ul li:first-child {
        margin-right: 8px
    }

    .shape1 {
        left: 5%;
        top: 3%;
        width: 200px
    }

    .volunteer-item {
        margin-bottom: 30px
    }

    .volunteer-area {
        padding-bottom: 70px
    }
}

@media (max-width: 767px) {
    .event-item {
        flex-wrap: wrap
    }

    .event-img {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%
    }

    .event-img img {
        width: 100%
    }

    .shape1 {
        display: none
    }

    .custom-grid {
        width: 50%;
        float: left
    }

    .event-area {
        padding-bottom: 40px
    }

    .section-title2 {
        margin-bottom: 50px
    }

    .event-area.section-padding {
        padding-bottom: 60px
    }
}

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

@media (max-width: 500px) {
    .event-text {
        flex-wrap: wrap
    }

    .event-left {
        width: 100%;
        margin-bottom: 20px
    }

    .event-img {
        width: 100%;
        margin-right: 0
    }

    .event-img img {
        width: 100%
    }

    .event-right {
        margin-left: 0
    }

    .shape1 {
        left: 4%;
        top: 1%;
        width: 105px
    }

    .shape2 {
        right: -10%;
        bottom: -42px
    }
}

@media (max-width: 440px) {
    .event-right ul {
        flex-wrap: wrap
    }
}

.volunteer-content {
    text-align: center;
    padding: 20px;
    margin-top: 20px
}

.volunteer-content h2 {
    margin-top: 0
}

.volunteer-content h2 a {
    font-size: 22px;
    font-weight: 700;
    color: #061738
}

.volunteer-content h2 a:hover {
    color: #3ac060
}

.volunteer-content span {
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #787878
}

.volunteer-wrap .volunteer-content {
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1)
}

.volunteer-item .volunteer-img {
    -webkit-transition: all .3s;
    transition: all .3s
}

.volunteer-item:hover .volunteer-img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.testimonials-section {
    background: #061738;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 80px
}

.testimonials-section.section-padding {
    padding-top: 80px
}

.testi-shape {
    position: absolute;
    top: 0;
    height: 50%;
    left: 0;
    width: 100%;
    z-index: -1
}

.testi-shape2 {
    position: absolute;
    z-index: 1;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonials-section:before {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    content: "";
    background: #061738;
    bottom: 0;
    border-top: 3px solid #0b1c3c;
    z-index: 1
}

.testimonials-section-s3 .testimonial-thumb-active, .testimonials-section .testimonial-thumb-active {
    width: 600px;
    text-align: center;
    margin: auto;
    position: relative
}

@media (max-width: 767px) {
    .testimonials-section-s3 .testimonial-thumb-active, .testimonials-section .testimonial-thumb-active {
        width: 300PX
    }

    .testi-shape2 {
        bottom: 10%
    }
}

.testimonials-section .testimonial-thumb-active img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 1;
    margin: auto auto -35px
}

.testimonials-section .testimonial-thumb-active .slick-center {
    border: 0;
    outline: 0
}

.testimonials-section .testimonial-thumb-active .slick-center img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.testimonials-section .testimonial-content-active {
    max-width: 755px;
    margin: 15px auto 0;
    position: relative;
    z-index: 9
}

.testimonials-section .grid > p {
    font-size: 18px;
    color: #fff
}

@media (max-width: 767px) {
    .testimonials-section .grid > p {
        font-size: 17px;
        font-size: 1.13333rem
    }
}

.testimonials-section .grid .info h5 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 2em 0 .3em
}

.testimonials-section .grid .info p {
    font-size: 13px;
    font-size: .86667rem;
    margin: 0;
    color: #03b664
}

.testimonials-section .testimonial-thumb-active button i {
    font-size: 18px;
    color: #fff;
    left: 0
}

.testimonials-section .testimonial-thumb-active .slick-next i {
    left: auto;
    right: 0
}

.test-img {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.test-img:before {
    position: absolute;
    left: 50%;
    bottom: -90px;
    content: "";
    width: 56%;
    height: 100%;
    background: -webkit-linear-gradient(left, #e9bf3d, #18b760);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 1
}

.testimonials-section .slick-next, .testimonials-section .slick-prev {
    background-color: #ffc039;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: fontAwesome;
    content: "\f062"
}

.testimonials-section .slick-next:hover, .testimonials-section .slick-prev:hover {
    background-color: #2db85d
}

.testimonials-section .slick-next:before, .testimonials-section .slick-prev:before {
    display: none
}

.testimonial-content-active .grid ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.testimonial-content-active .grid ul li {
    margin-right: 5px;
    color: #ffc039;
    font-size: 20px
}

.testimonial-content-active .grid ul li span {
    color: #5d5036
}

.testimonial-content-active .grid .info h5 {
    color: #ffc039;
    font-size: 30px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .test-img:before {
        width: 100%
    }

    .testimonials-section .grid > p {
        font-size: 18px
    }

    .section-padding {
        padding: 60px 0
    }

    .testimonials-section {
        padding: 30px 0 60px
    }

    .about-section {
        padding-bottom: 20px
    }

    .testimonials-section.section-padding {
        padding-top: 60px
    }
}

@media (max-width: 570px) {
    .testi-shape2 {
        bottom: 25%
    }
}

@media (max-width: 450px) {
    .testi-shape2 {
        bottom: 12%
    }
}

.blog-area.section-padding {
    padding-bottom: 80px
}

.blog-item {
    display: flex;
    margin-bottom: 30px
}

.blog-content {
    padding: 20px 30px;
    border: 2px solid #e7f7f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-content ul {
    display: flex;
    justify-content: space-between
}

.blog-content ul li {
    font-size: 18px;
    font-weight: 500;
    color: #ffc039
}

.blog-content ul li i {
    margin-right: 5px
}

.blog-content ul li:first-child {
    color: #2db85d
}

.blog-content h2 {
    font-size: 28px;
    margin-bottom: 0
}

.blog-content h2 a {
    font-size: 28px;
    font-weight: 700;
    color: #061738
}

.blog-content h2 a:hover {
    color: #2db85d
}

.blog-img {
    overflow: hidden
}

.blog-img img {
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 1200px) {
    .blog-content h2 a {
        font-size: 25px
    }
}

@media (max-width: 540px) {
    .blog-item {
        flex-wrap: wrap
    }

    .blog-img, .blog-img img {
        width: 100%
    }

    .blog-content h2 a {
        font-size: 26px
    }
}

.partners-section {
    background: url(https://khairah-react.themepresss.com/static/media/bg.c53255b8.png) 50%/cover no-repeat local;
    position: relative;
    padding-bottom: 90px
}

.partners-section:before {
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .94
}

.partners-section .grid {
    text-align: center
}

.partners-section .grid img {
    width: auto;
    margin: 0 auto;
    display: inline-block
}

@media (max-width: 1200px) {
    .partners-section {
        padding: 100px 0 80px
    }
}

@media (max-width: 991px) {
    .partners-section {
        padding: 80px 0 70px
    }
}

.tp-site-footer {
    background: url(https://khairah-react.themepresss.com/static/media/ft.2a0855c7.png) 50%/cover no-repeat local;
    position: relative;
    font-size: 15px;
    overflow: hidden
}

.tp-ne-footer {
    background: #061738
}

.tp-site-footer-2 {
    background: #fcfcfc
}

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

.tp-site-footer li, .tp-site-footer p {
    color: #fff
}

.tp-site-footer-2 li, .tp-site-footer-2 p {
    color: #444
}

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

.tp-site-footer .tp-upper-footer {
    padding: 100px 0 80px
}

@media (max-width: 991px) {
    .tp-site-footer-2 .tp-upper-footer .col, .tp-site-footer .tp-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px
    }

    .tp-site-footer .tp-upper-footer {
        padding: 70px 0 0
    }
}

@media (max-width: 767px) {
    .tp-site-footer-2 .tp-upper-footer .col, .tp-site-footer .tp-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px
    }
}

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

@media (max-width: 767px) {
    .tp-site-footer-2 .widget-title, .tp-site-footer .widget-title {
        margin-bottom: 20px
    }
}

.tp-site-footer-2 .widget-title h3, .tp-site-footer .widget-title h3 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    position: relative
}

.tp-site-footer-2 .widget-title h3 {
    color: #2d4277
}

@media (max-width: 991px) {
    .tp-site-footer-2 .widget-title h3, .tp-site-footer .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.tp-site-footer .about-widget .logo {
    max-width: 180px
}

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

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

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

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

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

.tp-site-footer .about-widget ul a {
    color: #fff
}

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

.tp-site-footer-2 .about-widget ul a, .tp-site-footer-2 .about-widget ul a:hover, .tp-site-footer .about-widget ul a:hover {
    color: #14b761
}

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

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

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

@media (max-width: 1199px) {
    .tp-site-footer-2 .link-widget, .tp-site-footer .link-widget {
        padding-left: 20px
    }
}

@media (max-width: 991px) {
    .tp-site-footer-2 .link-widget, .tp-site-footer .link-widget {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .tp-site-footer-2 .link-widget, .tp-site-footer .link-widget {
        max-width: 350px
    }
}

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

.tp-site-footer-2 .link-widget ul a, .tp-site-footer .link-widget ul a {
    color: #fff
}

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

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

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

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

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

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

.tp-site-footer-2 .tp-lower-footer, .tp-site-footer .tp-lower-footer {
    text-align: center;
    position: relative;
    background: #011235
}

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

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

@media (max-width: 991px) {
    .tp-site-footer-2 .tp-lower-footer .copyright, .tp-site-footer .tp-lower-footer .copyright {
        float: none;
        display: block
    }
}

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

.tp-site-footer .news-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0
}

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

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

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

.tp-site-footer .news-img {
    float: left
}

.instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

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

.instagram ul li img {
    width: 100%
}

.footer-logo {
    margin-top: -10px
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
    background: #fff;
    box-shadow: 0 0 15px hsla(0, 0%, 85.5%, .5)
}

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

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

.footer-logo a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.footer-logo a span {
    color: #26b75e
}

.footer-logo a img {
    margin-right: 10px
}

ul.smothscroll {
    position: fixed;
    bottom: 25px;
    right: 30px;
    list-style: none;
    z-index: 99
}

ul.smothscroll a {
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d 50%, #18b760);
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 3px;
    display: block;
    text-align: center;
    color: #fff;
    background-size: 200%, 1px;
    background-position: 0
}

ul.smothscroll a:hover {
    background-position: 100% !important;
    color: #fff
}

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

.page-title {
    background: url(https://khairah-react.themepresss.com/static/media/page-title.ef5bbc50.jpg) 50%/cover no-repeat local;
    width: 100%;
    height: 350px;
    text-align: center;
    word-break: break-all;
    display: flex;
    position: relative
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(6, 25, 56, .8)
}

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

.page-title .page-title-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.page-title .page-title-wrapper {
    text-align: center;
    margin-bottom: 16px
}

.page-title h2, .page-title ol {
    color: #fff
}

.page-title h2 {
    font-size: 58px;
    font-size: 3.625rem;
    font-weight: 700;
    margin: 0 0 .5em
}

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

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

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

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

.page-title .breadcrumb li {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    font-family: Roboto, sans-serif
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 18px
    }

    .page-title .page-title-wrapper {
        text-align: center;
        margin-bottom: 10px
    }
}

.page-title .breadcrumb li a {
    color: #fff
}

.page-title .breadcrumb li a:hover {
    color: #2db85d
}

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



.tp-counter-area, .tp-counter-style-2 {
    padding: 100px 0;
    position: relative;
    background: #fff
}

.tp-counter-area .tp-counter-grids .grid, .tp-counter-style-2 .tp-counter-grids .grid {
    width: 24%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding: 70px 0;
    background: #f8f8f8
}

.tp-counter-area .tp-counter-grids .grid p, .tp-counter-style-2 .tp-counter-grids .grid p {
    font-size: 18px;
    font-weight: 400;
    color: #999;
    padding-top: 5px;
    margin-bottom: 0
}

.tp-counter-area .tp-counter-grids, .tp-counter-style-2 .tp-counter-grids {
    overflow: hidden;
    position: relative
}

.tp-counter-area .odometer.odometer-auto-theme, .tp-counter-area .odometer.odometer-theme-default, .tp-counter-style-2 .odometer.odometer-auto-theme, .tp-counter-style-2 .odometer.odometer-theme-default {
    line-height: .8em
}

.tp-counter-area .tp-counter-grids .grid h2, .tp-counter-style-2 .tp-counter-grids .grid h2 {
    font-size: 60px;
    font-weight: 600;
    color: #212122;
    line-height: 10px;
    margin: 8px 0 0;
    padding-bottom: 35px
}

@media (max-width: 1200px) {
    .tp-counter-area .tp-counter-grids .grid, .tp-counter-style-2 .tp-counter-grids .grid {
        width: 23%
    }
}

@media (max-width: 992px) {
    .tp-counter-area .tp-counter-grids .grid h2, .tp-counter-style-2 .tp-counter-grids .grid h2 {
        font-size: 35px
    }

    .tp-counter-area .tp-counter-grids .grid, .tp-counter-style-2 .tp-counter-grids .grid {
        width: 31.33%
    }
}

@media (max-width: 767px) {
    .tp-counter-area .tp-counter-grids .grid, .tp-counter-style-2 .tp-counter-grids .grid {
        width: 47.33%;
        padding: 30px 0
    }
}

@media (max-width: 450px) {
    .tp-counter-area .tp-counter-grids .grid, .tp-counter-style-2 .tp-counter-grids .grid {
        width: 100%
    }
}

.case-b-text {
    margin-top: 40px
}

#Description {
    padding: 30px;
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1)
}

.tp-case-details-text .tp-case-text-top p {
    margin-bottom: 30px
}

.tp-case-details-tab .event-b-text {
    margin-top: 40px
}

.tp-case-details-text .tp-case-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700
}

.tp-case-content h2 {
    margin-top: 20px
}

.tp-case-details-text .tp-case-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.case-bb-text ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px
}

.case-bb-text ul li:before {
    content: "";
    background: #14b761;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%
}

.tp-case-details-area .tp-blog-single-section .comments-area {
    margin-top: 0
}

.tp-event-details-text {
    margin-top: 50px
}

.tp-event-details-text h2 {
    margin-bottom: 30px
}

.tp-event-details-wrap {
    margin-top: 40px
}

.tp-event-details-tab .nav {
    justify-content: space-between;
    display: flex
}

.tp-event-details-tab .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 100%
}

.tp-event-details-wrap {
    border: 1px solid #ebebeb
}

.tp-event-details-tab .nav li a {
    display: block;
    text-align: center;
    color: #2d4277;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 700;
    margin-right: 1px;
    border-radius: 0;
    background: #f6f6f6;
    border: none;
    border-top: 4px solid transparent;
    line-height: 20px;
    height: 50px
}

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

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

.tp-event-details-content {
    padding: 30px
}

#Schedule ul {
    list-style: none;
    margin-top: 30px
}

#Schedule ul li {
    font-size: 18px;
    font-size: .9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px
}

#Schedule ul li:before {
    content: "";
    background: #14b761;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px
}

#Map .contact-map iframe {
    width: 100%;
    height: 500px
}

.event-contact .tp-donations-details {
    border: none;
    padding: 0
}

.event-contact .tp-donations-details .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
    margin-top: 20px
}

@media (max-width: 590px) {
    .tp-event-details-tab .nav li a {
        font-size: 12px
    }
}

@media (max-width: 400px) {
    .tp-event-details-tab .nav {
        flex-wrap: wrap
    }

    .tp-event-details-tab .nav li a {
        margin-bottom: 15px
    }
}

.progress-section {
    padding-top: 35px
}

.progress {
    height: 5px !important;
    overflow: unset !important;
    margin-bottom: 10px
}

.progress .progress-bar {
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 4s;
    animation: animate-positive 4s;
    width: 65%;
    background: #2ebd60;
    height: 5px
}

.progress .progress-value {
    text-align: center;
    right: 0;
    top: -30px;
    position: absolute;
    color: #333;
    font-size: 20px
}

.tp-case-text-top ul {
    list-style: none;
    display: flex;
    justify-content: space-between
}

.tp-case-text-top ul li {
    font-size: 18px
}

.tp-case-text-top ul li span {
    font-weight: 700
}

.case-bb-text ul {
    display: unset
}

.sub-btn {
    margin-top: 30px
}

.sub-btn .theme-btn {
    padding-right: 27px
}

.tp-doanation-payment, .tp-donations-amount, .tp-donations-details {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1)
}

.tp-doanation-payment h2, .tp-donations-amount h2, .tp-donations-details h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0
}

.tp-donations-amount input, .tp-donations-details input, .tp-donations-details textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 0;
    box-shadow: none !important;
    color: #525252;
    border-radius: 5px
}

.tp-donations-details textarea {
    height: 135px
}

.tp-donations-amount input:focus, .tp-donations-details input:focus, .tp-donations-details textarea:focus {
    border-color: #14b761
}

.payment-name ul li input {
    opacity: 0
}

.tp-payment-select ul {
    list-style: none
}

.payment-name ul {
    display: flex;
    margin-top: 30px
}

.tp-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 {
    margin-right: 15px
}

.tp-payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0
}

.tp-payment-select ul {
    display: flex
}

.tp-payment-select ul li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #5b5b5b
}

.tp-payment-select label {
    font-size: 18px;
    font-weight: 600
}

.tp-payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700
}

.tp-payment-area h2 span {
    font-size: 30px;
    color: #ff493c
}

.tp-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 #c00
}

.payment-name .ski label {
    border: 1px solid #691a5f
}

.payment-name .pay label {
    border: 1px solid #019cde
}

.tp-payment-option {
    padding: 0 15px
}

.payment-name.active {
    display: block
}

.tp-payment-option.active .payment-name {
    display: none !important
}

.tp-payment-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb
}

.tp-payment-area .form-style input:focus {
    border: 1px solid #14b761
}

.tp-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) {
    .tp-event-details-wrap {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .tp-doanation-payment, .tp-donations-amount, .tp-donations-details {
        padding: 20px
    }

    #Description {
        padding: 15px
    }
}

@media (max-width: 590px) {
    .tp-case-details-text .tp-case-content h2 {
        font-size: 22px
    }

    .tp-case-details-tab .nav li a {
        margin-bottom: 20px
    }

    .tp-case-details-tab .nav li:last-child a {
        margin-bottom: 0
    }

    .tp-case-details-text .tp-case-text-top {
        padding: 8px
    }

    .tp-payment-select ul {
        display: flex;
        flex-wrap: wrap
    }

    .tp-doanation-payment {
        padding: 20px 10px
    }
}

.tp-donate-header h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0
}

.volunteer-area.v2 {
    background: #f8f8f8
}

.volunter-img img {
    width: 100%;
    min-height: 475px;
    object-fit: cover
}

.volunteer-contact-form form input, .volunteer-contact-form form label, .volunteer-contact-form form select, .volunteer-contact-form form textarea {
    border: 1px solid #d0d4df;
    padding-left: 15px;
    height: 45px;
    border-radius: 0;
    font-size: 18px
}

.volunteer-contact-form form textarea {
    height: 120px
}

.volunteer-contact-form form label {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #999
}

.volunteer-contact-form .form-group-in input {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.volunteer-contact-form .form-group-in {
    position: relative
}

.volunteer-contact-form .form-group-in i {
    position: absolute;
    right: 30px;
    top: 13px;
    font-size: 20px
}

.volunteer-contact-form .form-group {
    margin-bottom: 30px
}

.volunteer-contact-form {
    padding: 50px 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .15)
}

.volunteer-contact-form h2 {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px
}

.volunteer-contact-form .theme-btn {
    padding-right: 27px
}

@media (max-width: 767px) {
    .volunteer-contact-form {
        margin-top: 0;
        padding: 14px 16px
    }

    .volunteer-contact-form h2 {
        font-size: 23px
    }

    .volunter-img img {
        min-height: 100%
    }
}

.volunteer-contact-form .submit-area {
    text-align: center;
    margin-top: 16px
}

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

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

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

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

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

.tp-blog-sidebar .widget {
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1);
    padding: 30px
}

.tp-blog-sidebar .widget h3 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
    position: relative;
    text-transform: capitalize
}

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

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

.tp-blog-sidebar .search-widget input {
    height: 50px;
    font-size: 18px;
    border: 1px solid #ebebeb;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

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

.tp-blog-sidebar .search-widget form button {
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d);
    font-size: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

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

.tp-blog-sidebar .category-widget ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px
}

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

@media (max-width: 767px) {
    .tp-blog-sidebar .category-widget ul li {
        font-size: 18px
    }
}

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

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

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

.tp-blog-sidebar .category-widget ul a:hover {
    color: #14b761
}

.tp-blog-sidebar .category-widget ul li:hover:before {
    background: #14b761
}

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

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

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

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

.tp-blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    margin: 0 0 .3em;
    color: #444;
    line-height: 20px;
    font-weight: 600
}

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

.tp-blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #242f6c
}

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

.tp-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #14b761
}

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

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

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

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

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

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

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

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

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

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

.tp-blog-sidebar .quote-widget .quoter h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 .3em;
    padding-top: 1.3em
}

.tp-blog-sidebar .quote-widget .quoter h4 + p {
    font-size: 18px;
    margin: 0
}

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

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

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

@media (max-width: 1200px) {
    .tp-blog-sidebar .tag-widget ul li a {
        padding: 10px 6px
    }
}

.tp-blog-sidebar .tag-widget ul li a:hover {
    background: #14b761;
    color: #fff
}

.tp-blog-pg-section .tp-tp-blog-content .post {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1)
}

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

    .tp-blog-pg-section {
        padding-bottom: 70px
    }

    .tp-tp-blog-content {
        margin-bottom: 30px
    }
}

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

    .sub-btn .theme-btn {
        padding-right: 15px
    }

    #Description {
        padding: 15px
    }
}

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

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

.tp-blog-pg-section .entry-meta li {
    font-size: 18px;
    float: left
}

.entry-meta li i {
    margin-right: 5px
}

@media (max-width: 767px) {
    .tp-blog-pg-section .entry-meta li {
        font-size: 16px
    }
}

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

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

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

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

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

.tp-blog-pg-section .entry-meta li a {
    color: #525252
}

.tp-blog-pg-section .entry-meta li a:hover {
    color: #14b761
}

.tp-blog-pg-section .entry-meta > li:first-child {
    position: relative;
    top: -12px
}

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

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

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

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

.tp-blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -.27em 0 .7em
}

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

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

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

.tp-blog-pg-section .post h3 a:hover {
    color: #14b761
}

.tp-blog-pg-section .post p {
    margin-bottom: 1.5em
}

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

.tp-blog-pg-section .post .read-more {
    font-weight: 600;
    color: #14b761;
    font-size: 18px
}

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

@media (max-width: 767px) {
    .tp-blog-pg-section .format-quote, .tp-blog-pg-section .format-standard {
        padding: 25px 20px 45px
    }
}

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

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

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
    background: #14b761;
    color: #fff
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    color: #666;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

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

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

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

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

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

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

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

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

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

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

.tp-blog-pg-section .format-video .video-holder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(69, 69, 69, .4)
}

.tp-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-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
}

@media (max-width: 991px) {
    .tp-blog-pg-section .format-video .video-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.tp-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #2ebd61;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

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

.tp-blog-sidebar {
    margin-top: 0
}

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

.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: 18px;
    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: -webkit-linear-gradient(left, #18b760, #e9bf3d);
    border-color: #14b761;
    color: #fff
}

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

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

.tp-blog-single-section.wrap-even {
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1);
    margin-bottom: 30px;
    padding: 30px
}

.tp-blog-single-section .tp-tp-blog-content {
    box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1);
    padding: 30px;
    margin-bottom: 60px
}

@media screen and (min-width: 1200px) {
    .tp-blog-single-section .tp-tp-blog-content {
        padding: 30px;
        box-shadow: 0 1px 40px 0 rgba(40, 63, 116, .1)
    }
}

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

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

    .tp-blog-single-section.wrap-even {
        padding: 20px
    }

    .tp-blog-single-section .tp-tp-blog-content {
        padding: 15px
    }
}

.tp-blog-single-section .entry-meta li {
    font-size: 18px;
    font-size: .875rem;
    float: left
}

@media (max-width: 767px) {
    .tp-blog-single-section .entry-meta li {
        font-size: 16px
    }
}

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

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

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

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

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

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

.tp-blog-single-section .entry-meta li a:hover {
    color: #14b761
}

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

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

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

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

@media (max-width: 450px) {
    .tp-blog-single-section .entry-meta > li:last-child {
        margin-left: 0
    }
}

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

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

    .tp-blog-single-section {
        padding-bottom: 70px
    }
}

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

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

.tp-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) {
    .tp-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

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

.tp-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) {
    .tp-blog-single-section .post blockquote {
        font-size: 16px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tp-blog-single-section .tag-share .tag a:hover {
    background-color: #14b761;
    color: #fff
}

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

.tp-blog-single-section .tag-share .share a:hover {
    background: #14b761;
    color: #fff;
    border-color: #14b761
}

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

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

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

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

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

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

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

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

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

.tp-blog-single-section .author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
    font-weight: 600
}

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

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

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

.tp-blog-single-section .author-box .social-link a:hover {
    color: #14b761
}

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

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

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

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

@media (max-width: 767px) {
    .tp-blog-single-section .more-posts .next-post a, .tp-blog-single-section .more-posts .previous-post a {
        padding: 12px 35px
    }
}

.tp-blog-single-section .more-posts .next-post a:hover, .tp-blog-single-section .more-posts .previous-post a:hover {
    background-color: #14b761;
    color: #fff
}

.tp-blog-single-section .comments-area li > div {
    background: #fafafa;
    padding: 30px;
    margin-bottom: 20px
}

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

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

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

.tp-blog-single-section .comments-area .comments-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    color: #242f6c
}

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

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

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

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

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

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

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

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

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

.tp-blog-single-section .comments-area .comments-meta h4 span {
    font-weight: 400;
    text-transform: none;
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 8px
}

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

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

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

.tp-blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 1.5em;
    color: #283a5e
}

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

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

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

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

.tp-blog-single-section .comment-respond form input, .tp-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;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 18px
}

.tp-blog-single-section .comment-respond form input:focus, .tp-blog-single-section .comment-respond form textarea:focus {
    box-shadow: none;
    border-color: #14b761
}

@media (max-width: 991px) {
    .tp-blog-single-section .comment-respond form input, .tp-blog-single-section .comment-respond form textarea {
        height: 40px
    }
}

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

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

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

.tp-blog-single-section .comment-respond .form-inputs > input:first-child {
    width: 49%;
    float: left
}

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

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

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

#Description {
    margin-bottom: 30px
}

.tp-blog-single-section .comment-respond .form-submit input {
    max-width: 120px;
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0
}

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

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

.entry-media img {
    width: 100%
}

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

.author-btn a:hover {
    background-color: #14b761;
    color: #fff
}

.error-404-section {
    text-align: center
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0
    }
}

.error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 .8em
}

.error-404-section .error-message p {
    margin-bottom: 1.8em
}

.error-message .theme-btn {
    color: #fff;
    padding-left: 60px;
    padding-right: 30px
}

.error-message .theme-btn i {
    left: 30px;
    right: auto
}

.contact-pg-contact-section {
    position: relative
}

.contact-pg-contact-section .contact-details ul {
    margin-top: 50px
}

.contact-pg-contact-section .contact-details ul li {
    position: relative;
    padding-left: 70px
}

.contact-pg-contact-section .contact-details ul > li {
    margin-top: 45px
}

.contact-pg-contact-section .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15)
}

.contact-pg-contact-section .icon i {
    font-size: 20px;
    font-size: 1.25rem;
    color: #18b760
}

.contact-pg-contact-section .contact-details h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 .3em
}

.contact-pg-contact-section .contact-form {
    margin-top: 40px
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 30px
    }
}

.contact-pg-contact-section .contact-form input, .contact-pg-contact-section .contact-form textarea {
    background: #f8f8f8;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    color: #666;
    border-radius: 0;
    padding: 6px 18px;
    box-shadow: none;
    font-size: 18px
}

.contact-pg-contact-section .contact-form textarea {
    height: 170px
}

.contact-pg-contact-section .contact-form input:focus, .contact-pg-contact-section .contact-form textarea:focus {
    box-shadow: none;
    border-color: #18b760
}

.contact-pg-contact-section .contact-form p {
    color: red;
    font-size: 14px;
    margin-top: 10px
}

.contact-pg-contact-section .contact-form form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666
}

.contact-pg-contact-section .contact-form form :-moz-placeholder, .contact-pg-contact-section .contact-form form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666
}

.contact-pg-contact-section .contact-form form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666
}

.contact-pg-contact-section .contact-form form > .submit-area {
    margin-bottom: 0
}

.contact-pg-contact-section .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none
}

.contact-pg-contact-section .contact-form form .comment-area textarea {
    height: 170px
}

.contact-pg-contact-section .contact-form form .comment-area textarea:focus {
    border-color: #659a72;
    outline: none
}

.contact-pg-contact-section .theme-btn-s2, .contact-pg-contact-section .theme-btn-s4 {
    border: 0;
    outline: 0
}

.contact-pg-contact-section .contact-map {
    height: 450px;
    margin-top: 75px
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-map {
        margin-top: 55px
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-map {
        height: 350px;
        margin-top: 45px
    }
}

.contact-pg-contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form-area {
        margin-top: 80px
    }

    .contact-pg-contact-section .contact-form-area .section-title-s3, .contact-pg-contact-section .contact-form-area .section-title-s4 {
        margin-bottom: 0
    }
}

.contact-form-area .theme-btn {
    padding-right: 27px;
    margin-top: 20px
}

.contact-form-area .theme-btn:focus {
    outline: none
}

.section-title-s3 h2 {
    font-weight: 700
}

.loginWrapper .loginForm {
    position: relative;
    z-index: 1
}

.loginWrapper .loginForm .shape-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    z-index: -1;
    opacity: .6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 445px) {
    .loginWrapper .loginForm {
        padding: 70px 15px !important;
        position: relative
    }
}

.loginWrapper .loginForm .formAction {
    align-items: center
}

.loginWrapper .loginForm .formAction a {
    font-size: 16px
}

@media (max-width: 445px) {
    .loginWrapper .loginForm .loginWithSocial {
        width: 185px !important
    }
}

.cBtnTheme {
    background-color: #18b760 !important;
    color: #fff !important
}

.Toastify__toast-body {
    font-size: 16px
}

.loginWrapper {
    display: flex;
    min-height: 100vh;
    padding: 80px 0;
    background: #f9f9f9
}

.loginWrapper .loginForm {
    width: 500px;
    max-width: 90%;
    margin: auto;
    background: #fff;
    padding: 70px 50px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.loginWrapper .loginForm > h2 {
    text-align: center;
    margin-bottom: 20px
}

.loginWrapper .loginForm > p {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    color: #666
}

.loginWrapper .loginForm form .inputOutline label {
    font-size: 16px;
    background: #fff;
    padding: 0 10px 0 0
}

.loginWrapper .loginForm form .inputOutline input {
    font-size: 13px;
    letter-spacing: 0
}

.loginWrapper .loginForm form .inputOutline input::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input::-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm .formAction {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.loginWrapper .loginForm .formAction label span {
    font-size: 14px
}

.loginWrapper .loginForm .formAction label span svg {
    width: 1.2em;
    height: 1.2em
}

.loginWrapper .loginForm .formAction a {
    display: block;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    color: #246fea;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.loginWrapper .loginForm .formFooter {
    margin-top: 20px;
    display: flex
}

.loginWrapper .loginForm .loginWithSocial {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 20px auto 0
}

.loginWrapper .loginForm .loginWithSocial button {
    min-width: unset;
    flex: 1 1;
    display: block;
    text-align: center;
    background: #3b5998;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 9px
}

.loginWrapper .loginForm .loginWithSocial button.facebook {
    background: #3b5998
}

.loginWrapper .loginForm .loginWithSocial button.twitter {
    background: #55acee
}

.loginWrapper .loginForm .loginWithSocial button.linkedin {
    background: #0077b5
}

.loginWrapper .loginForm .noteHelp {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500
}

.loginWrapper .loginForm .noteHelp a {
    display: inline-block;
    color: #0077b5;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer
}

body, html {
    font-size: 18px
}

body {
    font-family: Barlow Condensed, sans-serif !important;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

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

p {
    color: #787878;
    line-height: 1.63em;
    font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
    color: #212122;
    line-height: 1.3em
}

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

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

img {
    max-width: 100%
}

p {
    font-family: Roboto, sans-serif
}

li {
    font-size: 18px
}

.App, .page-wrapper {
    overflow: hidden;
    position: relative
}

.fi:before {
    margin: 0
}

.section-padding {
    padding: 110px 0
}

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

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

.theme-btn, .theme-btn-s2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 60px 12px 30px;
    border: 0;
    border-radius: 40px;
    position: relative;
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d 50%, #18b760);
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

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

.theme-btn-s2 i, .theme-btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-btn-s2 {
    background: -webkit-linear-gradient(left, #14b761, #3ac060 50%, #14b761);
    color: #fff;
    padding: 16px 30px
}

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

@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 12px 16px;
        font-size: 15px
    }

    .theme-btn-s2 i, .theme-btn i {
        display: none
    }
}

.theme-btn-s3 {
    background-color: #212122;
    color: #fff;
    display: inline-block;
    padding: 14px 30px;
    border: 0;
    border-radius: 0;
    position: relative
}

.theme-btn-s3 i {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-btn-s3:active, .theme-btn-s3:focus, .theme-btn-s3:hover {
    background-color: #a90c0c;
    color: #fff
}

@media (max-width: 767px) {
    .theme-btn-s3 {
        padding: 12px 16px;
        font-size: 13px
    }

    .theme-btn-s3 i {
        display: none
    }
}

.form input, .form select, .form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959
}

.form input:focus, .form select:focus, .form textarea:focus {
    border-color: #2db85d;
    -o-box-shadow: 0 0 5px 0 #ee1414;
    -ms-box-shadow: 0 0 5px 0 #ee1414;
    box-shadow: 0 0 5px 0 #ee1414
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form :-moz-placeholder, .form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.form select::-ms-expand {
    display: none
}

.social-links li a {
    background-color: #ee1414
}

.social-links li a:hover {
    background-color: #2db85d
}

.back-to-top {
    background: -webkit-linear-gradient(left, #18b760, #e9bf3d 50%, #18b760);
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 3px
}

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

.back-to-top:hover {
    background-position: 100% !important;
    color: #fff
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.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: #18b760
}

.modal-video-close-btn {
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    background: #18b760;
    border-radius: 50%
}

.modal-video-close-btn:after, .modal-video-close-btn:before {
    top: 65%
}

.errorMessage {
    font-size: 12px;
    margin-top: 5px;
    color: red
}

.cBtnTheme {
    background: #18b760
}

.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 {
    position: fixed;
    z-index: 555;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    background: #fff;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/static/media/fontawesome-webfont.674f50d2.eot);
    src: url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/static/media/fontawesome-webfont.af7ae505.woff2) format("woff2"), url(https://khairah-react.themepresss.com/static/media/fontawesome-webfont.fee66e71.woff) format("woff"), url(https://khairah-react.themepresss.com/static/media/fontawesome-webfont.b06871f2.ttf) format("truetype"), url(/static/media/fontawesome-webfont.04b71bec.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: themify;
    src: url(/static/media/themify.2c454669.eot);
    src: url(/static/media/themify.2c454669.eot?#iefix-fvbane) format("embedded-opentype"), url(https://khairah-react.themepresss.com/static/media/themify.a1ecc3b8.woff) format("woff"), url(https://khairah-react.themepresss.com/static/media/themify.e23a7dca.ttf) format("truetype"), url(/static/media/themify.9c8e96ec.svg#themify) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

@font-face {
    font-family: Flaticon;
    src: url(/static/media/Flaticon.38fa7905.eot);
    src: url(/static/media/Flaticon.38fa7905.eot?#iefix) format("embedded-opentype"), url(/static/media/Flaticon.09182005.woff2) format("woff2"), url(https://khairah-react.themepresss.com/static/media/Flaticon.d0539a63.woff) format("woff"), url(https://khairah-react.themepresss.com/static/media/Flaticon.019492b7.ttf) format("truetype"), url(/static/media/Flaticon.1ca9164b.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Flaticon;
        src: url(/static/media/Flaticon.1ca9164b.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 50px;
    font-style: normal
}

.flaticon-water:before {
    content: "\f100"
}

.flaticon-food-and-restaurant:before {
    content: "\f101"
}

.flaticon-book:before {
    content: "\f102"
}

.flaticon-care:before {
    content: "\f103"
}

.flaticon-back:before {
    content: "\f104"
}

.flaticon-user:before {
    content: "\f105"
}

.flaticon-clock:before {
    content: "\f106"
}

.flaticon-pin:before {
    content: "\f107"
}

.flaticon-play:before {
    content: "\f108"
}

.flaticon-upload:before {
    content: "\f109"
}

.flaticon-call:before {
    content: "\f10a"
}

.flaticon-envelope:before {
    content: "\f10b"
}

.flaticon-shopping-bag:before {
    content: "\f10c"
}

.flaticon-magnifying-glass:before {
    content: "\f10d"
}

/*# sourceMappingURL=main.ad4958ca.chunk.css.map */