/*@import "../../../../css2.css";
@import "../../../../css2-1.css";*/
body {
    font-family: poppins, sans-serif;
    color: #777;
    background-color: #f4f7d7;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family: montserrat, sans-serif
}

p {
    line-height: 1.7
}

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

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

button:focus {
    outline: 0
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.collapse:not(.show).active {
    display: block
}

.modal-body {
    padding: 40px 30px 50px
}

.modal-body h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #08104d
}

.modal-body p {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px
}

.modal-body .image-area {
    margin-bottom: 10px
}

.modal-body .image-area .col-lg-4 {
    padding-right: 5px;
    margin-right: -5px
}

.modal-body .image-area a {
    display: block;
    margin-bottom: 15px
}

.modal-body .modal-item {
    margin-bottom: 30px
}

.modal-body .social-area {
    text-align: center
}

.modal-body .social-area h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #08104d
}

.modal-body .social-area ul {
    margin: 0;
    padding: 0
}

.modal-body .social-area ul li {
    list-style-type: none;
    display: inline-block
}

.modal-body .social-area ul li a {
    display: block;
    color: #08104d;
    border: 1px solid #08104d;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px;
    text-align: center
}

.modal-body .social-area ul li a:hover {
    color: #fff;
    background-color: #08104d
}

#myModalRight {
    z-index: 99999;
    padding-right: 0 !important
}

.modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: 100vh
}

.modal.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.modal-right .modal-content {
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    border: none
}

.modal.modal-left .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin: 0 auto 0 0
}

.modal.modal-right .modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin: 0 0 0 auto
}

.menu-shrink {
    background-color: #08104d;
    padding-top: 12px;
    padding-bottom: 12px
}

.default-btn {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #48d683;
    padding: 12px 25px;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.default-btn:hover {
    color: #fff;
    background-color: #f42e14
}

.nav-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.nav-area .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important
}

.nav-area .navbar-area.is-sticky .main-nav {
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.nav-area .navbar-area .main-nav {
    background-color: #f4f7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0
}

.nav-area .navbar-area .main-nav .navbar {
    padding-left: 0;
    padding-right: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    color: #08104d;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 0;
    margin: 0 10px;
    position: relative
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #f42e14
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #f42e14
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #08104d;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #f42e14;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 20px
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f42e14;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f42e14;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-area .others-option {
    position: relative
}

.nav-area .others-option.app .get-quote {
    position: relative;
    top: -8px
}

.nav-area .others-option.app .get-quote .default-btn {
    background-color: transparent;
    border: 1px solid #08104d;
    color: #08104d
}

.nav-area .others-option.app .get-quote .default-btn:hover {
    background-color: #08104d;
    color: #fff
}

.nav-area .others-option.app .get-quote .default-btn.active {
    background-color: #08104d;
    color: #fff;
    margin-left: 10px
}

.nav-area .others-option.app .get-quote .default-btn.active:hover {
    background-color: #fff;
    color: #08104d
}

.nav-area .others-option .charity-nav-wrap {
    position: relative;
    top: 3px
}

.nav-area .others-option .charity-nav-wrap .cart {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin-right: 5px
}

.nav-area .others-option .charity-nav-wrap .cart:hover {
    color: #16b02f
}

.nav-area .others-option .charity-nav-wrap .search-icon {
    font-size: 22px;
    position: relative;
    top: 1px;
    color: #fff;
    border: 0;
    outline: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent
}

.nav-area .others-option .charity-nav-wrap .search-icon:hover {
    color: #16b02f
}

.nav-area .others-option .charity-nav-wrap .search-toggle .search-icon.icon-close {
    display: none
}

.nav-area .others-option .charity-nav-wrap .search-toggle.opened .search-icon.icon-search {
    display: none
}

.nav-area .others-option .charity-nav-wrap .search-toggle.opened .search-icon.icon-close {
    display: block
}

.nav-area .others-option .charity-nav-wrap .nav-srh {
    position: relative;
    display: inline-block
}

.nav-area .others-option .charity-nav-wrap .nav-srh .search-area {
    position: absolute;
    right: 8px;
    bottom: -105px;
    z-index: 5;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-height: 0;
    overflow: hidden;
    background-color: #fff
}

.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .search-icon {
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: transparent;
    font-size: 20px;
    color: #515151;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
    color: #16b02f
}

.nav-area .others-option .charity-nav-wrap .nav-srh .search-area .src-input {
    outline: none;
    padding-left: 20px;
    margin: 0;
    width: 300px;
    background-color: #dddddd80;
    border: 1px solid #ddd;
    font-size: 16px;
    height: 45px;
    border-radius: 0
}

.nav-area .others-option .charity-nav-wrap .nav-srh .search-area.opened {
    max-height: 100px;
    padding: 20px 25px;
    -webkit-box-shadow: 0 0 15px #dddddd80;
    box-shadow: 0 0 15px #dddddd80
}

.nav-area .others-option .charity-nav-wrap .side-icon {
    display: inline-block
}

.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 0;
    background-color: #ffffff63;
    position: relative;
    top: -4px;
    margin-left: 2px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn:hover {
    background-color: #16b02f
}

.nav-area .others-option .charity-nav-wrap .donate {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 12px 18px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 12px;
    background-color: #16b02f;
    position: relative;
    top: -3px
}

.nav-area .others-option .charity-nav-wrap .donate:hover {
    color: #484848;
    background-color: #fff
}

.charity-nav-area.nav-area .navbar-area .main-nav {
    background-color: transparent
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #48d683
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #48d683
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #48d683;
    background-color: #f3f3f3
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #48d683;
    background-color: #f3f3f3
}

.charity-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #48d683
}

.charity-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #08104d
}

.charity-nav-area.nav-area .navbar-area.is-sticky .main-nav {
    background-color: #08104d
}

.event-nav-area.nav-area .navbar-area .main-nav {
    border-bottom: 1px solid #405968;
    background-color: transparent
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #f42e14
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #f42e14
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f42e14
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f42e14
}

.event-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #f42e14
}

.event-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #08104d
}

.event-nav-area.nav-area .navbar-area.is-sticky .main-nav {
    background-color: #08104d
}

.event-nav-area.nav-area .charity-nav-wrap .cart:hover {
    color: #eb621f
}

.event-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
    color: #eb621f
}

.event-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
    color: #eb621f
}

.event-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
    background-color: #eb621f
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown {
    display: inline-block;
    top: -6px;
    border-right: 1px solid #405968;
    margin-right: 13px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle {
    color: #fff;
    font-size: 15px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle::after {
    display: none
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle img {
    margin-right: 5px;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
    border-radius: 50%;
    max-width: 20px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle i {
    font-size: 20px;
    position: relative;
    top: 3px;
    display: inline-block
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    z-index: -999;
    opacity: 0;
    left: 999px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item {
    color: #4c4c4c;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
    margin-right: 5px;
    border-radius: 50%;
    max-width: 20px
}

.event-nav-area.nav-area .charity-nav-wrap .dropdown.show .dropdown-menu {
    opacity: 1;
    z-index: 1000;
    left: 0
}

.export-nav-area.nav-area .navbar-area .main-nav {
    border-bottom: 1px solid #ffffff61;
    margin-top: 44px;
    background-color: transparent
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #0063dd
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #0063dd
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0063dd;
    background-color: #f3f3f3
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0063dd;
    background-color: #f3f3f3
}

.export-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #0063dd
}

.export-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #08104d
}

.export-nav-area.nav-area .navbar-area.is-sticky .main-nav {
    background-color: #08104d;
    margin-top: 0
}

.export-nav-area.nav-area .charity-nav-wrap .cart:hover {
    color: #0063dd
}

.export-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
    color: #0063dd
}

.export-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
    color: #0063dd
}

.export-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
    background-color: #0063dd
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #777
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #f42e14
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #f42e14
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f42e14
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f42e14
}

.host-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #f42e14
}

.host-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #fff
}

.host-nav-area.nav-area .navbar-area.is-sticky .main-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.host-nav-area.nav-area .host-nav-wrap {
    position: relative;
    top: -2px
}

.host-nav-area.nav-area .host-nav-wrap .nice-select {
    color: #777
}

.host-nav-area.nav-area .host-nav-wrap .nice-select:after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777
}

