@keyframes BottomToTop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.heading-title {
    max-width: 670px;
    margin: 0px auto;
    padding-bottom: 45px;
}

.heading-title h6 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-title h6 span {
    display: inline-block;
    margin-right: 10px;
    height: 3px;
    width: 50px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.heading-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    line-height: 54px;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-bottom: 30px;
}

.heading-title p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    line-height: 28px;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
}

.search_btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgb(211, 203, 226);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: rgb(77, 49, 132);
}

.search_btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
}

.input_box {
    max-width: 650px;
}

.input_box .form-wraper {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 35px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_box .form-wraper input {
    width: 100%;
    border: medium none;
    box-shadow: none;
    outline: currentcolor none medium;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(144, 135, 161);
    font-family: "Source Sans Pro", sans-serif;
}

.input_box .form-wraper input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgb(144, 135, 161);
    font-family: "Source Sans Pro", sans-serif;
}

.input_box .form-wraper .theme-btn {
    display: block;
    max-width: 200px;
    line-height: 60px;
    border-radius: 30px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: none;
    border: medium none;
    outline: currentcolor none medium;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="number"] {
    appearance: textfield;
}

body {
    font-family: "Red Hat Display", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0px;
}

body a {
    text-decoration: none;
}

body p {
    color: rgb(81, 62, 117);
    margin: 0px;
    font: 400 16px / 32px "Red Hat Display", sans-serif;
}

body ul {
    margin: 0px;
    padding: 0px;
}

body ul li {
    list-style: none;
}

body section.row,
body header.row,
body footer.row {
    margin: 0px;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: medium none;
}

body i::before {
    margin-left: 0px !important;
}

body a,
body .btn,
body button {
    outline: currentcolor none medium;
    transition: all 300ms linear 0s;
}

body a::before,
body a::after,
body .btn::before,
body .btn::after,
body button::before,
body button::after {
    transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
    outline: currentcolor none medium;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

.main-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.main-header .top-header {
    padding: 10px 0px;
}

.main-header .top-header .topbar-left li {
    display: inline-block;
    padding: 0px 25px;
    border-left: 1px solid rgb(255, 255, 255);
}

.main-header .top-header .topbar-left li:first-child {
    padding-left: 0px;
    border: medium none;
}

.main-header .top-header .topbar-left li a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
    display: inline-block;
}

.main-header .top-header .topbar-left li a span {
    display: inline-block;
    margin-right: 10px;
}

.main-header .top-header .topbar-left li a .phone {
    transform: rotate(105deg);
    font-size: 14px;
}

.main-header .top-header .topbar-right {
    text-align: right;
}

.main-header .top-header .topbar-right li {
    display: inline-block;
    padding: 0px 12px;
}

.main-header .top-header .topbar-right li:first-child {
    border-right: 1px solid rgb(255, 255, 255);
    padding-right: 25px;
    margin-right: 10px;
}

.main-header .top-header .topbar-right li:last-child {
    border-left: 1px solid rgb(255, 255, 255);
    padding-left: 25px;
    margin-left: 10px;
}

.main-header .top-header .topbar-right li a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
}

.main-header .main-navbar {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 10px;
    padding: 0px 30px;
    position: relative;
    z-index: 1;
}

.main-header .main-navbar::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 98%;
    bottom: -10px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
    background: rgb(227, 226, 226) none repeat scroll 0% 0%;
    border-radius: 0px 0px 10px 10px;
}

.main-header .main-navbar .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .main-navbar .nav-inner .brand {
    display: block;
}

.main-header .main-navbar .nav-inner .brand img {
    max-width: 100%;
}

.main-header .main-navbar .nav-inner ul li {
    display: inline-block;
    position: relative;
}

.main-header .main-navbar .nav-inner ul li a {
    display: block;
    line-height: 100px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    margin: 0px 10px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
}

.main-header .main-navbar .nav-inner ul li a::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 0px;
    left: 0px;
    top: 0px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.main-header .main-navbar .nav-inner ul li a.active {
    color: rgb(26, 170, 75);
}

.main-header .main-navbar .nav-inner ul li a.active::after {
    width: 100%;
}

.main-header .main-navbar .nav-inner ul li .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 260px;
    margin: 0px;
    list-style: none;
    left: 0px;
    top: 130px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
    z-index: 9;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.main-header .main-navbar .nav-inner ul li .sub-menu li {
    display: block;
}

.main-header .main-navbar .nav-inner ul li .sub-menu li a {
    line-height: 60px;
    margin: 0px;
    padding: 0px 15px;
    color: rgb(49, 49, 49);
    border-bottom: 1px solid rgb(211, 203, 226);
}

.main-header .main-navbar .nav-inner ul li .sub-menu li a::after {
    display: none;
}

.main-header .main-navbar .nav-inner ul li .sub-menu li a i {
    font-size: 10px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0;
}

.main-header .main-navbar .nav-inner ul li .sub-menu li:last-child a {
    border-bottom: medium none;
}

.main-header .main-navbar .nav-inner ul li:hover a,
.main-header .main-navbar .nav-inner ul li:focus a {
    color: rgb(26, 170, 75);
}

.main-header .main-navbar .nav-inner ul li:hover a::after,
.main-header .main-navbar .nav-inner ul li:focus a::after {
    width: 100%;
}

.main-header .main-navbar .nav-inner ul li:hover .sub-menu,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:hover,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:focus,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:hover,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding-left: 35px;
}

.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:hover i,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:focus i,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:hover i,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:focus i {
    opacity: 1;
}

.main-header .main-navbar .nav-inner .search_btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgb(211, 203, 226);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: rgb(77, 49, 132);
}

.main-header .main-navbar .nav-inner .search_btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
}

.main-header .main-navbar .mobile-header {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out 0s;
}

.main-header .main-navbar .mobile-header .menu-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;
    display: none;
}

.main-header .main-navbar .mobile-header .menu-icon i {
    color: rgb(77, 49, 132);
    font-size: 20px;
}

.main-header .main-navbar .mobile-header .menu-icon .close-menu {
    display: none;
    transition: all 0.3s ease-out 0s;
}

.main-header .main-navbar .mobile-header .menu-icon .open-menu {
    display: none;
    transition: all 0.3s ease-out 0s;
}

.main-header .mobile-menu {
    max-width: 600px;
    margin: 0px auto;
    background: rgb(106, 60, 186) none repeat scroll 0% 0%;
    border-radius: 10px;
    height: 0px;
    padding: 0px;
    transition: all 0.4s ease-in 0s;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    left: 0px;
    right: 0px;
}

.main-header .mobile-menu ul li {
    display: block;
}

.main-header .mobile-menu ul li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.main-header .mobile-menu ul li a:hover,
.main-header .mobile-menu ul li a:focus,
.main-header .mobile-menu ul li a.active {
    color: rgb(26, 170, 75);
}

.activee .mobile-menu {
    height: 330px;
    padding: 15px;
    display: none;
}

.activee .open-menu {
    display: none !important;
}

.activee .close-menu {
    display: block !important;
    transition: all 0.3s ease-out 0s;
}

.search_overlay {
    background: rgba(0, 0, 0, 0.816) none repeat scroll 0% 0%;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 8;
    transition: all 0.4s ease 0s;
}

.search_close {
    position: fixed;
    top: 50px;
    left: 90%;
    transform: translate(-50%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 88;
}

.search_close i {
    color: rgb(26, 170, 75);
    font-size: 20px;
}

.search_modal {
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    z-index: 9;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.search_modal .input_box {
    max-width: 650px;
}

.search_modal .input_box .form-wraper {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 35px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_modal .input_box .form-wraper input {
    width: 100%;
    border: medium none;
    box-shadow: none;
    outline: currentcolor none medium;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(144, 135, 161);
    font-family: "Red Hat Display", sans-serif;
}

.search_modal .input_box .form-wraper input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgb(144, 135, 161);
    font-family: "Red Hat Display", sans-serif;
}

.search_modal .input_box .form-wraper .theme-btn {
    display: block;
    max-width: 200px;
    line-height: 60px;
    border-radius: 30px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: none;
    border: medium none;
    outline: currentcolor none medium;
    width: 100%;
}

.search-activee .search_modal {
    visibility: visible;
    opacity: 1;
}

.search-activee .search_close {
    visibility: visible;
    opacity: 1;
}

.search-activee .search_overlay {
    right: 0px;
}

.banner_section {
    background: rgba(0, 0, 0, 0) url("hero-bg.png") no-repeat scroll center top / cover;
    padding-top: 290px;
    overflow: hidden;
    padding-bottom: 140px;
}

.banner_section .slider-area .item .left-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 32px;
    text-transform: uppercase;
}

.banner_section .slider-area .item .left-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 72px;
    font-family: "Playfair Display", serif;
    padding-bottom: 30px;
}