.host-nav-area.nav-area .host-nav-wrap .dropdown {
    display: inline-block
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle {
    color: #4c4c4c;
    font-size: 15px
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle::after {
    display: none
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle img {
    margin-right: 5px;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
    border-radius: 50%;
    max-width: 20px
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-toggle i {
    font-size: 20px;
    position: relative;
    top: 3px;
    display: inline-block
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    z-index: -999;
    opacity: 0;
    left: 999px
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu .dropdown-item {
    color: #4c4c4c;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px
}

.host-nav-area.nav-area .host-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
    margin-right: 5px;
    max-width: 20px;
    border-radius: 50%
}

.host-nav-area.nav-area .host-nav-wrap .dropdown.show .dropdown-menu {
    opacity: 1;
    z-index: 1000;
    left: 0
}

.host-nav-area.nav-area .host-nav-wrap .purchase-btn {
    display: inline-block
}

.host-nav-area.nav-area .host-nav-wrap .purchase-btn a {
    display: block;
    color: #fff;
    font-size: 14px;
    background-color: #f42e14;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase
}

.host-nav-area.nav-area .host-nav-wrap .purchase-btn a:hover {
    color: #fff;
    background-color: #08104d
}

.host-nav-area.nav-area .host-nav-wrap .side-icon {
    display: inline-block
}

.host-nav-area.nav-area .host-nav-wrap .side-icon .modal-btn {
    color: #1a1a1a;
    font-size: 32px;
    padding: 0 5px;
    line-height: 10px
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #777
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #f42e14
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #f42e14
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f42e14
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f42e14
}

.seo-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #f42e14
}

.seo-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #fff
}

.seo-nav-area.nav-area .charity-nav-wrap .nice-select {
    color: #777
}

.seo-nav-area.nav-area .charity-nav-wrap .nice-select:after {
    border-bottom: 2px solid #777;
    border-right: 2px solid #777
}

.seo-nav-area.nav-area .charity-nav-wrap .cart:hover {
    color: #f42e14
}

.seo-nav-area.nav-area .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
    color: #f42e14
}

.seo-nav-area.nav-area .charity-nav-wrap .search-icon {
    background-color: #e0e0e0;
    color: #4c4c4c;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.seo-nav-area.nav-area .charity-nav-wrap .search-icon:hover {
    color: #f42e14
}

.seo-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn {
    background-color: #e0e0e0;
    color: #4c4c4c;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px
}

.seo-nav-area.nav-area .charity-nav-wrap .side-icon .modal-btn:hover {
    color: #f42e14;
    background-color: #e0e0e0
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown {
    display: inline-block;
    top: -6px;
    border-right: 1px solid #e0e0e0;
    margin-right: 13px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle {
    color: #777;
    font-size: 15px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle::after {
    display: none
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle img {
    margin-right: 5px;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
    border-radius: 50%;
    max-width: 20px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-toggle i {
    font-size: 20px;
    position: relative;
    top: 3px;
    display: inline-block
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    z-index: -999;
    opacity: 0;
    left: 999px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item {
    color: #4c4c4c;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown .dropdown-menu .dropdown-item img {
    margin-right: 5px;
    border-radius: 50%;
    max-width: 20px
}

.seo-nav-area.nav-area .charity-nav-wrap .dropdown.show .dropdown-menu {
    opacity: 1;
    z-index: 1000;
    left: 0
}

.software-nav-area.nav-area .navbar-area .main-nav {
    background-color: transparent
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #48d683
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #48d683
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #48d683
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #48d683
}

.software-nav-area.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #48d683
}

.software-nav-area.nav-area .navbar-area.is-sticky {
    background-color: #08104d
}

.software-nav-area.nav-area .navbar-area.is-sticky .main-nav {
    background-color: #08104d
}

.software-nav-area.nav-area .others-option .side-nav-wrap img {
    display: inline-block;
    max-width: 20px;
    margin-right: 2px;
    position: relative;
    top: -1px;
    border-radius: 50%
}

.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown,
.software-nav-area.nav-area .others-option .side-nav-wrap .dropleft,
.software-nav-area.nav-area .others-option .side-nav-wrap .dropright,
.software-nav-area.nav-area .others-option .side-nav-wrap .dropup {
    display: inline-block
}

.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-toggle {
    color: #fff;
    font-size: 16px
}

.software-nav-area.nav-area .others-option .side-nav-wrap .side-icon {
    display: inline-block
}

.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-menu {
    min-width: 120px
}

.software-nav-area.nav-area .others-option .side-nav-wrap .dropdown-menu .dropdown-item {
    padding: 6px 10px;
    font-size: 15px
}

.software-nav-area.nav-area .others-option .side-nav-wrap .modal-btn {
    padding: 0;
    color: #510eb7;
    font-size: 30px;
    position: relative;
    top: 1px;
    margin-left: 10px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 25px;
    border-radius: 0 0 0 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.software-nav-area.nav-area .others-option .side-nav-wrap .modal-btn:hover {
    border-radius: 0
}

.software-banner-area {
    background-image: url(../img/home-1/banner/2.png);
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.software-banner-area .software-banner-content h1 {
    font-weight: 600;
    font-size: 52px;
    color: #fff;
    margin-bottom: 35px
}

.software-banner-area .software-banner-content h1 span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(73, 210, 148, 0.932137)), color-stop(82%, rgba(202, 176, 254, 0.581014)));
    background: linear-gradient(90deg, rgba(73, 210, 148, 0.932137) 0%, rgba(202, 176, 254, 0.581014) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.software-banner-area .software-banner-content p {
    margin-bottom: 38px;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    position: relative
}

.software-banner-area .software-banner-content p:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 50px;
    left: 0;
    top: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%)
}

.software-banner-area .software-banner-content .software-banner-btn a {
    display: inline-block;
    font-size: 16px;
    padding: 13px 26px 14px 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    color: #fff;
    background-color: #fff;
    overflow: hidden
}

.software-banner-area .software-banner-content .software-banner-btn a i {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 3px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.software-banner-area .software-banner-content .software-banner-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-left {
    margin-right: 15px
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-left:hover {
    color: #3e0c9f
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-left:hover:before {
    height: 0
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-left:hover i {
    color: #3e0c9f
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right {
    color: #3e0c9f
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right:before {
    opacity: 0;
    height: 0
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right i {
    color: #3e0c9f
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right:hover {
    color: #fff
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right:hover:before {
    height: 100%;
    opacity: 1
}

.software-banner-area .software-banner-content .software-banner-btn .software-banner-right:hover i {
    color: #fff
}

.software-banner-area .software-banner-content .software-banner-video {
    display: inline-block;
    position: absolute;
    bottom: -210px;
    left: 16%;
    right: 0
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-btn {
    position: relative;
    display: inline-block
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-btn:before {
    position: absolute;
    content: '';
    height: 165px;
    width: 65px;
    left: 8px;
    bottom: -41px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 17px 0 #e7e6e9ab;
    box-shadow: 0 5px 17px 0 #e7e6e9ab;
    background-color: #fff
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-btn a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    text-align: center;
    border-radius: 50%;
    font-size: 43px;
    position: relative;
    -webkit-animation: none;
    animation: none
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-btn a:hover {
    -webkit-animation: a-three 1s infinite linear;
    animation: a-three 1s infinite linear
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-content {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -4px
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-content span {
    display: block;
    font-size: 14px;
    color: #deceff
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 0
}

.software-banner-area .software-banner-content .software-banner-video .software-banner-video-content p:before {
    display: none
}

.software-banner-area .software-banner-img img:nth-child(1) {
    z-index: 1;
    position: relative;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear
}

.software-banner-area .software-banner-img img:nth-child(2) {
    position: absolute;
    left: -66px;
    bottom: -50px;
    -webkit-animation: a-one 25s infinite linear;
    animation: a-one 25s infinite linear
}

.software-banner-area .software-banner-img img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: -125px;
    -webkit-animation: a-one 25s infinite linear;
    animation: a-one 25s infinite linear
}

.software-banner-area .software-banner-shape img {
    position: absolute
}

.software-banner-area .software-banner-shape img:nth-child(1) {
    top: 0;
    right: 6%
}

.software-banner-area .software-banner-shape img:nth-child(2) {
    top: 0;
    right: 20%
}

.software-banner-area .software-banner-shape img:nth-child(3) {
    bottom: 51px;
    right: 1%
}

.software-banner-area .software-banner-shape img:nth-child(4) {
    bottom: 42px;
    right: 14%
}

@-webkit-keyframes a-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes a-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes a-two {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes a-two {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes a-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.software-introduce-area .section-title {
    margin-bottom: 30px;
    margin-top: -6px
}

.software-introduce-area .section-title h2 {
    max-width: 100%
}

.software-introduce-item {
    margin-bottom: 30px
}

.software-introduce-item p {
    margin-bottom: 30px
}

.software-common-btn {
    display: inline-block;
    font-size: 16px;
    padding: 13px 22px 14px 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    color: #fff;
    background-color: #4ade61;
    overflow: hidden
}

.software-common-btn i {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 3px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.software-common-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.software-common-btn:hover {
    color: #fff
}

.software-common-btn:hover:before {
    height: 0
}

.software-common-btn:hover i {
    color: #fff
}

.section-title {
    margin-bottom: 50px;
    margin-top: -6px
}

.section-title p {
    font-weight: 500;
    font-size: 15px;
    color: #08104d;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #2c0c87), color-stop(69%, #4809aa));
    background: linear-gradient(90deg, #2c0c87 10%, #4809aa 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    display: inline-block;
    max-width: 500px
}

.section-title p:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 5px;
    left: 0;
    border: 2px solid #3b0a99
}

.section-title h2 {
    color: #08104d;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0
}

.section-title h2 span {
    border-bottom: 3px solid #a1ffb7;
    display: inline-block
}

.soft-feature-area {
    position: relative
}

.soft-feature-area .section-title {
    text-align: center
}

.soft-feature-area .section-title h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

.soft-feature-area .soft-feature-shape img {
    position: absolute;
    top: 0;
    right: 0
}

.soft-feature-area .soft-feature-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ececec;
    padding: 20px 30px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 5px;
    margin-right: 5px
}

.soft-feature-area .soft-feature-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd4f;
    box-shadow: 0 0 20px 0 #dddddd4f
}

.soft-feature-area .soft-feature-item img {
    margin-bottom: 20px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto
}

.soft-feature-area .soft-feature-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 15px
}

.soft-feature-area .soft-feature-item ul {
    margin: 0;
    padding: 0
}

.soft-feature-area .soft-feature-item ul li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #08104d;
    margin-bottom: 10px
}

.soft-feature-area .soft-feature-item ul li:last-child {
    margin-bottom: 0
}

.soft-feature-area .soft-feature-item ul li i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 2px
}

.soft-feature-area .soft-feature-item a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #47d291;
    background-color: #d7f4dc;
    padding: 13px 30px;
    border-radius: 8px;
    margin-top: 30px;
    text-transform: uppercase
}

.soft-feature-area .soft-feature-item a i {
    font-size: 20px;
    position: relative;
    top: 4px
}

.soft-feature-area .soft-feature-item a:hover {
    color: #fff;
    background-color: #08104d
}

.soft-feature-area .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    border: 2px solid #4ade63;
    margin-bottom: 3px
}

.soft-feature-area .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid #9dffb4;
    margin-left: 12px;
    margin-right: 12px
}

.soft-feature-area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: relative
}

.soft-feature-area .owl-theme .owl-nav.disabled+.owl-dots:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    left: -1px;
    right: 0;
    bottom: 16px;
    background-color: #9dffb4;
    margin-left: auto;
    margin-right: auto
}

.soft-offer-area {
    position: relative
}

.soft-offer-area .section-title {
    text-align: center
}

.soft-offer-area .section-title h2 {
    max-width: 100%;
    font-weight: 500;
    font-size: 30px
}

.soft-offer-area .soft-offer-shape img {
    position: absolute
}

.soft-offer-area .soft-offer-shape img:nth-child(1) {
    position: absolute;
    left: 5%;
    top: 100px;
    -webkit-animation: a-four 15s infinite linear;
    animation: a-four 15s infinite linear
}

.soft-offer-area .soft-offer-shape img:nth-child(2) {
    position: absolute;
    right: 5%;
    bottom: 60px;
    -webkit-animation: a-four 15s infinite linear;
    animation: a-four 15s infinite linear
}

.soft-offer-area .soft-offer-slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.soft-offer-area .soft-offer-slider .owl-prev {
    font-size: 30px !important;
    color: #bebebe !important;
    position: absolute;
    left: -5%;
    top: -10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.soft-offer-area .soft-offer-slider .owl-prev:hover {
    color: #47d291 !important;
    background-color: transparent !important
}

.soft-offer-area .soft-offer-slider .owl-next {
    font-size: 30px !important;
    color: #bebebe !important;
    position: absolute;
    right: -5%;
    top: -10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.soft-offer-area .soft-offer-slider .owl-next:hover {
    color: #47d291 !important;
    background-color: transparent !important
}

.soft-offer-area .soft-offer-item img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes a-four {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes a-four {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.soft-precious-area {
    background-image: url(../img/home-1/precious-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.soft-precious-area .section-title {
    margin-bottom: 30px
}

.soft-precious-area .section-title p {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-precious-area .section-title p:before {
    border: 2px solid #4adb63
}

.soft-precious-area .section-title h2 {
    color: #fff
}

.soft-precious-area .section-title h2 span {
    border-bottom: 3px solid #c8ffd5
}

.soft-precious-area .soft-precious-left {
    max-width: 650px;
    margin-left: auto
}

.soft-precious-area .soft-precious-item {
    margin-bottom: 30px
}

.soft-precious-area .soft-precious-item img {
    display: block
}

.soft-precious-area .soft-precious-item .soft-precious-p {
    color: #e1d3ff;
    margin-bottom: 30px
}

.soft-precious-area .soft-precious-item ul {
    margin: 0;
    padding: 0
}

.soft-precious-area .soft-precious-item ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px
}

.soft-precious-area .soft-precious-item ul li:last-child {
    margin-bottom: 0
}

.soft-precious-area .soft-precious-item ul li .soft-check {
    position: absolute;
    top: 0;
    left: 0
}

.soft-precious-area .soft-precious-item ul li .soft-check i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: #404040;
    background-color: #ececec;
    text-align: center;
    font-size: 30px
}

.soft-precious-area .soft-precious-item ul li h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    top: 2px
}

.soft-precious-area .soft-precious-item ul li span {
    display: block;
    color: #e1d3ff;
    font-size: 14px;
    margin-bottom: 10px
}

.soft-precious-area .soft-precious-item ul li a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px solid #469597
}

.soft-precious-area .soft-precious-item ul li a:hover {
    letter-spacing: 1px
}

.soft-precious-area .soft-precious-item ul li .soft-arrow {
    display: inline-block;
    position: relative;
    top: 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-precious-area .soft-precious-item .soft-precious-btn {
    margin-top: 40px
}

.soft-precious-area .soft-precious-item .soft-precious-btn a {
    display: inline-block;
    font-size: 15px;
    color: #3e0c9f;
    background-color: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 500
}

.soft-precious-area .soft-precious-item .soft-precious-btn a i {
    font-size: 20px;
    position: relative;
    top: 3px
}

.soft-precious-area .soft-precious-item .soft-precious-btn a:hover {
    color: #fff;
    background-color: #08104d
}

.soft-precious-area .soft-precious-right {
    max-width: 530px
}

.soft-service-area {
    position: relative
}

.soft-service-area .soft-service-shape {
    position: absolute;
    top: 0;
    right: 0
}

.soft-service-area .soft-service-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.soft-service-area .soft-service-btn .soft-service-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.soft-service-area .soft-service-btn .soft-service-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.soft-service-area .soft-service-btn .soft-service-right .software-common-btn {
    -webkit-box-shadow: 0 0 35px 0 #4ade6159;
    box-shadow: 0 0 35px 0 #4ade6159
}

.soft-service-area .soft-service-item {
    margin-bottom: 30px;
    padding: 30px 35px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dddddd80;
    border-radius: 3px;
    position: relative;
    z-index: 1
}

.soft-service-area .soft-service-item:hover {
    -webkit-box-shadow: 0 0 30px 0 #dddddd8c;
    box-shadow: 0 0 30px 0 #dddddd8c
}

.soft-service-area .soft-service-item img {
    margin-bottom: 20px;
    max-width: 75px
}

.soft-service-area .soft-service-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 15px
}

.soft-service-area .soft-service-item p {
    margin-bottom: 0
}

.soft-work-area .section-title {
    text-align: center
}

.soft-work-area .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.soft-work-area .soft-work-item {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 70px 0 #c3ecd96e;
    box-shadow: 0 0 70px 0 #c3ecd96e;
    border: 5px solid #e5e5e5;
    border-radius: 5px;
    background-image: url(../img/home-1/work-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    position: relative
}

.soft-work-area .soft-work-item img {
    position: absolute
}

.soft-work-area .soft-work-item img:nth-child(1) {
    top: 0;
    left: 0
}

.soft-work-area .soft-work-item img:nth-child(2) {
    top: 0;
    right: 0
}

.soft-work-area .soft-work-item a {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 95px;
    color: #fff;
    background-color: #08104d;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px 0 #8089bf85;
    box-shadow: 0 0 25px 0 #8089bf85;
    font-size: 45px;
    -webkit-animation: a-five 5s infinite linear;
    animation: a-five 5s infinite linear
}

.soft-work-area .soft-work-item a:hover {
    color: #49d877;
    background-color: #fff
}

@-webkit-keyframes a-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
}

@keyframes a-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 25px 0 #8089bf85;
        box-shadow: 0 0 25px 0 #8089bf85
    }
}

.soft-solution-area {
    background-color: #fafafa;
    position: relative;
    padding-bottom: 40px
}

.soft-solution-area .soft-solution-shape img {
    position: absolute
}

.soft-solution-area .soft-solution-shape img:nth-child(1) {
    top: 18%;
    right: 0
}

.soft-solution-area .soft-solution-shape img:nth-child(2) {
    top: 0;
    left: 0
}

.soft-solution-area .soft-solution-shape img:nth-child(3) {
    top: 6%;
    left: 4%;
    -webkit-animation: a-six 10s infinite linear;
    animation: a-six 10s infinite linear
}

.soft-solution-area .soft-solution-shape img:nth-child(4) {
    top: 26%;
    left: 4%;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear
}

.soft-solution-area .soft-solution-shape img:nth-child(5) {
    top: 15%;
    right: 5%;
    -webkit-animation: a-four 15s infinite linear;
    animation: a-four 15s infinite linear
}

.soft-solution-area .section-title {
    margin-bottom: 30px
}

.soft-solution-area .soft-solution-item {
    margin-bottom: 60px
}

.soft-solution-area .soft-solution-item p {
    margin-bottom: 30px
}

.soft-solution-area .soft-solution-two p {
    margin-bottom: 20px
}

.soft-solution-area .soft-solution-two ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.soft-solution-area .soft-solution-two ul li {
    list-style-type: none;
    display: block;
    color: #08104d;
    margin-bottom: 10px
}

.soft-solution-area .soft-solution-two ul li:last-child {
    margin-bottom: 0
}

.soft-solution-area .soft-solution-two ul li i {
    display: inline-block;
    color: #222;
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 20px
}

@-webkit-keyframes a-six {
    0% {
        opacity: 0
    }
    40% {
        opacity: .5
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}

@keyframes a-six {
    0% {
        opacity: 0
    }
    40% {
        opacity: .5
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes a-seven {
    0% {
        opacity: 1
    }
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

@keyframes a-seven {
    0% {
        opacity: 1
    }
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

.soft-contact-form-area {
    padding-bottom: 195px
}

.soft-contact-form-area .section-title {
    text-align: center
}

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

.soft-contact-form-area .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: none;
    padding-left: 20px;
    font-size: 15px;
    background-color: #f6f6f6
}

.soft-contact-form-area .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.soft-contact-form-area .form-group textarea {
    height: auto !important;
    padding-top: 10px
}

.soft-contact-form-area .form-group .list-unstyled {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    color: #dc3545
}

.soft-contact-form-area .text-danger {
    color: #dc3545;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px
}

.soft-contact-form-area .text-success {
    color: #28a745;
    margin-top: 25px;
    font-size: 24px
}

.soft-contact-form-area .soft-contact-btn {
    text-align: center;
    border-radius: 0;
    padding: 15px 35px;
    color: #fff;
    background-color: #08104d;
    font-size: 16px;
    opacity: 1;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s
}

.soft-contact-form-area .soft-contact-btn:hover {
    color: #fff;
    background-color: #4ade61
}

.soft-project-area {
    position: relative;
    top: -100px
}

.soft-project-area .soft-project-wrap {
    background-color: #450ba7;
    border-radius: 5px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px
}

.soft-project-area .soft-project-wrap img {
    position: absolute;
    width: auto
}

.soft-project-area .soft-project-wrap img:nth-child(1) {
    top: 0;
    left: 0
}

.soft-project-area .soft-project-wrap img:nth-child(2) {
    bottom: -18px;
    left: -20px
}

.soft-project-area .soft-project-wrap .soft-project-item {
    margin-bottom: 30px
}

.soft-project-area .soft-project-wrap .soft-project-item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0
}

.soft-project-area .soft-project-wrap .soft-project-right {
    text-align: right
}

.soft-footer-area .soft-footer-item {
    margin-bottom: 30px
}

.soft-footer-area .soft-footer-item #map {
    height: 205px;
    width: 100%;
    border: 0
}

.soft-footer-area .soft-footer-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 35px
}

.soft-footer-area .soft-footer-item .soft-footer-address ul {
    margin: 0;
    padding: 0
}

.soft-footer-area .soft-footer-item .soft-footer-address ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: #313555
}

.soft-footer-area .soft-footer-item .soft-footer-address ul li:last-child {
    margin-bottom: 0
}

.soft-footer-area .soft-footer-item .soft-footer-address ul li a {
    display: block;
    color: #313555
}

.soft-footer-area .soft-footer-item .soft-footer-address ul li a:hover {
    color: #4ade61
}

.soft-footer-area .soft-footer-item .soft-footer-address ul li i {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 5px;
    font-size: 20px
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul {
    margin: 0;
    padding: 0
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li {
    list-style-type: none;
    display: block;
    color: #313555;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li:last-child {
    margin-bottom: 0
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li a {
    color: #313555;
    font-size: 15px;
    margin-bottom: 3px;
    display: block
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li a:hover {
    color: #4ade61
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li span {
    display: block;
    font-size: 12px
}

.soft-footer-area .soft-footer-item .soft-footer-blog ul li i {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 5px;
    font-size: 22px
}

.soft-footer-area .soft-footer-item .soft-footer-logo a {
    display: block;
    margin-bottom: 20px
}

.soft-footer-area .soft-footer-item .soft-footer-logo p {
    margin-bottom: 20px;
    color: #313555
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul {
    margin: 0;
    padding: 0
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #4ade61;
    background-color: #c8f5cf;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:hover {
    color: #fff
}

.soft-footer-area .soft-footer-item .soft-footer-logo ul li a:hover:before {
    opacity: 1
}

.soft-copyright-area {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px
}

.soft-copyright-area .soft-copyright-item p {
    color: #5d617a;
    font-size: 14px;
    margin-bottom: 0
}

.soft-copyright-area .soft-copyright-item p a {
    display: inline-block;
    color: #5d617a
}

.soft-copyright-area .soft-copyright-item p a:hover {
    color: #4ade61
}

.soft-copyright-area .soft-copyright-item ul {
    margin: 0;
    padding: 0
}

.soft-copyright-area .soft-copyright-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 30px
}

.soft-copyright-area .soft-copyright-item ul li a {
    display: block;
    color: #5d617a;
    font-size: 14px
}

.soft-copyright-area .soft-copyright-item ul li a:hover {
    color: #4ade61
}

.soft-copyright-area .soft-copyright-right {
    text-align: right
}

.navbar-light-two {
    background-color: #fff
}

.navbar-light-two .navbar-nav .nav-item .nav-link {
    color: #626263;
    -webkit-transition: all .5s;
    transition: all .5s
}

.navbar-light-two .navbar-nav .nav-item .nav-link.active {
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    background-size: 200% 200%;
    -webkit-animation: rainbow 2s ease-in-out infinite;
    animation: rainbow 2s ease-in-out infinite;
    color: unset
}

.navbar-light-two .navbar-nav .nav-item .nav-link:focus,
.navbar-light-two .navbar-nav .nav-item .nav-link:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    background-size: 200% 200%;
    -webkit-animation: rainbow 2s ease-in-out infinite;
    animation: rainbow 2s ease-in-out infinite;
    color: unset
}

.navbar-light-two .navbar-nav .nav-item .nav-link:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%)
}

.navbar-light-two .app-side-nav a {
    font-size: 15px;
    display: inline-block;
    padding: 13px 25px;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid transparent;
    text-transform: uppercase
}

.navbar-light-two .app-side-nav .side-nav-left {
    border: 1px solid #08104d;
    color: #08104d;
    margin-right: 5px
}

.navbar-light-two .app-side-nav .side-nav-left:hover {
    color: #fff;
    background-color: #08104d
}

.navbar-light-two .app-side-nav .side-nav-right {
    color: #fff;
    background-color: #08104d
}

.navbar-light-two .app-side-nav .side-nav-right:hover {
    background-color: unset;
    border: 1px solid #08104d;
    color: #08104d
}

.navbar-light-two.menu-shrink {
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd
}

.app-banner-area {
    position: relative;
    background-image: url(../img/app/banner/2.png);
    background-repeat: no-repeat;
    background-position: center right
}

.app-banner-area .banner-shape img {
    position: absolute;
    z-index: -1
}

.app-banner-area .banner-shape img:nth-child(1) {
    display: none
}

.app-banner-area .banner-shape img:nth-child(2) {
    top: 36%;
    left: 50px;
    max-width: 40px;
    -webkit-animation: app-ani-seven 8s infinite linear;
    animation: app-ani-seven 8s infinite linear
}

.app-banner-area .banner-shape img:nth-child(3) {
    bottom: 205px;
    left: 35px;
    -webkit-animation: app-ani-eight 12s infinite linear;
    animation: app-ani-eight 12s infinite linear
}

.app-banner-area .banner-shape img:nth-child(4) {
    top: 15%;
    left: 30%;
    -webkit-animation: app-ani-nine 10s infinite linear;
    animation: app-ani-nine 10s infinite linear
}

.app-banner-area .banner-shape img:nth-child(5) {
    bottom: 385px;
    left: 80px;
    -webkit-animation: app-ani-ten 25s infinite linear;
    animation: app-ani-ten 25s infinite linear
}

.app-banner-area .banner-shape img:nth-child(6) {
    right: 0;
    top: 140px;
    z-index: 1;
    -webkit-animation: app-ani-two 5s infinite linear;
    animation: app-ani-two 5s infinite linear
}

.app-banner-area .banner-shape img:nth-child(7) {
    right: 0;
    top: 420px;
    z-index: 1;
    -webkit-animation: app-ani-three 5s infinite linear;
    animation: app-ani-three 5s infinite linear
}

.app-banner-area .banner-shape img:nth-child(8) {
    right: 0;
    bottom: 140px;
    z-index: 1;
    -webkit-animation: app-ani-four 5s infinite linear;
    animation: app-ani-four 5s infinite linear
}

.app-banner-area .banner-content {
    padding-top: 200px;
    padding-bottom: 142px
}

.app-banner-area .banner-content span {
    color: #08104d;
    font-weight: 500;
    font-size: 17px;
    display: block
}

.app-banner-area .banner-content img {
    display: block;
    max-width: 90px;
    /* margin-top: -8px */
}

.app-banner-area .banner-content h1 {
    font-weight: 700;
    font-size: 56px;
    color: #08104d;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative
}

.app-banner-area .banner-content p {
    margin-bottom: 35px;
    max-width: 535px
}

.app-banner-area .banner-content .banner-btn a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 14px 25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    text-transform: uppercase
}

.app-banner-area .banner-content .banner-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.app-banner-area .banner-content .banner-btn a:hover {
    color: #d030af;
    -webkit-box-shadow: 0 0 20px 0 #e0c5e8;
    box-shadow: 0 0 20px 0 #e0c5e8
}

.app-banner-area .banner-content .banner-btn a:hover img {
    display: none
}

.app-banner-area .banner-content .banner-btn a:hover:before {
    height: 0;
    opacity: 0
}

.app-banner-area .banner-content .banner-btn .banner-btn-left {
    margin-right: 10px
}

.app-banner-area .banner-content .banner-btn .banner-btn-left img {
    position: absolute;
    z-index: -1;
    left: 12px;
    top: 10px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-banner-area .banner-content .banner-btn .banner-btn-right {
    color: #ffffff;
    background-color: #f4233e;
}

.app-banner-area .banner-content .banner-btn .banner-btn-right:before {
    opacity: 0;
    height: 0
}

.app-banner-area .banner-content .banner-btn .banner-btn-right:hover {
    color: rgb(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #bb1c41;
}

.app-banner-area .banner-content .banner-btn .banner-btn-right:hover:before {
    opacity: 1;
    height: 100%
}

.app-banner-area .banner-content .banner-download {
    margin-top: 120px
}

.app-banner-area .banner-content .banner-download p {
    margin-bottom: 15px
}

.app-banner-area .banner-content .banner-download ul {
    margin: 0;
    padding: 0
}

.app-banner-area .banner-content .banner-download ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3px
}

.app-banner-area .banner-content .banner-download ul li:last-child {
    margin-right: 0
}

.app-banner-area .banner-content .banner-download ul li a {
    display: block
}

.app-banner-area .banner-img {
    height: 100%;
    width: 100%;
    position: relative
}

.app-banner-area .banner-img img {
    position: absolute
}

.app-banner-area .banner-img img:nth-child(1) {
    max-width: 285px;
    left: -10px;
    bottom: 230px;
    z-index: 1;
    -webkit-animation: app-ani-one 5s infinite linear;
    animation: app-ani-one 5s infinite linear
}

.app-banner-area .banner-img img:nth-child(2) {
    bottom: 370px;
    left: -55px;
    max-width: 120px;
    z-index: -1
}

.app-banner-area .banner-img img:nth-child(3) {
    left: 175px;
    bottom: 450px;
    max-width: 170px
}

.app-banner-area .banner-img img:nth-child(4) {
    right: 140px;
    bottom: 0;
    -webkit-animation: app-ani-five 5s infinite linear;
    animation: app-ani-five 5s infinite linear
}

@-webkit-keyframes app-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-six {
    0% {
        opacity: .3
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

@keyframes app-ani-six {
    0% {
        opacity: .3
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

@-webkit-keyframes app-ani-seven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(30px, -30px);
        transform: translate(30px, -30px)
    }
    80% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-seven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(30px, -30px);
        transform: translate(30px, -30px)
    }
    80% {
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-eight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px)
    }
    80% {
        -webkit-transform: translate(80px, 80px);
        transform: translate(80px, 80px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-eight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px)
    }
    80% {
        -webkit-transform: translate(80px, 80px);
        transform: translate(80px, 80px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-nine {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    80% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes app-ani-nine {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    80% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes app-ani-ten {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(150px, -150px);
        transform: translate(150px, -150px)
    }
    80% {
        -webkit-transform: translate(180px, 180px);
        transform: translate(180px, 180px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-ten {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(150px, -150px);
        transform: translate(150px, -150px)
    }
    80% {
        -webkit-transform: translate(180px, 180px);
        transform: translate(180px, 180px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.app-section-title {
    text-align: center;
    margin-bottom: 45px;
    margin-top: -4px
}

.app-section-title span {
    font-weight: 500;
    font-size: 16px;
    color: #08104d;
    display: block;
    text-transform: capitalize
}

.app-section-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -7px;
    margin-bottom: 10px
}

.app-section-title h2 {
    font-weight: 700;
    font-size: 35px;
    color: #08104d
}

.app-feature-area .feature-wrap {
    padding: 50px 65px;
    -webkit-box-shadow: 0 0 40px 0 #dddddd70;
    box-shadow: 0 0 40px 0 #dddddd70
}

.app-feature-area .feature-wrap .col-lg-4 {
    padding-left: 0;
    padding-right: 0
}

.app-feature-area .feature-wrap .feature-item {
    text-align: center;
    background-color: #fafafa;
    padding: 30px;
    position: relative;
    z-index: 1
}

.app-feature-area .feature-wrap .feature-item:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-feature-area .feature-wrap .feature-item:hover i {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item:hover h3 {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item:hover p {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item:hover a {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item:hover:before {
    width: 100%
}

.app-feature-area .feature-wrap .feature-item.active i {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item.active h3 {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item.active p {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item.active a {
    color: #fff
}

.app-feature-area .feature-wrap .feature-item.active:before {
    width: 100%
}

.app-feature-area .feature-wrap .feature-item i {
    display: block;
    color: #e9074c;
    margin-bottom: 14px;
    font-size: 40px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-feature-area .feature-wrap .feature-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-feature-area .feature-wrap .feature-item p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-feature-area .feature-wrap .feature-item a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #08104d
}

.app-company-area {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px
}

.app-company-area .company-item a {
    display: block;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto
}

.app-tools-area .tools-item .app-section-title {
    text-align: left;
    margin-bottom: 20px
}

.app-tools-area .tools-item .app-section-title img {
    margin-left: 0
}

.app-tools-area .tools-item p {
    margin-bottom: 20px
}

.app-tools-area .tools-item .tools-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.app-tools-area .tools-item  .tools-inner-wrap ul{
    display: flex;
align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.app-tools-area .tools-item  .tools-inner-wrap ul li{
    width: 48%;
}
.app-tools-area .tools-item .tools-inner-wrap .tools-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.app-tools-area .tools-item .tools-inner-wrap .tools-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.app-tools-area .tools-item .tools-inner-wrap ul {
    margin: 0;
    padding: 0
}

.app-tools-area .tools-item .tools-inner-wrap ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.app-tools-area .tools-item .tools-inner-wrap ul li:hover i {
    border-radius: 50%
}

.app-tools-area .tools-item .tools-inner-wrap ul li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #f4233e;
    font-size: 22px;
    border-radius: 40px 30px 45px 0;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    flex-shrink: 0;
    overflow: hidden;
}

.app-tools-area .tools-item .tools-inner-wrap ul li span {
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #08104d;
    position: relative;
    top: -3px
}

.app-record-area {
    background-image: url(../img/app/record.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.app-record-area .record-item .app-section-title {
    text-align: left;
    margin-bottom: 20px
}

.app-record-area .record-item .app-section-title img {
    margin-left: 0
}

.app-record-area .record-item p {
    margin-bottom: 15px;
    color: #5e5e5e
}

.app-record-area .record-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #f4233e;
    padding: 12px 25px;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}

.app-record-area .record-item .record-inner {
    text-align: center;
    background-color: #ea074b;
    padding: 30px;
    margin-bottom: 30px
}

.app-record-area .record-item .record-inner i {
    display: block;
    font-size: 45px;
    color: #fff;
    margin-bottom: 12px
}

.app-record-area .record-item .record-inner h3 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-bottom: 12px
}

.app-record-area .record-item .record-inner p {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.app-record-area .record-item .record-two {
    background-color: #960486
}

.app-record-area .record-item .record-three {
    background-color: #cc30ac
}

.app-record-area .record-item .record-four {
    background-color: #f5ab10
}

.app-work-area .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px
}

.app-work-area .col-lg-9 {
    padding-right: 7px;
    padding-left: 7px
}

.app-work-area .app-section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.app-work-area .work-item {
    margin-bottom: 15px
}

.app-work-area .work-item .work-img {
    position: relative
}

.app-work-area .work-item .work-img img:nth-child(1) {
    position: relative
}

.app-work-area .work-item .work-img img:nth-child(2) {
    position: absolute;
    left: 180px;
    top: -20px;
    z-index: 4;
    max-width: 188px;
    -webkit-animation: app-ani-eleven 10s infinite linear;
    animation: app-ani-eleven 10s infinite linear
}

.app-work-area .work-item .work-img img:nth-child(3) {
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 85px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 45px 0 #ddddddab;
    box-shadow: 0 0 45px 0 #ddddddab;
    max-width: 160px;
    -webkit-animation: app-ani-twelve 10s infinite linear;
    animation: app-ani-twelve 10s infinite linear
}

.app-work-area .work-item .work-img img:nth-child(4) {
    position: absolute;
    left: 35px;
    bottom: 100px;
    border-radius: 15px;
    z-index: 5;
    -webkit-box-shadow: 0 0 45px 0 #ddddddab;
    box-shadow: 0 0 45px 0 #ddddddab;
    max-width: 185px;
    -webkit-animation: app-ani-thirteen 10s infinite linear;
    animation: app-ani-thirteen 10s infinite linear
}

.app-work-area .work-item .work-img img:nth-child(5) {
    position: absolute;
    left: 10px;
    bottom: -22px;
    max-width: 353px
}

.app-work-area .work-item .work-img img:nth-child(6) {
    position: absolute;
    bottom: 0;
    right: 100px
}

.app-work-area .work-item .work-inner-left {
    text-align: center

}

.app-work-area .work-item .work-inner-left img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    height: 71px
}

.app-work-area .work-item .work-inner-left span {
    display: block;
    color: #08104d;
    font-weight: 500;
    font-family: montserrat, sans-serif
}

.app-work-area .work-item .work-inner-right {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 #dddddda6;
    box-shadow: 0 0 20px 0 #dddddda6;
    margin-bottom: 14px;
    display:flex;
    gap: 20px;

}

.app-work-area .work-item .work-inner-right h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 8px
}

.app-work-area .work-item .work-inner-right p {
    margin-bottom: 0;
    font-size: 14px
}

.app-work-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-work-area .tools-item{
    width: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 85%;
}

@-webkit-keyframes app-ani-eleven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-eleven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-twelve {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-twelve {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes app-ani-thirteen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-thirteen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.app-subscribe-area .subscribe-wrap {
    background-image: url(../img/app/subscribe.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    -webkit-box-shadow: 0 12px 40px 0 #ca9bd7ba;
    box-shadow: 0 12px 40px 0 #ca9bd7ba;
    background-color: unset
}

.app-subscribe-area .subscribe-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%)
}

.app-subscribe-area .subscribe-wrap h2 {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: -4px
}

.app-subscribe-area .subscribe-wrap p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.app-subscribe-area .subscribe-wrap .newsletter-form {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group {
    margin-bottom: 0
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group .form-control {
    height: 45px;
    border-radius: 30px;
    padding-left: 22px;
    font-size: 14px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 25px 0 #910453;
    box-shadow: 0 0 25px 0 #910453
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group ::-webkit-input-placeholder {
    color: #a4a4a4
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group :-ms-input-placeholder {
    color: #a4a4a4
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group ::-ms-input-placeholder {
    color: #a4a4a4
}

.app-subscribe-area .subscribe-wrap .newsletter-form .form-group ::placeholder {
    color: #a4a4a4
}

.app-subscribe-area .subscribe-wrap .newsletter-form .subscribe-btn {
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    background-color: #08104d;
    opacity: 1;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0 0 25px 0 #910453;
    box-shadow: 0 0 25px 0 #910453;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-subscribe-area .subscribe-wrap .newsletter-form .subscribe-btn:hover {
    color: #fff;
    background-color: #c80563
}

.app-subscribe-area .subscribe-wrap .newsletter-form .validation-danger {
    color: #fff;
    text-align: left;
    font-size: 13px;
    margin-top: 8px
}

.app-screenshot-area {
    background-color: #08104d;
    background: url('../img/bg.jpg');
    background-position: center;
    background-size: cover;
}

.app-screenshot-area .app-section-title .sub-title {
    color: #fff
}

.app-screenshot-area .app-section-title h2 {
    color: #fff
}

.app-screenshot-area .screenshoot-slider {
    overflow: hidden
}

.app-screenshot-area .screenshoot-slider .screenshoot-item {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.app-screenshot-area .screenshoot-slider .screenshoot-item:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-screenshot-area .screenshoot-slider .screenshoot-item img {
    opacity: .7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.app-screenshot-area .screenshoot-slider .slick-center img {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.app-pricing-area .app-section-title {
    margin-bottom: 20px
}

.app-pricing-area .pricing-item {
    -webkit-box-shadow: 0 0 36px 0 #ddddddc7;
    box-shadow: 0 0 36px 0 #ddddddc7;
    position: relative;
    margin-bottom: 60px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-pricing-area .pricing-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.app-pricing-area .pricing-item:hover .pricing-top p {
    left: -25px
}

.app-pricing-area .pricing-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 30px 40px 0 #dddddd9c;
    box-shadow: 0 30px 40px 0 #dddddd9c
}

.app-pricing-area .pricing-item .pricing-top {
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    position: relative;
    padding: 25px;
    z-index: 1
}

.app-pricing-area .pricing-item .pricing-top img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.app-pricing-area .pricing-item .pricing-top p {
    color: #5c02ae;
    font-size: 14px;
    background-color: #fff;
    padding: 11px 22px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    position: relative;
    left: -35px;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-pricing-area .pricing-item .pricing-top h3 {
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

.app-pricing-area .pricing-item .pricing-top h3 span {
    font-weight: 500;
    font-size: 16px
}

.app-pricing-area .pricing-item .pricing-top h3 .price-dollar {
    position: relative;
    top: -16px;
    left: -3px;
    font-size: 26px
}

.app-pricing-area .pricing-item .pricing-top .recommended {
    font-size: 13px;
    color: #d030af;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 130px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 7px 25px 0 #dddddd73;
    box-shadow: 0 7px 25px 0 #dddddd73
}

.app-pricing-area .pricing-item .pricing-bottom {
    text-align: center;
    padding: 35px 30px
}

.app-pricing-area .pricing-item .pricing-bottom ul {
    margin: 0;
    padding: 0
}

.app-pricing-area .pricing-item .pricing-bottom ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    font-size: 16px
}

.app-pricing-area .pricing-item .pricing-bottom ul li i {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 1px
}

.app-pricing-area .pricing-item .pricing-bottom ul li:last-child {
    margin-bottom: 0
}

.app-pricing-area .pricing-item .pricing-bottom span {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 30px
}

.app-pricing-area .pricing-item .pricing-bottom span i {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 2px
}

.app-pricing-area .pricing-item .pricing-bottom a {
    display: inline-block;
    color: #d030af;
    font-size: 15px;
    background-color: #f3d4ed;
    padding: 12px 25px;
    border-radius: 30px;
    text-transform: uppercase
}

.app-pricing-area .pricing-item .pricing-bottom a:hover {
    color: #fff;
    background-color: #d030af
}

.app-pricing-area .nav-pill {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    display: block
}

.app-pricing-area .nav-pill li {
    list-style-type: none;
    display: inline-block
}

.app-pricing-area .nav-pill li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 14px 25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden
}

.app-pricing-area .nav-pill li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.app-pricing-area .nav-pill li a:hover {
    color: #d030af;
    -webkit-box-shadow: 0 0 20px 0 #e0c5e8;
    box-shadow: 0 0 20px 0 #e0c5e8
}

.app-pricing-area .nav-pill li a:hover img {
    display: none
}

.app-pricing-area .nav-pill li a:hover:before {
    height: 0;
    opacity: 0
}

.app-pricing-area .nav-pill li .price-btn-left {
    margin-right: 10px
}

.app-pricing-area .nav-pill li .price-btn-left img {
    position: absolute;
    z-index: -1;
    left: 12px;
    top: 10px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-pricing-area .nav-pill li .price-btn-right {
    color: #d030af;
    background-color: #f5d6ef;
    -webkit-box-shadow: 0 0 20px 0 #e0c5e8;
    box-shadow: 0 0 20px 0 #e0c5e8
}

.app-pricing-area .nav-pill li .price-btn-right:before {
    opacity: 0;
    height: 0
}

.app-pricing-area .nav-pill li .price-btn-right:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-pricing-area .nav-pill li .price-btn-right:hover:before {
    opacity: 1;
    height: 100%
}

.app-review-area {
    background-image: url(../img/app/client/client-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

.app-review-area .app-head {
    margin-bottom: 10px
}

.app-review-area .app-head i {
    display: inline-block;
    background: #f4233e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px
}

.app-review-area .app-review-slider .main {
    display: block;
    padding-left: 80px;
    padding-right: 80px
}

.app-review-area .app-review-slider .slick-dotted.slick-slider {
    margin-bottom: 25px
}

.app-review-area .app-review-slider .slider-nav {
    position: relative
}

.app-review-area .app-review-slider .slider-nav:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 89px;
    background-color: #ebeae9
}

.app-review-area .app-review-slider .slider-nav .slick-track {
    padding-top: 2px;
    /* transform: translate3d(360px, 0px, 0px) !important; */
}

.app-review-area .app-review-slider .slider-nav div {
    text-align: center
}

.app-review-area .app-review-slider .slider-nav div .review-img {
    position: relative;
    margin-top: 10px
}

.app-review-area .app-review-slider .slider-nav div .review-img img {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 2px;
    cursor: pointer;
    padding-bottom: 15px;
    margin-bottom: 28px;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto
}

.app-review-area .app-review-slider .slider-nav div h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #f4233e
}

.app-review-area .app-review-slider .slider-nav div span {
    display: block;
    color: #606060;
    font-size: 16px
}

.app-review-area .app-review-slider .slick-slide .review-details {
    opacity: 0
}

.app-review-area .app-review-slider .slick-slide:focus {
    outline: 0
}

.app-review-area .app-review-slider .slick-slide.slick-center .review-details {
    opacity: 1
}

.app-review-area .app-review-slider .slick-slide.slick-center .review-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-bottom: 2px solid;
    border-image-source: #f4233e;
    border-image-slice: 1
}

.app-review-area .app-review-slider .slider-for {
    margin-bottom: 65px
}

.app-review-area .app-review-slider .slider-for div p {
    margin-bottom: 0;
    color: #464545;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    max-width: 955px;
    margin-left: auto;
    margin-right: auto
}

.app-blog-area .blog-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-blog-area .blog-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.app-blog-area .blog-item:hover .blog-top .brand {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
}

.app-blog-area .blog-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #08104d
}

.app-blog-area .blog-item img {
    width: 100%
}

.app-blog-area .blog-item .blog-top {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0
}

.app-blog-area .blog-item .blog-top .brand {
    display: inline-block;
    font-size: 13px;
    color: #08104d;
    background-color: #fff;
    padding: 6px 10px;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.app-blog-area .blog-item .blog-top p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px
}

.app-blog-area .blog-item .blog-top h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4
}

.app-blog-area .blog-item .blog-top h3 a {
    display: block;
    color: #fff
}

.app-blog-area .blog-item .blog-top h3 a:hover {
    color: #eb074a
}

.app-blog-area .blog-item .blog-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #ffffff38
}

.app-blog-area .blog-item .blog-bottom ul {
    margin: 0;
    padding: 0
}

.app-blog-area .blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    font-size: 13px
}

.app-blog-area .blog-item .blog-bottom ul li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff
}

.app-blog-area .blog-item .blog-bottom ul li img {
    display: inline-block;
    margin-right: 5px
}

.app-blog-area .blog-item .blog-bottom ul li:last-child {
    color: #d6deff;
    margin-left: 20px
}

.app-contact-form-area {
    padding-bottom: 90px
}

.app-contact-form-area .soft-contact-btn:hover {
    background-color: #d030af
}

.app-start-area {
    background-color: #f4233e;
    overflow: hidden
}

.app-start-area .start-item {
    margin-bottom: 30px
}

.app-start-area .start-item .app-section-title {
    text-align: left;
    margin-bottom: 20px
}

.app-start-area .start-item .app-section-title img {
    margin-left: 0;
    max-width: 130px;
    margin-top: -3px
}

.app-start-area .start-item .app-section-title .sub-title {
    color: #000000;
}

.app-start-area .start-item .app-section-title h2 {
    color: #fff
}

.app-start-area .start-item p {
    margin-bottom: 30px;
    color: #f0e5ff
}

.app-start-area .start-item ul {
    margin: 0;
    padding: 0
}

.app-start-area .start-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px
}

.app-start-area .start-item ul li a {
    display: block
}

.app-start-area .start-item .start-img {
    position: relative
}

.app-start-area .start-item .start-img img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 148px
}

.app-start-area .start-item .start-img img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    -webkit-animation: app-ani-fourteen 6s infinite linear;
    animation: app-ani-fourteen 6s infinite linear
}

.app-start-area .start-item .start-img img:nth-child(3) {
    position: absolute;
    left: 0;
    top: -102px
}

@-webkit-keyframes app-ani-fourteen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes app-ani-fourteen {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.app-footer-area .footer-item {
    margin-bottom: 30px
}

.app-footer-area .footer-item .footer-logo a {
    display: block
}

.app-footer-area .footer-item .footer-logo a img {
    margin-bottom: 25px
}

.app-footer-area .footer-item .footer-logo ul {
    margin: 0;
    padding: 0
}

.app-footer-area .footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: #313555
}

.app-footer-area .footer-item .footer-logo ul li:last-child {
    margin-bottom: 0
}

.app-footer-area .footer-item .footer-logo ul li a {
    display: block;
    color: #313555
}

.app-footer-area .footer-item .footer-logo ul li a:hover {
    letter-spacing: 1px
}

.app-footer-area .footer-item .footer-logo ul li i {
    display: inline-block;
    background: #f4233e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 5px;
    font-size: 20px
}

.app-footer-area .footer-item .footer-explore h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 30px
}

.app-footer-area .footer-item .footer-explore ul {
    margin: 0;
    padding: 0
}

.app-footer-area .footer-item .footer-explore ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px
}

.app-footer-area .footer-item .footer-explore ul li:last-child {
    margin-bottom: 0
}

.app-footer-area .footer-item .footer-explore ul li a {
    display: block;
    font-size: 16px;
    color: #313555
}

.app-footer-area .footer-item .footer-explore ul li a:hover {
    letter-spacing: 1px
}

.app-copyright-area {
    padding-top: 30px;
    padding-bottom: 30px
}

.app-copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #5d617a
}

.app-copyright-area .copyright-item p a {
    display: inline-block;
    color: #5d617a
}

.app-copyright-area .copyright-item p a:hover {
    color: #ec0749
}

.app-copyright-area .copyright-item ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.app-copyright-area .copyright-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.app-copyright-area .copyright-item ul li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #cf30ad;
    background-color: #f1d1ea;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.app-copyright-area .copyright-item ul li a:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(12%, #5702b2), color-stop(69%, #ec0749));
    background: linear-gradient(90deg, #5702b2 12%, #ec0749 69%);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.app-copyright-area .copyright-item ul li a:hover {
    color: #fff
}

.app-copyright-area .copyright-item ul li a:hover:before {
    opacity: 1
}

.host-banner-area {
    position: relative
}

.host-banner-area .banner-img {
    text-align: center
}

.host-banner-area .banner-img img {
    -webkit-animation: host-ani-six 13s infinite linear;
    animation: host-ani-six 13s infinite linear;
    position: absolute;
    top: 160px;
    right: 0;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto
}

.host-banner-area .banner-shape img {
    position: absolute
}

.host-banner-area .banner-shape img:nth-child(1) {
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 835px;
    margin-left: auto
}

.host-banner-area .banner-shape img:nth-child(2) {
    top: 0;
    right: 0;
    z-index: -2;
    max-width: 1065px;
    margin-left: auto
}

.host-banner-area .banner-shape img:nth-child(3) {
    top: 115px;
    left: 6%;
    -webkit-animation: host-ani-one 13s infinite linear;
    animation: host-ani-one 13s infinite linear
}

.host-banner-area .banner-shape img:nth-child(4) {
    top: 165px;
    left: 50%;
    -webkit-animation: host-ani-two 12s infinite linear;
    animation: host-ani-two 12s infinite linear
}

.host-banner-area .banner-shape img:nth-child(5) {
    bottom: 20px;
    left: 5%;
    -webkit-animation: host-ani-three 8s infinite linear;
    animation: host-ani-three 8s infinite linear
}

.host-banner-area .banner-shape img:nth-child(6) {
    bottom: 50px;
    left: 30%;
    -webkit-animation: host-ani-four 12s infinite linear;
    animation: host-ani-four 12s infinite linear
}

.host-banner-area .banner-shape img:nth-child(7) {
    bottom: 10px;
    left: 50%;
    -webkit-animation: host-ani-five 12s infinite linear;
    animation: host-ani-five 12s infinite linear
}

.host-banner-area .banner-content {
    padding-top: 270px;
    padding-bottom: 200px;
    max-width: 600px;
    padding-left: 55px
}

.host-banner-area .banner-content .banner-top ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 #dddddd7a;
    box-shadow: 0 0 25px 0 #dddddd7a;
    padding: 8px 10px 8px 8px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 22px
}

.host-banner-area .banner-content .banner-top ul li {
    list-style-type: none;
    display: inline-block;
    color: #fa4312;
    font-size: 15px
}

.host-banner-area .banner-content .banner-top ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fc8160;
    background-color: #fed9d0;
    margin-right: 5px
}

.host-banner-area .banner-content .banner-top ul li:last-child {
    color: #4e5378
}

.host-banner-area .banner-content h1 {
    font-weight: 500;
    font-size: 50px;
    color: #08104d;
    margin-bottom: 30px
}

.host-banner-area .banner-content h1 span {
    border-bottom: 3px solid #08104d
}

.host-banner-area .banner-content p {
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px
}

.host-banner-area .banner-content p:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 45px;
    left: 0;
    top: 6px;
    background-color: #f42e14
}

.host-banner-area .banner-content .banner-form {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 #dddddd7a;
    box-shadow: 0 0 25px 0 #dddddd7a;
    padding-right: 170px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 35px
}

.host-banner-area .banner-content .banner-form .form-group {
    margin-bottom: 0
}

.host-banner-area .banner-content .banner-form .form-group .form-control {
    font-size: 15px;
    height: 55px;
    border: none;
    border-radius: 0;
    padding-left: 25px;
    border-radius: 5px 0 0 5px
}

.host-banner-area .banner-content .banner-form .form-group .form-control:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.host-banner-area .banner-content .banner-form .form-group ::-webkit-input-placeholder {
    color: #9a9a9a
}

.host-banner-area .banner-content .banner-form .form-group :-ms-input-placeholder {
    color: #9a9a9a
}

.host-banner-area .banner-content .banner-form .form-group ::-ms-input-placeholder {
    color: #9a9a9a
}

.host-banner-area .banner-content .banner-form .form-group ::placeholder {
    color: #9a9a9a
}

.host-banner-area .banner-content .banner-form .form-group .nice-select {
    color: #9a9a9a;
    height: 55px;
    line-height: 55px;
    border-radius: inherit;
    border: 0;
    width: 100%;
    display: block
}

.host-banner-area .banner-content .banner-form .form-group .nice-select.open .list {
    width: 100%;
    display: block
}

.host-banner-area .banner-content .host-form-btn {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f42e14;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 15px 14px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 0 5px 5px 0;
    max-width: 170px
}

.host-banner-area .banner-content .host-form-btn i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px
}

.host-banner-area .banner-content .host-form-btn:hover {
    color: #fff;
    background-color: #08104d
}

.host-banner-area .banner-content .banner-bottom ul {
    margin: 0;
    padding: 0
}

.host-banner-area .banner-content .banner-bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px
}

.host-banner-area .banner-content .banner-bottom ul li:last-child {
    margin-right: 0
}

.host-banner-area .banner-content .banner-bottom ul li a {
    display: block;
    font-size: 14px;
    color: #777
}

.host-banner-area .banner-content .banner-bottom ul li a:hover {
    color: #f42e14
}

.host-banner-area .banner-content .banner-social {
    position: absolute;
    bottom: 80px
}

.host-banner-area .banner-content .banner-social ul {
    margin: 0;
    padding: 0
}

.host-banner-area .banner-content .banner-social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 25px
}

.host-banner-area .banner-content .banner-social ul li:nth-child(2) a {
    color: #00acee
}

.host-banner-area .banner-content .banner-social ul li:nth-child(3) {
    margin-right: 0
}

.host-banner-area .banner-content .banner-social ul li:nth-child(3) a {
    color: #0e76a8
}

.host-banner-area .banner-content .banner-social ul li a {
    display: block;
    color: #3b5998;
    font-size: 15px;
    font-weight: 500
}

.host-banner-area .banner-content .banner-social ul li a:hover {
    letter-spacing: 1px
}

.host-banner-area .banner-content .banner-social ul li a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px
}

.host-banner-area .banner-content .banner-video {
    position: absolute;
    left: -35px;
    top: 400px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.host-banner-area .banner-content .banner-video a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #f42e14;
    box-shadow: 0 0 20px 0 #f42e14;
    background-color: #f42e14;
    position: relative;
    top: 10px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.host-banner-area .banner-content .banner-video a:hover {
    background-color: #08104d
}

.host-banner-area .banner-content .banner-video span {
    color: #4e5378;
    font-size: 15px;
    border: 1px solid #f42e14;
    padding: 8px 18px 8px 30px;
    border-radius: 30px;
    display: inline-block
}

@-webkit-keyframes host-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    80% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes host-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    80% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes host-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    80% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes host-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    80% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes host-ani-three {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    80% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes host-ani-three {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    80% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes host-ani-four {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

@keyframes host-ani-four {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

@-webkit-keyframes host-ani-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    80% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes host-ani-five {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    80% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes host-ani-six {
    0% {
        opacity: 1
    }
    20% {
        opacity: .5
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: .5
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: .5
    }
}

@keyframes host-ani-six {
    0% {
        opacity: 1
    }
    20% {
        opacity: .5
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: .5
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: .5
    }
}

.host-feature-area {
    background-color: #fff8f6
}

.host-feature-area .feature-item {
    text-align: center
}

.host-feature-area .feature-item:hover i {
    -webkit-box-shadow: 0 0 20px 0 #f42e14ad;
    box-shadow: 0 0 20px 0 #f42e14ad;
    background-color: #f42e14;
    color: #fff
}

.host-feature-area .feature-item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 35px;
    color: #4e4e4e;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 #dddddda3;
    box-shadow: 0 0 25px 0 #dddddda3;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.host-feature-area .feature-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #262424;
    margin-bottom: 11px
}

.host-feature-area .feature-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: #666
}

.host-feature-area .col-lg-3 {
    border-right: 1px solid #cdcdcd
}

.host-feature-area .col-lg-3:last-child {
    border-right: 0
}

.host-offer-area .host-section-title {
    margin-bottom: 40px;
    text-align: center
}

.host-offer-area .host-section-title h2 {
    font-weight: 500;
    font-size: 30px;
    color: #262424;
    margin-bottom: 0;
    max-width: 515px;
    margin-left: auto;
    margin-right: auto
}

.host-offer-area .host-section-title h2 span {
    border-bottom: 2px solid #262424
}

.host-offer-area .soft-offer-slider .owl-prev:hover {
    color: #f42e14 !important
}

.host-offer-area .soft-offer-slider .owl-next:hover {
    color: #f42e14 !important
}

.host-section-title {
    margin-bottom: 40px
}

.host-section-title i {
    width: 60px;
    height: 60px;
    line-height: 48px;
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 7px solid #ffffffe0;
    background-color: #f42e14;
    -webkit-box-shadow: 0 0 20px 0 #f42e14b8;
    box-shadow: 0 0 20px 0 #f42e14b8;
    margin-bottom: 15px
}

.host-section-title h2 {
    font-weight: 500;
    font-size: 45px;
    color: #08104d;
    margin-bottom: 0
}

.host-section-title h2 span {
    border-bottom: 2px solid #08104d
}

.host-solution-area {
    position: relative
}

.host-solution-area .solution-shape img {
    position: absolute
}

.host-solution-area .solution-shape img:nth-child(1) {
    top: 0;
    right: 0
}

.host-solution-area .solution-shape img:nth-child(2) {
    top: 25%;
    right: 35px;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.host-solution-area .solution-shape img:nth-child(3) {
    bottom: 5%;
    right: 115px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.host-solution-area .host-section-title {
    margin-bottom: 25px
}

.host-solution-area .solution-item {
    margin-bottom: 30px
}

.host-solution-area .solution-item p {
    margin-bottom: 15px
}

.host-solution-area .solution-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.host-solution-area .solution-item ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #08104d;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.host-solution-area .solution-item ul li:hover {
    margin-left: 8px;
    color: #f42e14
}

.host-solution-area .solution-item ul li:last-child {
    margin-bottom: 0
}

.host-solution-area .solution-item ul li i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 3px;
    display: inline-block
}

.host-solution-area .solution-item a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #f42e14;
    border-radius: 5px;
    color: #f42e14;
    padding: 13px 20px 14px 22px;
    background-color: #fff3f1
}

.host-solution-area .solution-item a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px
}

.host-solution-area .solution-item a:hover {
    color: #fff;
    background-color: #f42e14
}

@-webkit-keyframes host-ani-seven {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    50% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes host-ani-seven {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    50% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.host-quick-area {
    background-color: #fbfbfb;
    position: relative;
    overflow: hidden
}

.host-quick-area .quick-shape img {
    position: absolute
}

.host-quick-area .quick-shape img:nth-child(1) {
    top: 0;
    right: -55px;
    max-width: 200px;
    -webkit-animation: host-ani-eight 15s infinite linear;
    animation: host-ani-eight 15s infinite linear
}

.host-quick-area .quick-shape img:nth-child(2) {
    top: 135px;
    right: 25%;
    -webkit-animation: host-ani-three 8s infinite linear;
    animation: host-ani-three 8s infinite linear
}

.host-quick-area .quick-shape img:nth-child(3) {
    bottom: 10%;
    right: 70px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.host-quick-area .quick-shape img:nth-child(4) {
    top: 90px;
    left: 40px;
    -webkit-animation: host-ani-four 12s infinite linear;
    animation: host-ani-four 12s infinite linear
}

.host-quick-area .host-section-title {
    max-width: 720px;
    margin-left: 0
}

.host-quick-area .host-section-title i {
    background-color: unset;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    -webkit-box-shadow: 0 0 20px 0 #e7f7ed;
    box-shadow: 0 0 20px 0 #e7f7ed
}

.host-quick-area .quick-item {
    margin-bottom: 30px;
    padding: 35px 20px;
    text-align: center;
    background-color: #fff;
    border: 1px dashed #f42e14;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 20px 0 #dddddd94;
    box-shadow: 0 0 20px 0 #dddddd94
}

.host-quick-area .quick-item:hover {
    background-color: #fff3f1;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.host-quick-area .quick-item:hover h3 {
    color: #f42e14
}

.host-quick-area .quick-item:hover p {
    color: #f42e14
}

.host-quick-area .quick-item .quick-icon {
    position: relative
}

.host-quick-area .quick-item .quick-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin-left: auto;
    margin-right: auto
}

.host-quick-area .quick-item .quick-icon i {
    display: inline-block;
    color: #08104d;
    font-size: 50px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative
}

.host-quick-area .quick-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 6px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.host-quick-area .quick-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: #08104d;
    -webkit-transition: all .5s;
    transition: all .5s
}

@-webkit-keyframes host-ani-eight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes host-ani-eight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.host-check-area {
    position: relative
}

.host-check-area .check-img img:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 90px;
    max-width: 670px
}

.host-check-area .check-img img:nth-child(2) {
    position: absolute;
    right: 514px;
    bottom: 160px
}

.host-check-area .check-shape img {
    position: absolute
}

.host-check-area .check-shape img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: -1
}

.host-check-area .check-shape img:nth-child(2) {
    bottom: 125px;
    left: 145px;
    -webkit-animation: host-ani-two 12s infinite linear;
    animation: host-ani-two 12s infinite linear
}

.host-check-area .check-shape img:nth-child(3) {
    top: 235px;
    left: 85px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.host-check-area .check-content {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 645px;
    margin-left: 0
}

.host-check-area .check-content .host-section-title {
    margin-bottom: 30px
}

.host-check-area .check-content .host-section-title i {
    background-color: #8058e6;
    -webkit-box-shadow: 0 0 20px 0 #ede8fb;
    box-shadow: 0 0 20px 0 #ede8fb
}

.host-check-area .check-content p {
    margin-bottom: 30px
}

.host-check-area .check-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px
}

.host-check-area .check-content ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-right: 35px
}

.host-check-area .check-content ul li:last-child {
    margin-right: 0
}

.host-check-area .check-content ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 55px;
    top: 2px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #f42e14;
    background-color: #fff3f1
}

.host-check-area .check-content ul li span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #f42e14;
    margin-bottom: 8px
}

.host-check-area .check-content ul li p {
    margin-bottom: 0;
    font-weight: 500;
    color: #262424;
    font-size: 20px
}

.host-check-area .check-content a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #f42e14;
    border-radius: 5px;
    color: #f42e14;
    padding: 13px 20px 14px 22px;
    background-color: #fff3f1
}

.host-check-area .check-content a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px
}

.host-check-area .check-content a:hover {
    color: #fff;
    background-color: #f42e14
}

.host-care-area {
    position: relative
}

.host-care-area .care-shape img {
    position: absolute
}

.host-care-area .care-shape img:nth-child(1) {
    top: 245px;
    left: 70px;
    z-index: 1;
    -webkit-animation: host-ani-nine 20s infinite linear;
    animation: host-ani-nine 20s infinite linear
}

.host-care-area .care-shape img:nth-child(2) {
    top: 295px;
    right: 70px;
    z-index: -1;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.host-care-area .host-section-title {
    text-align: center
}

.host-care-area .host-section-title i {
    background-color: unset;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    -webkit-box-shadow: 0 0 20px 0 #e7f7ed;
    box-shadow: 0 0 20px 0 #e7f7ed
}

.host-care-area .host-section-title h2 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto
}

.host-care-area .care-item {
    margin-bottom: 30px;
    position: relative;
    padding: 30px 15px 30px 30px;
    border: 1px solid #dddddd80;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.host-care-area .care-item:hover {
    -webkit-box-shadow: 0 0 32px 0 #ddddddb5;
    box-shadow: 0 0 32px 0 #ddddddb5;
    border: 1px solid transparent
}

.host-care-area .care-item i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff3f1;
    color: #f42e14;
    border: 1px solid #f42e14;
    position: absolute;
    top: 40px;
    left: 30px
}

.host-care-area .care-item .care-inner {
    padding-left: 70px
}

.host-care-area .care-item .care-inner h3 {
    font-weight: 600;
    font-size: 19px;
    color: #08104d;
    font-family: poppins, sans-serif;
    margin-bottom: 12px
}

.host-care-area .care-item .care-inner p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px
}

.host-care-area .care-two i {
    color: #48d488;
    border: 1px solid #48d488;
    background-color: #e1ffed
}

.host-care-area .care-three i {
    color: #9838ff;
    border: 1px solid #9838ff;
    background-color: #f3e7ff
}

.host-care-area .care-four i {
    color: #4ebb73;
    border: 1px solid #4ebb73;
    background-color: #e1ffed
}

.host-care-area .care-five i {
    color: #7857a5;
    border: 1px solid #7857a5;
    background-color: #f3e7ff
}

.host-care-area .care-six i {
    color: #ee3323;
    border: 1px solid #ee3323;
    background-color: #fff3f1
}

@-webkit-keyframes host-ani-nine {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, 250px);
        transform: translate(0, 250px)
    }
    80% {
        -webkit-transform: translate(250px, 0);
        transform: translate(250px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes host-ani-nine {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, 250px);
        transform: translate(0, 250px)
    }
    80% {
        -webkit-transform: translate(250px, 0);
        transform: translate(250px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.host-pricing-area {
    background-color: #f8f8f8;
    padding-bottom: 90px;
    position: relative
}

.host-pricing-area .pricing-shape img {
    position: absolute
}

.host-pricing-area .pricing-shape img:nth-child(1) {
    top: 50px;
    left: 0
}

.host-pricing-area .pricing-shape img:nth-child(2) {
    bottom: 50px;
    right: 0
}

.host-pricing-area .host-section-title {
    text-align: center
}

.host-pricing-area .pricing-wrap {
    background-color: #fff;
    position: relative
}

.host-pricing-area .pricing-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #08104d
}

.host-pricing-area .pricing-wrap:hover .pricing-item {
    margin-left: 0;
    margin-right: 0;
    top: 0
}

.host-pricing-area .pricing-wrap .pricing-item {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#f94512), color-stop(35%, #f61c15));
    background: linear-gradient(180deg, #f94512 0%, #f61c15 35%);
    padding: 30px 0 35px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 60px;
    -webkit-box-shadow: 0 0 20px 0 #f42e1473;
    box-shadow: 0 0 20px 0 #f42e1473;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 80px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-top {
    margin-top: -60px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-top i {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 70px;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    border: 12px solid #ffe8e8;
    -webkit-box-shadow: 0 0 20px 0 #f42e1473;
    box-shadow: 0 0 20px 0 #f42e1473
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-top span {
    margin-top: 18px;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #ffffff5c
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-middle {
    border-bottom: 1px solid #ce160b;
    padding-left: 30px;
    padding-right: 30px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-middle h3 {
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-middle h3 span {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: -11px;
    right: 6px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-middle p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff4f0;
    padding-bottom: 12px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul {
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 15px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li:last-child {
    margin-bottom: 0
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end ul li i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 4px
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end a {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #fd594f;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 13px 18px;
    margin-top: 25px;
    display: inline-block
}

.host-pricing-area .pricing-wrap .pricing-item .pricing-end a:hover {
    color: #f42e14;
    background-color: #fff
}

.host-pricing-area .pricing-wrap-two .pricing-item {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    -webkit-box-shadow: 0 0 20px 0 #4add6366;
    box-shadow: 0 0 20px 0 #4add6366
}

.host-pricing-area .pricing-wrap-two .pricing-item .pricing-top i {
    border: 12px solid #e1ffdc;
    -webkit-box-shadow: 0 0 20px 0 #4add6366;
    box-shadow: 0 0 20px 0 #4add6366
}

.host-pricing-area .pricing-wrap-two .pricing-item .pricing-middle {
    border-bottom: 1px solid #50a56a
}

.host-pricing-area .pricing-wrap-two .pricing-item .pricing-end a {
    background-color: #5cefaa
}

.host-pricing-area .pricing-wrap-two .pricing-item .pricing-end a:hover {
    background-color: #fff;
    color: #47d28d
}

.host-pricing-area .pricing-wrap-three .pricing-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#7c5cd0), color-stop(35%, #8454fe));
    background: linear-gradient(180deg, #7c5cd0 0%, #8454fe 35%);
    -webkit-box-shadow: 0 0 20px 0 #7c5ccf82;
    box-shadow: 0 0 20px 0 #7c5ccf82
}

.host-pricing-area .pricing-wrap-three .pricing-item .pricing-top i {
    border: 12px solid #eceeff;
    -webkit-box-shadow: 0 0 20px 0 #7c5ccf82;
    box-shadow: 0 0 20px 0 #7c5ccf82
}

.host-pricing-area .pricing-wrap-three .pricing-item .pricing-middle {
    border-bottom: 1px solid #5d39b9
}

.host-pricing-area .pricing-wrap-three .pricing-item .pricing-end a {
    background-color: #9d7bf6
}

.host-pricing-area .pricing-wrap-three .pricing-item .pricing-end a:hover {
    background-color: #fff;
    color: #8454ff
}

.host-domain-area {
    position: relative
}

.host-domain-area .domain-shape img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    margin-left: auto;
    margin-right: auto
}

.host-domain-area .host-section-title {
    text-align: center
}

.host-domain-area .host-section-title i {
    background-color: unset;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4ade62), color-stop(69%, #47d291));
    background: linear-gradient(180deg, #4ade62 10%, #47d291 69%);
    -webkit-box-shadow: 0 0 20px 0 #e7f7ed;
    box-shadow: 0 0 20px 0 #e7f7ed
}

.host-domain-area .host-section-title h2 {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto
}

.host-domain-area .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.host-domain-area .col-lg-3 .domain-item {
    text-align: center;
    margin-bottom: 30px
}

.host-domain-area .col-lg-3 .domain-item span {
    display: block;
    height: 70px;
    width: 75px;
    line-height: 71px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #08104d;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.host-domain-area .col-lg-3 .domain-two {
    margin-top: 35px
}

.host-domain-area .col-lg-3 .domain-two span {
    color: #48d680
}

.host-domain-area .col-lg-3 .domain-three span {
    color: #f83213
}

.host-domain-area .col-lg-3 .domain-four {
    margin-top: 35px
}

.host-domain-area .col-lg-3 .domain-four span {
    color: #8157eb
}

.host-domain-area .col-lg-3 .domain-five span {
    color: #08104d
}

.host-domain-area .col-lg-3 .domain-six {
    margin-top: 35px
}

.host-domain-area .col-lg-3 .domain-six span {
    color: #f83213
}

.host-domain-area .col-lg-3 .domain-seven span {
    color: #8157eb
}

.host-domain-area .col-lg-3 .domain-eight {
    margin-top: 35px
}

.host-domain-area .col-lg-3 .domain-eight span {
    color: #08104d
}

.host-domain-area .domain-check {
    text-align: center;
    margin-top: 20px
}

.host-domain-area .domain-check a {
    display: inline-block;
    color: #262424;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #262424
}

.host-domain-area .domain-check a:hover {
    color: #f42e14;
    border-bottom: 1px solid #f42e14
}

.host-domain-area .domain-check i {
    display: inline-block;
    color: #262424;
    font-size: 26px;
    position: relative;
    top: 6px;
    right: -5px
}

.host-people-area {
    background-color: #08104d;
    position: relative;
    z-index: 1
}

.host-people-area .people-shape img {
    position: absolute
}

.host-people-area .people-shape img:nth-child(1) {
    top: 0;
    right: 0;
    z-index: -1
}

.host-people-area .people-shape img:nth-child(2) {
    top: 38%;
    right: 120px;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.host-people-area .people-shape img:nth-child(3) {
    bottom: 10%;
    right: 120px;
    -webkit-animation: host-ani-ten 20s infinite linear;
    animation: host-ani-ten 20s infinite linear
}

.host-people-area .host-section-title {
    text-align: center
}

.host-people-area .host-section-title h2 {
    color: #fff
}

.host-people-area .host-section-title h2 span {
    border-bottom: 2px solid #fff
}

.host-people-area .people-item {
    background-color: #2332a3;
    padding: 35px;
    margin-top: 20px
}

.host-people-area .people-item .people-inner {
    position: relative;
    margin-top: -55px;
    padding-left: 105px;
    padding-top: 30px;
    margin-bottom: 35px
}

.host-people-area .people-item .people-inner img {
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0
}

.host-people-area .people-item .people-inner h3 {
    font-weight: 500;
    font-size: 15px;
    font-family: poppins, sans-serif;
    color: #fff;
    margin-bottom: 5px
}

.host-people-area .people-item .people-inner span {
    margin-bottom: 0;
    font-size: 12px;
    color: #bbc3ff;
    display: block
}

.host-people-area .people-item p {
    margin-bottom: 0;
    color: #c8ceff;
    font-size: 14px
}

.host-people-area .host-people-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    font-size: 22px !important;
    background-color: #1b256d !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: -75px;
    right: 0;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.host-people-area .host-people-slider .owl-prev:hover {
    color: #1b256d !important;
    background-color: #fff !important
}

.host-people-area .host-people-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    font-size: 22px !important;
    background-color: #1b256d !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: 0;
    right: -78px;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.host-people-area .host-people-slider .owl-next:hover {
    color: #1b256d !important;
    background-color: #fff !important
}

.host-people-area .slider-counter {
    text-align: center;
    margin-top: 45px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 80px
}

.host-people-area .payment-area {
    text-align: center;
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px
}

.host-people-area .payment-area h3 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px
}

.host-people-area .payment-area h3 span {
    border-bottom: 2px solid #fff
}

.host-people-area .payment-area p {
    margin-bottom: 0;
    color: #bcc4ff;
    font-size: 15px;
    margin-bottom: 25px
}

.host-people-area .payment-area ul {
    margin: 0;
    padding: 0
}

.host-people-area .payment-area ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.host-people-area .payment-area ul li a {
    display: block
}

.host-people-area .people-img {
    margin-bottom: 30px
}

.host-people-area .people-faq {
    margin-bottom: 30px
}

.host-people-area .people-faq .accordion {
    padding-left: 0;
    margin-bottom: 0
}

.host-people-area .people-faq .accordion a {
    width: 100%;
    font-weight: 500;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-left: 25px
}

.host-people-area .people-faq .accordion a:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    left: 0;
    top: 10px;
    background-color: #fff
}

.host-people-area .people-faq .accordion p {
    display: none;
    margin-bottom: 0;
    color: #bcc4ff;
    font-size: 14px;
    padding: 15px 100px 5px 25px
}

.host-people-area .people-faq .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px
}

.host-people-area .people-faq .accordion li:last-child {
    margin-bottom: 0
}

@-webkit-keyframes host-ani-ten {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(-350px, 0);
        transform: translate(-350px, 0)
    }
    80% {
        -webkit-transform: translate(0, 130px);
        transform: translate(0, 130px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes host-ani-ten {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(-350px, 0);
        transform: translate(-350px, 0)
    }
    80% {
        -webkit-transform: translate(0, 130px);
        transform: translate(0, 130px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.host-blog-area {
    position: relative
}

.host-blog-area .blog-shape img {
    position: absolute
}

.host-blog-area .blog-shape img:nth-child(1) {
    top: 0;
    right: 0;
    z-index: -1
}

.host-blog-area .blog-shape img:nth-child(2) {
    top: 25%;
    right: 35px;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.host-blog-area .blog-shape img:nth-child(3) {
    bottom: 5%;
    right: 115px;
    -webkit-box-shadow: 0 0 30px 2px #ddd;
    box-shadow: 0 0 30px 2px #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.host-blog-area .host-section-title {
    text-align: center
}

.host-blog-area .host-section-title i {
    background-color: #8058e6;
    -webkit-box-shadow: 0 0 20px 0 #ede8fb;
    box-shadow: 0 0 20px 0 #ede8fb
}

.host-blog-area .blog-item {
    padding: 35px 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd91;
    box-shadow: 0 0 20px 0 #dddddd91;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff
}

.host-blog-area .blog-item:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.host-blog-area .blog-item:hover:before {
    bottom: -15px
}

.host-blog-area .blog-item .blog-top span {
    display: inline-block;
    color: #8152f9;
    font-size: 13px;
    padding: 8px 10px;
    background-color: #e6dcfe;
    margin-bottom: 18px
}

.host-blog-area .blog-item .blog-top p {
    margin-bottom: 12px;
    font-size: 13px;
    color: #525252
}

.host-blog-area .blog-item .blog-top h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 20px
}

.host-blog-area .blog-item .blog-top h3 a {
    display: block;
    color: #262424
}

.host-blog-area .blog-item .blog-top h3 a:hover {
    color: #f42e14
}

.host-blog-area .blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    padding-top: 10px
}

.host-blog-area .blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    color: #525252
}

.host-blog-area .blog-item .blog-bottom ul li img {
    margin-right: 8px
}

.host-blog-area .blog-item .blog-bottom ul li a {
    color: #525252;
    border-bottom: 1px solid #525252
}

.host-contact-form-area {
    padding-bottom: 95px
}

.host-contact-form-area .host-section-title {
    text-align: center
}

.host-contact-form-area .soft-contact-btn {
    font-size: 15px
}

.host-contact-form-area .soft-contact-btn:hover {
    background-color: #f42e14
}

.host-subscribe-area .subscribe-wrap {
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 5px;
    position: relative;
    background-color: #fff
}

.host-subscribe-area .subscribe-wrap img {
    position: absolute
}

.host-subscribe-area .subscribe-wrap img:nth-child(1) {
    top: 0;
    left: 0
}

.host-subscribe-area .subscribe-wrap img:nth-child(2) {
    left: -24px;
    bottom: -24px;
    max-width: 110px
}

.host-subscribe-area .subscribe-wrap .subscribe-item {
    margin-bottom: 30px
}

.host-subscribe-area .subscribe-wrap .subscribe-item h2 {
    font-weight: 600;
    font-size: 35px;
    color: #08104d
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form {
    position: relative
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .form-control {
    height: 55px;
    border-radius: 0;
    border: 0;
    background-color: #fff3f1;
    padding-left: 20px;
    font-size: 14px
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form ::-webkit-input-placeholder {
    color: #888
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form :-ms-input-placeholder {
    color: #888
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form ::-ms-input-placeholder {
    color: #888
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form ::placeholder {
    color: #888
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 15px 25px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f42e14;
    opacity: 1
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn i {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 2px
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .newsletter-btn:hover {
    background-color: #08104d
}

.host-subscribe-area .subscribe-wrap .subscribe-item .newsletter-form .validation-danger {
    margin-top: 10px;
    color: #dc3545
}

.host-footer-area .footer-item {
    margin-bottom: 30px
}

.host-footer-area .footer-item .footer-account h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 35px
}

.host-footer-area .footer-item .footer-account ul {
    margin: 0;
    padding: 0
}

.host-footer-area .footer-item .footer-account ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px
}

.host-footer-area .footer-item .footer-account ul li:last-child {
    margin-bottom: 0
}

.host-footer-area .footer-item .footer-account ul li a {
    display: block;
    font-size: 16px;
    color: #08104d
}

.host-footer-area .footer-item .footer-account ul li a:hover {
    padding-left: 10px
}

.host-footer-area .footer-item .footer-address h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 35px
}

.host-footer-area .footer-item .footer-address ul {
    margin: 0;
    padding: 0
}

.host-footer-area .footer-item .footer-address ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px
}

.host-footer-area .footer-item .footer-address ul li:last-child {
    margin-bottom: 0
}

.host-footer-area .footer-item .footer-address ul li span {
    display: inline-block;
    font-size: 16px;
    color: #08104d
}

.host-footer-area .footer-item .footer-address ul li a {
    font-size: 16px;
    color: #08104d;
    display: inline-block
}

.host-footer-area .footer-item .footer-address ul li a:hover {
    padding-left: 10px
}

.host-footer-area .footer-item .footer-address ul li i {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 5px;
    color: #f42e14;
    font-size: 20px
}

.host-copyright-area {
    position: relative
}

.host-copyright-area .footer-shape img {
    position: absolute
}

.host-copyright-area .footer-shape img:nth-child(1) {
    left: 0;
    bottom: 0;
    z-index: -1
}

.host-copyright-area .footer-shape img:nth-child(2) {
    left: 0;
    bottom: 0;
    z-index: -2
}

.host-copyright-area .align-items-center {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px
}

.host-copyright-area .copyright-item a {
    display: block
}

.host-copyright-area .copyright-item p {
    color: #5d617a;
    font-size: 14px;
    margin-bottom: 0;
    text-align: right
}

.host-copyright-area .copyright-item p a {
    display: inline-block;
    color: #5d617a
}

.host-copyright-area .copyright-item p a:hover {
    color: #f42e14
}

.navbar-light-four .host-nav-wrap .purchase-btn a {
    background-color: #f42e14
}

.navbar-light-four .host-nav-wrap .purchase-btn a:hover {
    background-color: #11a527
}

.ride-banner-area {
    text-align: center;
    background-color: #fffdfc;
    position: relative
}

.ride-banner-area .banner-img img {
    margin-top: 100px
}

.ride-banner-area .banner-item {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0
}

.ride-banner-area .banner-item .banner-video a {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 103px;
    border-radius: 50%;
    background-color: #f42e14;
    font-size: 49px;
    color: #fff;
    margin-bottom: 15px
}

.ride-banner-area .banner-item .banner-video a:hover {
    background-color: #bc200c
}

.ride-banner-area .banner-item h1 {
    font-weight: 600;
    font-size: 60px;
    color: #1a1a1a;
    margin-bottom: 28px
}

.ride-banner-area .banner-item h1 span {
    color: #11a527
}

.ride-banner-area .banner-item form .form-control {
    display: inline-block;
    max-width: 250px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #11a527;
    padding-left: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 #dddddd75;
    box-shadow: 0 0 40px 0 #dddddd75
}

.ride-banner-area .banner-item form .form-control:focus {
    -webkit-box-shadow: 0 0 40px 0 #dddddd75;
    box-shadow: 0 0 40px 0 #dddddd75;
    border: 1px solid #11a527
}

.ride-banner-area .banner-item form ::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a
}

.ride-banner-area .banner-item form :-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a
}

.ride-banner-area .banner-item form ::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a
}

.ride-banner-area .banner-item form ::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a
}

.ride-banner-area .banner-item form .banner-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 18px 22px;
    margin-left: 5px;
    -webkit-box-shadow: 0 0 40px 0 #dddddd75;
    box-shadow: 0 0 40px 0 #dddddd75;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    text-transform: uppercase
}

.ride-banner-area .banner-item form .banner-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, right top, from(#0ba324), color-stop(62%, #7cd160));
    background: linear-gradient(90deg, #0ba324 0%, #7cd160 62%)
}

.ride-banner-area .banner-item form .banner-btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#1a1a1a), color-stop(62%, #1a1a1a));
    background: linear-gradient(270deg, #1a1a1a 0%, #1a1a1a 62%)
}

.ride-banner-area .banner-item form .banner-btn i {
    position: relative;
    top: 2px;
    font-size: 18px;
    display: inline-block
}

.ride-banner-area .banner-item form .banner-btn:hover {
    color: #fff;
    border: 1px solid #1a1a1a
}

.ride-banner-area .banner-item form .banner-btn:hover:before {
    width: 0
}

.ride-banner-area .banner-item form .banner-btn:hover:after {
    width: 100%;
    opacity: 1
}

.ride-feature-area {
    padding-top: 70px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    position: relative;
    text-align: center;
    background-color: #fff
}

.ride-feature-area .feature-shape img {
    position: absolute
}

.ride-feature-area .feature-shape img:nth-child(1) {
    top: 60px;
    left: 0;
    z-index: -1
}

.ride-feature-area .feature-shape img:nth-child(2) {
    top: 75px;
    right: 0;
    z-index: -1
}

.ride-feature-area .col-lg-2 .feature-item {
    margin-bottom: 30px
}

.ride-feature-area .col-lg-2 .feature-item .feature-icon {
    position: relative;
    left: 8px;
    top: 8px;
    display: inline-block
}

.ride-feature-area .col-lg-2 .feature-item .feature-icon:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 65px;
    left: -8px;
    top: -8px;
    border-radius: 3px;
    background-color: #d1e5f4
}

.ride-feature-area .col-lg-2 .feature-item .feature-icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 3px;
    color: #403e3e;
    text-align: center;
    font-size: 35px;
    position: relative;
    z-index: 1
}

.ride-feature-area .col-lg-2 .feature-item span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #613131;
    max-width: 125px;
    position: relative;
    top: 10px;
    left: 15px;
    text-align: left
}

.ride-section-title {
    text-align: center;
    margin-bottom: 50px
}

.ride-section-title .sub-title {
    font-weight: 500;
    font-size: 13px;
    color: #fa4a16;
    padding: 12px 22px;
    border-radius: 30px;
    background-color: #fddad0;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px
}

.ride-section-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 45px;
    color: #1a1a1a;
    max-width: 525px;
    margin-left: auto;
    margin-right: auto
}

.ride-section-title h2 span {
    color: #fa4915
}

.ride-service-area {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden
}

.ride-service-area .service-shape img {
    position: absolute
}

.ride-service-area .service-shape img:nth-child(1) {
    top: 100px;
    left: -95px;
    z-index: -1;
    -webkit-animation: host-ani-eight 15s infinite linear;
    animation: host-ani-eight 15s infinite linear
}

.ride-service-area .service-shape img:nth-child(2) {
    right: 200px;
    top: 180px;
    z-index: -1;
    -webkit-animation: ride-ani-two 35s infinite linear;
    animation: ride-ani-two 35s infinite linear
}

.ride-service-area .service-shape img:nth-child(3) {
    right: 70px;
    top: 20%;
    z-index: -1;
    -webkit-animation: ride-ani-one 12s infinite linear;
    animation: ride-ani-one 12s infinite linear
}

.ride-service-area .service-shape img:nth-child(4) {
    right: 70px;
    bottom: 100px;
    z-index: -1;
    -webkit-animation: ride-ani-three 15s infinite linear;
    animation: ride-ani-three 15s infinite linear
}

.ride-service-area .service-item {
    margin-bottom: 50px
}

.ride-service-area .service-item .service-top span {
    display: inline-block;
    font-weight: 600;
    font-size: 35px;
    color: #8058e6;
    margin-bottom: 5px
}

.ride-service-area .service-item .service-top h2 {
    font-weight: 600;
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 10px
}

.ride-service-area .service-item .service-top p {
    margin-bottom: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9
}

.ride-service-area .service-item .service-bottom {
    padding-top: 25px;
    position: relative
}

.ride-service-area .service-item .service-bottom i {
    display: inline-block;
    height: 60px;
    width: 70px;
    line-height: 65px;
    border-radius: 3px;
    color: #37b34b;
    background-color: #dbf1df;
    font-size: 35px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0
}

.ride-service-area .service-item .service-bottom p {
    margin-bottom: 0;
    color: #606060;
    padding-left: 90px;
    position: relative;
    top: 3px
}

.ride-service-area .service-item .service-bottom p a {
    display: inline-block;
    color: #fa4915;
    border-bottom: 1px solid #fa4915
}

.ride-service-area .service-item .service-bottom p a:hover {
    color: #606060;
    border-bottom: 1px solid #606060
}

.ride-service-area .service-wrap-two .service-item .service-top span {
    color: #fb5924
}

.ride-service-area .service-wrap-two .service-item .service-bottom i {
    color: #8152f8;
    background-color: #e6dcfe
}

.ride-service-area .service-wrap-three .service-item .service-top span {
    color: #2fb237
}

.ride-service-area .service-wrap-three .service-item .service-bottom i {
    color: #fc6a37;
    background-color: #fee0d5
}

@-webkit-keyframes ride-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    80% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ride-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    80% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ride-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    20% {
        -webkit-transform: translate(-400px, 0);
        transform: translate(-400px, 0)
    }
    40% {
        -webkit-transform: translate(0, 200px);
        transform: translate(0, 200px)
    }
    60% {
        -webkit-transform: translate(0, 500px);
        transform: translate(0, 500px)
    }
    80% {
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ride-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    20% {
        -webkit-transform: translate(-400px, 0);
        transform: translate(-400px, 0)
    }
    40% {
        -webkit-transform: translate(0, 200px);
        transform: translate(0, 200px)
    }
    60% {
        -webkit-transform: translate(0, 500px);
        transform: translate(0, 500px)
    }
    80% {
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ride-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(-350px, 0);
        transform: translate(-350px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ride-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(-350px, 0);
        transform: translate(-350px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ride-download-area {
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 #dddddda8;
    box-shadow: 0 0 45px 0 #dddddda8;
    position: relative
}

.ride-download-area .download-shape img {
    position: absolute;
    bottom: 50px;
    left: 50px;
    -webkit-animation: ride-ani-four 16s infinite linear;
    animation: ride-ani-four 16s infinite linear
}

.ride-download-area .col-lg-5 {
    padding-right: 0
}

.ride-download-area .download-content {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 745px;
    margin-left: auto;
    position: relative;
    z-index: 1
}

.ride-download-area .download-item .ride-section-title {
    text-align: left;
    margin-bottom: 15px
}

.ride-download-area .download-item .ride-section-title .sub-title {
    color: #0fa426;
    background-color: #cfedd4
}

.ride-download-area .download-item .ride-section-title h2 {
    font-size: 35px;
    max-width: 500px;
    margin-left: 0
}

.ride-download-area .download-item .ride-section-title h2 span {
    color: #0fa426
}

.ride-download-area .download-item p {
    margin-bottom: 25px
}

.ride-download-area .download-item ul {
    margin: 0;
    padding: 0
}

.ride-download-area .download-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.ride-download-area .download-item ul li a {
    display: block
}

.ride-download-area .download-img {
    background-image: url(../img/ride/download5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}

.ride-download-area .download-img img {
    position: absolute
}

.ride-download-area .download-img img:nth-child(1) {
    left: -250px;
    top: 60px
}

.ride-download-area .download-img img:nth-child(2) {
    left: -150px;
    top: -107px
}

@-webkit-keyframes ride-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, -200px);
        transform: translate(0, -200px)
    }
    80% {
        -webkit-transform: translate(200px, 0);
        transform: translate(200px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ride-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    40% {
        -webkit-transform: translate(0, -200px);
        transform: translate(0, -200px)
    }
    80% {
        -webkit-transform: translate(200px, 0);
        transform: translate(200px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ride-process-area {
    position: relative
}

.ride-process-area .process-img img {
    position: absolute;
    left: 52px;
    right: 0;
    bottom: 241px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto
}

.ride-process-area .ride-section-title .sub-title {
    color: #8152f9;
    background-color: #e5dcfd
}

.ride-process-area .ride-section-title h2 span {
    color: #8152f9
}

.ride-process-area .process-item {
    margin-bottom: 30px;
    text-align: center
}

.ride-process-area .process-item:hover .process-icon img {
    -webkit-animation: ride-ani-five 10s infinite linear;
    animation: ride-ani-five 10s infinite linear
}

.ride-process-area .process-item span {
    display: block;
    font-weight: 600;
    font-size: 70px;
    color: #e3e3e3;
    margin-bottom: 15px
}

.ride-process-area .process-item .process-icon {
    position: relative
}

.ride-process-area .process-item .process-icon img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    margin-left: auto;
    margin-right: auto
}

.ride-process-area .process-item .process-icon i {
    width: 160px;
    height: 160px;
    line-height: 135px;
    border-radius: 50%;
    font-size: 60px;
    color: #fff;
    border: 15px solid #ffe3df;
    margin-bottom: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4612), color-stop(54%, #fc6630));
    background: linear-gradient(180deg, #fa4612 0%, #fc6630 54%)
}

.ride-process-area .process-item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 23px;
    color: #262424
}

.ride-process-area .process-two {
    margin-top: 50px
}

.ride-process-area .process-two .process-icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#0ca325), color-stop(60%, #85d464));
    background: linear-gradient(180deg, #0ca325 0%, #85d464 60%);
    border: 15px solid #e9f3eb
}

.ride-process-area .process-three .process-icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#7c5cd0), color-stop(61%, #8454fe));
    background: linear-gradient(180deg, #7c5cd0 0%, #8454fe 61%);
    border: 15px solid #e9e3f9
}

.ride-process-area .process-four {
    margin-top: 50px
}

.ride-process-area .process-four .process-icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe7800), color-stop(47%, #ffb909));
    background: linear-gradient(180deg, #fe7800 0%, #ffb909 47%);
    border: 15px solid #ffe5d5
}

@-webkit-keyframes ride-ani-five {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ride-ani-five {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ride-where-area {
    background-color: #f6f8ff;
    padding-bottom: 500px;
    position: relative
}

.ride-where-area .where-shape img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.ride-where-area .where-item {
    text-align: center
}

.ride-where-area .where-item ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    position: relative
}

.ride-where-area .where-item ul:before {
    position: absolute;
    content: '';
    max-width: 473px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2e2e2
}

.ride-where-area .where-item ul li {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px
}

.ride-where-area .where-item ul li:first-child {
    margin-left: 0
}

.ride-where-area .where-item ul li:last-child {
    margin-right: 0
}

.ride-where-area .where-item ul li .nav-link-default {
    border-radius: 0;
    padding: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent
}

.ride-where-area .where-item ul li .nav-link-default i {
    display: inline-block;
    font-size: 50px;
    color: #4b4b4b
}

.ride-where-area .where-item ul li .nav-link-default span {
    display: inline-block;
    font-size: 14px;
    color: #262424;
    padding-left: 5px;
    position: relative;
    top: -6px
}

.ride-where-area .where-item .nav-pills .nav-link-default.active,
.ride-where-area .where-item .nav-pills .show>.nav-link-default {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #f24411;
    z-index: 2;
    position: relative
}

.ride-where-area .where-item form {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ride-where-area .where-item form .where-form-wrap {
    background-color: #fff;
    margin-right: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 35px 0 #dddddda1;
    box-shadow: 0 0 35px 0 #dddddda1
}

.ride-where-area .where-item form .where-form-wrap .form-group {
    position: relative;
    margin-bottom: 0
}

.ride-where-area .where-item form .where-form-wrap .form-group label {
    position: absolute;
    left: 0;
    top: 9px;
    color: #fb5722;
    font-size: 20px;
    margin-bottom: 0
}

.ride-where-area .where-item form .where-form-wrap .form-group .form-control {
    height: 45px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    padding-left: 30px;
    border-right: 1px solid #e4e4e4
}

.ride-where-area .where-item form .where-form-wrap .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.ride-where-area .where-item form .where-form-wrap .form-group .where-border {
    border-right: 0
}

.ride-where-area .where-item form .where-form-wrap .form-group ::-webkit-input-placeholder {
    color: #9a9a9a
}

.ride-where-area .where-item form .where-form-wrap .form-group :-ms-input-placeholder {
    color: #9a9a9a
}

.ride-where-area .where-item form .where-form-wrap .form-group ::-ms-input-placeholder {
    color: #9a9a9a
}

.ride-where-area .where-item form .where-form-wrap .form-group ::placeholder {
    color: #9a9a9a
}

.ride-where-area .where-item form .text-center {
    position: absolute;
    top: 0;
    right: 0
}

.ride-where-area .where-item form .text-center .where-form-btn {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border: 1px solid #fb5520;
    border-radius: 3px;
    z-index: 1;
    padding: 20px 25px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 20px 0 #fb552059;
    box-shadow: 0 0 20px 0 #fb552059
}

.ride-where-area .where-item form .text-center .where-form-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4612), color-stop(60%, #fc6630));
    background: linear-gradient(180deg, #fa4612 0%, #fc6630 60%)
}

.ride-where-area .where-item form .text-center .where-form-btn:hover {
    color: #fb5520
}

.ride-where-area .where-item form .text-center .where-form-btn:hover:before {
    height: 0
}

.ride-where-area .where-item form .text-center .where-form-btn i {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 2px;
    font-size: 18px
}

.ride-patronize-area .ride-section-title .sub-title {
    color: #0fa426;
    background-color: #cfedd4
}

.ride-patronize-area .ride-section-title h2 span {
    color: #0fa426
}

.ride-patronize-area .patronize-item {
    margin-bottom: 30px;
    text-align: center
}

.ride-patronize-area .patronize-item a {
    display: block;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto
}

.ride-app-area {
    position: relative
}

.ride-app-area .app-shape img {
    position: absolute
}

.ride-app-area .app-shape img:nth-child(1) {
    top: 0;
    right: 80px;
    -webkit-animation: ride-ani-six 12s infinite linear;
    animation: ride-ani-six 12s infinite linear
}

.ride-app-area .app-shape img:nth-child(2) {
    right: 30px;
    bottom: 120px;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.ride-app-area .app-item {
    margin-bottom: 30px
}

.ride-app-area .app-item .ride-section-title {
    text-align: left;
    margin-bottom: 20px
}

.ride-app-area .app-item .ride-section-title .sub-title {
    color: #8152f9;
    background-color: #e6dcfe
}

.ride-app-area .app-item .ride-section-title h2 {
    font-size: 35px;
    margin-left: 0
}

.ride-app-area .app-item .ride-section-title h2 span {
    color: #8152f9
}

.ride-app-area .app-item p {
    margin-bottom: 30px
}

.ride-app-area .app-item a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border: 1px solid #8058e5;
    border-radius: 3px;
    z-index: 1;
    padding: 14px 25px 12px;
    -webkit-box-shadow: 0 0 20px 0 #8058e58c;
    box-shadow: 0 0 20px 0 #8058e58c
}

.ride-app-area .app-item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c5ccf), color-stop(49%, #8354fe));
    background: linear-gradient(180deg, #7c5ccf 0%, #8354fe 49%)
}

.ride-app-area .app-item a:hover {
    color: #8058e5
}

.ride-app-area .app-item a:hover:before {
    height: 0
}

.ride-app-area .app-item a i {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 2px;
    font-size: 18px
}

@-webkit-keyframes ride-ani-six {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ride-ani-six {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ride-pricing-area .pricing-item {
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #dddddd75;
    box-shadow: 0 0 20px 0 #dddddd75;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ride-pricing-area .pricing-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.ride-pricing-area .pricing-item:hover .pricing-top .pricing-head {
    top: 0;
    left: 0
}

.ride-pricing-area .pricing-item .pricing-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#f64e1d), color-stop(49%, #fb6632));
    background: linear-gradient(180deg, #f64e1d 0%, #fb6632 49%);
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 35px 0 #f7602f8c;
    box-shadow: 0 0 35px 0 #f7602f8c
}

.ride-pricing-area .pricing-item .pricing-top .pricing-head {
    display: inline-block;
    color: #1a1a1a;
    font-size: 15px;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    padding: 12px 22px;
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd75;
    box-shadow: 0 0 20px 0 #dddddd75;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ride-pricing-area .pricing-item .pricing-top h3 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    margin-bottom: 5px
}

.ride-pricing-area .pricing-item .pricing-top h3 span {
    font-weight: 500;
    font-size: 25px
}

.ride-pricing-area .pricing-item .pricing-top h3 i {
    display: inline-block;
    font-size: 25px;
    position: relative;
    top: -12px;
    right: 2px
}

.ride-pricing-area .pricing-item .pricing-top p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffe8e1
}

.ride-pricing-area .pricing-item .pricing-bottom {
    padding: 25px 30px 35px
}

.ride-pricing-area .pricing-item .pricing-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.ride-pricing-area .pricing-item .pricing-bottom ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px
}

.ride-pricing-area .pricing-item .pricing-bottom ul li:last-child {
    margin-bottom: 0
}

.ride-pricing-area .pricing-item .pricing-bottom ul li i {
    display: inline-block;
    color: #fc642e;
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.ride-pricing-area .pricing-item .pricing-bottom a {
    color: #fff;
    background-color: #1a1a1a;
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase
}

.ride-pricing-area .pricing-item .pricing-bottom a:hover {
    background-color: #fc642e
}

.ride-pricing-area .pricing-two .pricing-top {
    -webkit-box-shadow: 0 0 35px 0 #7cd05f73;
    box-shadow: 0 0 35px 0 #7cd05f73;
    background: -webkit-gradient(linear, left top, left bottom, from(#0aa224), color-stop(72%, #84d464));
    background: linear-gradient(180deg, #0aa224 0%, #84d464 72%)
}

.ride-pricing-area .pricing-two .pricing-bottom ul li i {
    color: #12a429
}

.ride-pricing-area .pricing-two .pricing-bottom a:hover {
    background-color: #12a429
}

.ride-pricing-area .pricing-three .pricing-top {
    -webkit-box-shadow: 0 0 35px 0 #8057ea94;
    box-shadow: 0 0 35px 0 #8057ea94;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c5bd1), color-stop(72%, #8354fc));
    background: linear-gradient(180deg, #7c5bd1 0%, #8354fc 72%)
}

.ride-pricing-area .pricing-three .pricing-bottom ul li i {
    color: #8058e5
}

.ride-pricing-area .pricing-three .pricing-bottom a:hover {
    background-color: #8058e5
}

.ride-faq-area {
    background-color: #fafafa
}

.ride-faq-area .ride-section-title h2 {
    max-width: 100%
}

.ride-faq-area .ride-section-title .sub-title {
    color: #8152f9;
    background-color: #e5dcfd
}

.ride-faq-area .ride-section-title h2 span {
    color: #8152f9
}

.ride-faq-area .faq-img {
    margin-bottom: 30px
}

.ride-faq-area .faq-item {
    margin-bottom: 30px
}

.ride-faq-area .faq-item .accordion {
    padding-left: 0;
    margin-bottom: 0
}

.ride-faq-area .faq-item .accordion a {
    width: 100%;
    font-weight: 500;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #1a1a1a;
    padding-left: 25px
}

.ride-faq-area .faq-item .accordion a:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    left: 0;
    top: 10px;
    background-color: #1a1a1a
}

.ride-faq-area .faq-item .accordion p {
    display: none;
    margin-bottom: 0;
    color: #777;
    font-size: 14px;
    padding: 15px 100px 5px 25px
}

.ride-faq-area .faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px
}

.ride-faq-area .faq-item .accordion li:last-child {
    margin-bottom: 0
}

.ride-user-area {
    padding-top: 75px
}

.ride-user-area .col-lg-6 {
    position: relative
}

.ride-user-area .user-item {
    max-width: 445px
}

.ride-user-area .user-item h2 {
    color: #1a1a1a;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px
}

.ride-user-area .user-item h2 span {
    color: #f55422
}

.ride-user-area .user-item p {
    margin-bottom: 15px
}

.ride-user-area .user-img {
    position: relative;
    text-align: center;
    margin-top: 25px
}

.ride-user-area .user-img .user-shape img {
    position: absolute
}

.ride-user-area .user-img .user-shape img:nth-child(1) {
    left: -80px;
    right: 0;
    top: -24px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    max-width: 175px
}

.ride-user-area .user-img .user-shape img:nth-child(2) {
    left: 3px;
    top: 40px;
    z-index: -1;
    max-width: 80px
}

.ride-user-area .user-img .user-shape img:nth-child(3) {
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 110px
}

.ride-user-area .user-img .user-shape img:nth-child(4) {
    bottom: 55px;
    right: 15px;
    z-index: -1;
    max-width: 70px
}

.ride-user-area .user-img .user-main img {
    display: block !important;
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards
}

@-webkit-keyframes border-transform-default {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform-default {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.ride-user-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 55px;
    top: 0
}

.ride-user-area .ride-user-slider {
    position: relative
}

.ride-user-area .ride-user-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #15a52d !important;
    font-size: 22px !important;
    background-color: #d0edd5 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: -75px;
    right: 0;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.ride-user-area .ride-user-slider .owl-prev:hover {
    color: #fff !important;
    background-color: #15a52d !important
}

.ride-user-area .ride-user-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #f88966 !important;
    font-size: 22px !important;
    background-color: #fdddd3 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: 0;
    right: -78px;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.ride-user-area .ride-user-slider .owl-next:hover {
    color: #fff !important;
    background-color: #f88966 !important
}

.ride-user-area .slider-counter {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #fa4a16;
    position: absolute;
    top: 45px;
    right: 55px
}

.ride-blog-area {
    background-color: #f6f8ff
}

.ride-blog-area .ride-section-title {
    text-align: left
}

.ride-blog-area .ride-section-title .sub-title {
    color: #8152f9;
    background-color: #e5dcfd
}

.ride-blog-area .ride-section-title h2 {
    margin-left: 0
}

.ride-blog-area .ride-section-title h2 span {
    color: #8152f9
}

.ride-blog-area .blog-btn {
    text-align: right;
    margin-top: 20px
}

.ride-blog-area .blog-btn a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border: 1px solid #8058e5;
    border-radius: 3px;
    z-index: 1;
    padding: 16px 25px;
    -webkit-box-shadow: 0 0 20px 0 #8058e58c;
    box-shadow: 0 0 20px 0 #8058e58c;
    text-transform: uppercase
}

.ride-blog-area .blog-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c5ccf), color-stop(49%, #8354fe));
    background: linear-gradient(180deg, #7c5ccf 0%, #8354fe 49%)
}

.ride-blog-area .blog-btn a:hover {
    color: #8058e5
}

.ride-blog-area .blog-btn a:hover:before {
    height: 0
}

.ride-blog-area .blog-btn a i {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 2px;
    font-size: 18px
}

.ride-blog-area .blog-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff
}

.ride-blog-area .blog-item .blog-inner {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 280px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px
}

.ride-blog-area .blog-item .blog-inner .blog-top {
    padding-bottom: 13px;
    border-bottom: 1px solid #e6e6e6
}

.ride-blog-area .blog-item .blog-inner .blog-top span {
    display: inline-block;
    color: #8152f9;
    background-color: #e6dcfe;
    padding: 8px 14px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 13px
}

.ride-blog-area .blog-item .blog-inner .blog-top p {
    margin-bottom: 8px;
    color: #525252;
    font-size: 13px
}

.ride-blog-area .blog-item .blog-inner .blog-top h3 {
    margin-bottom: 0
}

.ride-blog-area .blog-item .blog-inner .blog-top h3 a {
    font-weight: 600;
    color: #262424;
    font-size: 17px;
    display: block;
    line-height: 1.5
}

.ride-blog-area .blog-item .blog-inner .blog-top h3 a:hover {
    color: #f55422
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul {
    margin: 0;
    padding: 0;
    padding-top: 10px
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul li {
    list-style-type: none;
    display: inline-block
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul li img {
    margin-right: 5px
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul li a {
    display: inline-block;
    font-size: 13px;
    color: #525252;
    border-bottom: 1px solid #525252
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul li a:hover {
    color: #f55422;
    border-bottom: 1px solid #f55422
}

.ride-blog-area .blog-item .blog-inner .blog-bottom ul li span {
    color: #f55422;
    font-size: 13px;
    color: #525252
}

.ride-register-area .ride-section-title .sub-title {
    color: #0fa426;
    background-color: #ceecd3
}

.ride-register-area .ride-section-title h2 {
    max-width: 100%
}

.ride-register-area .ride-section-title h2 span {
    color: #0fa426
}

.ride-register-area .register-item {
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 35px 250px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 35px 0 #dddddd94;
    box-shadow: 0 0 35px 0 #dddddd94;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1daff), color-stop(72%, #fcfcfd));
    background: linear-gradient(180deg, #d1daff 0%, #fcfcfd 72%)
}

.ride-register-area .register-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.ride-register-area .register-item h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    margin-bottom: 12px
}

.ride-register-area .register-item p {
    margin-bottom: 15px;
    color: #767676;
    font-size: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.ride-register-area .register-item a {
    font-weight: 500;
    font-size: 15px;
    color: #f55422;
    display: inline-block
}

.ride-register-area .register-item a i {
    font-size: 19px;
    position: relative;
    top: 4px
}

.ride-register-area .register-item a:hover {
    letter-spacing: 1px
}

.ride-register-area .register-two {
    background: unset;
    background-color: #fff
}

.ride-subscribe-area {
    padding-top: 70px;
    padding-bottom: 75px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4612), color-stop(72%, #fc6731));
    background: linear-gradient(180deg, #fa4612 0%, #fc6731 72%);
    position: relative;
    overflow: hidden
}

.ride-subscribe-area .subscribe-shape img {
    position: absolute
}

.ride-subscribe-area .subscribe-shape img:nth-child(1) {
    left: 100px;
    top: 0
}

.ride-subscribe-area .subscribe-shape img:nth-child(2) {
    right: 40px;
    top: 0
}

.ride-subscribe-area .subscribe-item h2 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.ride-subscribe-area .subscribe-item .newsletter-form {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 200px;
    position: relative
}

.ride-subscribe-area .subscribe-item .newsletter-form .form-control {
    height: 55px;
    border-radius: 3px;
    border: 0;
    background-color: #ff7c56;
    padding-left: 20px;
    font-size: 14px
}

.ride-subscribe-area .subscribe-item .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.ride-subscribe-area .subscribe-item .newsletter-form ::-webkit-input-placeholder {
    color: #fff
}

.ride-subscribe-area .subscribe-item .newsletter-form :-ms-input-placeholder {
    color: #fff
}

.ride-subscribe-area .subscribe-item .newsletter-form ::-ms-input-placeholder {
    color: #fff
}

.ride-subscribe-area .subscribe-item .newsletter-form ::placeholder {
    color: #fff
}

.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn {
    font-weight: 500;
    font-size: 15px;
    padding: 15px 22px;
    position: relative;
    opacity: 1;
    border-radius: 3px;
    z-index: 1;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #4ebe47;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase
}

.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, right top, from(#0ba324), color-stop(80%, #86d564));
    background: linear-gradient(90deg, #0ba324 0%, #86d564 80%)
}

.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px
}

.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:hover {
    color: #fff;
    border: 1px solid #fff
}

.ride-subscribe-area .subscribe-item .newsletter-form .newsletter-btn:hover:before {
    width: 0;
    opacity: 0
}

.ride-subscribe-area .subscribe-item .newsletter-form .validation-danger {
    color: #fff;
    margin-top: 10px
}

.ride-copyright-area {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px
}

.ride-copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #5d617a
}

.ride-copyright-area .copyright-item p a {
    color: #5d617a;
    display: inline-block
}

.ride-copyright-area .copyright-item p a:hover {
    color: #f42e14;
    letter-spacing: 1px
}

.ride-copyright-area .copyright-item ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.ride-copyright-area .copyright-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 3px
}

.ride-copyright-area .copyright-item ul li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    border-radius: 50%;
    color: #f42e14;
    background-color: #f42e1433;
    text-align: center;
    position: relative;
    z-index: 1
}

.ride-copyright-area .copyright-item ul li a:hover {
    color: #fff;
    background-color: #f42e14
}

.charity-banner-area {
    height: 1080px;
    background-image: url(../img/charity/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.charity-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6
}

.charity-banner-area img:nth-child(1) {
    position: absolute;
    bottom: 280px;
    right: 155px;
    max-width: 300px;
    opacity: .7
}

.charity-banner-area img:nth-child(2) {
    position: absolute;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.charity-banner-area .banner-content {
    position: relative;
    max-width: 750px;
    margin-left: 0;
    margin-top: -80px
}

.charity-banner-area .banner-content span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    margin-bottom: 12px
}

.charity-banner-area .banner-content h1 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 85px;
    color: #fff
}

.charity-banner-area .banner-content p {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    margin-bottom: 35px
}

.charity-banner-area .banner-content .banner-btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    z-index: 1
}

.charity-banner-area .banner-content .banner-btn .banner-left {
    border: 1px solid #1cb535;
    position: relative;
    border-radius: 3px;
    padding: 16px 19px 16px 22px;
    margin-right: 15px
}

.charity-banner-area .banner-content .banner-btn .banner-left:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%)
}

.charity-banner-area .banner-content .banner-btn .banner-left i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px
}

.charity-banner-area .banner-content .banner-btn .banner-left:hover {
    border: 1px solid #fff
}

.charity-banner-area .banner-content .banner-btn .banner-left:hover:before {
    opacity: 0;
    width: 0
}

.charity-banner-area .banner-content .banner-btn .banner-right {
    border-bottom: 1px solid #fff
}

.charity-banner-area .banner-content .banner-btn .banner-right:hover {
    color: #1cb535;
    border-bottom: 1px solid #1cb535
}

.charity-banner-area .banner-contact {
    position: absolute;
    right: 0;
    top: 430px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.charity-banner-area .banner-contact i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #16b02f;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.charity-banner-area .banner-contact a {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #597059;
    padding: 12px 20px 12px 65px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    top: -6px;
    left: -54px
}

.charity-banner-area .banner-contact a:hover {
    color: #16b02f
}

.charity-section-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -5px
}

.charity-section-title .sub-title span {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 15px;
    display: inline-block
}

.charity-section-title .sub-title span:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: -38px;
    top: 11px;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%)
}

.charity-section-title .sub-title span:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    right: -38px;
    top: 11px;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%)
}

.charity-section-title h2 {
    font-weight: 600;
    font-size: 40px;
    color: #323131;
    margin-bottom: 15px
}

.charity-section-title p {
    margin-bottom: 0
}

.charity-about-area .about-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px
}

.charity-about-area .about-item i {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    position: absolute;
    top: 0;
    left: 0
}

.charity-about-area .about-item h3 {
    font-weight: 600;
    font-family: poppins, sans-serif;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 6px
}

.charity-about-area .about-item p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0
}

.charity-mission-area {
    background-color: #f7f7f7
}

.charity-mission-area .mission-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
    max-width: 765px;
    margin-left: auto
}

.charity-mission-area .mission-content .charity-section-title {
    text-align: left;
    margin-bottom: 25px
}

.charity-mission-area .mission-content .charity-section-title .sub-title {
    padding-left: 39px
}

.charity-mission-area .mission-content .charity-section-title h2 {
    margin-left: 0
}

.charity-mission-area .mission-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px
}

.charity-mission-area .mission-content ul li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #08104d;
    margin-bottom: 18px
}

.charity-mission-area .mission-content ul li:hover i {
    color: #fff;
    background-color: #1f1f1f
}

.charity-mission-area .mission-content ul li:last-child {
    margin-bottom: 0
}

.charity-mission-area .mission-content ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #1f1f1f;
    font-size: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
    box-shadow: 0 0 20px 0 #dddddd8c;
    position: relative;
    top: 4px;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-mission-area .mission-img {
    background-image: url(../img/charity/mission.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.charity-mission-area .mission-img img {
    display: none
}

.charity-cmn-btn {
    border: 1px solid #1cb535;
    position: relative;
    border-radius: 3px;
    padding: 13px 19px 14px 22px;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.charity-cmn-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%)
}

.charity-cmn-btn i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px
}

.charity-cmn-btn:hover {
    color: #1cb535;
    border: 1px solid #1cb535
}

.charity-cmn-btn:hover:before {
    opacity: 0;
    width: 0
}

.charity-cause-area .charity-section-title {
    margin-bottom: 30px
}

.charity-cause-area .charity-section-title p {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto
}

.charity-cause-area .cause-item {
    -webkit-box-shadow: 0 0 15px 0 #dddddd59;
    box-shadow: 0 0 15px 0 #dddddd59;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    z-index: 1
}

.charity-cause-area .cause-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%)
}

.charity-cause-area .cause-item:hover:before {
    opacity: 1
}

.charity-cause-area .cause-item:hover .cause-top span {
    color: #fff
}

.charity-cause-area .cause-item:hover .cause-top h3 {
    color: #fff
}

.charity-cause-area .cause-item:hover .cause-top p {
    color: #caffd2
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .background {
    background: #9cd4a5 !important
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .rotate {
    background: #fff !important
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .left {
    background: #9cd4a5 !important
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .right {
    background: #fff !important
}

.charity-cause-area .cause-item:hover .cause-bottom ul li span {
    background-color: #1bb434
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .single-progress span {
    color: #fff
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .single-progress .progress-content h3 {
    color: #fff
}

.charity-cause-area .cause-item:hover .cause-bottom ul li .single-progress .progress-content p {
    color: #caffd2
}

.charity-cause-area .cause-item img {
    width: 100%
}

.charity-cause-area .cause-item .cause-top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
}

.charity-cause-area .cause-item .cause-top span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #0062da;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .cause-item .cause-top h3 {
    font-weight: 600;
    font-size: 20px;
    color: #323131;
    margin-bottom: 8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .cause-item .cause-top p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .cause-item .cause-bottom {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px
}

.charity-cause-area .cause-item .cause-bottom ul {
    margin: 0;
    padding: 0
}

.charity-cause-area .cause-item .cause-bottom ul li {
    list-style-type: none;
    display: inline-block;
    padding-top: 1px;
    margin-right: 5px
}

.charity-cause-area .cause-item .cause-bottom ul li:last-child {
    margin-right: 0
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress {
    position: relative;
    padding-left: 45px
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .background {
    background: #d3c6b8 !important
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .rotate {
    background: #1fb738 !important
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .left {
    background: #d3c6b8 !important
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .right {
    background: #1fb738 !important
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .progress-count {
    background-color: transparent;
    color: #323232;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress span {
    font-weight: 600;
    font-size: 11px;
    color: #262424;
    line-height: 31px;
    height: 30px;
    width: 30px;
    left: -3px;
    top: -3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .progress-content h3 {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    color: #262424;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .cause-item .cause-bottom ul li .single-progress .progress-content p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    color: #515151;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-cause-area .owl-theme .owl-dots .owl-dot.active span {
    background: #0da827
}

.charity-cause-area .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    margin: 5px 7px;
    background: #c7c7c7;
    border-radius: 0
}

.charity-presentation-area {
    background-image: url(../img/charity/presentation-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1
}

.charity-presentation-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.charity-presentation-area .charity-section-title {
    text-align: left;
    margin-bottom: 30px
}

.charity-presentation-area .charity-section-title .sub-title {
    padding-left: 39px
}

.charity-presentation-area .charity-section-title .sub-title span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: #fff
}

.charity-presentation-area .charity-section-title .sub-title span:before {
    background: #fff
}

.charity-presentation-area .charity-section-title .sub-title span:after {
    background: #fff
}

.charity-presentation-area .charity-section-title h2 {
    font-size: 37px;
    color: #fff
}

.charity-presentation-area .charity-section-title p {
    color: #e9e9e9
}

.charity-presentation-area .presentation-btn-right {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    padding: 13px 19px 14px 22px;
    margin-right: 15px;
    color: #08104d;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.charity-presentation-area .presentation-btn-right i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px
}

.charity-presentation-area .presentation-btn-right:hover {
    color: #fff;
    background-color: #1cb535;
    border: 1px solid #1cb535
}

.charity-presentation-area .presentation-video {
    text-align: center;
    position: relative
}

.charity-presentation-area .presentation-video img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -128px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 385px;
    opacity: .5
}

.charity-presentation-area .presentation-video a {
    z-index: 10;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 115px;
    border-radius: 50%;
    position: relative;
    font-size: 70px;
    text-align: center;
    color: #323131
}

.charity-presentation-area .presentation-video a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.charity-presentation-area .presentation-video a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-presentation-area .presentation-video a:hover {
    color: #fff
}

.charity-presentation-area .presentation-video a:hover:before {
    background-color: #323131
}

.charity-presentation-area .presentation-video a:hover:after {
    background-color: #323131
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.charity-help-area .charity-section-title p {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto
}

.charity-help-area .help-item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #dddddd9e;
    box-shadow: 0 0 20px #dddddd9e;
    padding: 35px 20px 32px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-help-area .help-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.charity-help-area .help-item:hover a {
    color: #4ade61
}

.charity-help-area .help-item:hover a i {
    color: #4ade61;
    left: 0
}

.charity-help-area .help-item .help-shape {
    position: absolute;
    top: 15px;
    right: 15px
}

.charity-help-area .help-item .help-img {
    margin-bottom: 18px
}

.charity-help-area .help-item .help-img img {
    width: 50px;
    height: 50px
}

.charity-help-area .help-item h3 {
    font-weight: 600;
    font-size: 18px;
    color: #08104d;
    font-family: poppins, sans-serif;
    margin-bottom: 13px
}

.charity-help-area .help-item a {
    font-weight: 500;
    font-size: 16px;
    color: #9294a3;
    display: inline-block;
    position: relative
}

.charity-help-area .help-item a i {
    color: #9294a3;
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 20px;
    left: 2px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-vision-area .vision-item {
    margin-bottom: 30px
}

.charity-vision-area .vision-item .vision-img {
    margin-bottom: 30px
}

.charity-vision-area .vision-item .charity-section-title {
    margin-bottom: 25px;
    text-align: left
}

.charity-vision-area .vision-item .charity-section-title .sub-title {
    padding-left: 39px
}

.charity-vision-area .vision-item .charity-section-title h2 {
    font-size: 37px;
    margin-bottom: 0;
    margin-left: 0
}

.charity-vision-area .vision-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

.charity-vision-area .vision-item ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    margin-right: 30px
}

.charity-vision-area .vision-item ul li:last-child {
    margin-right: 0
}

.charity-vision-area .vision-item ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    width: 10px;
    height: 55px;
    background-color: #e3ffe8;
    border: 1px solid #23d242;
    border-radius: 3px
}

.charity-vision-area .vision-item ul li span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 3px
}

.charity-vision-area .vision-item ul li a {
    display: block;
    color: #262424;
    font-size: 20px
}

.charity-vision-area .vision-item ul li a:hover {
    color: #23d242
}

.charity-vision-area .vision-item p {
    margin-bottom: 15px;
    color: #4f4f4f
}

.charity-vision-area .vision-item .charity-cmn-btn {
    margin-top: 15px
}

.charity-vision-area .vision-content {
    max-width: 585px;
    margin-left: 50px
}

.charity-fun-area {
    background-color: #323131;
    background-image: url(../img/charity/fun-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.charity-fun-area .charity-section-title {
    text-align: left;
    margin-bottom: 0
}

.charity-fun-area .charity-section-title .sub-title {
    padding-left: 39px
}

.charity-fun-area .charity-section-title .sub-title span {
    color: #d2d2d2;
    background: unset;
    -webkit-text-fill-color: #d2d2d2
}

.charity-fun-area .charity-section-title .sub-title span:before {
    background: #d2d2d2
}

.charity-fun-area .charity-section-title .sub-title span:after {
    background: #d2d2d2
}

.charity-fun-area .charity-section-title h2 {
    color: #fff;
    margin-left: 0
}

.charity-fun-area .charity-section-title p {
    color: #d2d2d2
}

.charity-fun-area .fun-item {
    margin-bottom: 45px;
    position: relative;
    padding-left: 115px;
    padding-top: 12px
}

.charity-fun-area .fun-item i {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 45px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    border-radius: 50%;
    text-align: center;
    border: 7px solid #fff
}

.charity-fun-area .fun-item h3 {
    font-weight: 600;
    font-size: 33px;
    color: #fff;
    font-family: poppins, sans-serif;
    margin-bottom: 2px
}

.charity-fun-area .fun-item p {
    font-weight: 500;
    font-size: 16px;
    color: #d2d2d2;
    margin-bottom: 0
}

.charity-team-area .charity-section-title p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.charity-team-area .charity-item {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px
}

.charity-team-area .charity-item .charity-top {
    position: relative;
    overflow: hidden
}

.charity-team-area .charity-item .charity-top ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 135px;
    border-radius: 20px 20px 0 0;
    padding-top: 8px;
    padding-bottom: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-team-area .charity-item .charity-top ul li {
    list-style-type: none;
    display: inline-block
}

.charity-team-area .charity-item .charity-top ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px
}

.charity-team-area .charity-item .charity-top ul li a:hover {
    color: #08104d
}

.charity-team-area .charity-item .charity-bottom {
    padding: 22px 25px 25px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.charity-team-area .charity-item .charity-bottom h3 {
    margin-bottom: 8px;
    color: #08104d;
    font-weight: 600;
    font-size: 20px;
    font-family: poppins, sans-serif
}

.charity-team-area .charity-item .charity-bottom span {
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 15px;
    display: block
}

.charity-team-area .charity-item:hover .charity-top ul {
    bottom: 0;
    opacity: 1
}

.charity-team-area .charity-item:hover .charity-bottom {
    -webkit-box-shadow: 0 0 20px 0 #dddddd8f;
    box-shadow: 0 0 20px 0 #dddddd8f
}

.charity-team-area .owl-theme .owl-dots .owl-dot.active span {
    background: #0da827
}

.charity-team-area .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    margin: 5px 7px;
    background: #c7c7c7;
    border-radius: 0
}

.charity-wide-area {
    background-color: #f5f5f5
}

.charity-wide-area .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.charity-wide-area .wide-img {
    background-image: url(../img/charity/wide.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.charity-wide-area .wide-img img {
    display: none
}

.charity-wide-area .wide-item {
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    padding: 55px
}

.charity-wide-area .wide-item .wide-top {
    margin-bottom: 18px
}

.charity-wide-area .wide-item .wide-top span {
    display: block;
    font-weight: 600;
    font-size: 53px;
    color: #fff;
    line-height: 1
}

.charity-wide-area .wide-item .wide-top p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.charity-wide-area .wide-item .wide-bottom h3 {
    font-weight: 600;
    font-family: poppins, sans-serif;
    font-size: 27px;
    color: #fff;
    margin-bottom: 12px
}

.charity-wide-area .wide-item .wide-bottom p {
    color: #e9ffec;
    margin-bottom: 20px
}

.charity-wide-area .wide-item .wide-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.charity-wide-area .wide-item .wide-bottom ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px
}

.charity-wide-area .wide-item .wide-bottom ul li:last-child {
    margin-bottom: 0
}

.charity-wide-area .wide-item .wide-bottom ul li i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.charity-wide-area .wide-item .wide-bottom .charity-cmn-btn {
    background-color: #fff;
    color: #19b232
}

.charity-wide-area .wide-item .wide-bottom .charity-cmn-btn:before {
    background: unset
}

.charity-wide-area .wide-item .wide-bottom .charity-cmn-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.charity-wide-area .charity-wide-slider:hover .owl-prev {
    left: -33px;
    opacity: 1
}

.charity-wide-area .charity-wide-slider:hover .owl-next {
    right: -33px;
    opacity: 1
}

.charity-wide-area .charity-wide-slider .owl-prev {
    position: absolute;
    top: 250px;
    left: -40px;
    width: 55px;
    height: 55px;
    line-height: 61px !important;
    border-radius: 50%;
    color: #28bf40 !important;
    background-color: #fff !important;
    text-align: center;
    font-size: 30px !important;
    -webkit-box-shadow: 0 0 20px 0 #ddddddb5;
    box-shadow: 0 0 20px 0 #ddddddb5;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.charity-wide-area .charity-wide-slider .owl-prev:hover {
    color: #fff !important;
    background-color: #28bf40 !important
}

.charity-wide-area .charity-wide-slider .owl-next {
    position: absolute;
    top: 250px;
    right: -40px;
    width: 55px;
    height: 55px;
    line-height: 61px !important;
    border-radius: 50%;
    color: #28bf40 !important;
    background-color: #fff !important;
    text-align: center;
    font-size: 30px !important;
    -webkit-box-shadow: 0 0 20px 0 #ddddddb5;
    box-shadow: 0 0 20px 0 #ddddddb5;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.charity-wide-area .charity-wide-slider .owl-next:hover {
    color: #fff !important;
    background-color: #28bf40 !important
}

.charity-blog-area .charity-section-title {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.charity-blog-area .blog-item {
    margin-bottom: 30px
}

.charity-blog-area .blog-item .blog-top {
    position: relative;
    margin-bottom: 16px
}

.charity-blog-area .blog-item .blog-top a {
    display: block
}

.charity-blog-area .blog-item .blog-top a img {
    width: 100%
}

.charity-blog-area .blog-item .blog-top .blog-date {
    position: absolute;
    top: 0;
    left: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#0ca726), color-stop(64%, #2fc546));
    background: linear-gradient(90deg, #0ca726 0%, #2fc546 64%);
    padding: 5px 25px 7px;
    border-radius: 0 0 20px 20px
}

.charity-blog-area .blog-item .blog-top .blog-date h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0
}

.charity-blog-area .blog-item .blog-top .blog-date span {
    display: block;
    font-size: 14px;
    color: #fff
}

.charity-blog-area .blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.charity-blog-area .blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    color: #525252;
    margin-right: 5px
}

.charity-blog-area .blog-item .blog-bottom ul li:last-child {
    margin-right: 0
}

.charity-blog-area .blog-item .blog-bottom ul li i {
    display: inline-block;
    color: #2ac142;
    font-size: 17px;
    margin-right: 2px;
    position: relative;
    top: 2px
}

.charity-blog-area .blog-item .blog-bottom h3 {
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.4
}

.charity-blog-area .blog-item .blog-bottom h3 a {
    color: #262424
}

.charity-blog-area .blog-item .blog-bottom h3 a:hover {
    color: #4ade61
}

.charity-blog-area .blog-item .blog-bottom p {
    margin-bottom: 13px;
    font-size: 15px
}

.charity-blog-area .blog-item .blog-bottom .blog-link {
    color: #9294a3;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.charity-blog-area .blog-item .blog-bottom .blog-link i {
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 20px
}

.charity-blog-area .blog-item .blog-bottom .blog-link:hover {
    color: #4ade61
}

.charity-testimonial-area {
    background-image: url(../img/charity/testimonial.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.charity-testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.charity-testimonial-area .col-lg-6 {
    position: relative
}

.charity-testimonial-area .charity-section-title {
    text-align: left;
    margin-bottom: 0
}

.charity-testimonial-area .charity-section-title .sub-title {
    padding-left: 39px
}

.charity-testimonial-area .charity-section-title .sub-title span {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: #fff
}

.charity-testimonial-area .charity-section-title .sub-title span:before {
    background: #fff
}

.charity-testimonial-area .charity-section-title .sub-title span:after {
    background: #fff
}

.charity-testimonial-area .charity-section-title h2 {
    font-size: 37px;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0
}

.charity-testimonial-area .testimonial-item {
    background-color: #fff;
    padding: 35px 40px;
    border-radius: 5px
}

.charity-testimonial-area .testimonial-item .quote {
    position: absolute;
    top: 25px;
    right: 40px
}

.charity-testimonial-area .testimonial-item .quote i {
    text-align: center;
    display: inline-block;
    width: 65px;
    height: 55px;
    line-height: 55px;
    background-color: #0da827;
    color: #fff;
    font-size: 35px
}

.charity-testimonial-area .testimonial-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #353535;
    margin-bottom: 5px
}

.charity-testimonial-area .testimonial-item span {
    display: block;
    font-size: 15px;
    margin-bottom: 8px
}

.charity-testimonial-area .testimonial-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 6px
}

.charity-testimonial-area .testimonial-item ul li {
    list-style-type: none;
    display: inline-block
}

.charity-testimonial-area .testimonial-item ul li i {
    color: #ddd;
    display: inline-block;
    font-size: 14px
}

.charity-testimonial-area .testimonial-item ul li .checked {
    color: #f88e1b
}

.charity-testimonial-area .testimonial-item p {
    margin-bottom: 0;
    font-size: 15px
}

.charity-testimonial-area .charity-testimonial-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #9fa4c0 !important;
    font-size: 22px !important;
    background-color: #ffffff3d !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: -75px;
    right: 0;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.charity-testimonial-area .charity-testimonial-slider .owl-prev:hover {
    color: #08104d !important;
    background-color: #fff !important
}

.charity-testimonial-area .charity-testimonial-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    color: #9fa4c0 !important;
    font-size: 22px !important;
    background-color: #ffffff3d !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    left: 0;
    right: -78px;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.charity-testimonial-area .charity-testimonial-slider .owl-next:hover {
    color: #08104d !important;
    background-color: #fff !important
}

.charity-testimonial-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: -600px;
    bottom: 70px
}

.charity-testimonial-area .slider-counter {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: -600px;
    bottom: 5px
}

.charity-contact-form-area {
    padding-bottom: 95px
}

.charity-contact-form-area .charity-section-title h2 {
    margin-bottom: 0
}

.charity-contact-form-area .soft-contact-btn {
    text-transform: uppercase;
    font-size: 15px
}

.charity-footer-area {
    background-color: #262626
}

.charity-footer-area .footer-item {
    margin-bottom: 30px
}

.charity-footer-area .footer-item .footer-logo a {
    display: block;
    margin-bottom: 25px
}

.charity-footer-area .footer-item .footer-logo p {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 25px
}

.charity-footer-area .footer-item .footer-logo ul {
    margin: 0;
    padding: 0
}

.charity-footer-area .footer-item .footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3px
}

.charity-footer-area .footer-item .footer-logo ul li:last-child {
    margin-right: 0
}

.charity-footer-area .footer-item .footer-logo ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #4a4a4a
}

.charity-footer-area .footer-item .footer-logo ul li a:hover {
    background-color: #3b5998
}

.charity-footer-area .footer-item .footer-logo ul li .twitter:hover {
    background-color: #00acee
}

.charity-footer-area .footer-item .footer-logo ul li .linedin:hover {
    background-color: #0e76a8
}

.charity-footer-area .footer-item .footer-logo ul li .instagram:hover {
    background-color: #f2003c
}

.charity-footer-area .footer-item .footer-links h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px
}

.charity-footer-area .footer-item .footer-links ul {
    margin: 0;
    padding: 0
}

.charity-footer-area .footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px
}

.charity-footer-area .footer-item .footer-links ul li:last-child {
    margin-bottom: 0
}

.charity-footer-area .footer-item .footer-links ul li a {
    display: block;
    color: #b3b3b3;
    font-size: 16px
}

.charity-footer-area .footer-item .footer-links ul li a:hover {
    margin-left: 8px
}

.charity-footer-area .footer-item .footer-links ul li a i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.charity-footer-area .footer-item .footer-address h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px
}

.charity-footer-area .footer-item .footer-address ul {
    margin: 0;
    padding: 0
}

.charity-footer-area .footer-item .footer-address ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #b3b3b3
}

.charity-footer-area .footer-item .footer-address ul li:last-child {
    margin-bottom: 0
}

.charity-footer-area .footer-item .footer-address ul li a {
    display: block;
    color: #b3b3b3
}

.charity-footer-area .footer-item .footer-address ul li a:hover {
    margin-left: 8px
}

.charity-footer-area .footer-item .footer-address ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px
}

.charity-copyright-area {
    background-color: #262626
}

.charity-copyright-area .copyright-wrap {
    border-top: 1px solid #3c3c3c;
    padding-top: 30px;
    padding-bottom: 30px
}

.charity-copyright-area .copyright-wrap .copyright-item ul {
    margin: 0;
    padding: 0
}

.charity-copyright-area .copyright-wrap .copyright-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 22px
}

.charity-copyright-area .copyright-wrap .copyright-item ul li:last-child {
    margin-right: 0
}

.charity-copyright-area .copyright-wrap .copyright-item ul li a {
    display: block;
    color: #999;
    font-size: 14px
}

.charity-copyright-area .copyright-wrap .copyright-item ul li a:hover {
    color: #fff
}

.charity-copyright-area .copyright-wrap .copyright-item p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    text-align: right
}

.charity-copyright-area .copyright-wrap .copyright-item p a {
    color: #999;
    display: inline-block
}

.charity-copyright-area .copyright-wrap .copyright-item p a:hover {
    color: #fff
}

.export-header-top {
    background-color: #0063dd;
    padding-top: 10px;
    padding-bottom: 10px
}

.export-header-top .header-left .header-contact {
    display: inline-block
}

.export-header-top .header-left .header-contact a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
    border-right: 1px solid #408ae6
}

.export-header-top .header-left .header-contact a:hover {
    color: #85bcff
}

.export-header-top .header-left .header-contact a i {
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.export-header-top .header-left ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 2px
}

.export-header-top .header-left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px
}

.export-header-top .header-left ul li:last-child {
    margin-right: 0
}

.export-header-top .header-left ul li a {
    display: block;
    color: #85bcff
}

.export-header-top .header-left ul li a:hover {
    color: #fff
}

.export-header-top .header-right {
    text-align: right
}

.export-header-top .header-right ul {
    margin: 0;
    padding: 0
}

.export-header-top .header-right ul li {
    list-style-type: none;
    display: inline-block
}

.export-header-top .header-right ul li .form-group {
    margin-bottom: 0
}

.export-header-top .header-right ul li .form-group .nice-select {
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    height: auto;
    background-color: transparent;
    border: 0;
    color: #c8e1ff;
    border-right: 1px solid #408ae6;
    border-radius: 0;
    float: none
}

.export-header-top .header-right ul li .form-group .nice-select:after {
    border-bottom: 2px solid #c8e1ff;
    border-right: 2px solid #c8e1ff;
    width: 6px;
    height: 6px
}

.export-header-top .header-right ul li .form-group .nice-select .option {
    display: block
}

.export-header-top .header-right ul li .form-group .nice-select.open .list {
    background-color: #0063dd
}

.export-header-top .header-right ul li .form-group .nice-select .option:hover,
.export-header-top .header-right ul li .form-group .nice-select .option.focus,
.export-header-top .header-right ul li .form-group .nice-select .option.selected.focus {
    background-color: #1800dd
}

.export-header-top .header-right ul li .sign-up-link {
    color: #abd1ff;
    font-size: 12px
}

.export-header-top .header-right ul li .sign-up-link i {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.export-header-top .header-right ul li .sign-up-link:hover {
    color: #fff
}

.navbar-light-six {
    border-bottom: 1px solid #ffffff61
}

.navbar-light-six .charity-nav-wrap .cart:hover {
    color: #0063dd
}

.navbar-light-six .charity-nav-wrap .search-icon:hover {
    color: #0063dd
}

.navbar-light-six .charity-nav-wrap .nav-srh .search-area .search-icon:hover {
    color: #0063dd
}

.navbar-light-six .charity-nav-wrap .side-icon .modal-btn:hover {
    background-color: #0063dd
}

.navbar-light-six.menu-shrink {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border-bottom: 0
}

.export-banner-area {
    background-image: url(../img/export/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 430px;
    position: relative
}

.export-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5
}

.export-banner-area .banner-shape-default img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%
}

.export-banner-area .col-lg-4 {
    border-right: 1px solid #d3d3d3
}

.export-banner-area .col-lg-4:last-child {
    border-right: 0
}

.export-banner-area .banner-content {
    position: relative
}

.export-banner-area .banner-content .banner-span {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    display: block
}

.export-banner-area .banner-content .banner-span i {
    display: inline-block;
    color: #fff;
    padding-right: 8px;
    margin-right: 7px;
    border-right: 1px solid #fff;
    font-size: 19px;
    position: relative;
    top: 1px
}

.export-banner-area .banner-content h1 {
    font-weight: 700;
    font-size: 85px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 695px;
    margin-left: 0
}

.export-banner-area .banner-content p {
    margin-bottom: 35px;
    font-family: montserrat, sans-serif;
    font-size: 17px;
    color: #fff;
    max-width: 700px;
    margin-left: 0
}

.export-banner-area .banner-content .banner-form-area {
    max-width: 835px;
    margin-left: 0;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 210px;
    border-radius: 5px;
    position: relative
}

.export-banner-area .banner-content .banner-form-area .form-group {
    margin-bottom: 0
}

.export-banner-area .banner-content .banner-form-area .form-group label {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 7px
}

.export-banner-area .banner-content .banner-form-area .form-group .nice-select {
    height: auto;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #9a9a9a;
    padding-left: 0;
    border: 0;
    width: 100%
}

.export-banner-area .banner-content .banner-form-area .banner-form-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #0063dd;
    padding: 20px 21px 20px 25px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 12px;
    right: 25px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-banner-area .banner-content .banner-form-area .banner-form-btn i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-left: 2px
}

.export-banner-area .banner-content .banner-form-area .banner-form-btn:hover {
    background-color: #4d4d4d
}

.export-service-area {
    margin-top: -300px
}

.export-service-area .service-item {
    text-align: center;
    padding: 30px 30px 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 15px
}

.export-service-area .service-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddda6;
    box-shadow: 0 0 20px 0 #dddddda6
}

.export-service-area .service-item:hover i {
    color: #0063dd
}

.export-service-area .service-item:hover h3 {
    color: #08104d
}

.export-service-area .service-item:hover p {
    color: #777
}

.export-service-area .service-item:hover a {
    opacity: 1;
    margin-left: 0
}

.export-service-area .service-item i {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 55px
}

.export-service-area .service-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.export-service-area .service-item p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #efefef
}

.export-service-area .service-item a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #0063dd;
    opacity: 0;
    margin-left: -10px
}

.export-service-area .service-item a i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 2px;
    color: #0063dd
}

.export-service-area .export-service-slider .center .service-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddda6;
    box-shadow: 0 0 20px 0 #dddddda6
}

.export-service-area .export-service-slider .center .service-item i {
    color: #0063dd
}

.export-service-area .export-service-slider .center .service-item h3 {
    color: #08104d
}

.export-service-area .export-service-slider .center .service-item p {
    color: #777
}

.export-service-area .export-service-slider .center .service-item a {
    opacity: 1;
    margin-left: 0
}

.export-service-area .owl-theme .owl-dots .owl-dot.active span {
    background: #0063dd
}

.export-service-area .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    margin: 0 3px;
    background: #cdcdcd
}

.export-section-title {
    margin-bottom: 40px
}

.export-section-title .sub-title {
    display: block;
    color: #0063dd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px
}

.export-section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 8px;
    background-color: #0063dd
}

.export-section-title h2 {
    font-weight: 600;
    font-size: 37px;
    color: #323131;
    margin-bottom: 0
}

.export-modern-area .row {
    position: relative
}

.export-modern-area .modern-content {
    position: absolute;
    z-index: 1;
    padding-right: 80px;
    background-color: #fff;
    bottom: 0;
    padding-top: 40px;
    margin-bottom: 30px;
    max-width: 690px;
    left: 20px
}

.export-modern-area .modern-content .nav-pills {
    position: relative;
    margin-bottom: 25px
}

.export-modern-area .modern-content .nav-pills:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9
}

.export-modern-area .modern-content .nav-pills .nav-item {
    margin-right: 40px
}

.export-modern-area .modern-content .nav-pills .nav-item:last-child {
    margin-right: 0
}

.export-modern-area .modern-content .nav-pills .nav-default {
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent
}

.export-modern-area .modern-content .nav-pills .nav-default span {
    color: #0063dd
}

.export-modern-area .modern-content .nav-pills .nav-default.active,
.export-modern-area .modern-content .nav-pills .show>.nav-default {
    color: #9a9a9a;
    background-color: transparent;
    border-bottom: 1px solid #0063dd;
    position: relative
}

.export-modern-area .modern-content .tab-content span {
    color: #474747;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.export-modern-area .modern-content .tab-content p {
    margin-bottom: 30px
}

.export-modern-area .modern-content .tab-content .modern-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    background-color: #0063dd;
    border-radius: 5px;
    padding: 13px 20px 13px 24px;
    color: #fff;
    display: inline-block;
    margin-right: 25px
}

.export-modern-area .modern-content .tab-content .modern-btn i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-left: 2px
}

.export-modern-area .modern-content .tab-content .modern-btn:hover {
    background-color: #323131
}

.export-modern-area .modern-content .tab-content img {
    display: inline-block
}

.export-modern-area .modern-img {
    margin-bottom: 30px
}

.export-modern-area .modern-img img {
    width: 100%
}

.export-provide-area {
    background-color: #2d2d2d;
    background-image: url(../img/export/provide-bg.png);
    background-position: center center;
    background-repeat: no-repeat
}

.export-provide-area .export-section-title .sub-title {
    color: #c5c5c5
}

.export-provide-area .export-section-title .sub-title:before {
    background-color: #fff
}

.export-provide-area .export-section-title h2 {
    color: #fff
}

.export-provide-area .provide-head p {
    margin-bottom: 0;
    color: #cfcfcf
}

.export-provide-area .provide-item {
    margin-bottom: 30px;
    background-color: #393939;
    border: 1px solid #5b5b5b;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 3px
}

.export-provide-area .provide-item:hover {
    border: 1px solid #0063dd;
    background-color: #0063dd
}

.export-provide-area .provide-item i {
    display: inline-block;
    color: #fff;
    font-size: 55px;
    margin-bottom: 14px
}

.export-provide-area .provide-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px
}

.export-provide-area .provide-item p {
    color: #dcdcdc;
    margin-bottom: 0
}

.export-counter-area {
    background-color: #f9f9f9;
    background-image: url(../img/export/counter-bg.png);
    background-position: center center;
    background-repeat: no-repeat
}

.export-counter-area .counter-item {
    margin-bottom: 30px;
    position: relative
}

.export-counter-area .counter-item i {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    color: #0063dd;
    font-size: 50px;
    border: 5px solid #0063dd;
    position: absolute;
    left: 0;
    top: 0
}

.export-counter-area .counter-item .counter-inner {
    padding-left: 130px
}

.export-counter-area .counter-item .counter-inner h3 {
    font-weight: 600;
    font-size: 35px;
    color: #262424;
    font-family: poppins, sans-serif;
    margin-bottom: 6px
}

.export-counter-area .counter-item .counter-inner p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    color: #262424;
    display: inline-block
}

.export-skills-area .skill-img {
    margin-bottom: 30px
}

.export-skills-area .skill-content {
    margin-bottom: 30px;
    overflow-x: hidden
}

.export-skills-area .skill-content .export-section-title {
    margin-bottom: 15px
}

.export-skills-area .skill-content p {
    margin-bottom: 25px
}

.export-skills-area .skill-content .skill {
    margin-bottom: 35px;
    position: relative
}

.export-skills-area .skill-content .skill:before {
    width: 100%;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    background: #eaeaea;
    bottom: 0
}

.export-skills-area .skill-content .skill h3 {
    font-size: 15px;
    font-weight: 500;
    color: #262424;
    margin-bottom: 15px
}

.export-skills-area .skill-content .skill-bottom {
    margin-bottom: 2px
}

.export-skills-area .skill-content .skill-bar {
    width: 100%;
    height: 6px;
    background: #0063dd;
    display: block;
    position: relative
}

.export-skills-area .skill-content .skill-bar:before {
    position: absolute;
    top: -4px;
    right: -6px;
    content: '';
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd
}

.export-skills-area .skill-content .skill-bar span {
    position: absolute;
    top: -33px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #262424;
    margin-bottom: 0;
    display: inline-block
}

.export-skills-area .skill-content .skill1 {
    width: 85%
}

.export-skills-area .skill-content .skill1 .skill-count1 {
    right: -10px
}

.export-skills-area .skill-content .skill2 {
    width: 70%
}

.export-skills-area .skill-content .skill2 .skill-count2 {
    right: -10px
}

.export-skills-area .skill-content .skill3 {
    width: 90%
}

.export-skills-area .skill-content .skill3 .skill-count3 {
    right: -10px
}

.export-company-area .company-one {
    background-image: url(../img/export/company1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.export-company-area .company-one img {
    display: none
}

.export-company-area .company-item {
    padding: 45px 10px 50px 15px
}

.export-company-area .company-item .company-icon i {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    margin-bottom: 16px
}

.export-company-area .company-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    font-family: poppins, sans-serif
}

.export-company-area .company-item p {
    margin-bottom: 20px;
    color: #deedff
}

.export-company-area .company-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px
}

.export-company-area .company-item ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px
}

.export-company-area .company-item ul li:last-child {
    margin-bottom: 0
}

.export-company-area .company-item ul li i {
    font-size: 23px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-right: 4px;
    left: 0
}

.export-company-area .company-item a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #0063dd;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 15px 20px 15px 25px
}

.export-company-area .company-item a i {
    display: inline-block;
    color: #0063dd;
    font-size: 20px;
    position: relative;
    top: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-company-area .company-item a:hover {
    color: #fff;
    background-color: transparent
}

.export-company-area .company-item a:hover i {
    color: #fff
}

.export-company-area .company-two {
    background-color: #0063dd
}

.export-company-area .company-three {
    background-image: url(../img/export/company2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.export-company-area .company-three img {
    display: none
}

.export-company-area .company-four {
    background-color: #2d2d2d
}

.export-company-area .company-four a {
    color: #2d2d2d
}

.export-company-area .company-four a i {
    color: #2d2d2d
}

.export-logo-area .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.export-logo-area .logo-item {
    margin-bottom: 30px;
    text-align: center
}

.export-logo-area .logo-item a {
    display: block
}

.export-work-area .work-content {
    padding-right: 30px;
    max-width: 765px;
    margin-left: auto
}

.export-work-area .work-item {
    position: relative;
    margin-bottom: 30px
}

.export-work-area .work-item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #0063dd;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    font-size: 35px;
    position: absolute;
    top: 0;
    left: 0
}

.export-work-area .work-item .work-inner {
    padding-left: 100px
}

.export-work-area .work-item .work-inner h3 {
    font-weight: 600;
    font-size: 19px;
    font-family: poppins, sans-serif;
    color: #08104d;
    margin-bottom: 12px
}

.export-work-area .work-item .work-inner p {
    margin-bottom: 0
}

.export-work-area .work-img {
    margin-bottom: 30px;
    margin-top: 20px
}

.export-work-area .work-img img {
    width: 100%
}

.export-industry-area {
    background-image: url(../img/export/industry-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.export-industry-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #262626;
    opacity: .96;
    z-index: -1
}

.export-industry-area .export-section-title {
    margin-bottom: 25px
}

.export-industry-area .export-section-title .sub-title {
    color: #c5c5c5
}

.export-industry-area .export-section-title .sub-title:before {
    background-color: #fff
}

.export-industry-area .export-section-title h2 {
    color: #fff
}

.export-industry-area .industry-item {
    margin-bottom: 30px
}

.export-industry-area .industry-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

.export-industry-area .industry-item ul li {
    list-style-type: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px 12px;
    margin-right: 20px;
    max-width: 130px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-industry-area .industry-item ul li:hover {
    background-color: #0063dd
}

.export-industry-area .industry-item ul li:hover i {
    color: #fff
}

.export-industry-area .industry-item ul li:hover span {
    color: #fff
}

.export-industry-area .industry-item ul li:last-child {
    margin-right: 0
}

.export-industry-area .industry-item ul li i {
    display: block;
    color: #2d2d2d;
    font-size: 50px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-industry-area .industry-item ul li span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #2d2d2d;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-industry-area .industry-item p {
    color: #cfcfcf;
    font-size: 16px;
    margin-bottom: 25px
}

.export-industry-area .industry-item a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 13px 20px 13px 24px;
    color: #0063dd;
    display: inline-block
}

.export-industry-area .industry-item a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-left: 2px
}

.export-industry-area .industry-item a:hover {
    color: #fff;
    background-color: #0063dd
}

.export-industry-area .industry-img {
    margin-bottom: 30px
}

.export-industry-area .industry-img img {
    width: 100%
}

.industry-team-area .export-section-title {
    text-align: center
}

.industry-team-area .export-section-title .sub-title {
    display: inline-block
}

.industry-team-area .export-section-title h2 {
    margin-bottom: 12px
}

.industry-team-area .export-section-title p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.industry-team-area .charity-item .charity-top ul {
    background: unset;
    background-color: #0063dd
}

.industry-team-area .charity-item .charity-bottom span {
    color: #0063dd;
    -webkit-text-fill-color: unset
}

.industry-team-area .owl-theme .owl-dots .owl-dot.active span {
    background: #0063dd
}

.export-testimonial-area {
    background-image: url(../img/export/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.export-testimonial-area .export-section-title {
    text-align: center
}

.export-testimonial-area .export-section-title .sub-title {
    display: inline-block;
    color: #fff
}

.export-testimonial-area .export-section-title .sub-title:before {
    background-color: #fff
}

.export-testimonial-area .export-section-title h2 {
    color: #fff
}

.export-testimonial-area .testimonial-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.export-testimonial-area .testimonial-item:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: -1;
    background-color: #ececec;
    border-radius: 0 0 5px 5px;
    margin-left: auto;
    margin-right: auto
}

.export-testimonial-area .testimonial-item .testimonial-inner {
    position: relative;
    margin-bottom: 18px
}

.export-testimonial-area .testimonial-item .testimonial-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 80px
}

.export-testimonial-area .testimonial-item .testimonial-inner h3 {
    padding-top: 3px;
    font-size: 20px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    color: #4a4a4a;
    margin-bottom: 8px;
    padding-left: 100px
}

.export-testimonial-area .testimonial-item .testimonial-inner span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 100px
}

.export-testimonial-area .testimonial-item .testimonial-inner ul {
    margin: 0;
    padding: 0;
    padding-left: 100px
}

.export-testimonial-area .testimonial-item .testimonial-inner ul li {
    list-style-type: none;
    display: inline-block
}

.export-testimonial-area .testimonial-item .testimonial-inner ul li i {
    color: #ddd;
    font-size: 13px
}

.export-testimonial-area .testimonial-item .testimonial-inner ul li .checked {
    color: #f98a1d
}

.export-testimonial-area .testimonial-item p {
    font-size: 14px;
    margin-bottom: 0
}

.export-blog-area .export-section-title {
    text-align: center
}

.export-blog-area .export-section-title .sub-title {
    display: inline-block
}

.export-blog-area .export-section-title h2 {
    margin-bottom: 12px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto
}

.export-blog-area .export-section-title p {
    margin-bottom: 0;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto
}

.export-blog-area .blog-item {
    margin-bottom: 30px;
    background-color: #f3f3f3;
    -webkit-transition: all .5s;
    transition: all .5s
}

.export-blog-area .blog-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd94;
    box-shadow: 0 0 20px 0 #dddddd94
}