.banner_section .slider-area .item .left-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    max-width: 500px;
    padding-bottom: 50px;
}

.banner_section .right-side-images img {
    width: 730px;
}

.banner_section .carousel-control-prev,
.banner_section .carousel-control-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    outline: currentcolor none medium;
    height: 50px;
    width: 50px;
    box-shadow: none;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    z-index: 99;
}

.banner_section .carousel-control-prev:hover,
.banner_section .carousel-control-prev:focus,
.banner_section .carousel-control-next:hover,
.banner_section .carousel-control-next:focus {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(26, 40, 84);
}

.banner_section .carousel-control-prev {
    left: 50px;
}

.banner_section .carousel-control-next {
    right: 50px;
}

.banner_section #carouselExampleIndicators {
    padding-bottom: 120px;
}

.banner_section .carousel-indicators {
    display: flex;
    align-items: center;
    height: 50px;
}

.banner_section .carousel-indicators button {
    height: 9px;
    width: 9px;
    outline: currentcolor none medium;
    box-shadow: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    padding: 0px;
    margin: 0px 15px;
    position: relative;
}

.banner_section .carousel-indicators button::after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 50%;
    opacity: 0;
}

.banner_section .carousel-indicators button.active {
    height: 30px;
    width: 30px;
}

.banner_section .carousel-indicators button.active::after {
    opacity: 1;
}

.banner_section_two {
    background: rgba(255, 255, 255) url("hero-section.jpg") no-repeat scroll center top / cover;
}

.banner_section_two .theme_btn {
    width: 200px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
}

.banner_section_two .theme_btn span {
    display: inline-block;
    margin-left: 15px;
}

.banner_section_two .theme_btn:hover,
.banner_section_two .theme_btn:focus {
    color: rgb(255, 255, 255);
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    border: 2px solid rgb(26, 170, 75);
}

.banner_section_two .carousel-indicators {
    display: flex;
    align-items: center;
    height: 50px;
}

.banner_section_two .carousel-indicators button {
    height: 9px;
    width: 9px;
    outline: currentcolor none medium;
    box-shadow: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    padding: 0px;
    margin: 0px 15px;
    position: relative;
}

.banner_section_two .carousel-indicators button::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 5px;
    opacity: 0;
    display: none;
}

.banner_section_two .carousel-indicators button.active {
    height: 10px;
    width: 30px;
    border: medium none;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 20px;
}

.banner_section_two .carousel-indicators button.active::after {
    opacity: 1;
}

.features-section {
    padding: 100px 0px;
}

.features-section .container-fluid {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center top / contain;
}

.features-section .item {
    padding: 25px 40px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    margin-bottom: 30px;
}

.features-section .item .icon {
    margin-bottom: 20px;
}

.features-section .item .icon img {
    max-width: 100%;
}

.features-section .item h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    line-height: 34px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.features-section .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 30px;
}

.features-section .item a {
    font-size: 16px;
    font-weight: 600;
    color: rgb(49, 49, 49);
    line-height: 34px;
}

.features-section .item:hover,
.features-section .item:focus,
.features-section .item.active {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(107, 94, 128, 0.2) 0px 20px 40px;
}

.features-section .item:hover a,
.features-section .item:focus a,
.features-section .item.active a {
    color: rgb(26, 40, 84);
    text-decoration: underline;
}

.about-section {
    background: rgba(0, 0, 0, 0) url("about.jpg") no-repeat scroll center center / cover;
    padding: 100px 0px;
}

.about-section .left-content .heading-title {
    text-align: left;
    max-width: 470px;
    margin-left: 0px;
    margin-right: auto;
}

.about-section .left-content .heading-title h6 {
    justify-content: start;
    color: rgb(255, 255, 255);
}

.about-section .left-content .heading-title h2 {
    text-align: left;
    color: rgb(255, 255, 255);
}

.about-section .left-content .heading-title p {
    text-align: left;
    color: rgb(255, 255, 255);
}

.about-section .left-content .media {
    display: flex;
    margin-bottom: 30px;
    max-width: 390px;
}

.about-section .left-content .media .images img {
    max-width: 100%;
}

.about-section .left-content .media .media-body {
    margin-left: 15px;
}

.about-section .left-content .media .media-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Playfair Display", serif;
    padding-bottom: 20px;
}

.about-section .left-content .media .media-body p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
}

.about-section .left-content .theme_btn {
    display: block;
    max-width: 200px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    margin-top: 50px;
}

.about-section .left-content .theme_btn:hover,
.about-section .left-content .theme_btn:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    border: 1px solid rgb(26, 170, 75);
}

.about-section .right-side img {
    max-width: 100%;
}

.about_two_page {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.about_two_page .left-content .heading-title h6 {
    color: rgb(17, 17, 17);
}

.about_two_page .left-content .heading-title h2 {
    color: rgb(17, 17, 17);
}

.about_two_page .left-content .heading-title p {
    color: rgb(17, 17, 17);
}

.about_two_page .left-content .media .media-body h3 {
    color: rgb(17, 17, 17);
}

.about_two_page .left-content .media .media-body p {
    color: rgb(17, 17, 17);
}

.about_two_page .theme_btn {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.about_two_page .theme_btn:hover,
.about_two_page .theme_btn:focus {
    background: rgb(26, 40, 84) none repeat scroll 0% 0% !important;
}

.what-you-start {
    background: rgba(0, 0, 0, 0) url("what-bg.png") no-repeat scroll center top / cover;
}

.what-you-start ul li {
    max-width: 320px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.what-you-start ul li span {
    display: inline-block;
    margin-right: 15px;
}

.how-we-work-section {
    padding: 100px 0px;
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
}

.how-we-work-section .item {
    position: relative;
    max-width: 320px;
    text-align: center;
}

.how-we-work-section .item .icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
    border-radius: 50%;
    box-shadow: rgba(82, 54, 128, 0.2) 0px 20px 50px;
    position: relative;
    margin: 0px auto 30px;
}

.how-we-work-section .item .icon img {
    max-width: 100%;
}

.how-we-work-section .item .icon span {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.how-we-work-section .item .icon.icon-tow {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    box-shadow: rgba(255, 156, 26, 0.2) 0px 20px 50px;
}

.how-we-work-section .item .icon.icon-tow span {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.how-we-work-section .item .icon.icon-three {
    background: rgb(255, 72, 116) none repeat scroll 0% 0%;
    box-shadow: rgba(255, 72, 116, 0.2) 0px 20px 50px;
}

.how-we-work-section .item .icon.icon-three span {
    background: rgb(255, 72, 116) none repeat scroll 0% 0%;
}

.how-we-work-section .item h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: "Playfair Display", serif;
    padding-bottom: 20px;
}

.how-we-work-section .item p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
}

.how-we-work-section .item .arrow-img {
    position: absolute;
    top: 30px;
    right: -140px;
}

.how-we-work-section .item .arrow-img img {
    max-width: 100%;
}

.counterup-section {
    background: rgba(0, 0, 0, 0) url("counterup-bg.jpg") no-repeat scroll center center / cover;
    padding: 100px 0px;
}

.counterup-section .images {
    margin-left: -200px;
}

.counterup-section .images img {
    max-width: 100%;
}

.counterup-section .item {
    padding: 80px 10px;
    box-shadow: rgba(205, 196, 219, 0.3) 0px 20px 50px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.counterup-section .item img {
    max-width: 100%;
    margin-bottom: 30px;
}

.counterup-section .item h5 {
    color: rgb(49, 49, 49);
    font-size: 24px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.counterup-section .item h3 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(26, 40, 84);
    font-family: "Source Sans Pro", sans-serif;
}

.counterup-section .item.one_item {
    margin-top: 100px;
}

.counterup-section .item.last_item {
    margin-top: -100px;
}

.transction-section {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center / cover;
    padding: 100px 0px;
}

.transction-section .heading-title h6 {
    color: rgb(255, 255, 255);
}

.transction-section .heading-title h6 span {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.transction-section .heading-title h2 {
    color: rgb(255, 255, 255);
}

.transction-section .heading-title p {
    color: rgb(255, 255, 255);
}

.transction-section .nav-pills {
    justify-content: center;
    margin-bottom: 50px;
}

.transction-section .nav-pills .nav-item button {
    width: 170px;
    line-height: 58px;
    text-align: center;
    border-radius: 30px;
    box-shadow: none;
    outline: currentcolor none medium;
    border: 1px solid rgb(255, 255, 255);
    margin: 0px 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
}

.transction-section .nav-pills .nav-item button.active {
    border: 1px solid rgb(26, 170, 75);
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.transction-section .tab-content .tab-pane .scroll_area {
    height: 560px;
    overflow-y: auto;
}

.transction-section .tab-content .tab-pane .table {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin-bottom: 0px;
}

.transction-section .tab-content .tab-pane .table thead {
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
}

.transction-section .tab-content .tab-pane .table tr th {
    font-size: 16px;
    border-color: currentcolor currentcolor currentcolor rgba(31, 31, 31, 0.3);
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: "Source Sans Pro", sans-serif;
    padding: 15px 20px;
}

.transction-section .tab-content .tab-pane .table tr th.name {
    width: 360px;
    border: medium none;
}

.transction-section .tab-content .tab-pane .table tr td {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding: 15px 20px;
    vertical-align: middle;
    border-left: 1px solid rgba(31, 31, 31, 0.3);
    border-bottom: 1px solid rgba(31, 31, 31, 0.3);
}

.transction-section .tab-content .tab-pane .table tr td.name {
    border-color: currentcolor currentcolor rgba(31, 31, 31, 0.3);
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
}

.transction-section .tab-content .tab-pane .table tr td.name .media {
    display: flex;
    align-items: center;
}

.transction-section .tab-content .tab-pane .table tr td.name .media .images img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.transction-section .tab-content .tab-pane .table tr td.name .media .media-body {
    margin-left: 30px;
}

.transction-section .tab-content .tab-pane .table tr td.name .media .media-body p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
}

.pricing-section {
    padding: 100px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.pricing-section .nav-pills {
    justify-content: center;
    margin-bottom: 50px;
}

.pricing-section .nav-pills .nav-item button {
    width: 170px;
    line-height: 58px;
    text-align: center;
    border-radius: 30px;
    box-shadow: none;
    outline: currentcolor none medium;
    border: medium none;
    margin: 0px 10px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
}

.pricing-section .nav-pills .nav-item button.active {
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
}

.pricing-section .pracing-item {
    transition: all 0.3s ease-in 0s;
    position: relative;
    border-radius: 15px;
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid rgb(222, 216, 233);
    margin-bottom: 30px;
}

.pricing-section .pracing-item .top-left {
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(244, 242, 249);
    color: rgb(77, 49, 132);
    width: 120px;
    height: 85px;
    clip-path: polygon(0px 41%, 41% 0px, 100% 0px, 0px 100%);
}

.pricing-section .pracing-item .top-left p {
    transform: rotate(-38deg);
    position: relative;
    left: -16px;
    top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: rgb(77, 49, 132);
    font-family: "Red Hat Display", sans-serif;
}

.pricing-section .pracing-item .top-area {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid rgb(222, 216, 233);
}

.pricing-section .pracing-item .top-area p {
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
    margin-top: 18px;
}

.pricing-section .pracing-item ul {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 110px;
}

.pricing-section .pracing-item ul li {
    font-size: 18px;
    font-weight: 400;
    color: rgb(81, 62, 117);
    margin-bottom: 15px;
    font-family: "Source Sans Pro", sans-serif;
}

.pricing-section .pracing-item ul li span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.pricing-section .pracing-item .buy-now {
    display: block;
    max-width: 270px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border: 1px solid rgb(211, 203, 226);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(77, 49, 132);
    margin: 0px auto 50px;
}

.pricing-section .pracing-item .buy-now:hover,
.pricing-section .pracing-item .buy-now:focus {
    color: rgb(255, 255, 255);
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
}

.pricing-section .pracing-item:hover,
.pricing-section .pracing-item:focus,
.pricing-section .pracing-item.active {
    box-shadow: rgba(221, 215, 233, 0.5) 0px 30px 70px;
    border: 1px solid transparent;
}

.pricing-section .pracing-item:hover .top-left,
.pricing-section .pracing-item:focus .top-left,
.pricing-section .pracing-item.active .top-left {
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
}

.pricing-section .pracing-item:hover .top-left p,
.pricing-section .pracing-item:focus .top-left p,
.pricing-section .pracing-item.active .top-left p {
    color: rgb(255, 255, 255);
}

.calculate-section {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center / cover;
    padding: 100px 0px;
}

.calculate-section .calculate_wraper {
    overflow: hidden;
    height: 440px;
}

.calculate-section .left_content {
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
    border-radius: 5px 0px 0px 5px;
}

.calculate-section .left_content h4 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
    padding: 20px 30px;
    border-bottom: 1px solid rgb(229, 226, 239);
}

.calculate-section .left_content form {
    padding: 30px;
}

.calculate-section .left_content form .input-group label {
    display: block !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
    margin-bottom: 10px;
}

.calculate-section .left_content form .input-group .top-select {
    width: 100%;
    background-color: rgb(255, 255, 255);
    line-height: 43px;
    outline: currentcolor none medium;
    margin-bottom: 20px;
    border: 0px none;
    border-radius: 5px !important;
}

.calculate-section .left_content form .input-group .top-select:focus,
.calculate-section .left_content form .input-group .top-select:active {
    box-shadow: none;
    outline: currentcolor none 0px;
}

.calculate-section .left_content form .input-group .input-group-text {
    max-width: 70px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(28, 27, 27);
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    border-radius: 5px 0px 0px 5px !important;
    border: 0px none;
}

.calculate-section .left_content form .input-group .input-group-text.last_select {
    max-width: 120px;
}

.calculate-section .left_content form .input-group .form-control {
    border-top-style: none;
    border-top-width: 0px;
    border-bottom: 0px none rgb(238, 238, 238);
    border-color: rgb(238, 238, 238);
    padding-left: 30px;
    margin-right: 1px;
}

.calculate-section .left_content form .input-group .form-control:focus,
.calculate-section .left_content form .input-group .form-control:active {
    box-shadow: none;
    outline: currentcolor none 0px;
}

.calculate-section .left_content form .input-group .form-select {
    border-radius: 0px 5px 5px 0px !important;
}

.calculate-section .left_content form .input-group .form-select:focus,
.calculate-section .left_content form .input-group .form-select:active {
    box-shadow: none;
    outline: currentcolor none 0px;
}

.calculate-section .left_content form .theme_btn {
    display: block;
    border: medium none;
    outline: currentcolor none medium;
    box-shadow: none;
    max-width: 200px;
    width: 100%;
    text-align: center;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    border-radius: 30px;
    line-height: 55px;
    margin-top: 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}

.calculate-section .left_content form .theme_btn:hover,
.calculate-section .left_content form .theme_btn:focus {
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
}

.calculate-section .right_side {
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
    max-width: 490px;
    overflow: hidden;
    border-radius: 0px 5px 5px 0px;
}

.calculate-section .right_side .item {
    text-align: center;
    padding: 40px 0px;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    margin: 0px;
}

.calculate-section .right_side .item.item_first {
    margin-bottom: 1px;
    margin-right: 1px;
}

.calculate-section .right_side .item img {
    max-width: 100%;
}

.calculate-section .right_side .item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(255, 255, 255);
}

.calculate-section .right_side .item h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 48px;
}

.calculate_page-two .right_side .item {
    background: rgb(255, 72, 116) none repeat scroll 0% 0%;
}

.top-investor-section {
    background: rgba(0, 0, 0, 0) url("meet-our-investor.png") no-repeat scroll center top / contain;
    margin: 100px 0px;
}

.top-investor-section .investor-item {
    max-width: 270px;
    overflow: hidden;
    margin: 0px auto;
    box-shadow: rgba(107, 94, 128, 0.2) 0px 10px 30px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.top-investor-section .investor-item .card {
    text-align: center;
    border: medium none;
}

.top-investor-section .investor-item .card .images img {
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.top-investor-section .investor-item .card .card-body {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: medium none;
    transition: all 0.3s ease 0s;
}

.top-investor-section .investor-item .card .card-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: "Playfair Display", serif;
    padding-top: 10px;
}

.top-investor-section .investor-item .card .card-body p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 20px;
}

.top-investor-section .investor-item .card .card-body ul li {
    display: inline-block;
}

.top-investor-section .investor-item .card .card-body ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: rgb(77, 49, 132);
    margin: 0px 5px;
    background: rgba(107, 94, 128, 0.1) none repeat scroll 0% 0%;
}

.top-investor-section .investor-item .card .card-body ul li a:hover,
.top-investor-section .investor-item .card .card-body ul li a:focus {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(77, 49, 132);
}

.top-investor-section .investor-item:hover .card,
.top-investor-section .investor-item:focus .card {
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
}

.top-investor-section .investor-item:hover .card .card-body,
.top-investor-section .investor-item:focus .card .card-body {
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
}

.top-investor-section .investor-item:hover .card .card-body h3,
.top-investor-section .investor-item:focus .card .card-body h3 {
    color: rgb(255, 255, 255);
}

.top-investor-section .investor-item:hover .card .card-body p,
.top-investor-section .investor-item:focus .card .card-body p {
    color: rgb(255, 255, 255);
}

.top-investor-section .investor-item:hover .card .card-body ul li a,
.top-investor-section .investor-item:focus .card .card-body ul li a {
    color: rgb(255, 255, 255);
    background: rgba(107, 94, 128, 0.3) none repeat scroll 0% 0%;
}

.top-investor-section .investor-item:hover .card .card-body ul li a:hover,
.top-investor-section .investor-item:hover .card .card-body ul li a:focus,
.top-investor-section .investor-item:focus .card .card-body ul li a:hover,
.top-investor-section .investor-item:focus .card .card-body ul li a:focus {
    color: rgb(77, 49, 132);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.MoneyPro-history {
    padding: 100px 0px;
}

.MoneyPro-history .item {
    text-align: right;
    margin-bottom: 30px;
}

.MoneyPro-history .item .media {
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
}

.MoneyPro-history .item .media .content h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
    margin-bottom: 15px;
}

.MoneyPro-history .item .media .content p {
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    color: rgb(49, 49, 49);
    line-height: 28px;
}

.MoneyPro-history .item .media .media-body {
    margin-left: 20px;
}

.MoneyPro-history .images {
    text-align: center;
}

.MoneyPro-history .images img {
    max-width: 100%;
}

.MoneyPro-history .right_item {
    text-align: left;
}

.MoneyPro-history .right_item .media {
    margin-right: 60px;
    margin-left: 0px;
}

.investor_pages_two {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.payment-section {
    background: rgba(0, 0, 0, 0) url("about.jpg") no-repeat scroll center center / cover;
    padding: 100px 0px;
}

.payment-section .card {
    border: medium none;
    border-radius: 10px;
    overflow: hidden;
}

.payment-section .card .card-header {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 0px;
    height: 70px;
    line-height: 70px;
}

.payment-section .card .card-header h2 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.payment-section .card .card-body p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(229, 226, 239);
}

.payment-section .card .card-body h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
    padding: 30px 0px;
}