.export-blog-area .blog-item .blog-top {
    position: relative
}

.export-blog-area .blog-item .blog-top img {
    width: 100%
}

.export-blog-area .blog-item .blog-top .blog-head {
    background-color: #0063dd;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    right: 0
}

.export-blog-area .blog-item .blog-top .blog-head h3 {
    font-weight: 600;
    font-family: poppins, sans-serif;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0
}

.export-blog-area .blog-item .blog-top .blog-head span {
    display: block;
    font-size: 14px;
    color: #fff
}

.export-blog-area .blog-item .blog-bottom {
    padding: 25px
}

.export-blog-area .blog-item .blog-bottom span {
    display: block;
    font-size: 13px;
    color: #525252;
    margin-bottom: 8px
}

.export-blog-area .blog-item .blog-bottom h3 {
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
    font-size: 19px
}

.export-blog-area .blog-item .blog-bottom h3 a {
    display: block;
    line-height: 1.4;
    color: #262424
}

.export-blog-area .blog-item .blog-bottom h3 a:hover {
    color: #f42e14
}

.export-blog-area .blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    padding-top: 15px
}

.export-blog-area .blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    color: #525252
}

.export-blog-area .blog-item .blog-bottom ul li img {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.export-blog-area .blog-item .blog-bottom ul li a {
    display: block;
    color: #525252
}

.export-blog-area .blog-item .blog-bottom ul li a:hover {
    color: #0063dd
}

.export-contact-form-area {
    padding-bottom: 95px
}

.export-contact-form-area .export-section-title {
    text-align: center
}

.export-contact-form-area .export-section-title .sub-title {
    display: inline-block
}

.export-contact-form-area .soft-contact-btn {
    background-color: #0063dd
}

.export-contact-form-area .soft-contact-btn:hover {
    background-color: #323131
}

.export-subscribe-area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 #dddddd63;
    box-shadow: 0 0 30px 0 #dddddd63;
    margin-bottom: 100px;
    position: relative
}

.export-subscribe-area .subscribe-shape img {
    position: absolute;
    left: -23px;
    bottom: -23px
}

.export-subscribe-area .subscribe-item {
    margin-bottom: 30px
}

.export-subscribe-area .subscribe-item h2 {
    font-weight: 600;
    font-size: 35px;
    color: #323131;
    margin-bottom: 0
}

.export-subscribe-area .newsletter-form {
    margin-bottom: 30px;
    position: relative
}

.export-subscribe-area .newsletter-form .form-control {
    height: 55px;
    width: 100%;
    border-radius: 5px;
    background-color: #eef6ff;
    font-size: 14px;
    padding-left: 30px;
    border: 0
}

.export-subscribe-area .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.export-subscribe-area .newsletter-form ::-webkit-input-placeholder {
    color: #0063dd
}

.export-subscribe-area .newsletter-form :-ms-input-placeholder {
    color: #0063dd
}

.export-subscribe-area .newsletter-form ::-ms-input-placeholder {
    color: #0063dd
}

.export-subscribe-area .newsletter-form ::placeholder {
    color: #0063dd
}

.export-subscribe-area .newsletter-form .newsletter-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #0063dd;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    padding: 14px 16px 15px 19px
}

.export-subscribe-area .newsletter-form .newsletter-btn i {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 4px
}