.payment-section .card .card-body ul {
    margin-bottom: 75px;
}

.payment-section .card .card-body ul li {
    display: inline-block;
    margin: 0px 6px 20px;
}

.payment-section .card .card-body ul li a {
    display: block;
}

.payment-section .card .card-body ul li a img {
    max-width: 100%;
}

.payment-section .card .card-body .theme_btn {
    display: block;
    max-width: 200px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border: 2px solid rgb(229, 226, 239);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(26, 40, 84);
    font-family: "Source Sans Pro", sans-serif;
    margin-left: auto;
    margin-bottom: 40px;
}

.payment-section .card .card-body .theme_btn:hover,
.payment-section .card .card-body .theme_btn:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    border: 2px solid rgb(26, 170, 75);
    color: rgb(255, 255, 255);
}

.payment-section .card-right .card-header {
    background: rgb(255, 72, 116) none repeat scroll 0% 0%;
}

.payment-section .card-right .card-body .swiper-container {
    height: 320px;
    margin-bottom: 40px;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
    border-radius: 5px;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .images img {
    max-width: 100%;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body {
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left a {
    display: block;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: rgb(17, 17, 17);
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left h6 {
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(49, 49, 49);
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left small {
    color: rgb(49, 49, 49);
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right {
    text-align: center;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right img {
    max-width: 100%;
}

.payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right h6 {
    padding: 0px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: rgb(17, 17, 17);
    font-size: 18px;
}

.payment-section .card-right .card-body .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.payment-section .card-right .card-body .bottom .theme_btn {
    border: medium none;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.payment-section .card-right .card-body .bottom .all-see {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(49, 49, 49);
}

.payment-section .card-right .card-body .bottom .all-see:hover,
.payment-section .card-right .card-body .bottom .all-see:focus {
    color: rgb(26, 170, 75);
}

.faq-section {
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center / contain;
}

.faq-section .content-side .heading-title {
    max-width: 420px;
    margin-left: 0px;
}

.faq-section .content-side .heading-title h6 {
    justify-content: start;
}

.faq-section .content-side .heading-title h2 {
    text-align: left;
}

.faq-section .content-side .heading-title p {
    text-align: left;
}

.faq-section .content-side .accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
}

.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    content: "+";
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 14px;
}

.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button:active,
.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    outline: currentcolor none 0px;
}

.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: rgb(49, 49, 49);
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
}

.faq-section .content-side .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "-";
    color: rgb(49, 49, 49);
}

.faq-section .content-side .accordion .accordion-item .accordion-collapse {
    border: 1px solid rgb(244, 242, 249);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-section .content-side .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
}

.faq-section .images-side {
    text-align: right;
    margin-right: -150px;
}

.faq-section .images-side img {
    max-width: 100%;
}

.testimonials-section {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center top / cover;
    padding: 100px 0px;
}

.testimonials-section .testimonial_wraper .item {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 18px 30px;
    box-shadow: rgba(205, 196, 219, 0.3) 0px 30px 50px;
    border-radius: 10px;
}

.testimonials-section .testimonial_wraper .item .quotes {
    width: 30px;
}

.testimonials-section .testimonial_wraper .item .quotes img {
    max-width: 100%;
}

.testimonials-section .testimonial_wraper .item p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding: 20px 0px;
}

.testimonials-section .testimonial_wraper .item .media {
    display: flex;
    align-items: center;
}

.testimonials-section .testimonial_wraper .item .media .images {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    text-align: center;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(211, 203, 226);
    border-radius: 50%;
    overflow: hidden;
    line-height: 65px;
}

.testimonials-section .testimonial_wraper .item .media .images img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-section .testimonial_wraper .item .media .media-body {
    margin-left: 10px;
}

.testimonials-section .testimonial_wraper .item .media .media-body a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: "Playfair Display", serif;
}

.testimonials-section .testimonial_wraper .item .media .media-body small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(49, 49, 49);
}

.testimonials-section .testimonial_wraper .owl-nav {
    max-width: 120px;
    display: flex;
    margin: 70px auto 0px;
    justify-content: space-between;
    align-items: center;
}

.testimonials-section .testimonial_wraper .owl-nav button {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(49, 49, 49);
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.testimonials-section .testimonial_wraper .owl-nav button:hover,
.testimonials-section .testimonial_wraper .owl-nav button:focus {
    background: rgb(26, 40, 84) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.testimonials-section_two {
    background: rgba(0, 0, 0, 0) url("testimonial1.jpg") no-repeat scroll center top / cover;
    padding: 100px 0px;
}

.testimonials-section_two .heading-title h6 {
    color: rgb(255, 255, 255);
}

.testimonials-section_two .heading-title h2 {
    color: rgb(255, 255, 255);
}

.testimonials-section_two .heading-title p {
    color: rgb(255, 255, 255);
}

.testimonials-section_two .testimonial_wraper_two .item {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 18px 30px;
    box-shadow: rgba(205, 196, 219, 0.3) 0px 30px 50px;
    border-radius: 10px;
}

.testimonials-section_two .testimonial_wraper_two .item .quotes {
    width: 30px;
}

.testimonials-section_two .testimonial_wraper_two .item .quotes img {
    max-width: 100%;
}

.testimonials-section_two .testimonial_wraper_two .item p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding: 20px 0px;
}

.testimonials-section_two .testimonial_wraper_two .item .media {
    display: flex;
    align-items: center;
}

.testimonials-section_two .testimonial_wraper_two .item .media .images {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    text-align: center;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(211, 203, 226);
    border-radius: 50%;
    overflow: hidden;
    line-height: 65px;
}

.testimonials-section_two .testimonial_wraper_two .item .media .images img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.testimonials-section_two .testimonial_wraper_two .item .media .media-body {
    margin-left: 10px;
}

.testimonials-section_two .testimonial_wraper_two .item .media .media-body a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: "Playfair Display", serif;
}

.testimonials-section_two .testimonial_wraper_two .item .media .media-body small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(49, 49, 49);
}

.testimonials-section_two .testimonial_wraper_two .item .media .media-body ul li {
    display: inline-block;
}

.testimonials-section_two .testimonial_wraper_two .item .media .media-body ul li a {
    font-size: 12px;
    color: rgb(26, 170, 75);
}

.testimonials-section_two .testimonial_wraper_two .owl-nav {
    max-width: 120px;
    display: flex;
    margin: 70px auto 0px;
    justify-content: space-between;
    align-items: center;
}

.testimonials-section_two .testimonial_wraper_two .owl-nav button {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 50px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 20px;
}

.testimonials-section_two .testimonial_wraper_two .owl-nav button:hover,
.testimonials-section_two .testimonial_wraper_two .owl-nav button:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(26, 170, 75);
}

.brand-section {
    padding: 60px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.brand-section .owl-stage-outer {
    padding: 20px 0px;
}

.brand-section .item {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(244, 242, 249);
    padding: 28px 0px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100px;
    transition: all 0.4s ease 0s;
}

.brand-section .item img {
    width: 140px;
    filter: grayscale(1);
    transition: all 0.4s ease 0s;
}

.brand-section .item:hover,
.brand-section .item:focus {
    box-shadow: rgba(205, 196, 219, 0.3) 0px 10px 20px;
}

.brand-section .item:hover img,
.brand-section .item:focus img {
    filter: grayscale(0);
}

.brand-section a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(49, 49, 49);
    text-decoration: underline;
    margin-top: 20px;
}

.brand-section a:hover,
.brand-section a:focus {
    text-decoration: underline;
    color: rgb(26, 170, 75);
}

.brand_section_two {
    background: rgba(0, 0, 0, 0) url("brand-logo.jpg") no-repeat scroll center center / cover;
}

body.search.search-results .content-area {
    padding-top: 120px;
}