.export-subscribe-area .newsletter-form .newsletter-btn:hover {
    background-color: #323131
}

.export-subscribe-area .newsletter-form .validation-danger {
    font-size: 14px;
    margin-top: 10px;
    color: #dc3545
}

.event-banner-area {
    background-image: url(../img/event/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 230px;
    padding-bottom: 280px;
    position: relative;
    overflow: hidden
}

.event-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .75;
    background-color: #000
}

.event-banner-area .banner-img img {
    position: absolute
}

.event-banner-area .banner-img img:nth-child(1) {
    left: 10px;
    bottom: 0;
    z-index: 1;
    max-width: 580px
}

.event-banner-area .banner-img img:nth-child(2) {
    left: 0;
    bottom: 0;
    max-width: 365px
}

.event-banner-area .banner-img img:nth-child(3) {
    left: 0;
    bottom: 0;
    right: -395px;
    margin-left: auto;
    margin-right: auto
}

.event-banner-area .banner-img img:nth-child(4) {
    left: 0;
    bottom: 190px;
    right: 31px;
    margin-left: auto;
    margin-right: auto
}

.event-banner-area .banner-img img:nth-child(5) {
    bottom: 100px;
    right: -74px
}

.event-banner-area .banner-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    text-align: center;
    z-index: 2
}

.event-banner-area .banner-content .countdown {
    max-width: 695px;
    margin-left: auto;
    margin-right: auto
}

.event-banner-area .banner-content .countdown .countdown-item {
    margin-bottom: 30px;
    position: relative
}

.event-banner-area .banner-content .countdown .countdown-item:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 7px;
    top: 24px;
    background-color: #d8ff00
}

.event-banner-area .banner-content .countdown .countdown-item:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 7px;
    top: 48px;
    background-color: #d8ff00
}

.event-banner-area .banner-content .countdown .countdown-item span {
    display: block;
    color: #d8ff00;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2
}

.event-banner-area .banner-content .countdown .countdown-item p {
    margin-bottom: 0;
    color: #d8ff00;
    font-weight: 500;
    font-size: 20px
}

.event-banner-area .banner-content .countdown .countdown-two:before {
    background-color: #ffa201
}

.event-banner-area .banner-content .countdown .countdown-two:after {
    background-color: #ffa201
}

.event-banner-area .banner-content .countdown .countdown-two span {
    color: #ffa201
}

.event-banner-area .banner-content .countdown .countdown-two p {
    color: #ffa201
}

.event-banner-area .banner-content .countdown .countdown-three:before {
    background-color: #00fcff
}

.event-banner-area .banner-content .countdown .countdown-three:after {
    background-color: #00fcff
}

.event-banner-area .banner-content .countdown .countdown-three span {
    color: #00fcff
}

.event-banner-area .banner-content .countdown .countdown-three p {
    color: #00fcff
}

.event-banner-area .banner-content .countdown .countdown-four:before {
    display: none
}

.event-banner-area .banner-content .countdown .countdown-four:after {
    display: none
}

.event-banner-area .banner-content .countdown .countdown-four span {
    color: #fff
}

.event-banner-area .banner-content .countdown .countdown-four p {
    color: #fff
}

.event-banner-area .banner-content .banner-text h1 {
    font-weight: 700;
    font-size: 85px;
    color: #fff;
    margin-bottom: 0
}

.event-banner-area .banner-content .banner-text span {
    display: block;
    font-family: montserrat, sans-serif;
    font-size: 75px;
    color: #fff
}

.event-banner-area .banner-content .banner-text p {
    color: #ffa201;
    font-size: 30px;
    margin-bottom: 35px
}

.event-banner-area .banner-content .banner-text p i {
    display: inline-block;
    border-right: 1px solid #726565;
    padding-right: 2px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.event-banner-area .banner-content .banner-btn a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 18px 20px;
    border-radius: 3px;
    z-index: 1
}

.event-banner-area .banner-content .banner-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    opacity: 1;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-banner-area .banner-content .banner-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.event-banner-area .banner-content .banner-btn .banner-btn-one {
    margin-right: 10px
}

.event-banner-area .banner-content .banner-btn .banner-btn-one:hover {
    color: #484848;
    background-color: #fff
}

.event-banner-area .banner-content .banner-btn .banner-btn-one:hover:before {
    width: 0;
    opacity: 0
}

.event-banner-area .banner-content .banner-btn .banner-btn-two {
    color: #484848;
    background-color: #fff;
    margin-left: 10px
}

.event-banner-area .banner-content .banner-btn .banner-btn-two:before {
    opacity: 0;
    width: 0
}

.event-banner-area .banner-content .banner-btn .banner-btn-two:hover {
    color: #fff
}

.event-banner-area .banner-content .banner-btn .banner-btn-two:hover:before {
    width: 100%;
    opacity: 1
}

.event-banner-area .banner-content .banner-social {
    position: absolute;
    bottom: -230px;
    left: 0;
    z-index: 2;
    right: 0
}

.event-banner-area .banner-content .banner-social ul {
    margin: 0;
    padding: 0
}

.event-banner-area .banner-content .banner-social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 25px
}

.event-banner-area .banner-content .banner-social ul li:last-child {
    margin-right: 0
}

.event-banner-area .banner-content .banner-social ul li a {
    font-size: 16px;
    color: #fff;
    display: block
}

.event-banner-area .banner-content .banner-social ul li a i {
    display: inline-block;
    color: #d8ff00;
    font-size: 20px;
    position: relative;
    top: 2px;
    border-right: 1px solid #5d647c;
    padding-right: 3px;
    margin-right: 4px
}

.event-banner-area .banner-content .banner-social ul li a:hover {
    color: #d8ff00
}

.event-banner-area .banner-content .banner-social ul li .twitter i {
    color: #ffa201
}

.event-banner-area .banner-content .banner-social ul li .twitter:hover {
    color: #ffa201
}

.event-banner-area .banner-content .banner-social ul li .linkedin i {
    color: #00fcff
}

.event-banner-area .banner-content .banner-social ul li .linkedin:hover {
    color: #00fcff
}

.event-section-title {
    text-align: center;
    margin-top: -3px;
    margin-bottom: 40px
}

.event-section-title .sub-title {
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 8px;
    display: inline-block
}

.event-section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    left: -9px;
    top: 4px;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%)
}

.event-section-title h2 {
    font-weight: 700;
    font-size: 35px;
    color: #323131;
    margin-bottom: 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.event-sponsor-area .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.event-sponsor-area .logo-item {
    margin-bottom: 30px;
    text-align: center
}

.event-sponsor-area .logo-item a {
    display: block
}

.event-sponsor-area .sponsor-btn {
    text-align: center;
    margin-top: 10px
}

.event-cmn-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding: 16px 23px 16px 22px
}

.event-cmn-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-cmn-btn i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.event-cmn-btn:hover {
    color: #fff;
    background-color: #484848
}

.event-cmn-btn:hover:before {
    width: 0%;
    opacity: 0
}

.event-about-area {
    padding-bottom: 115px
}

.event-about-area .row {
    position: relative
}

.event-about-area .about-img {
    margin-bottom: 30px
}

.event-about-area .about-img img {
    width: 100%
}

.event-about-area .about-item {
    margin-bottom: 30px;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    border-image-slice: 1;
    padding: 42px 50px 45px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
    box-shadow: 0 0 20px 0 #dddddd8c;
    border-radius: 5px;
    position: absolute;
    bottom: -45px;
    right: 15px;
    max-width: 605px;
    background-color: #fff
}

.event-about-area .about-item .event-section-title {
    text-align: left;
    margin-bottom: 20px
}

.event-about-area .about-item .event-section-title .sub-title {
    padding-left: 13px
}

.event-about-area .about-item .event-section-title .sub-title:before {
    left: 1px
}

.event-about-area .about-item span {
    display: block;
    color: #444343;
    font-size: 16px;
    margin-bottom: 12px
}

.event-about-area .about-item p {
    margin-bottom: 30px
}

.event-about-area .about-item .event-cmn-btn i {
    top: 3px
}

.event-benefit-area .event-section-title h2 {
    margin-bottom: 10px;
    max-width: 100%
}

.event-benefit-area .event-section-title p {
    margin-bottom: 0;
    max-width: 655px;
    margin-left: auto;
    margin-right: auto
}

.event-benefit-area .benefit-item {
    margin-bottom: 30px;
    padding: 30px 25px 26px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #ddd
}

.event-benefit-area .benefit-item:hover {
    -webkit-box-shadow: 0 0 20px 0 #dddddd94;
    box-shadow: 0 0 20px 0 #dddddd94;
    border: 1px solid transparent
}

.event-benefit-area .benefit-item i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: #ffa201;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px
}

.event-benefit-area .benefit-item h3 {
    font-weight: 600;
    font-size: 20px;
    font-family: poppins, sans-serif;
    color: #08104d;
    margin-bottom: 8px
}

.event-benefit-area .benefit-item p {
    color: #848484;
    font-size: 15px;
    margin-bottom: 0
}

.event-benefit-area .benefit-two i {
    background-color: #e74d26
}

.event-benefit-area .benefit-three i {
    background-color: #21a802
}

.event-benefit-area .benefit-four i {
    background-color: #0ffcff
}

.event-coming-area {
    background-color: #f5f5f5
}

.event-coming-area .coming-item {
    position: relative
}

.event-coming-area .coming-item img {
    width: 100%
}

.event-coming-area .coming-item .coming-inner {
    position: absolute;
    left: 55px;
    bottom: 45px
}

.event-coming-area .coming-item .coming-inner span {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px
}

.event-coming-area .coming-item .coming-inner span:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    bottom: 7px;
    left: 0;
    background-color: #fff
}

.event-coming-area .coming-item .coming-inner a {
    display: block;
    font-weight: 500;
    font-size: 30px;
    color: #fff
}

.event-coming-area .coming-item .coming-inner a:hover {
    color: #ea5e20
}

.event-schedule-area .event-section-title h2 {
    margin-bottom: 10px
}

.event-schedule-area .event-section-title p {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
}

.event-schedule-area .nav-pills {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px
}

.event-schedule-area .nav-pills .nav-item {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px
}

.event-schedule-area .nav-pills .nav-item .nav-default {
    text-align: center;
    padding: 12px 32px;
    background-color: #f7c3c0;
    display: block;
    border-radius: 3px
}

.event-schedule-area .nav-pills .nav-item .nav-default span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #e4392e;
    margin-bottom: 2px
}

.event-schedule-area .nav-pills .nav-item .nav-default p {
    margin-bottom: 0;
    font-size: 14px;
    color: #e4392e
}

.event-schedule-area .nav-pills .nav-default.active,
.event-schedule-area .nav-pills .show>.nav-default {
    color: #fff;
    background-color: unset;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%)
}

.event-schedule-area .nav-pills .nav-default.active span,
.event-schedule-area .nav-pills .show>.nav-default span {
    color: #fff
}

.event-schedule-area .nav-pills .nav-default.active p,
.event-schedule-area .nav-pills .show>.nav-default p {
    color: #fff
}

.event-schedule-area .tab-content .tab-pane ul {
    margin: 0;
    padding: 0
}

.event-schedule-area .tab-content .tab-pane ul li {
    list-style-type: none;
    display: block;
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd87;
    box-shadow: 0 0 20px 0 #dddddd87;
    border-left: 3px solid;
    border-image-source: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    border-image-slice: 1;
    margin-bottom: 20px;
    border-radius: 5px
}

.event-schedule-area .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
    border-right: 1px solid #d9d9d9
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left img {
    position: absolute;
    top: 0;
    left: 0
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left span {
    display: block;
    font-size: 16px;
    color: #64677c;
    margin-bottom: 5px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left h3 {
    font-weight: 600;
    font-size: 18px;
    color: #08104d;
    margin-bottom: 7px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li {
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li a {
    display: block;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 7px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-left ul li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.event-schedule-area .tab-content .tab-pane ul li .tab-middle span {
    display: block;
    font-size: 16px;
    color: #64677c;
    margin-bottom: 5px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-middle h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 7px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-middle p {
    margin-bottom: 0;
    font-size: 14px
}

.event-schedule-area .tab-content .tab-pane ul li .tab-right {
    text-align: right
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.event-form-area {
    background-image: url(../img/event/form-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.event-form-area .event-section-title {
    margin-bottom: 15px;
    text-align: left
}

.event-form-area .event-section-title .sub-title {
    padding-left: 13px
}

.event-form-area .event-section-title .sub-title:before {
    left: 1px
}

.event-form-area .event-section-title h2 {
    color: #fff;
    margin-left: 0
}

.event-form-area .form-item {
    padding-top: 100px;
    padding-bottom: 100px
}

.event-form-area .form-item p {
    color: #dbdbdb;
    font-size: 15px;
    margin-bottom: 25px
}

.event-form-area .form-item .event-cmn-btn {
    color: #484848;
    background-color: #fff
}

.event-form-area .form-item .event-cmn-btn:before {
    width: 0;
    opacity: 0
}

.event-form-area .form-item .event-cmn-btn i {
    top: 3px
}

.event-form-area .form-item .event-cmn-btn:hover {
    color: #fff
}

.event-form-area .form-item .event-cmn-btn:hover:before {
    opacity: 1;
    width: 100%
}

.event-form-area .form-wrap {
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 40px 45px;
    text-align: center;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    border-image-slice: 1;
    position: relative;
    top: 60px
}

.event-form-area .form-wrap h3 {
    font-weight: 600;
    font-size: 28px;
    color: #323131;
    margin-bottom: 10px
}

.event-form-area .form-wrap p {
    font-size: 15px;
    margin-bottom: 22px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.event-form-area .form-wrap .form-group {
    margin-bottom: 15px
}

.event-form-area .form-wrap .form-group .form-control {
    height: 45px;
    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;
    padding-left: 20px;
    font-size: 14px
}

.event-form-area .form-wrap .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dcdcdc
}

.event-form-area .form-wrap .form-group ::-webkit-input-placeholder {
    color: #a5a6ae
}

.event-form-area .form-wrap .form-group :-ms-input-placeholder {
    color: #a5a6ae
}

.event-form-area .form-wrap .form-group ::-ms-input-placeholder {
    color: #a5a6ae
}

.event-form-area .form-wrap .form-group ::placeholder {
    color: #a5a6ae
}

.event-form-area .form-wrap .form-group .nice-select {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;
    padding-left: 20px;
    font-size: 14px;
    color: #a5a6ae
}

.event-form-area .form-wrap .form-group .nice-select.open .list {
    display: block;
    width: 100%
}

.event-form-area .form-wrap .event-cmn-btn {
    margin-top: 25px;
    border: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-form-area .form-wrap .event-cmn-btn::before {
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-counter-area {
    background-image: url(../img/event/counter-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fffbf9;
    padding-top: 160px
}

.event-counter-area .counter-item {
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 6px solid #e85225;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.event-counter-area .counter-item h3 {
    font-weight: 600;
    font-size: 52px;
    color: #323131;
    margin-bottom: 0;
    padding-top: 38px
}

.event-counter-area .counter-item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #08104d
}

.event-counter-area .counter-two {
    border: 6px solid #1c9102
}

.event-counter-area .counter-three {
    border: 6px solid #d08832
}

.event-counter-area .counter-four {
    border: 6px solid #2842de
}

.event-speaker-area {
    position: relative
}

.event-speaker-area .speaker-shape img {
    position: absolute
}

.event-speaker-area .speaker-shape img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: event-ani-one 7s infinite linear;
    animation: event-ani-one 7s infinite linear
}

.event-speaker-area .speaker-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: event-ani-one 7s infinite linear;
    animation: event-ani-one 7s infinite linear
}

.event-speaker-area .event-section-title h2 {
    margin-bottom: 10px
}

.event-speaker-area .event-section-title p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.event-speaker-area .speaker-item {
    margin-bottom: 30px;
    text-align: center
}

.event-speaker-area .speaker-item:hover ul li span {
    color: #fff
}

.event-speaker-area .speaker-item:hover ul li span:before {
    opacity: 1;
    width: 100%
}

.event-speaker-area .speaker-item img {
    width: 100%
}

.event-speaker-area .speaker-item ul {
    margin: 0;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    padding: 5px;
    margin-bottom: 16px;
    margin-top: -19px;
    background-color: #fff;
    position: relative
}

.event-speaker-area .speaker-item ul li {
    list-style-type: none;
    display: inline-block
}

.event-speaker-area .speaker-item ul li span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 29px;
    color: #e6482a;
    border-radius: 50%;
    background-color: #f8c9be;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-speaker-area .speaker-item ul li span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-speaker-area .speaker-item ul li a {
    display: block;
    color: #6e6e6e;
    margin-left: 3px;
    margin-right: 3px
}

.event-speaker-area .speaker-item ul li a:hover {
    color: #e6482a
}

.event-speaker-area .speaker-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    margin-bottom: 4px
}

.event-speaker-area .speaker-item p {
    margin-bottom: 0;
    font-size: 14px
}

@-webkit-keyframes event-ani-one {
    0% {
        opacity: 1
    }
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

@keyframes event-ani-one {
    0% {
        opacity: 1
    }
    50% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}

.event-conference-area {
    background-image: url(../img/event/conference-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.event-conference-area .swiper-pagination-bullet-active {
    color: #ea691c !important
}

.event-conference-area .conference-video {
    text-align: center;
    position: relative
}

.event-conference-area .conference-video img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -128px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 385px;
    opacity: .5
}

.event-conference-area .conference-video a {
    z-index: 10;
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 145px;
    border-radius: 50%;
    position: relative;
    font-size: 70px;
    text-align: center;
    color: #e74d26
}

.event-conference-area .conference-video a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.event-conference-area .conference-video a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-conference-area .conference-video a:hover {
    color: #fff
}

.event-conference-area .conference-video a:hover:before {
    background-color: #e74d26
}

.event-conference-area .conference-video a:hover:after {
    background-color: #e74d26
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.event-conference-area .conference-content {
    border-radius: 5px;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    padding: 45px 40px 50px
}

.event-conference-area .conference-content span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff
}

.event-conference-area .conference-content h3 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px
}

.event-conference-area .conference-content p {
    color: #fff;
    margin-bottom: 18px
}

.event-conference-area .conference-content ul {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 14px;
    margin-bottom: 35px
}

.event-conference-area .conference-content ul:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 45px;
    left: 0;
    top: 4px;
    background-color: #fff
}

.event-conference-area .conference-content ul li {
    list-style-type: none;
    display: block
}

.event-conference-area .conference-content ul li:nth-child(1) {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px
}

.event-conference-area .conference-content ul li:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    color: #fff
}

.event-conference-area .conference-content a {
    display: inline-block;
    text-transform: uppercase;
    color: #e6432a;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    padding: 16px 23px 16px 22px
}

.event-conference-area .conference-content a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 4px
}

.event-conference-area .conference-content a:hover {
    color: #fff;
    background-color: #e6432a
}

.event-conference-area .swiper-slide {
    padding-right: 50px
}

.event-conference-area .swiper-container-horizontal>.swiper-pagination-bullets,
.event-conference-area .swiper-pagination-custom,
.event-conference-area .swiper-pagination-fraction {
    bottom: 145px;
    left: 0;
    width: 100%
}

.event-conference-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 40px 0;
    display: block;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    background: 0 0;
    margin-left: auto;
    margin-right: 10px
}

.event-pricing-area .event-section-title h2 {
    margin-bottom: 10px
}

.event-pricing-area .event-section-title p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.event-pricing-area .pricing-wrap {
    background-color: #21a702;
    text-align: center;
    margin-bottom: 65px
}

.event-pricing-area .pricing-wrap:hover .pricing-item {
    margin-left: 0;
    margin-right: 0
}

.event-pricing-area .pricing-wrap .pricing-item {
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-pricing-area .pricing-wrap .pricing-item img {
    position: absolute;
    height: 100%;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 0 #dddddd75;
    box-shadow: 0 0 20px 0 #dddddd75
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-top {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    border: 6px solid #fcede4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 0 #eb661d;
    box-shadow: 0 0 20px 0 #eb661d
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-top h3 {
    font-weight: 600;
    font-size: 37px;
    font-family: poppins, sans-serif;
    margin-bottom: 0;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 28px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-top span {
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -10px;
    right: 2px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom {
    position: relative
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom span {
    display: block;
    color: #fff;
    background-color: #ea691c;
    font-weight: 500;
    font-size: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 30px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    margin-bottom: 12px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li:last-child {
    margin-bottom: 0
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul li i {
    display: inline-block;
    color: #22a603;
    font-size: 22px;
    position: relative;
    top: 3px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom ul .close-icon i {
    color: #e75047
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border-radius: 50px;
    z-index: 1;
    padding: 18px 30px
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50px;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:hover {
    background-color: #484848
}

.event-pricing-area .pricing-wrap .pricing-item .pricing-bottom a:hover:before {
    opacity: 0;
    width: 0
}

.event-pricing-area .pricing-two {
    background-color: #e8611f
}

.event-pricing-area .pricing-three {
    background-color: #2741d8
}

.event-blog-area .event-section-title {
    margin-bottom: 25px
}

.event-blog-area .blog-item {
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px
}

.event-blog-area .blog-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd9c;
    box-shadow: 0 0 20px 0 #dddddd9c
}

.event-blog-area .blog-item a {
    display: block
}

.event-blog-area .blog-item a img {
    width: 100%
}

.event-blog-area .blog-item .blog-inner {
    padding: 30px 20px 30px 30px
}

.event-blog-area .blog-item .blog-inner .blog-span {
    font-size: 13px;
    color: #fb8120;
    display: inline-block;
    background-color: #f9e5d5;
    padding: 8px 10px;
    margin-bottom: 13px
}

.event-blog-area .blog-item .blog-inner p {
    font-size: 13px;
    color: #525252;
    margin-bottom: 10px
}

.event-blog-area .blog-item .blog-inner h3 {
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 600;
    font-size: 20px
}

.event-blog-area .blog-item .blog-inner h3 a {
    color: #262424;
    display: block
}

.event-blog-area .blog-item .blog-inner h3 a:hover {
    color: #fb8120
}

.event-blog-area .blog-item .blog-inner ul {
    margin: 0;
    padding: 0;
    padding-top: 12px
}

.event-blog-area .blog-item .blog-inner ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    color: #525252
}

.event-blog-area .blog-item .blog-inner ul li img {
    margin-right: 3px;
    display: inline-block
}

.event-blog-area .blog-item .blog-inner ul li a {
    display: block;
    color: #525252;
    border-bottom: 1px solid #525252
}

.event-blog-area .blog-item .blog-inner ul li a:hover {
    color: #fb8120
}

.event-blog-area .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #c7c7c7
}

.event-blog-area .owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.event-contact-form-area {
    padding-bottom: 95px
}

.event-contact-form-area .soft-contact-btn {
    background-color: #ea5c21
}

.event-contact-form-area .soft-contact-btn:hover {
    background-color: #323131
}

.event-map-area #map {
    width: 100%;
    display: block;
    height: 565px;
    border: 0
}

.event-footer-area .export-subscribe-area {
    margin-top: -100px
}

.event-footer-area .export-subscribe-area .form-control {
    background-color: #fff3f1
}

.event-footer-area .export-subscribe-area ::-webkit-input-placeholder {
    color: #888
}

.event-footer-area .export-subscribe-area :-ms-input-placeholder {
    color: #888
}

.event-footer-area .export-subscribe-area ::-ms-input-placeholder {
    color: #888
}

.event-footer-area .export-subscribe-area ::placeholder {
    color: #888
}

.event-footer-area .export-subscribe-area .newsletter-btn {
    background-color: unset;
    z-index: 1
}

.event-footer-area .export-subscribe-area .newsletter-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    border-radius: 5px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.event-footer-area .export-subscribe-area .newsletter-btn:hover {
    color: #fff;
    background-color: #323131
}

.event-footer-area .export-subscribe-area .newsletter-btn:hover:before {
    width: 0;
    opacity: 0
}

.event-footer-area .footer-item .footer-address i {
    background: linear-gradient(49deg, #e4392e 0%, #ec6a1c 57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.event-copyright-area .copyright-wrap .copyright-item p {
    text-align: left
}

.event-copyright-area .copyright-wrap .copyright-item ul {
    text-align: right
}

.navbar-light-eight {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-light-eight .navbar-nav .nav-item .nav-link {
    color: #737373
}

.navbar-light-eight .navbar-nav .nav-item .nav-link:focus,
.navbar-light-eight .navbar-nav .nav-item .nav-link:hover {
    color: #1e40c8
}

.navbar-light-eight .navbar-nav .nav-item .nav-link:before {
    background-color: #1e40c8
}

.navbar-light-eight .navbar-nav .nav-item .nav-link.active {
    color: #1e40c8
}

.navbar-light-eight .charity-nav-wrap .dropdown {
    border-right: 0;
    position: relative;
    top: -6px
}

.navbar-light-eight .charity-nav-wrap .dropdown .dropdown-toggle {
    color: #4c4c4c
}

.navbar-light-eight .charity-nav-wrap .cart {
    background-color: #e0e0e0;
    color: #4c4c4c;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.navbar-light-eight .charity-nav-wrap .search-icon {
    background-color: #e0e0e0;
    color: #4c4c4c;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.navbar-light-eight .charity-nav-wrap .side-icon .modal-btn {
    background-color: #e0e0e0;
    border-radius: 3px;
    color: #4c4c4c;
    margin-left: 10px
}

.navbar-light-eight .charity-nav-wrap .side-icon .modal-btn:hover {
    color: #fff
}

.navbar-light-eight.menu-shrink {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd
}

.seo-banner-area {
    position: relative;
    border-bottom: 1px solid #eee
}

.seo-banner-area .banner-img .banner-one-img {
    z-index: 1;
    position: absolute;
    top: 90px;
    right: 0;
    max-width: 610px
}

.seo-banner-area .banner-img .banner-two-img {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
    max-width: 610px
}

.seo-banner-area .banner-shape img {
    position: absolute
}

.seo-banner-area .banner-shape img:nth-child(1) {
    top: 0;
    left: 0;
    z-index: -1
}

.seo-banner-area .banner-shape img:nth-child(2) {
    top: 0;
    left: -65px;
    z-index: -1
}

.seo-banner-area .banner-shape img:nth-child(3) {
    top: 300px;
    left: 0;
    z-index: -1
}

.seo-banner-area .banner-shape img:nth-child(4) {
    top: 180px;
    left: 280px;
    z-index: -1;
    -webkit-animation: host-ani-one 13s infinite linear;
    animation: host-ani-one 13s infinite linear
}

.seo-banner-area .banner-shape img:nth-child(5) {
    top: 150px;
    left: 480px;
    z-index: -1
}

.seo-banner-area .banner-shape img:nth-child(6) {
    top: 212px;
    left: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    -webkit-animation: host-ani-two 12s infinite linear;
    animation: host-ani-two 12s infinite linear
}

.seo-banner-area .banner-shape img:nth-child(7) {
    bottom: 258px;
    left: 110px;
    z-index: -1;
    -webkit-animation: host-ani-two 12s infinite linear;
    animation: host-ani-two 12s infinite linear
}

.seo-banner-area .banner-shape img:nth-child(8) {
    bottom: 113px;
    left: 5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1
}

.seo-banner-area .banner-content {
    padding-top: 230px;
    padding-bottom: 240px;
    max-width: 610px;
    margin-left: 0
}

.seo-banner-area .banner-content span {
    display: block;
    font-size: 17px;
    color: #48d683;
    margin-bottom: 18px
}

.seo-banner-area .banner-content h1 {
    font-weight: 700;
    font-size: 52px;
    color: #1a1b1e;
    margin-bottom: 20px
}

.seo-banner-area .banner-content p {
    font-size: 17px;
    margin-bottom: 35px
}

.seo-banner-area .banner-content .banner-btn a {
    display: inline-block;
    width: 175px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    padding: 15px 35px;
    border: 1px solid #fa831f;
    -webkit-box-shadow: 0 0 20px 0 #fdd8da;
    box-shadow: 0 0 20px 0 #fdd8da;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.seo-banner-area .banner-content .banner-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(77deg, #fb8021 0%, #f2a412 64%)
}

.seo-banner-area .banner-content .banner-btn .banner-btn-left {
    margin-right: 10px
}

.seo-banner-area .banner-content .banner-btn .banner-btn-left:hover {
    color: #fb8021;
    background-color: #fff8ee
}

.seo-banner-area .banner-content .banner-btn .banner-btn-left:hover:before {
    width: 0
}

.seo-banner-area .banner-content .banner-btn .banner-btn-right {
    color: #fb8021;
    background-color: #fff8ee
}

.seo-banner-area .banner-content .banner-btn .banner-btn-right:before {
    width: 0
}

.seo-banner-area .banner-content .banner-btn .banner-btn-right:hover {
    color: #fff
}

.seo-banner-area .banner-content .banner-btn .banner-btn-right:hover:before {
    width: 100%
}

.seo-banner-area .banner-slider-area {
    max-width: 925px;
    position: absolute;
    bottom: 0
}

.seo-banner-area .banner-slider-area span {
    font-weight: 500;
    font-size: 18px;
    color: #262424;
    display: inline-block;
    border-bottom: 1px solid #262424;
    margin-bottom: 25px
}

.seo-banner-area .banner-slider-area .seo-banner-slider .slider-item a {
    display: block
}

.seo-banner-area .banner-slider-area .seo-banner-slider .slider-item a img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

.seo-banner-area .banner-slider-area .seo-banner-slider .owl-prev {
    font-size: 30px !important;
    color: #bebebe !important;
    position: absolute;
    left: -45px;
    top: -8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-banner-area .banner-slider-area .seo-banner-slider .owl-prev:hover {
    color: #f42e14 !important;
    background-color: transparent !important
}

.seo-banner-area .banner-slider-area .seo-banner-slider .owl-next {
    font-size: 30px !important;
    color: #bebebe !important;
    position: absolute;
    right: -45px;
    top: -8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-banner-area .banner-slider-area .seo-banner-slider .owl-next:hover {
    color: #f42e14 !important;
    background-color: transparent !important
}

.seo-banner-area .banner-social {
    position: absolute;
    top: 480px;
    left: -130px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.seo-banner-area .banner-social ul {
    margin: 0;
    padding: 0
}

.seo-banner-area .banner-social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

.seo-banner-area .banner-social ul li:nth-child(2) a {
    color: #48d77c
}

.seo-banner-area .banner-social ul li:nth-child(3) {
    margin-right: 0
}

.seo-banner-area .banner-social ul li:nth-child(3) a {
    color: #8058e7
}

.seo-banner-area .banner-social ul li a {
    display: block;
    color: #fa4312;
    font-size: 16px
}

.seo-banner-area .banner-social ul li a i {
    display: inline-block;
    padding-right: 2px;
    border-right: 1px solid #ddd
}

.seo-section-title {
    text-align: center;
    margin-bottom: 50px
}

.seo-section-title .sub-title {
    display: inline-block;
    font-size: 17px;
    color: #48d683;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px
}

.seo-section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 27px;
    height: 2px;
    left: -32px;
    bottom: 5px;
    background-color: #48d683
}

.seo-section-title h2 {
    font-weight: 700;
    font-size: 38px;
    color: #1a1b1e;
    margin-bottom: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

.seo-choose-area .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.seo-choose-area .choose-item {
    position: relative;
    margin-bottom: 30px
}

.seo-choose-area .choose-item img {
    position: absolute;
    top: 0;
    left: 0
}

.seo-choose-area .choose-item h3 {
    margin-bottom: 0;
    color: #262424;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    padding-left: 80px;
    padding-top: 6px
}

.seo-introduce-area {
    position: relative
}

.seo-introduce-area .introduce-shape img {
    position: absolute
}

.seo-introduce-area .introduce-shape img:nth-child(1) {
    top: -220px;
    right: 0;
    z-index: -1
}

.seo-introduce-area .introduce-shape img:nth-child(2) {
    top: 0;
    right: 55px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-introduce-area .introduce-shape img:nth-child(3) {
    top: 220px;
    right: 130px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 #ddd;
    box-shadow: 0 0 40px 0 #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.seo-introduce-area .introduce-img {
    position: relative;
    margin-bottom: 30px
}

.seo-introduce-area .introduce-img img:nth-child(1) {
    position: relative;
    z-index: 1
}

.seo-introduce-area .introduce-img img:nth-child(2) {
    position: absolute;
    bottom: -8px;
    left: -10px
}

.seo-introduce-area .seo-section-title {
    text-align: left;
    margin-bottom: 30px
}

.seo-introduce-area .seo-section-title .sub-title {
    padding-left: 34px
}

.seo-introduce-area .seo-section-title .sub-title:before {
    left: 0
}

.seo-introduce-area .seo-section-title h2 {
    max-width: 100%
}

.seo-introduce-area .introduce-item {
    margin-bottom: 30px
}

.seo-introduce-area .introduce-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}

.seo-introduce-area .introduce-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 35px
}

.seo-introduce-area .introduce-item ul li:last-child {
    margin-bottom: 0
}

.seo-introduce-area .introduce-item ul li .introduce-left {
    position: relative
}

.seo-introduce-area .introduce-item ul li .introduce-left:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 50px;
    border: 1px solid #ef9c3a;
    background-color: #fff8ee;
    top: 6px;
    right: 5px
}

.seo-introduce-area .introduce-item ul li .introduce-left i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #fc7d22;
    display: inline-block;
    font-size: 50px
}

.seo-introduce-area .introduce-item ul li .introduce-left p {
    font-weight: 500;
    font-size: 15px;
    color: #7a7d98;
    margin-bottom: 3px;
    padding-left: 60px
}

.seo-introduce-area .introduce-item ul li .introduce-left h3 {
    font-weight: 500;
    font-size: 25px;
    font-family: poppins, sans-serif;
    color: #08104d;
    padding-left: 60px;
    margin-bottom: 0
}

.seo-introduce-area .introduce-item ul li .introduce-left h3 span {
    display: inline-block;
    color: #fc7d22;
    font-size: 18px;
    margin-left: 2px
}

.seo-introduce-area .introduce-item ul li .introduce-right p {
    margin-bottom: 0
}

.seo-introduce-area .introduce-item .introduce-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fb8021;
    border: 1px solid #fb8021;
    background-color: #fff8ee;
    padding: 13px 32px;
    border-radius: 50px;
    display: inline-block
}

.seo-introduce-area .introduce-item .introduce-link:hover {
    color: #fff;
    background-color: #fb8021
}

.seo-service-area {
    position: relative
}

.seo-service-area .service-shape img {
    position: absolute
}

.seo-service-area .service-shape img:nth-child(1) {
    left: 0;
    top: 0;
    z-index: -1
}

.seo-service-area .service-shape img:nth-child(2) {
    bottom: 310px;
    left: 60px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-service-area .service-shape img:nth-child(3) {
    top: 62px;
    left: 140px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 #ddd;
    box-shadow: 0 0 40px 0 #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.seo-service-area .service-shape img:nth-child(4) {
    top: 0;
    right: 0;
    z-index: -1
}

.seo-service-area .service-shape img:nth-child(5) {
    top: -65px;
    right: 25%;
    z-index: -1
}

.seo-service-area .service-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddda1;
    box-shadow: 0 0 20px 0 #dddddda1;
    border-radius: 5px;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff
}

.seo-service-area .service-item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(77deg, #fb8021 0%, #f2a412 64%)
}

.seo-service-area .service-item:hover img {
    opacity: 1;
    right: 0;
    top: 0
}

.seo-service-area .service-item:hover .service-icon i {
    color: #fff
}

.seo-service-area .service-item:hover h3 {
    color: #fff
}

.seo-service-area .service-item:hover p {
    color: #fff
}

.seo-service-area .service-item:hover a {
    color: #fff
}

.seo-service-area .service-item:hover:before {
    width: 100%;
    height: 100%
}

.seo-service-area .service-item img {
    position: absolute;
    top: -100px;
    right: -100px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-service-area .service-item .service-icon i {
    display: inline-block;
    color: #f7911a;
    font-size: 50px;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-service-area .service-item .service-two i {
    color: #62bf7e
}

.seo-service-area .service-item .service-three i {
    color: #ee394d
}

.seo-service-area .service-item .service-four i {
    color: #f57d26
}

.seo-service-area .service-item .service-five i {
    color: #6f5faa
}

.seo-service-area .service-item .service-six i {
    color: #62bf7e
}

.seo-service-area .service-item h3 {
    font-weight: 600;
    font-size: 20px;
    color: #08104d;
    font-family: poppins, sans-serif;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-service-area .service-item p {
    margin-bottom: 10px;
    color: #848484;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-service-area .service-item a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #858585;
    text-transform: uppercase
}

.seo-service-area .service-item a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px
}

.seo-experience-area {
    position: relative
}

.seo-experience-area .experience-shape img {
    position: absolute
}

.seo-experience-area .experience-shape img:nth-child(1) {
    left: 0;
    top: -50px
}

.seo-experience-area .experience-shape img:nth-child(2) {
    left: 0;
    top: 0
}

.seo-experience-area .seo-section-title h2 {
    margin-bottom: 10px;
    max-width: 100%
}

.seo-experience-area .seo-section-title p {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.seo-experience-area .experience-item {
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f69518;
    border: 17px solid #ffe5e6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.seo-experience-area .experience-item:hover img {
    -webkit-animation: ride-ani-five 10s infinite linear;
    animation: ride-ani-five 10s infinite linear
}

.seo-experience-area .experience-item h3 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    font-family: poppins, sans-serif;
    margin-bottom: 0;
    margin-top: 37px
}

.seo-experience-area .experience-item img {
    position: absolute;
    bottom: -29px;
    left: -30px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px
}

.seo-experience-area .experience-one {
    margin-top: 30px
}

.seo-experience-area .experience-two {
    border: 17px solid #ffe5e5;
    background-color: red
}

.seo-experience-area .experience-three {
    border: 17px solid #e8f0eb;
    background-color: #48d683;
    margin-top: 30px
}

.seo-experience-area .experience-four {
    border: 17px solid #ebe7f7;
    background-color: #8454ff
}

.seo-faq-area {
    position: relative
}

.seo-faq-area .faq-shape img {
    position: absolute
}

.seo-faq-area .faq-shape img:nth-child(1) {
    left: 0;
    top: 0;
    z-index: -1
}

.seo-faq-area .faq-shape img:nth-child(2) {
    top: 72px;
    left: 105px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 #ddd;
    box-shadow: 0 0 40px 0 #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.seo-faq-area .faq-shape img:nth-child(3) {
    bottom: 55px;
    left: 60px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-faq-area .faq-shape img:nth-child(4) {
    top: -545px;
    right: 0;
    z-index: -1
}

.seo-faq-area .faq-item {
    margin-bottom: 30px
}

.seo-faq-area .faq-item h2 {
    font-weight: 600;
    font-size: 35px;
    color: #1a1a1a;
    margin-bottom: 25px
}

.seo-faq-area .faq-item .accordion {
    padding-left: 0;
    margin-bottom: 30px
}

.seo-faq-area .faq-item .accordion a {
    width: 100%;
    font-weight: 500;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #1a1a1a;
    padding-left: 25px
}

.seo-faq-area .faq-item .accordion a:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    left: 0;
    top: 10px;
    background-color: #1a1a1a
}

.seo-faq-area .faq-item .accordion p {
    display: none;
    margin-bottom: 0;
    color: #777;
    font-size: 14px;
    padding: 15px 100px 5px 25px
}

.seo-faq-area .faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px
}

.seo-faq-area .faq-item .accordion li:last-child {
    margin-bottom: 0
}

.seo-faq-area .faq-item .faq-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fb8021;
    border: 1px solid #fb8021;
    background-color: #fff8ee;
    padding: 13px 32px;
    border-radius: 50px;
    display: inline-block
}

.seo-faq-area .faq-item .faq-link:hover {
    color: #fff;
    background-color: #fb8021
}

.seo-faq-area .faq-img {
    margin-bottom: 30px;
    position: relative
}

.seo-faq-area .faq-img img:nth-child(1) {
    position: relative;
    z-index: 1
}

.seo-faq-area .faq-img img:nth-child(2) {
    position: absolute;
    top: -11px;
    right: 17px;
    max-width: 546px
}

.seo-grow-area {
    background: linear-gradient(77deg, #fb8021 0%, #f2a412 64%);
    position: relative
}

.seo-grow-area .grow-shape img {
    position: absolute;
    top: 60px;
    right: 50px
}

.seo-grow-area .seo-section-title {
    text-align: left;
    margin-bottom: 25px
}

.seo-grow-area .seo-section-title .sub-title {
    color: #fff;
    padding-left: 38px
}

.seo-grow-area .seo-section-title .sub-title:before {
    background-color: #fff;
    left: 0
}

.seo-grow-area .seo-section-title h2 {
    color: #fff;
    margin-left: 0;
    max-width: 475px
}

.seo-grow-area .grow-img img {
    position: relative;
    top: 40px
}

.seo-grow-area .grow-item {
    padding-top: 75px;
    padding-bottom: 80px
}

.seo-grow-area .grow-item form {
    position: relative;
    background-color: #ffa935;
    border: 2px solid #ffd7ab;
    border-radius: 50px;
    padding-right: 190px;
    padding-top: 10px;
    padding-bottom: 10px
}

.seo-grow-area .grow-item form .form-group {
    margin-bottom: 0
}

.seo-grow-area .grow-item form .form-group .form-control {
    height: 30px;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #fff;
    border-radius: 0;
    padding-left: 35px
}

.seo-grow-area .grow-item form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-right: 1px solid #fff
}

.seo-grow-area .grow-item form .form-group ::-webkit-input-placeholder {
    color: #fff
}

.seo-grow-area .grow-item form .form-group :-ms-input-placeholder {
    color: #fff
}

.seo-grow-area .grow-item form .form-group ::-ms-input-placeholder {
    color: #fff
}

.seo-grow-area .grow-item form .form-group ::placeholder {
    color: #fff
}

.seo-grow-area .grow-item form .group-two .form-control {
    border-right: 0;
    padding-left: 10px
}

.seo-grow-area .grow-item form .group-two .form-control:focus {
    border-right: 0
}

.seo-grow-area .grow-item form .grow-form-btn {
    font-weight: 500;
    font-size: 15px;
    color: #f29a15;
    text-transform: uppercase;
    background-color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 15px 35px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-grow-area .grow-item form .grow-form-btn:hover {
    color: #fff;
    background-color: #1a1a1a
}

.seo-case-area {
    padding-top: 120px;
    position: relative
}

.seo-case-area .case-shape img {
    position: absolute
}

.seo-case-area .case-shape img:nth-child(1) {
    left: 0;
    top: 240px;
    z-index: -1
}

.seo-case-area .case-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
    z-index: -1
}

.seo-case-area .case-shape img:nth-child(3) {
    bottom: 35px;
    right: 110px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-case-area .case-shape img:nth-child(4) {
    bottom: 435px;
    right: 70px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 #ddd;
    box-shadow: 0 0 40px 0 #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.seo-case-area .seo-section-title {
    text-align: left;
    position: relative
}

.seo-case-area .seo-section-title .sub-title {
    padding-left: 38px
}

.seo-case-area .seo-section-title .sub-title:before {
    left: 0
}

.seo-case-area .seo-section-title h2 {
    margin-left: 0;
    max-width: 100%
}

.seo-case-area .seo-section-title .nav-link {
    position: absolute;
    right: 0;
    bottom: 0
}

.seo-case-area .seo-section-title .nav-link a {
    display: inline-block;
    width: 60px;
    height: 35px;
    line-height: 39px;
    border-radius: 50px;
    color: #fb8120;
    position: relative;
    z-index: 1;
    font-size: 25px;
    text-align: center
}

.seo-case-area .seo-section-title .nav-link a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 35px;
    border-radius: 50px;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(77deg, #fb8021 0%, #f2a412 64%);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-case-area .seo-section-title .nav-link a:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #fb81205c;
    box-shadow: 0 0 20px 0 #fb81205c
}

.seo-case-area .seo-section-title .nav-link a:hover:before {
    width: 60px;
    opacity: 1
}

.seo-case-area .case-wrap {
    margin-bottom: 30px
}

.seo-case-area .case-item {
    position: relative
}

.seo-case-area .case-item img {
    display: none
}

.seo-case-area .case-item .case-inner span {
    display: block;
    position: relative;
    color: #fff;
    padding-left: 23px;
    margin-bottom: 8px
}

.seo-case-area .case-item .case-inner span:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    left: 0;
    bottom: 8px;
    background-color: #fff
}

.seo-case-area .case-item .case-inner a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #fff
}

.seo-case-area .case-item .case-inner a:hover {
    color: #f29a15
}

.seo-case-area .case-one {
    background-image: url(../img/seo/case1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 320px;
    padding-left: 50px;
    padding-bottom: 40px
}

.seo-case-area .case-two {
    background-image: url(../img/seo/case2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 320px;
    padding-left: 50px;
    padding-bottom: 40px
}

.seo-case-area .case-three {
    background-image: url(../img/seo/case3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 320px;
    padding-left: 50px;
    padding-bottom: 40px
}

.seo-case-area .case-four {
    background-image: url(../img/seo/case4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 320px;
    padding-left: 50px;
    padding-bottom: 40px
}

.seo-pricing-area {
    position: relative
}

.seo-pricing-area .pricing-shape img {
    position: absolute
}

.seo-pricing-area .pricing-shape img:nth-child(1) {
    left: 0;
    bottom: 0;
    z-index: -1
}

.seo-pricing-area .pricing-shape img:nth-child(2) {
    bottom: 25px;
    left: 140px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-pricing-area .pricing-shape img:nth-child(3) {
    bottom: -85px;
    right: 0;
    z-index: -1
}

.seo-pricing-area .pricing-shape img:nth-child(4) {
    bottom: 0;
    right: 0;
    z-index: -1
}

.seo-pricing-area .pricing-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd78;
    box-shadow: 0 0 20px 0 #dddddd78;
    text-align: center;
    margin-bottom: 80px
}

.seo-pricing-area .pricing-wrap:hover .pricing-item {
    margin-left: 0;
    margin-right: 0;
    top: 0
}

.seo-pricing-area .pricing-wrap .pricing-item {
    background-color: #fe0400;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.seo-pricing-area .pricing-wrap .pricing-item img {
    position: absolute;
    right: 0;
    bottom: 0
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-top {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    border: 8px solid #fef7eb;
    -webkit-box-shadow: 0 0 20px 0 #dddddd78;
    box-shadow: 0 0 20px 0 #dddddd78;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 15px;
    top: -30px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-top h3 {
    font-weight: 600;
    font-size: 37px;
    color: red;
    font-family: poppins, sans-serif;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 25px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-top span {
    display: inline-block;
    color: red;
    position: relative;
    top: -10px;
    font-size: 25px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-middle {
    margin-top: -30px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-middle span {
    display: block;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    background-color: #d31c1c;
    padding-top: 12px;
    padding-bottom: 12px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end {
    padding: 30px 15px 45px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end ul li {
    list-style-type: none;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end ul li:last-child {
    margin-bottom: 0
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end ul li i {
    display: inline-block;
    font-size: 25px;
    position: relative;
    top: 4px
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end .pricing-link {
    font-weight: 500;
    font-size: 15px;
    color: red;
    background-color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 50px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 #dddddd78;
    box-shadow: 0 0 20px 0 #dddddd78
}

.seo-pricing-area .pricing-wrap .pricing-item .pricing-end .pricing-link:hover {
    color: #fff;
    background-color: red
}

.seo-pricing-area .pricing-wrap .pricing-two {
    background-color: #f28a1a
}

.seo-pricing-area .pricing-wrap .pricing-two .pricing-middle span {
    background-color: #c88512
}

.seo-pricing-area .pricing-wrap .pricing-two .pricing-end .pricing-link {
    color: #c88512
}

.seo-pricing-area .pricing-wrap .pricing-three {
    background-color: #48d683
}

.seo-pricing-area .pricing-wrap .pricing-three .pricing-middle span {
    background-color: #43bf77
}

.seo-pricing-area .pricing-wrap .pricing-three .pricing-end .pricing-link {
    color: #43bf77
}

.seo-have-area {
    background-image: url(../img/seo/have-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.seo-have-area img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
    height: 100%
}

.seo-have-area .have-item {
    text-align: left;
    max-width: 570px;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 75px
}

.seo-have-area .have-item .seo-section-title {
    margin-bottom: 15px;
    text-align: left
}

.seo-have-area .have-item .seo-section-title .sub-title {
    color: #fff;
    padding-left: 38px
}

.seo-have-area .have-item .seo-section-title .sub-title:before {
    left: 0;
    background-color: #fff
}

.seo-have-area .have-item .seo-section-title h2 {
    color: #fff;
    position: relative;
    margin-left: 0;
    max-width: 100%
}

.seo-have-area .have-item p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
    position: relative
}

.seo-have-area .have-item .have-btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 15px 35px;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden
}

.seo-have-area .have-item .have-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(77deg, #fb8021 0%, #f2a412 64%)
}

.seo-have-area .have-item .have-btn a:hover {
    color: #08104d
}

.seo-have-area .have-item .have-btn a:hover:before {
    width: 0
}

.seo-have-area .have-item .have-btn .have-btn-left {
    margin-right: 12px
}

.seo-have-area .have-item .have-btn .have-btn-right {
    color: #08104d
}

.seo-have-area .have-item .have-btn .have-btn-right:before {
    width: 0
}

.seo-have-area .have-item .have-btn .have-btn-right:hover {
    color: #fff
}

.seo-have-area .have-item .have-btn .have-btn-right:hover:before {
    width: 100%
}

.seo-testimonial-area {
    background-image: none;
    position: relative
}

.seo-testimonial-area .testimonial-shape img {
    position: absolute
}

.seo-testimonial-area .testimonial-shape img:nth-child(1) {
    top: 20px;
    left: 0;
    z-index: -1
}

.seo-testimonial-area .testimonial-shape img:nth-child(2) {
    top: 100px;
    right: 0;
    z-index: -1
}

.seo-testimonial-area .testimonial-shape img:nth-child(3) {
    bottom: 0;
    right: 300px;
    z-index: -1;
    -webkit-animation: host-ani-three 12s infinite linear;
    animation: host-ani-three 12s infinite linear
}

.seo-testimonial-area .testimonial-shape img:nth-child(4) {
    top: 200px;
    right: 430px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 #ddd;
    box-shadow: 0 0 40px 0 #ddd;
    border-radius: 50%;
    -webkit-animation: host-ani-seven 3s infinite linear;
    animation: host-ani-seven 3s infinite linear
}

.seo-testimonial-area .testimonial-shape img:nth-child(5) {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: host-ani-two 12s infinite linear;
    animation: host-ani-two 12s infinite linear
}

.seo-testimonial-area .testimonial-shape img:nth-child(6) {
    right: 0;
    bottom: 0;
    z-index: -1
}

.seo-testimonial-area .testimonial-item {
    border-right: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 0;
    max-width: 500px;
    padding-right: 15px;
    margin-bottom: 0;
    background-color: transparent
}

.seo-testimonial-area .testimonial-item:before {
    display: none
}

.seo-blog-area .seo-section-title {
    text-align: left
}

.seo-blog-area .seo-section-title .sub-title {
    padding-left: 38px
}

.seo-blog-area .seo-section-title .sub-title:before {
    left: 0
}

.seo-blog-area .seo-section-title h2 {
    margin-left: 0
}

.seo-blog-area .blog-item {
    margin: 0;
    margin-bottom: 30px
}

.seo-subscribe-area {
    position: relative
}

.seo-subscribe-area .subscribe-shape img {
    position: absolute
}

.seo-subscribe-area .subscribe-shape img:nth-child(1) {
    bottom: 45px;
    left: 0;
    right: 0
}

.seo-subscribe-area .subscribe-shape img:nth-child(2) {
    bottom: 0;
    left: 0;
    right: 0
}

.seo-subscribe-area .subscribe-wrap {
    padding: 50px 45px 20px;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 5px;
    position: relative;
    background-color: #fff
}

.seo-subscribe-area .subscribe-wrap img {
    position: absolute
}

.seo-subscribe-area .subscribe-wrap img:nth-child(1) {
    top: 0;
    left: 0;
    width: auto
}

.seo-subscribe-area .subscribe-wrap img:nth-child(2) {
    bottom: -25px;
    left: -25px;
    max-width: 110px
}

.seo-subscribe-area .subscribe-wrap .subscribe-item {
    margin-bottom: 30px
}

.seo-subscribe-area .subscribe-wrap .subscribe-item h2 {
    font-weight: 600;
    font-size: 35px;
    color: #08104d;
    margin-bottom: 0
}

.seo-subscribe-area .subscribe-wrap .newsletter-form {
    position: relative;
    margin-bottom: 30px
}

.seo-subscribe-area .subscribe-wrap .newsletter-form .form-control {
    height: 55px;
    border-radius: 0;
    border: 0;
    background-color: #fff3f1;
    padding-left: 30px;
    font-size: 14px;
    border-radius: 50px
}

.seo-subscribe-area .subscribe-wrap .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.seo-subscribe-area .subscribe-wrap .newsletter-form ::-webkit-input-placeholder {
    color: #888
}

.seo-subscribe-area .subscribe-wrap .newsletter-form :-ms-input-placeholder {
    color: #888
}

.seo-subscribe-area .subscribe-wrap .newsletter-form ::-ms-input-placeholder {
    color: #888
}

.seo-subscribe-area .subscribe-wrap .newsletter-form ::placeholder {
    color: #888
}

.seo-subscribe-area .subscribe-wrap .newsletter-form .newsletter-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fb8021;
    border: 1px solid #fb8021;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 15px 25px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff8ee;
    opacity: 1
}

.seo-subscribe-area .subscribe-wrap .newsletter-form .newsletter-btn:hover {
    color: #fff;
    background-color: #fb8021
}

.seo-subscribe-area .subscribe-wrap .newsletter-form .validation-danger {
    margin-top: 10px;
    color: #dc3545
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #f4f7d7; 
}

.d-table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.spinners {
    width: 161px;
    height: 143px;
    background-size: 100% auto;
    background-image: url(../img/newlogo.png); 
    margin: 0 auto;
    animation: zoom-in-zoom-out 1s ease infinite;
}

.loading-bar {
    width: 130px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 20px; 
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.loading-bar::before {
    content: '';
    width: 68px;
    height: 2px;
    background: #0073b1;
    position: absolute;
    left: -34px;
    animation: bluebar 1.5s infinite ease;
}

@keyframes bluebar {
    50% {
        left: 96px;
    }
}

.page-title-area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    z-index: 1;
    background-color: #08104d
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page-bg/page-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -7px;
    background-color: #48d683;
    width: 10px;
    height: 10px;
    border-radius: 4px
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none
}

.page-title-area .page-title-content ul li a {
    color: #fff
}

.page-title-area .page-title-content ul li a:hover {
    color: #48d683
}

.page-title-area .page-title-content ul .active {
    color: #48d683
}

.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table
}

.page-navigation-area .pagination {
    margin-bottom: 0 !important
}

.page-navigation-area .page-link {
    color: #48d683;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 24px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 700
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px
}

.page-navigation-area .page-link:hover {
    color: #fff;
    background-color: #48d683;
    border: 1px solid #48d683
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px
}

.page-navigation-area .page-item {
    padding: 0 8px
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #48d683;
    border-color: #48d683
}

.bg-color {
    background-color: #eee
}

.mb-30 {
    margin-bottom: 30px
}

.team-page .charity-item {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin: 0;
    margin-bottom: 30px
}

.terms-conditions h3 {
    font-weight: 700;
    font-size: 22px;
    color: #08104d;
    margin-bottom: 30px
}

.terms-conditions ul {
    padding-left: 0;
    list-style: none
}

.terms-conditions-area h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #08104d
}

.terms-conditions-area ul {
    padding-left: 0
}

.terms-conditions-area ul li {
    margin-bottom: 20px;
    list-style: none
}

.terms-conditions-area ul li p {
    position: relative;
    padding-left: 35px
}

.terms-conditions-area ul li p strong {
    position: absolute;
    left: 0;
    top: 0
}

.user-area-all-style {
    position: relative;
    z-index: 1
}

.user-area-all-style h3 {
    font-size: 22px;
    font-weight: 700;
    color: #08104d
}

.user-area-all-style .contact-form-action {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 40px;
    margin: auto;
    max-width: 570px
}

.user-area-all-style .contact-form-action form .submit-btn {
    margin-top: 24px
}

.user-area-all-style .contact-form-action form .default-btn {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 30px;
    border: none;
    color: #fff;
    margin-top: 0
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
    display: table;
    margin: 0 auto;
    padding: 15px 40px
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
    background-color: #db4a39
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    background-color: #3b5998;
    display: table;
    margin: 0 auto 30px
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    background-color: #00acee;
    float: right
}

.user-area-all-style .contact-form-action form .reset-btn {
    margin-top: 0
}

.user-area-all-style .contact-form-action form .form-condition {
    margin-bottom: 20px
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
    color: #48d683
}

.user-area-all-style .contact-form-action form .form-group {
    margin-bottom: 30px
}

.user-area-all-style .contact-form-action form .form-group .form-control {
    height: 50px
}

.user-area-all-style .contact-form-action form .form-group .form-control:placeholder {
    font-size: 14px
}

.user-area-all-style .contact-form-action form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.user-area-all-style .contact-form-action .account-desc {
    margin: 25px auto 0;
    display: table;
    font-weight: 400
}

.user-area-all-style .contact-form-action .account-desc a {
    color: #48d683;
    margin-left: 10px;
    font-weight: 400
}

.user-area-all-style .contact-form-action #chb1 {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.user-area-all-style .contact-form-action #chb2 {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.user-area-all-style .contact-form-action .forget {
    float: right;
    color: #48d683;
    font-weight: 400
}

.user-area-all-style .contact-form-action .now-register {
    font-weight: 400;
    float: right;
    margin-bottom: 30px
}

.user-area-all-style .contact-form-action .now-register a {
    color: #48d683
}

.user-area-all-style .contact-form-action .now-log-in {
    color: #48d683;
    font-weight: 400
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
    font-weight: 400
}

.user-area-all-style .log-in-img {
    background-image: url(../../assets/img/log-in-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.user-area-all-style .sign-in-img {
    background-image: url(../../assets/img/sign-in-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.recover-password-area .contact-form-action {
    max-width: 570px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.recover-password-area .contact-form-action .form-heading h3 {
    font-size: 30px;
    margin-bottom: 20px
}

.recover-password-area .contact-form-action .form-heading p {
    margin-bottom: 30px
}

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #48d683
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background-color: #fef4f8;
    padding: 70px 30px
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #08104d;
    font-size: 60px;
    margin-top: -18px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #08104d;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 45px;
    font-weight: 700;
    background-color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 4px
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, .3);
    padding-left: 15px;
    color: #fff;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #08104d;
    color: #777
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #48d683
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    margin-top: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #48d683
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto
}

.coming-soon-area .coming-soon-content ul {
    margin-top: 30px;
    padding-left: 0
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    margin: 0 5px
}

.coming-soon-area .coming-soon-content ul li a {
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #48d683;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block
}

.coming-soon-area .coming-soon-content ul li a i {
    font-size: 18px
}

.coming-soon-area .coming-soon-content ul li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important
}

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #08104d;
    font-weight: 700
}

.error-area .error-content-wrap h1 .a {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block
}

.error-area .error-content-wrap h1 .red {
    color: red;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
    display: inline-block
}

.error-area .error-content-wrap h1 .b {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content-wrap p {
    margin: 20px 0;
    font-size: 19px;
    color: #08104d
}

.blog-details-area {}

.blog-details-area h3 {
    color: #08104d;
    font-weight: 700
}

.blog-details-area h2 {
    color: #08104d;
    font-weight: 700
}

.blog-details-area .blog-details-desc .article-content {
    margin-top: 0;
    margin-bottom: 30px
}

.blog-details-area .blog-details-desc .article-content .article-image {
    margin-bottom: 30px
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #48d683;
    margin-right: 21px;
    font-size: 14px
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #48d683;
    font-weight: 500
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666;
    font-size: 13px
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #48d683
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color: #48d683;
    margin-right: 2px
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #48d683
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 30px
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details-area .blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #48d683;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666;
    font-weight: 600
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #48d683
}

.blog-details-area .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #48d683;
    text-align: center;
    font-size: 14px
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    -webkit-animation: rubberBand 1s linear;
    animation: rubberBand 1s linear
}

.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px
}

.blog-details-area blockquote {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px
}

.blog-details-area blockquote p {
    color: #08104d;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
    text-align: left
}

.blog-details-area blockquote cite {
    display: none
}

.blog-details-area blockquote::before {
    color: #48d683;
    content: "\ed67";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: boxicons;
    font-size: 140px;
    font-weight: 900;
    opacity: .1
}

.blog-details-area blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #48d683;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog-details-area .post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.blog-details-area .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: 4px
}

.blog-details-area .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size: 20px;
    position: relative;
    top: 4px
}

.blog-details-area .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #08104d
}

.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #48d683
}

.blog-details-area .comments-area {
    padding: 0;
    margin-top: 30px
}

.blog-details-area .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px
}

.blog-details-area .comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .comments-area .children {
    margin-left: 40px
}

.blog-details-area .comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.blog-details-area .comments-area .comment-body.border-none {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px
}

.blog-details-area .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #08104d;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500
}

.blog-details-area .comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #48d683;
    border-color: #48d683
}

.blog-details-area .comments-area .comment-meta {
    margin-bottom: .8em
}

.blog-details-area .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.blog-details-area .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%
}

.blog-details-area .comments-area .comment-author .fn {
    font-weight: 500;
    color: #08104d;
    font-size: 16px
}

.blog-details-area .comments-area .comment-author .says {
    display: none
}

.blog-details-area .comments-area .comment-metadata {
    color: #666;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

.blog-details-area .comments-area .comment-metadata a {
    color: #666;
    font-size: 11px
}

.blog-details-area .comments-area .comment-metadata a:hover {
    color: #48d683
}

.blog-details-area .comments-area .comment-content p {
    font-size: 14px
}

.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    font-size: 22px
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.blog-details-area .comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #08104d;
    margin-bottom: 5px
}

.blog-details-area .comments-area .comment-respond input[type=datetime-local] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=datetime-local]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=week] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=week]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=month] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=month]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=text] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=text]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=email] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=email]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=url] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=url]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=password] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=password]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=search] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=search]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=tel] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=tel]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond input[type=number] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond input[type=number]:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #48d683
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: 400
}