.wp-block-cover.alignleft {
    position: relative;
    background-size: cover;
    background-position: 50% center;
    min-height: 620px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

.page-title-area {
    padding: 240px 0px 112px;
    position: relative;
    color: rgb(255, 255, 255);
    background: rgba(94, 53, 177, 0.85) url("") no-repeat scroll center bottom;
}

.page-title-area.overlay-bg::before {
    display: none;
}

.page-title-area.style-2 {
    padding: 307px 0px 236px;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.page-title-area .title {
    font-size: 36px;
    word-break: break-word;
}

.page-title-area h3 {
    color: rgb(252, 252, 252);
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.page-title-area .breadcrumb {
    margin: 0px;
    padding: 0px;
    display: inherit;
    font-weight: 700;
    background: transparent none repeat scroll 0% 0%;
    color: rgb(252, 252, 252);
    word-break: break-word;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "-";
    color: rgb(252, 252, 252);
}

.page-title-area .breadcrumb {
    margin: 0px;
    padding: 0px;
    display: inherit;
    font-weight: 700;
    background: transparent none repeat scroll 0% 0%;
    color: rgb(252, 252, 252);
    word-break: break-word;
}

.breadcrumb li.breadcrumb-list {
    color: rgb(160, 150, 180);
    display: inline-block;
}

.breadcrumb li.breadcrumb-list {
    color: rgb(160, 150, 180);
    margin: 0px 20px;
    position: relative;
}

.breadcrumb li.breadcrumb-list a {
    color: rgb(160, 150, 180);
    font-weight: 400;
}

.breadcrumb li.breadcrumb-list:last-child a {
    color: rgb(255, 255, 255);
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    color: rgb(255, 255, 255);
    content: "";
    position: absolute;
    right: -26px;
    top: 1px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.blog-section {
    padding-top: 100px;
}

.blog-section .left-side {
    margin-right: 30px;
}

.blog-section .left-side .card {
    border-color: currentcolor currentcolor rgb(218, 212, 241);
    border-style: none none solid;
    border-width: medium medium 5px;
    border-image: none 100% / 1 / 0 stretch;
    border-radius: 5px;
    overflow: hidden;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.blog-section .left-side .card .images {
    display: block;
    overflow: hidden;
}

.blog-section .left-side .card .images img {
    display: block;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}

.blog-section .left-side .card .images-slider {
    position: relative;
}

.blog-section .left-side .card .images-slider .item img {
    max-width: 100%;
}

.blog-section .left-side .card .images-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.blog-section .left-side .card .images-slider .owl-nav button {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(142, 68, 173) none repeat scroll 0% 0%;
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.blog-section .left-side .card .images-slider .owl-nav button:hover,
.blog-section .left-side .card .images-slider .owl-nav button:focus {
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
}

.blog-section .left-side .card .video iframe {
    width: 100%;
    object-fit: cover;
}

.blog-section .left-side .card .card-body {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 27px 30px 25px;
}

.blog-section .left-side .card .card-body a {
    word-break: break-word;
}

.blog-section .left-side .card .card-body a:hover,
.blog-section .left-side .card .card-body a:focus {
    color: rgb(26, 170, 75) !important;
}

.blog-section .left-side .card .card-body .title {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: normal;
    line-height: 42px;
    font-family: "Playfair Display", serif;
    color: rgb(81, 62, 117);
}

.blog-section .left-side .card .card-body ul {
    margin-bottom: 10px;
}

.blog-section .left-side .card .card-body ul li {
    display: inline-block;
    margin-right: 30px;
}

.blog-section .left-side .card .card-body ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(81, 62, 117);
}

.blog-section .left-side .card .card-body ul li a span {
    display: inline-block;
    margin-right: 5px;
}

.blog-section .left-side .card .card-body p {
    margin-bottom: 10px;
}

.blog-section .left-side .card .card-body .more_btn {
    display: inline-block;
    font-size: 18px;
    color: rgb(81, 62, 117);
}

.blog-section .left-side .card .card-body .more_btn:hover span,
.blog-section .left-side .card .card-body .more_btn:focus span {
    padding-left: 10px;
}

.blog-section .left-side .card .card-body .more_btn span {
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.blog-section .left-side .card .card-body .text {
    padding: 20px;
    border-left: 3px solid rgb(81, 62, 117);
}

.blog-section .left-side .card .card-body .text p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 500;
}

.blog-section .left-side .card .card-body .text a {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: rgb(81, 62, 117);
}

.blog-section .left-side .card:hover,
.blog-section .left-side .card:focus {
    box-shadow: rgba(230, 230, 230, 0.35) 0px 0px 42.84px 8.16px;
}

.blog-section .left-side .card:hover .owl-nav,
.blog-section .left-side .card:focus .owl-nav {
    opacity: 1 !important;
}

.blog-section .left-side .card:hover .images img,
.blog-section .left-side .card:focus .images img {
    transform: scale(1.1);
}

.blog-section .left-side .MoneyPro-pagination {
    margin-bottom: 50px;
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.page-numbers {
    line-height: 32px;
    display: block;
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers li {
    line-height: 32px;
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.prev.page-numbers,
.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.next.page-numbers {
    padding: 8px 6px;
    line-height: 16px;
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.prev.page-numbers i {
    position: relative;
    top: 1px;
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.next.page-numbers i {
    position: relative;
    top: 0px;
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li {
    display: inline-block;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: rgb(112, 112, 112);
    margin-right: 8px;
    transition: all 0.4s ease 0s;
    border: 1px solid rgb(211, 203, 226);
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li a {
    color: rgb(112, 112, 112);
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover {
    background: rgb(77, 49, 132) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover a {
    color: rgb(255, 255, 255);
}

.blog-section .right-side .blog-sidebar .search-form {
    padding: 30px 20px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(211, 203, 226);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 3px;
}

.blog-section .right-side .blog-sidebar .search-form .search-field {
    background: rgb(244, 242, 249) none repeat scroll 0% 0%;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 4px;
    width: 100%;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 9px 60px 9px 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
    color: rgb(0, 16, 100);
    outline: currentcolor none medium;
}

.blog-section .right-side .blog-sidebar .search-form .search-submit {
    outline: currentcolor none 0px;
    height: 60px;
    width: 60px;
    border: medium none;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    background-color: rgb(77, 49, 132);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 20px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.blog-section .right-side .about-me {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgb(211, 203, 226);
    border-radius: 3px;
}

.blog-section .right-side .about-me h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid rgb(245, 245, 245);
    padding-bottom: 10px;
    font-family: "Playfair Display", serif;
    color: rgb(81, 62, 117);
}

.blog-section .right-side .about-me h3::after {
    position: absolute;
    width: 45px;
    height: 3px;
    content: "";
    background-color: rgb(77, 49, 132);
    bottom: 0px;
    left: 0px;
}

.blog-section .right-side .about-me img {
    max-width: 140px;
    height: 140px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.blog-section .right-side .about-me h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    color: rgb(81, 62, 117);
}

.blog-section .right-side .about-me p {
    margin-bottom: 15px;
}

.blog-section .right-side .about-me .icon li {
    display: inline-block;
    margin-right: 5px;
}

.blog-section .right-side .about-me .icon li a {
    display: block;
    border: 1px solid rgb(211, 203, 226);
    padding: 6px 9px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 27px;
    color: rgb(81, 62, 117);
}

.blog-section .right-side .about-me .icon li a:hover,
.blog-section .right-side .about-me .icon li a:focus {
    background: rgb(81, 62, 117) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.blog-section .right-side .popular-posts {
    padding-bottom: 0px;
}

.blog-section .right-side .popular-posts .media {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(245, 245, 245);
    margin-bottom: 25px;
}

.blog-section .right-side .popular-posts .media .images a {
    display: block;
}

.blog-section .right-side .popular-posts .media .images img {
    max-width: 70px;
    width: 70px;
    border-radius: 5px;
    min-width: 70px;
    height: 70px;
    object-fit: cover;
}

.blog-section .right-side .popular-posts .media .media-body {
    margin-left: 15px;
}

.blog-section .right-side .popular-posts .media .media-body a {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
    color: rgb(81, 62, 117);
}

.blog-section .right-side .popular-posts .media .media-body a:hover,
.blog-section .right-side .popular-posts .media .media-body a:focus {
    color: rgb(26, 170, 75);
}

.blog-section .right-side .categories {
    padding-bottom: 0px;
}

.blog-section .right-side .categories ul li {
    display: block;
    text-align: left;
    clear: both;
    margin: 8px 0px 10px;
    min-height: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-section .right-side .categories ul li:last-child {
    border: medium none;
}

.blog-section .right-side .categories ul li a {
    color: rgb(81, 62, 117);
}

.blog-section .right-side .categories ul li a:hover,
.blog-section .right-side .categories ul li a:focus {
    color: rgb(26, 170, 75);
}

.blog-section .right-side .tags ul li {
    display: inline-block;
}

.blog-section .right-side .tags ul li a {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 5px 5px 5px 0px;
    color: inherit;
    transition: all 0.3s ease-in 0s;
    border-radius: 5px;
    font-size: 16px !important;
    background-color: transparent;
}

.blog-section .right-side .tags ul li a:hover,
.blog-section .right-side .tags ul li a:focus {
    background: rgb(81, 62, 117) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.blog-section .right-side .banner .banner-images {
    text-align: center;
}

.blog-section .right-side .banner .banner-images img {
    max-width: 100%;
    height: 322px;
    object-fit: cover;
}

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

.blog-details-section .left-side .card {
    border: medium none;
    box-shadow: rgba(230, 230, 230, 0.35) 0px 0px 42.84px 8.16px;
}

.blog-details-section .left-side .card .images {
    position: relative;
}

.blog-details-section .left-side .card .images .bottom_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 100px;
    width: 100px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.blog-details-section .left-side .card .images .bottom_text h5 {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    color: rgb(0, 11, 45);
    line-height: 50px;
    padding-top: 16px;
    display: block;
}

.blog-details-section .left-side .card .images .bottom_text h5 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: rgb(77, 49, 132);
    text-transform: uppercase;
}

.blog-details-section .left-side .card .card-body p {
    margin-bottom: 20px;
}

.blog-details-section .left-side .card .card-body .wp-block-quote {
    border-left: 4px solid rgb(0, 0, 0);
    margin: 0px 0px 30px;
    color: rgb(104, 104, 104);
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.47368;
    overflow: hidden;
    padding: 0px 0px 0px 1.26316em;
}

.blog-details-section .left-side .card .card-body .wp-block-quote p {
    font-weight: 500;
    font-size: 18px;
}

.blog-details-section .left-side .card .card-body .tags_one li {
    display: inline-block;
    margin-right: 10px;
}

.blog-details-section .left-side .card .card-body .tags_one li span {
    font-size: 30px;
    display: block;
    font-family: "Playfair Display", serif;
    color: rgb(81, 62, 117);
}

.blog-details-section .left-side .card .card-body .tags_one li a {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: inherit;
    transition: all 0.3s ease-in 0s;
    border-radius: 5px;
    font-size: 16px !important;
    background-color: transparent;
}

.blog-details-section .left-side .card .card-body .tags_one li a:hover,
.blog-details-section .left-side .card .card-body .tags_one li a:focus {
    background: rgb(81, 62, 117) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255) !important;
}

.blog-details-section .left-side .comment .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(81, 62, 117);
    font-family: "Playfair Display", serif;
}

.blog-details-section .left-side .comment .comment-item {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(245, 245, 245);
    padding-right: 20px;
    margin-bottom: 30px;
}

.blog-details-section .left-side .comment .comment-item .user {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.blog-details-section .left-side .comment .comment-item .user img {
    height: 80px;
    min-width: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-details-section .left-side .comment .comment-item .content {
    margin-left: 20px;
    position: relative;
}

.blog-details-section .left-side .comment .comment-item .content h5 {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 20px;
    color: rgb(81, 62, 117);
    font-family: "Playfair Display", serif;
}

.blog-details-section .left-side .comment .comment-item .content span {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    color: rgb(81, 62, 117);
}

.blog-details-section .left-side .comment .comment-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(81, 62, 117);
}

.blog-details-section .left-side .comment .comment-item .content .reply {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s ease-in 0s;
    padding-left: 90px;
}

.blog-details-section .left-side .comment .comment-item .content .reply a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 0px 10px;
    color: rgb(255, 255, 255);
    background: rgb(81, 62, 117) none repeat scroll 0% 0%;
}

.blog-details-section .left-side .comment .comment-item .content .reply a:hover,
.blog-details-section .left-side .comment .comment-item .content .reply a:focus {
    opacity: 0.8;
}

.blog-details-section .left-side .post-comment .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(81, 62, 117);
    font-family: "Playfair Display", serif;
}

.blog-details-section .left-side .post-comment .post_from input {
    height: 50px;
    width: 100%;
    border: 1px solid rgb(211, 203, 226);
    padding: 0px 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: currentcolor none medium;
    margin-bottom: 15px;
}

.blog-details-section .left-side .post-comment .post_from textarea {
    height: 50px;
    width: 100%;
    border: 1px solid rgb(211, 203, 226);
    font-size: 14px;
    min-height: 180px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    outline: currentcolor none medium;
    margin-bottom: 15px;
}

.blog-details-section .left-side .post-comment .post_from .theme_btn {
    border: medium none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgb(77, 49, 132);
    color: rgb(255, 255, 255);
    margin-top: 30px;
    padding: 14px 40px;
    transition: all 0.3s ease 0s;
}

.blog-details-section .left-side .post-comment .post_from .theme_btn:hover,
.blog-details-section .left-side .post-comment .post_from .theme_btn:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.post-comment .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(81, 62, 117);
    font-family: "Playfair Display", serif;
}

.post-comment .form_title {
    font-size: 48px;
}

.post-comment .post_from input {
    height: 50px;
    width: 100%;
    border: 1px solid rgb(211, 203, 226);
    padding: 0px 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: currentcolor none medium;
    margin-bottom: 15px;
}

.post-comment .post_from textarea {
    height: 50px;
    width: 100%;
    border: 1px solid rgb(211, 203, 226);
    font-size: 14px;
    min-height: 180px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    outline: currentcolor none medium;
    margin-bottom: 15px;
}

.post-comment .post_from .theme_btn {
    border: medium none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgb(77, 49, 132);
    color: rgb(255, 255, 255);
    margin-top: 30px;
    padding: 14px 40px;
    transition: all 0.3s ease 0s;
}

.post-comment .post_from .theme_btn:hover,
.post-comment .post_from .theme_btn:focus {
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.contact-info-section {
    padding: 100px 0px;
}

.contact-info-section .heading {
    text-align: center;
    max-width: 750px;
    margin: 0px auto 50px;
}

.contact-info-section .heading h6 {
    color: rgb(255, 0, 122);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 24px;
}

.contact-info-section .heading h2 {
    color: rgb(77, 49, 132);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 48px;
    font-family: "Playfair Display", serif;
}

.contact-info-section .item {
    text-align: center;
    border: 1px solid rgb(211, 203, 226);
    padding: 55px 6px 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.contact-info-section .item .icon {
    display: inline-block;
    border: 1px solid rgb(211, 203, 226);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.contact-info-section .item .icon i {
    color: rgb(77, 49, 132);
    font-size: 24px;
}

.contact-info-section .item .icon .fa-phone {
    transform: rotate(90deg);
}

.contact-info-section .item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    color: rgb(81, 62, 117);
}

.contact-info-section .item p {
    margin-bottom: 4px;
}

.contact-info-section .item:hover,
.contact-info-section .item:focus {
    box-shadow: rgba(221, 215, 233, 0.5) 0px 30px 70px;
    border: 1px solid transparent;
}

.contact-info-section .item:hover .icon,
.contact-info-section .item:focus .icon {
    border: 1px solid rgb(77, 49, 132);
}

.contact-width-section {
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center bottom / cover;
}

.contact-width-section .map-area iframe {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    border: medium none;
    height: 450px;
}

.footer-section {
    background: rgba(0, 0, 0, 0) url("footer-section.jpg") no-repeat scroll center top / cover;
    padding-top: 120px;
}

.footer-section .left .logo {
    display: block;
    margin-bottom: 25px;
}

.footer-section .left .logo img {
    max-width: 100%;
}

.footer-section .left p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(223, 216, 236);
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 50px;
}

.footer-section .left ul li {
    display: inline-block;
}

.footer-section .left ul li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgba(107, 94, 128, 0.1) none repeat scroll 0% 0%;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-section .left ul li a:hover,
.footer-section .left ul li a:focus {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(26, 40, 84);
}

.footer-section .footer-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
}

.footer-section .footer-item ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(223, 216, 236);
    line-height: 36px;
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
}

.footer-section .footer-item ul li a i {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 23px;
    opacity: 0;
    font-size: 20px;
}

.footer-section .footer-item ul li a:hover,
.footer-section .footer-item ul li a:focus {
    color: rgb(26, 170, 75);
    padding-left: 15px;
}

.footer-section .footer-item ul li a:hover i,
.footer-section .footer-item ul li a:focus i {
    opacity: 1;
}

.footer-section .footer-item form input {
    width: 100%;
    height: 60px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    outline: currentcolor none medium;
    border: medium none;
    box-shadow: none;
    border-radius: 30px;
}

.footer-section .footer-item form .theme_btn {
    display: block;
    border: medium none;
    outline: currentcolor none medium;
    box-shadow: none;
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: "Source Sans Pro", sans-serif;
    background: rgb(26, 170, 75) none repeat scroll 0% 0%;
}

.footer-section .footer-item.contact_item ul li a {
    display: flex;
    padding: 0px !important;
    align-items: center;
}

.footer-section .footer-item.contact_item ul li a i {
    opacity: 1;
    margin-right: 15px;
    display: inline-block;
    position: unset !important;
}

.footer-section .footer-bottom {
    border-top: 1px solid rgb(255, 255, 255);
    padding: 24px 0px;
    margin-top: 60px;
}

.footer-section .footer-bottom .bottom-left {
    text-align: center;
}

.footer-section .footer-bottom .bottom-left span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgb(223, 216, 236);
    font-family: "Source Sans Pro", sans-serif;
}

.footer-section .footer-bottom .bottom-left span a {
    font-size: 16px;
    font-weight: 700;
    color: rgb(223, 216, 236);
    font-family: "Source Sans Pro", sans-serif;
    margin: 0px;
}

.footer-section .footer-bottom .bottom-left span a:hover,
.footer-section .footer-bottom .bottom-left span a:focus {
    color: rgb(26, 170, 75);
}

@media (max-width: 1600px) {
    .banner_section .right-side-images img {
        max-width: 100%;
    }
    .faq-section .images-side {
        margin: 0px;
    }
}

@media (max-width: 1366px) {
    .banner_section .carousel-control-prev {
        left: 5px;
    }
    .banner_section .carousel-control-next {
        right: 5px;
    }
}

@media (max-width: 1260px) {
    .container .main-header .main-navbar .nav-inner ul li a {
        line-height: 60px;
        margin: 0px 14px;
        font-size: 14px;
    }
    .main-header .main-navbar .nav-inner .brand {
        width: 150px;
    }
    .main-header .main-navbar .nav-inner .brand {
        width: 150px;
    }
    .how-we-work-section .item .arrow-img {
        right: -80px;
    }
    .MoneyPro-history .item .media {
        margin: 0px;
    }
    .banner_section .slider-area .item .left-content h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 991px) {
    .blog-details-section .left-side .post-comment {
        margin-bottom: 30px;
    }
    .MoneyPro-history .item .media {
        justify-content: flex-end;
    }
    .MoneyPro-history .right_item .media {
        display: block;
        text-align: right;
    }
    .MoneyPro-history .right_item .media .icon {
        float: right;
        margin-left: 20px;
    }
    .MoneyPro-history {
        padding: 60px 0px;
    }
    .MoneyPro-history .images {
        display: none;
    }
    .banner_section .right-side-images {
        display: none;
    }
    .banner_section {
        padding-top: 180px;
    }
    .banner_section .carousel-control-next {
        display: none;
    }
    .banner_section .carousel-control-prev {
        display: none;
    }
    .main-header .main-navbar {
        padding: 10px;
    }
    .main-header .main-navbar .desktop-menu {
        display: none;
    }
    .main-header .main-navbar .mobile-header .menu-icon .open-menu {
        display: block;
    }
    .main-header .top-header .topbar-right li a {
        font-size: 12px;
    }
    .main-header .top-header .topbar-right li {
        padding: 0px 5px;
    }
    .main-header .top-header .topbar-left li a {
        font-size: 12px;
    }
    .main-header .top-header .topbar-left li a .phone {
        font-size: 12px;
    }
    .main-header .top-header .topbar-left li {
        padding: 0px 10px;
    }
    .main-header .main-navbar .nav-inner .search_btn {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid rgb(211, 203, 226);
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: rgb(77, 49, 132);
    }
    .main-header .main-navbar .mobile-header .menu-icon {
        display: block;
    }
    .activee .mobile-menu {
        display: block;
    }
    .features-section {
        padding: 60px 0px;
    }
    .about-section .right-side {
        display: none;
    }
    .counterup-section .images {
        display: none;
    }
    .faq-section .images-side {
        display: none;
    }
    .how-we-work-section .item .icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .how-we-work-section .item .arrow-img {
        position: absolute;
        top: 20px !important;
        right: -50px;
        width: 100px;
    }
    .how-we-work-section .item .icon span {
        height: 20px;
        width: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .how-we-work-section .item h3 {
        font-size: 20px;
    }
    .about-section {
        padding: 60px 0px;
    }
    .how-we-work-section {
        padding: 60px 0px;
    }
    .counterup-section {
        padding: 60px 0px;
    }
    .transction-section .tab-content .tab-pane .table {
        width: 1000px;
    }
    .transction-section {
        padding: 60px 0px;
    }
    .pricing-section {
        padding: 60px 0px;
    }
    .calculate-section .calculate_wraper {
        height: auto;
    }
    .calculate-section .right_side {
        max-width: 100%;
    }
    .top-investor-section .investor-item {
        margin-bottom: 30px;
    }
    .top-investor-section .investor-item {
        max-width: 100%;
    }
    .top-investor-section .investor-item .card .images img {
        width: 100%;
    }
    .top-investor-section {
        margin-top: 60px;
    }
    .payment-section {
        padding: 60px 0px;
    }
    .payment-section .card .card-header h2 {
        font-size: 25px;
    }
    .payment-section .card {
        margin-bottom: 30px;
    }
    .faq-section {
        padding: 60px 0px;
    }
    .testimonials-section {
        padding: 60px 0px;
    }
    .footer-item {
        margin-top: 30px;
    }
    .footer-section .left {
        margin-top: 30px;
    }
    .page-title-area {
        padding: 192px 0px 112px;
    }
    .blog-section .left-side {
        margin-right: 0px;
    }
    .contact-width-section .map-area {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .blog-section .left-side .card .card-body .title {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-info-section .heading h2 {
        font-size: 30px;
    }
    .post-comment .form_title {
        font-size: 30px;
    }
    .page-title-area {
        padding: 140px 0px 112px;
    }
    .banner_section {
        padding-bottom: 50px;
        background-size: 900%;
    }
    .MoneyPro-history .right_item .media .icon {
        height: 110px;
    }
    .banner_section_two {
        background-size: 900%;
        padding-bottom: 50px;
    }
    .banner_section .slider-area .item .left-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .counterup-section .item {
        padding: 74px 10px;
    }
    .counterup-section .item img {
        width: 60px;
        margin-bottom: 15px;
    }
    .counterup-section .item h5 {
        font-size: 16px;
    }
    .counterup-section .item h3 {
        font-size: 25px;
    }
    .how-we-work-section .item .arrow-img {
        display: none;
    }
    .how-we-work-section .item {
        margin: 0px auto 30px;
    }
    .heading-title h2 {
        font-size: 25px;
        padding-bottom: 0px;
    }
    .main-header .mobile-menu {
        max-width: 450px;
    }
    .main-header .main-navbar::after {
        width: 95%;
    }
    .main-header .top-header {
        display: none;
    }
    .main-header {
        top: 10px;
    }
}

@media (max-width: 575px) {
    .banner_section .slider-area .item .left-content p {
        font-size: 16px;
    }
    .banner_section .slider-area .item .left-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .top-investor-section .investor-item {
        max-width: 320px;
    }
    .calculate-section .left_content h4 {
        font-size: 25px;
    }
    .pricing-section .pracing-item ul {
        margin-bottom: 30px;
    }
    .main-header .mobile-menu {
        left: 15px;
        right: 15px;
    }
    .search_modal .input_box .form-wraper .theme-btn {
        max-width: 100px;
    }
    .search_modal .input_box {
        padding: 0px 10px;
    }
    .counterup-section .item {
        padding: 20px 10px;
    }
}

@media (max-width: 410px) {
    .transction-section .nav-pills .nav-item button {
        width: 110px;
        line-height: 41px;
    }
    .pricing-section .nav-pills .nav-item button {
        width: 110px;
        line-height: 41px;
    }
    .calculate-section .right_side .item h2 {
        font-size: 20px;
        line-height: 18px;
    }
    .calculate-section .right_side .item {
        padding: 15px 0px;
    }
    .calculate-section .right_side .item p {
        font-size: 16px;
        margin: 0px;
    }
    .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left h6 {
        font-size: 14px;
    }
    .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left a {
        font-size: 14px;
    }
    .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right h6 {
        font-size: 14px;
    }
    .blog-section .left-side .card .card-body {
        padding: 20px 0px;
    }
    .blog-details-section .left-side .comment .comment-item {
        display: block;
        padding-right: 0px;
    }
    .blog-details-section .left-side .comment .comment-item .content {
        margin-left: 0px;
    }
}

@media (max-width: 380px) {
    .features-section .item {
        padding: 10px;
    }
}

.c-text {
    color: rgb(26, 170, 75) !important;
}

.m-card {
    min-height: 300px !important;
    display: block !important;
}

.features-section .m-card {
    padding: 25px 40px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    margin-bottom: 30px;
}

.features-section .m-card h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    line-height: 34px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.features-section .m-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(49, 49, 49);
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 30px;
}

.features-section .m-card.active {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(107, 94, 128, 0.2) 0px 20px 40px;
}

.text-left {
    text-align: left !important;
}

.goog-te-menu-value span {
    color: rgb(0, 16, 100) !important;
}

.search-popup form {
    position: relative;
    margin-top: 45rem;
    background: rgb(0, 11, 45) none repeat scroll 0% 0%;
    width: 100%;
    padding: 10px;
}

.search-popup #resetpass {
    margin-top: 40rem;
}

.search-popup #signup_form {
    margin-top: 100rem !important;
}

.search-popup form label {
    color: rgb(26, 170, 75);
    font-size: 18px;
    font-weight: 600;
    margin: 1rem 0px 5px 5px;
}

.search-popup form::-webkit-scrollbar {
    display: none;
}

.search-popup form input,
button,
select {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 30px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgb(26, 170, 75);
}

.title-btn {
    background: rgb(26, 40, 84) none repeat scroll 0% 0% !important;
    color: rgb(26, 170, 75);
    transition: all 0.3s ease 0s;
    border: 0px solid rgb(26, 40, 84);
}

.title-btn:hover {
    background: rgb(26, 170, 75) none repeat scroll 0% 0% !important;
    color: rgb(26, 40, 84);
}

.sub-btn {
    background: rgb(26, 170, 75) none repeat scroll 0% 0% !important;
    color: rgb(26, 40, 84);
    border: 0px solid rgb(26, 40, 84);
    transition: all 0.3s ease 0s;
}

.sub-btn:hover {
    background: rgb(26, 40, 84) none repeat scroll 0% 0% !important;
    color: rgb(26, 170, 75);
}

.loader {
    display: none;
}

.why-us h3,
.why-us p {
    text-align: left !important;
}

.chat-icon {
    background: transparent none repeat scroll 0% 0%;
    position: fixed !important;
    bottom: 0px;
    margin: 10px;
    right: 0px;
    z-index: 9999;
}

.chat-icon a {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    box-shadow: rgb(49, 49, 49) 0px 0px 10px 0px;
}

.chat-icon a:hover {
    transform: scale(1.1);
    box-shadow: rgb(49, 49, 49) 0px 0px 10px 0px;
}

.chat-icon img {
    width: 70px;
}

.chat-icon img:hover {
    transform: scale(1.1);
    box-shadow: rgb(49, 49, 49) 0px 0px 10px 0px;
}