.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.blog-details-area .comments-area .comment-respond .form-submit input {
    background: #48d683;
    border: none;
    color: #fff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #08104d
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #48d683
}

.blog-details-area .related-posts {
    margin-bottom: 20px !important;
    font-size: 25px !important
}

.blog-details-area .b-d-s-item {
    position: relative;
    margin-bottom: 0
}

.blog-details-area .b-d-s-item img {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 10px
}

.blog-details-area .b-d-s-item .s-date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 10px 24px;
    line-height: 1.5;
    display: inline-block
}

.blog-details-area .b-d-s-item h3 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    margin-bottom: 0 !important
}

.blog-details-area .b-d-s-item p {
    margin-bottom: 12px;
    margin-top: 10px
}

.blog-details-area .widget-area .widget {
    margin-top: 35px
}

.blog-details-area .widget-area .widget .post-wrap {
    padding-top: 20px
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0
}

.blog-details-area .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #08104d;
    position: relative
}

.blog-details-area .widget-area .widget_search form {
    position: relative
}

.blog-details-area .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none
}

.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #48d683
}

.blog-details-area .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background-color: #48d683;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #08104d
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #08104d
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog-details/popular-posts-1.png)
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog-details/popular-posts-2.png)
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog-details/popular-posts-3.png)
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../img/blog-details/popular-posts-4.png)
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #48d683
}

.blog-details-area .widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #48d683;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px
}

.blog-details-area .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-details-area .widget-area .widget_categories ul li::before {
    background: #48d683;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.blog-details-area .widget-area .widget_categories ul li a {
    display: block;
    color: #666;
    font-weight: 400;
    font-size: 14px
}

.blog-details-area .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #48d683
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right
}

.blog-details-area .widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .widget-area .widget_meta ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #efefef
}

.blog-details-area .widget-area .widget_meta ul li a {
    color: #777;
    color: #666
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
    color: #48d683
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.blog-details-area .widget-area .widget_meta ul li::before {
    background: #48d683;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0
}

.blog-details-area .widget-area .tagcloud a {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eee;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: capitalize
}

.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #48d683;
    color: #fff
}

.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #48d683;
    color: #fff;
    border-color: #48d683
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .04);
    background-color: #fff
}

.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #48d683;
    color: #fff;
    padding-left: 20px
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #48d683;
    color: #fff;
    padding-left: 20px
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none
}

.blog-details-area .widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .04);
    background-color: #fff
}

.blog-details-area .widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500
}

.blog-details-area .widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.blog-details-area .widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #48d683;
    color: #fff;
    padding-left: 20px
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #48d683;
    color: #fff;
    padding-left: 20px
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none
}

.blog-details-area .widget-area .info time {
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px
}

.services-details h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #08104d
}

.services-details img {
    margin-bottom: 20px
}

.services-details p {
    margin-bottom: 20px
}

.services-details .choose-wrap {
    background-color: #fcf2f6 !important;
    max-width: unset !important;
    margin-bottom: 20px;
    padding: 30px
}

.services-details .choose-wrap h2 {
    color: #08104d;
    font-size: 28px
}

.services-details .choose-wrap p {
    color: #777
}

.services-details .choose-wrap ul {
    list-style: none;
    padding-left: 0
}

.services-details .choose-wrap ul li {
    color: #08104d;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.services-details .choose-wrap ul li:last-child {
    margin-bottom: 0
}

.services-details .choose-wrap ul li i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #48d683;
    border-radius: 50%
}

.single-contact-info {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 100px 30px
}

.single-contact-info i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #48d683;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px
}

.single-contact-info h3 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #08104d;
    font-size: 20px
}

.single-contact-info p {
    margin-bottom: 10px;
    font-size: 15px
}

.single-contact-info a {
    display: block;
    margin-bottom: 5px
}

.single-contact-info a:last-child {
    margin-bottom: 0
}

.single-contact-map iframe {
    height: 395px;
    width: 100%
}

.product-area .woocommerce-topbar {
    margin-bottom: 40px
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #fff;
    color: #48d683;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 17px 35px 13px 20px;
    font-size: 16px
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #48d683 !important;
    color: #fff
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    font-weight: 700;
    color: #48d683
}

.product-area .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px
}

.product-area .single-product-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05)
}

.product-area .single-product-box .product-image {
    overflow: hidden;
    position: relative;
    text-align: left
}

.product-area .single-product-box .product-image a img {
    -webkit-transition: .6s;
    transition: .6s
}

.product-area .single-product-box .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background-color: #08104d;
    color: #fff;
    padding: 18px 20px 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.product-area .single-product-box .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-area .single-product-box .product-image .add-to-cart-btn:hover {
    background-color: #48d683;
    color: #fff
}

.product-area .single-product-box .product-image .sale-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #48d683;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.product-area .single-product-box .product-content {
    padding: 20px 60px
}

.product-area .single-product-box .product-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700
}

.product-area .single-product-box .product-content h3 a {
    display: inline-block;
    color: #08104d;
    text-decoration: none
}

.product-area .single-product-box .product-content .price {
    color: #08104d;
    font-weight: 500;
    font-size: 15px
}

.product-area .single-product-box .product-content .price span {
    padding: 0 5px
}

.product-area .single-product-box .product-content .price .old {
    text-decoration: line-through;
    color: #48d683;
    font-size: 14px
}

.product-area .single-product-box .product-content .rating {
    margin-top: 8px;
    color: #ffb708;
    font-size: 15px
}

.product-area .single-product-box .product-content .rating i {
    margin-right: -1px
}

.product-area .single-product-box:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none
}

.cart-area h3 {
    font-weight: 700;
    color: #08104d;
    font-size: 22px
}

.cart-area .cart-table table {
    margin-bottom: 0
}

.cart-area .cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 15px
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-area .cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
    color: #08104d
}

.cart-area .cart-table table tbody tr td.product-price span {
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #08104d;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #48d683
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #08104d;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #08104d
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #08104d
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #08104d
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #08104d
}

.cart-area .cart-buttons {
    margin-top: 30px
}

.cart-area .cart-totals {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px
}

.cart-area .cart-totals h3 {
    margin-bottom: 25px
}

.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-area .cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600
}

.cart-area .cart-totals ul li:first-child {
    border-bottom: none
}

.cart-area .cart-totals ul li:last-child {
    border-top: none
}

.cart-area .cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.cart-area .cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px
}

.cart-area .cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 40px
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.cart-area .coupon-wrap .nice-select {
    background-color: #f2f9fc
}

.cart-area .coupon-wrap .nice-select .list {
    width: 100%
}

.cart-area .coupon-wrap .nice-select .option {
    color: #08104d !important
}

.cart-area .coupon-wrap .nice-select .option:hover {
    color: #fff !important;
    background-color: #1089d4 !important
}

.cart-area .coupon-wrap select .option.focus,
.cart-area .coupon-wrap .nice-select .option.selected.focus {
    background-color: #1089d4 !important;
    color: #fff !important
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px
}

.cart-area .coupon-wrap .form-group .form-control {
    height: 50px
}

.cart-area .coupon-wrap .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-area .coupon-wrap .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border-radius: 0
}

.cart-area .coupon-wrap .nice-select .current {
    position: relative;
    top: 4px
}

.checkout-area h3 {
    font-weight: 700;
    color: #08104d;
    font-size: 22px
}

.checkout-area .user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #48d683;
    position: relative;
    color: #48d683
}

.checkout-area .user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.checkout-area .user-actions i {
    color: #48d683;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 4px
}

.checkout-area .user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #08104d
}

.checkout-area .user-actions span a {
    display: inline-block;
    color: #48d683;
    font-size: 15px
}

.checkout-area .user-actions span a:hover {
    color: #48d683
}

.checkout-area .user-actions span a:focus {
    color: #48d683
}

.checkout-area .checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.checkout-area .billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.checkout-area .billing-details .form-group {
    margin-bottom: 20px
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #08104d;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500
}

.checkout-area .billing-details .form-group label .required {
    color: red
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #08104d;
    padding-top: 0;
    padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #48d683 !important;
    color: #fff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
    right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
    background-color: #48d683 !important;
    color: #fff !important
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px
}

.checkout-area .billing-details .form-check {
    margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #08104d
}

.checkout-area .billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 500
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.checkout-area .order-details .order-table {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.checkout-area .order-details .order-table table {
    margin-bottom: 0
}

.checkout-area .order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700
}

.checkout-area .order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #08104d;
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
    color: #08104d;
    display: inline-block;
    font-weight: 500;
    font-size: 14px
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
    color: #08104d
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
    color: #08104d;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
    color: #08104d;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
    color: #08104d;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600
}

.checkout-area .order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked {
    display: none
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #48d683;
    position: relative;
    margin-bottom: 8px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #48d683;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #08104d;
    position: relative;
    margin-bottom: 8px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #48d683;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkout-area .order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px
}

.checkout-area .order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    text-align: center
}

.product-details-area .product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    color: #08104d
}

.product-details-area .product-details-desc p {
    margin-bottom: 0
}

.product-details-area .product-details-desc .price {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700
}

.product-details-area .product-details-desc .price span {
    padding: 0 5px
}

.product-details-area .product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 13px
}

.product-details-area .product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-area .product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-area .product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: initial
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
    color: #48d683;
    border-color: #48d683
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #08104d
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
    border: none;
    cursor: pointer;
    float: right
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px
}

.product-details-area .product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
    display: none
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #57647c
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #333
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #333;
    border-color: #333;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
    text-transform: uppercase;
    display: block;
    text-align: center
}

.product-details-area .product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-area .product-details-desc .custom-payment-options span {
    display: block;
    color: #57647c;
    margin-bottom: 15px
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px;
    margin-right: 5px
}

.product-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7
}

.product-details-area .tab .tabs_item {
    display: none
}

.product-details-area .tab .tabs_item:first-child {
    display: block
}

.product-details-area .products-details-tab {
    margin-top: 50px
}

.product-details-area .products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.product-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 48px;
    font-weight: 700
}

.product-details-area .products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.product-details-area .products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .products-details-tab .tabs li a:hover {
    color: #fff;
    background-color: #48d683;
    border-color: #48d683
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
    border-color: #fff
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tabs li a:focus {
    color: #fff;
    background-color: #48d683;
    border-color: #48d683
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
    border-color: #fff
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #48d683;
    border-color: #48d683
}

.product-details-area .products-details-tab .tabs li.current a .dot {
    border: 1px solid #fff
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tab_content {
    border: 1px solid #eee;
    padding: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-weight: 700
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #08104d
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.product-details-area h3 {
    font-weight: 700;
    font-size: 22px;
    color: #08104d
}

.about-page {
    background-color: #f9f9f9
}

.about-page .modern-content {
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: unset
}

.about-page .modern-img {
    margin-bottom: 0
}

.faq-page {
    background-color: #f9f9f9
}

.faq-page .form-group .form-control {
    background-color: #eaeaea
}

.language {
    display: inline-block;
    vertical-align: middle
}

.language .nice-select {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #fff
}

.language .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.language .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%
}

.language .nice-select ul li {
    display: block;
    width: 100%;
    color: #1e1339;
    font-size: 15px
}

.nav-srh {
    vertical-align: middle
}

.nav-area .others-option .charity-nav-wrap .side-icon .modal-btn {
    top: 0
}

.nav-area .others-option .charity-nav-wrap {
    top: 0
}

.diflex ul li {
    list-style-type: none;
    display: inline-flex !important;
    margin-bottom: 10px;
}

.diflex ul li a {
    list-style-type: none;
    display: inline-flex !important;
    margin-bottom: 10px;
    margin-right: 10px;
}