@charset "UTF-8";
/* Theme Name: Investon
 Theme URI: http://s7template.com/tf/investon 
 Author: s7template
 Author URI: http://s7template.com 
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready 
Description: Investon - Investment & Business Agency HTML Template 
 Version: 1.0.1 */
/*----------- >>> TABLE OF CONTENTS: ----------------
  # Typography
  # Accessibility
  # Alignments
  # Clearings
  # Posts and pages
  # Media
  # Captions
  # Galleries
  # Unit test
  # Gutenberg Default Style
  # Back Top
  # Margin Css
  # Common Padding Css
  # Button
  # Background
  # section-title
  # social-area Css
  # Common Input Css
  # Preloader Css
  # Search Popup
  # 404 pages
  # case Page
  # case Details Page
  # Widgets
  # Nav bar
  # banner style
  # banner V3
  # Blog Details Page
  # Single-work-area
  # fact-area
  # Magnific-popup
  # about-area
  # transaction-area
  # why-choose-us-area
  # pricing-area
  # video-area
  # history-area
  # team-area
  # news-slider-area
  # blog-area
  # check-profit-area
  # testimonial-area
  # partner-area
  # subscribe-area
  # single-page-area
  # contact-area
  # Intro-area
  # Investor area
  # Call to Refer area
  # payment area
  # footer area

/*----------------- # Typography -----------------*/

 :root {
     --main-color-one: #872BEF;
     --heading-color: #001064;
     --paragraph-color: #2e3970;
     --heading-font: 'Raleway', sans-serif;
     --body-font: 'Raleway', sans-serif;
     --body-font-size: 16px;
     --line-height30: 1.8;
}
 html {
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     overflow-x: hidden;
     font-family: var(--body-font);
}
 * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: none;
     -moz-osx-font-smoothing: grayscale;
    /* Firefox */
     -webkit-font-smoothing: antialiased;
    /* WebKit */
}
 body {
     margin: 0;
     color: var(--paragraph-color);
     overflow-x: hidden;
     font-family: var(--body-font);
     line-height: 1.8;
}
 h1 {
     font-size: 72px;
     line-height: 1.2833333333333333;
}
 h2 {
     font-size: 48px;
     line-height: 1.2380952380952381;
}
 h3 {
     font-size: 32px;
     line-height: 1.2833333333333333;
}
 h4 {
     font-size: 26px;
     line-height: 1.2380952380952381;
}
 h5 {
     font-size: 24px;
     line-height: 1.2380952380952381;
}
 h6 {
     font-size: 18px;
     line-height: 1.2380952380952381;
}
 h1, h2, h3, h4, h5, h6 {
     color: var(--heading-color);
     font-family: var(--heading-font);
}
 p {
     color: var(--paragraph-color);
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
     margin-bottom: 10px;
}
 a {
     color: inherit;
     text-decoration: none;
     color: var(--paragraph-color);
}
 a, a:hover, a:focus, a:active {
     text-decoration: none;
     outline: none;
     color: inherit;
}
 pre {
     word-break: break-word;
}
 a i {
     padding: 0 2px;
}
 img {
     max-width: 100%;
     height: auto;
}
/*input and button type focus outline disable*/
 input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 1px solid #ddd;
}
 .no-gutter.row, .no-gutter.container, .no-gutter.container-fluid {
     margin-left: 0;
     margin-right: 0;
     padding-left: 0;
     padding-right: 0;
}
 .no-gutter > [class^="col-"] {
     padding-left: 0;
     padding-right: 0;
}
 .no-gutter[class^="col-"] {
     padding-left: 0;
     padding-right: 0;
}
 .h-100vh {
     height: 100vh;
}
 code {
     color: #faa603;
}
 .check-list {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .check-list li {
     display: block;
     padding-left: 20px;
     position: relative;
     z-index: 0;
}
 .check-list li:after {
     position: absolute;
     left: 0;
     top: 0;
     font-family: 'fontawesome';
     content: "\f105";
     color: var(--main-color);
}
 .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
     clear: both;
}
 .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
     float: left;
     width: 50%;
}
 .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
     float: right;
     text-align: right;
     width: 50%;
}
 .comment-navigation .nav-previous > a, .posts-navigation .nav-previous > a, .post-navigation .nav-previous > a, .comment-navigation .nav-next > a, .posts-navigation .nav-next > a, .post-navigation .nav-next > a {
     -webkit-transition: .3s ease-in;
     -o-transition: .3s ease-in;
     transition: .3s ease-in;
}
 .comment-navigation .nav-previous:hover > a, .posts-navigation .nav-previous:hover > a, .post-navigation .nav-previous:hover > a, .comment-navigation .nav-next:hover > a, .posts-navigation .nav-next:hover > a, .post-navigation .nav-next:hover > a {
     color: var(--main-color);
}
 .h-100vh {
     height: 100vh;
}
 .position-relative {
     position: relative;
}
/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */
 .screen-reader-text {
     border: 0;
     clip: rect(1px, 1px, 1px, 1px);
     -webkit-clip-path: inset(50%);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 .screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     -webkit-clip-path: none;
     clip-path: none;
     color: #21759b;
     display: block;
     font-size: 15px;
     font-size: 0.875rem;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
 #content[tabindex="-1"]:focus {
     outline: 0;
}
/*-------------------------------------------------------------- # Globals --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/
 .alignleft {
     float: left;
     clear: both;
     margin-right: 20px!important;
}
 .alignright {
     float: right;
     clear: both;
     margin-left: 20px!important;
}
 .aligncenter {
     clear: both;
     display: block;
     margin: 0 auto 1.75em;
}
 .alignfull {
     margin: 1.5em 0;
     max-width: 100%;
}
 .alignwide {
     max-width: 1100px;
}
/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/
 .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
     content: "";
     display: table;
     table-layout: fixed;
}
 .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
     clear: both;
}
/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/
 .sticky {
     display: block;
}
 .updated:not(.published) {
     display: none;
}
/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/
 .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
     border: none;
     margin-bottom: 0;
     margin-top: 0;
     padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
 embed, iframe, object {
     max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
 .custom-logo-link {
     display: inline-block;
}
/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/
 .wp-caption {
     margin-bottom: 1.5em;
     max-width: 100%;
     clear: both;
}
 .wp-caption img[class*="wp-image-"] {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .wp-caption .wp-caption-text {
     margin: 0.8075em 0;
     color: #333;
}
 .wp-caption-text {
     text-align: center;
}
/*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/
 .gallery {
     margin-bottom: 1.5em;
}
 .gallery-item {
     display: inline-block;
     text-align: center;
     vertical-align: top;
     width: 100%;
}
 .gallery-columns-2 .gallery-item {
     max-width: 50%;
}
 .gallery-columns-3 .gallery-item {
     max-width: 33.33%;
}
 .gallery-columns-4 .gallery-item {
     max-width: 25%;
}
 .gallery-columns-5 .gallery-item {
     max-width: 20%;
}
 .gallery-columns-6 .gallery-item {
     max-width: 16.66%;
}
 .gallery-columns-7 .gallery-item {
     max-width: 14.28%;
}
 .gallery-columns-8 .gallery-item {
     max-width: 12.5%;
}
 .gallery-columns-9 .gallery-item {
     max-width: 11.11%;
}
 .gallery-caption {
     display: block;
}
/*---------------------------------------- # Unit test ------------------------------------------*/
 .wp-link-pages a {
     margin: 0 5px;
     -webkit-transition: .3s ease-in;
     -o-transition: .3s ease-in;
     transition: .3s ease-in;
}
 .wp-link-pages {
     margin-bottom: 30px;
     margin-top: 25px;
}
 .wp-link-pages span, .wp-link-pages a {
     border: 1px solid #e2e2e2;
     padding: 5px 15px;
     display: inline-block;
}
 .wp-link-pages .current, .wp-link-pages a:hover {
     background-color: var(--main-color);
     color: #fff;
     border-color: var(--main-color);
}
 .wp-link-pages span:first-child {
     margin-right: 5px;
}
 dl, ol, ul {
     padding-left: 20px;
}
.widget dl, .widget ol, .widget ul {
     padding-left: 20px;
}
 .post-password-form input {
     display: block;
     border: 1px solid #e2e2e2;
     height: 50px;
     border-radius: 3px;
     padding: 0 20px;
     width: 100%;
     margin-bottom: 25px;
}
 .post-password-form label {
     font-weight: 600;
     color: #333;
     width: 80%;
}
 .post-password-form input[type=submit] {
     width: 100px;
     height: 50px;
     background-color: #872BEF;
     color: #fff;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 1px;
     border: none;
     cursor: pointer;
     -webkit-transition: .3s ease-in;
     -o-transition: .3s ease-in;
     transition: .3s ease-in;
     margin-bottom: 30px;
}
 .post-password-form input[type=submit]:hover {
     background-color: #121A2F;
}
 .footer-widget .table td, .footer-widget .table th {
     padding: 0.50rem !important;
}
 @media (min-width: 1200px) {
     .container {
         max-width: 1170px;
    }
}
/* @media (min-width: 1400px) {
     .container {
         max-width: 1260px;
    }
}*/
 table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 25px;
}
 thead {
     display: table-header-group;
     vertical-align: middle;
     border-color: inherit;
}
 tr {
     display: table-row;
     vertical-align: inherit;
     border-color: inherit;
}
 table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
     padding: 8px;
     vertical-align: middle;
     border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
     text-align: center;
}
 ol li {
     margin-bottom: 0;
     line-height: 30px;
     position: relative;
}
 .comments-area .comment-list li .single-comment-wrap .content .comment-content li {
     margin-bottom: 0;
}
 pre {
     word-break: break-word;
}
 .comments-area .comment-list .children li:last-child {
     margin-bottom: 30px;
}
 .comments-area .comment-list li ul.children {
     margin-top: 30px!important;
}
 .comment-form-cookies-consent input[type=checkbox] {
     margin-right: 5px;
}
/*-------------------------------------------------------------- # Gutenberg Default Style --------------------------------------------------------------*/
 .single-post-details-item .entry-content>.alignwide {
     max-width: 1100px;
}
 .single-post-details-item .entry-content>.alignfull {
     margin: 1.5em 0;
     max-width: 100%;
}
/* .wp-block-video video {
     max-width: 636px;
}*/
 .wp-block-image img {
     display: block;
}
 .wp-block-image.alignleft, .wp-block-image.alignright {
     width: 100%;
}
 .wp-block-image.alignfull img {
     width: 100vw;
}
 .wp-block-gallery:not(.components-placeholder) {
     margin: 1.5em auto;
}
 .wp-block-cover-text p {
     padding: 1.5em 14px;
}
 ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
     padding: 0 14px;
}
 .wp-block-table {
     display: block;
     overflow-x: auto;
}
 a.wp-block-button__link {
     color: #fff !important;
     background-color: #872bef !important;
     margin-bottom: 16px !important;
}
 .is-style-outline > .wp-block-button__link{
     border: 2px solid #872bef !important;
     background-color: transparent !important;
     color: #872bef !important;
}
 .is-style-outline > .wp-block-button__link:hover{
     border: 2px solid #121A2F !important;
     background-color: #fff !important;
     color: #121A2F !important;
     transition: background 150ms ease-in-out;
}
 .is-style-squared > .wp-block-button__link{
     border-radius: 0 !important;
}
 .wp-block-button__link:hover{
     background-color: #121A2F !important;
     color: #fff !important;
}
 p.wp-block-cover-text {
     color: #fff !important;
}
 .wp-block-table table {
     border-collapse: collapse;
     width: 100%;
}
 .wp-block-table td, .wp-block-table th {
     padding: .5em;
}
 .wp-block-embed.type-video>.wp-block-embed__wrapper {
     position: relative;
     width: 100%;
     height: 0;
     padding-top: 56.25%;
}
 .wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .wp-block-quote.is-large {
     margin: 0 auto 16px;
}
 .wp-block-pullquote>p:first-child {
     margin-top: 0;
}
 .wp-block-separator {
     margin: 3em auto;
     padding: 0;
}
 @media screen and (min-width: 768px) {
     .wp-block-cover-text p {
         padding: 1.5em 0;
    }
}
 wp-block-video video {
     max-width: 636px;
}
 .wp-block-image img {
     display: block;
}
 .wp-block-image.alignleft, .wp-block-image.alignright {
     width: 100%;
}
 .wp-block-image.alignfull img {
     width: 100vw;
}
 .wp-block-gallery:not(.components-placeholder) {
     margin: 1.5em auto;
}
 .wp-block-cover-text p {
     padding: 1.5em 14px;
}
 ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
     padding: 0 14px;
}
 .wp-block-table {
     display: block;
     overflow-x: auto;
}
 .wp-block-table table {
     border-collapse: collapse;
     width: 100%;
}
 .wp-block-table td, .wp-block-table th {
     padding: .5em;
}
 .wp-block-embed.type-video>.wp-block-embed__wrapper {
     position: relative;
     width: 100%;
     height: 0;
     padding-top: 56.25%;
}
 .wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .wp-block-quote.is-large {
     margin: 0 auto 16px;
}
 .wp-block-pullquote>p:first-child {
     margin-top: 0;
}

 .wp-block-separator {
     margin: 3em auto;
     padding: 0;
}
 @media screen and (min-width: 768px) {
     .wp-block-cover-text p {
         padding: 1.5em 0;
    }
}
 .wp-block-pullquote {
     border-top: 4px solid #555d66;
     border-bottom: 4px solid #555d66;
     color: #40464d;
}
 .comment-content a {
     word-wrap: break-word;
}
 .bypostauthor {
     display: block;
}
/*--------------------------------------- ## Back Top ---------------------------------------*/
 .back-to-top {
     position: fixed;
     right: 30px;
     bottom: 30px;
     width: 50px;
     height: 50px;
     color: #ffffff;
     background-color: var(--main-color-one);
     text-align: center;
     line-height: 60px;
     border-radius: 50%;
     z-index: 99;
     font-size: 30px;
     cursor: pointer;
     -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     display: none;
}
 .back-to-top i {
     -webkit-animation: scrolltop 2s infinite;
     animation: scrolltop 2s infinite;
}
 @-webkit-keyframes scrolltop {
     from {
         -webkit-transform: translate3d(0, 0px, 0);
         transform: translate3d(0, 0px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
     10% {
         -webkit-transform: translate3d(0, -3px, 0);
         transform: translate3d(0, -3px, 0);
         filter: alpha(opacity=100);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
     to {
         -webkit-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
 @keyframes scrolltop {
     from {
         -webkit-transform: translate3d(0, 0px, 0);
         transform: translate3d(0, 0px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
     10% {
         -webkit-transform: translate3d(0, -3px, 0);
         transform: translate3d(0, -3px, 0);
         filter: alpha(opacity=100);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
     to {
         -webkit-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
/*------------------------- ## Margin Css ---------------------------*/
 .top-right-radius-0 {
     border-top-right-radius: 0 !important;
}
 .bottom-right-radius-0 {
     border-bottom-right-radius: 0 !important;
}
 .bottom-left-radius-0 {
     border-bottom-left-radius: 0 !important;
}
/*------------------------- ## Common Padding Css ---------------------------*/
 .pd-top-35 {
     padding-top: 35px;
}
 .pd-top-80 {
     padding-top: 80px;
}
 .pd-top-90 {
     padding-top: 90px;
}
 .pd-top-100 {
     padding-top: 100px;
}
 .pd-top-105 {
     padding-top: 105px;
}
 .pd-top-110 {
     padding-top: 110px;
}
 .pd-top-120 {
     padding-top: 120px;
}
 .pd-top-145 {
     padding-top: 145px;
}
 .mg-top-120 {
     margin-top: 120px;
}
 .mg-bottom-100 {
     margin-bottom: 100px !important;
}
 .mg-bottom-105 {
     margin-bottom: 105px;
}
 .mg-bottom-120 {
     margin-bottom: 120px;
}
 .common-pd {
     padding: 120px 0;
}
 .common-pd-1 {
     padding: 105px 0 58px;
}
 .common-pd-2 {
     padding: 120px 0 58px;
}
 .common-pd-bottom {
     padding-bottom: 90px;
}
 .common-pd-bottom-2 {
     padding-bottom: 95px;
}
 .common-pd-bottom-3 {
     padding-bottom: 120px;
}
 .common-pd-bottom-4 {
     padding-bottom: 105px;
}
 .pd-bottom-32 {
     padding-bottom: 32px;
}
 .pd-bottom-35 {
     padding-bottom: 35px;
}
 .pd-bottom-66 {
     padding-bottom: 66px;
}
 .pd-bottom-70 {
     padding-bottom: 70px;
}
 .pd-bottom-75 {
     padding-bottom: 75px;
}
 .pd-bottom-80 {
     padding-bottom: 80px;
}
 .pd-bottom-85 {
     padding-bottom: 85px;
}
 .pd-bottom-90 {
     padding-bottom: 90px;
}
 .pd-bottom-100 {
     padding-bottom: 100px;
}
 .pd-bottom-115 {
     padding-bottom: 115px;
}
 .pd-bottom-165 {
     padding-bottom: 165px;
}
 .common-pd-subscribe {
     padding: 100px 0;
}
/*--------------------------------------- ## Button ---------------------------------------*/
 .btn {
     border: 0;
     height: 60px;
     line-height: 60px;
     font-size: 16px;
     font-weight: 700;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .btn:hover {
     color: #ffffff;
}
 .btn:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #ffffff;
     outline: 0;
}
 .btn:active {
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #ffffff;
     outline: 0;
}
 .btn-basic {
     background: #872BEF;
     padding: 0 30px;
     border-radius: 50px;
     color: #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .btn-basic:hover {
     background: var(--heading-color);
}
 .btn-white {
     background: #ffffff;
     padding: 0 30px;
     border-radius: 50px;
     color: #872BEF;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}
 .btn-white:active, .btn-white:focus, .btn-white:hover {
     background: #872BEF;
     color: #ffffff;
}
 .btn-white i {
     margin-left: 12px;
     border: 2px solid;
     border-radius: 50%;
     height: 20px;
     width: 20px;
     line-height: 16px;
     font-size: 14px;
}
 .btn-plus {
     background: -webkit-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
     background: -o-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
     background: linear-gradient(104deg, #872BEF 0%, #762dc4 100%);
     padding: 0;
     border: 0;
     height: 50px;
     width: 50px;
     border-radius: 50%;
     color: #ffffff;
     cursor: pointer;
     line-height: 51px;
     font-size: 16px;
     font-weight: 700;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .btn-plus:focus, .btn-plus:active {
     background: -webkit-linear-gradient(94deg, #872BEF 0%, #762dc4 100%) !important;
     background: -o-linear-gradient(94deg, #872BEF 0%, #762dc4 100%) !important;
     background: linear-gradient(-4deg, #872BEF 0%, #762dc4 100%) !important;
}
/*------------------------- ## Background ---------------------------*/
 .bg-gradient {
     background: -webkit-gradient(linear, left bottom, left top, from(#872BEF), to(#762dc4)) !important;
     background: -webkit-linear-gradient(bottom, #872BEF 0%, #762dc4 100%) !important;
     background: -o-linear-gradient(bottom, #872BEF 0%, #762dc4 100%) !important;
     background: linear-gradient(0deg, #872BEF 0%, #762dc4 100%) !important;
}
 .bg-panel {
     background: -webkit-gradient(linear, left bottom, left top, from(#872BEF), to(#762dc4)) !important;
     background: -webkit-linear-gradient(bottom, #872BEF 0%, #762dc4 100%) !important;
     background: -o-linear-gradient(bottom, #872BEF 0%, #762dc4 100%) !important;
     background: linear-gradient(0deg, #872BEF 0%, #762dc4 100%) !important;
}
 .bg-gray {
     background: #f2f2f2;
}
 .bg-light-black {
     background: #2f3433;
}
 .bg-none {
     background: none !important;
     background-image: none !important;
}
/*------------------------- ## section-title ---------------------------*/
 .section-title {
     margin-bottom: 53px;
}
 .section-title .title {
     font-size: 72px;
     font-weight: 800;
     color: var(--heading-color);
}
 .section-title .subtitle {
     font-size: 60px;
     color: #872BEF;
     font-weight: 400;
     margin-bottom: -6px;
     position: relative;
}
 .section-title .subtitle span {
     width: 51px;
     height: 2px;
     background: #872BEF;
     display: inline-block;
     margin: 0 19px 20px 0;
}
 .section-title p {
     color: var(--paragraph-color);
     font-size: 16px;
     margin-top: 14px;
}
 .section-title-2 {
     padding: 10px 0 41px;
     position: relative;
}
 .section-title-2 .title {
     font-size: 20px;
     border-bottom: 1px solid #dddddd;
     padding-bottom: 14px;
     position: relative;
     border-radius: 0 0 5px 0;
}
 .section-title-2 .title:after {
     content: '';
     position: absolute;
     height: 2px;
     width: 100px;
     background: var(--main-color-one);
     bottom: -1px;
     left: 0;
}
 .section-title-2 .nice-select {
     position: absolute;
     top: 0px;
     right: 0px;
     border-radius: 5px 5px 5px 0;
     font-size: 14px;
     color: var(--heading-color);
     height: 50px;
     line-height: 50px;
     border-bottom: 1px solid #dddddd;
     padding: 0 35px 0 19px;
}
 .section-title-2 .nice-select:after {
     right: 19px;
     border-bottom: 1px solid #2b2b2b;
     border-right: 1px solid #2b2b2b;
     height: 6px;
     width: 6px;
}
 .section-title-2 .nice-select:hover, .section-title-2 .nice-select:active, .section-title-2 .nice-select.open, .section-title-2 .nice-select:focus {
     border-color: #dddddd;
}
 .section-title-2 .nice-select .list {
     right: 0;
     left: auto;
}
 .section-title-2 .btn {
     position: absolute;
     right: 0;
     top: 0px;
     border-radius: 0 5px 5px 0;
}
/*------------------------- ## social-area Css ---------------------------*/
 .social-area {
     list-style: none;
     padding: 0;
     margin: 0;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .social-area li {
     margin-right: 14px;
}
 .social-area li a {
     border: 1px solid #fa497f;
     color: #fb477e;
     border-radius: 50%;
     height: 45px;
     width: 45px;
     line-height: 45px;
     text-align: center;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     display: block;
     font-size: 18px;
}
 .social-area li a:hover {
     border: 1px solid #ffffff;
     background: #ffffff;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78);
     box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78);
}
 .social-area li a:hover i {
     color: #fb477e;
}
 .social-area li:last-child {
     margin-right: 0;
}
 .social-area-2 {
     list-style: none;
     padding: 0;
     margin: 0;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .social-area-2 li {
     margin-right: 14px;
}
 .social-area-2 li a {
     border: 1px solid #464646;
     border-radius: 5px;
     height: 55px;
     width: 55px;
     line-height: 55px;
     text-align: center;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     display: block;
     font-size: 18px;
}
 .social-area-2 li a i {
     color: #bebebe;
}
 .social-area-2 li a:hover {
     border: 1px solid #872BEF;
     background: #872BEF;
}
 .social-area-2 li a:hover i {
     color: #bebebe;
}
 .social-area-2 li:last-child {
     margin-right: 0;
}
/*------------------------- ## Slider Css ---------------------------*/
/*------------------------- ## Common Input Css ---------------------------*/
 .single-input-wrap .single-input {
     width: 65%;
     height: 60px;
     background: #ffffff;
     border: 1px solid #eaeaea;
     border-radius: 50px;
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     padding: 0 40px;
     font-size: 16px;
     color: #797979;
     line-height: 60px;
     margin-right: 8px;
     margin-bottom: 0;
}
 .single-input-wrap .single-input:active, .single-input-wrap .single-input:focus {
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     outline: 0;
     border: 1px solid #eaeaea;
}
 .single-input-wrap .single-input::-webkit-input-placeholder {
     color: #797979;
}
 .single-input-wrap .single-input:-ms-input-placeholder {
     color: #797979;
}
 .single-input-wrap .single-input::-ms-input-placeholder {
     color: #797979;
}
 .single-input-wrap .single-input::placeholder {
     color: #797979;
}
 .single-input-wrap .btn {
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}
 .single-input-wrap-2 {
     -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
     margin-bottom: 30px;
     padding: 41px 42px 62px;
     border-radius: 12px;
}
 .single-input-wrap-2.text-left {
     padding: 56px 96px 67px 200px;
}
 .single-input-wrap-2 label {
     display: block;
     font-weight: 600;
     font-size: 24px;
     color: #2b2b2b;
}
 .single-input-wrap-2 .single-input {
     width: 100%;
     border: 0;
     border-bottom: 1px solid #c4c4c4;
     font-size: 12px;
     color: #c2c2c2;
     padding: 7px 0;
     text-align: center;
}
 .single-input-wrap-2 .single-input:active, .single-input-wrap-2 .single-input:focus {
     border: 0;
     border-bottom: 1px solid #c4c4c4;
     outline: 0;
}
 .single-input-wrap-2 textarea.single-input {
     text-align: left;
     border-bottom: 0;
}
 .single-input-wrap-2 textarea.single-input:active, .single-input-wrap-2 textarea.single-input:focus {
     border-bottom: 0;
}
 .single-input-wrap-2 .button {
     display: block;
     text-align: right;
     position: relative;
}
 .single-input-wrap-2 .button .btn {
     -webkit-box-shadow: 0px 4px 35.72px 2.28px rgba(221, 221, 221, 0.78);
     box-shadow: 0px 4px 35.72px 2.28px rgba(221, 221, 221, 0.78);
     border-bottom-left-radius: 0;
}
 .single-input-wrap-2 .button:after {
     content: '';
     position: absolute;
     height: 1px;
     width: 267px;
     background: #c4c4c4;
     bottom: 0;
     right: 172px;
}
 .subscribe-form {
     width: 100%;
     height: 64px;
     background: #ffffff;
     border: 1px solid #d7d7d7;
     border-radius: 30px;
     position: relative;
}
 .subscribe-form input {
     border: 0;
     height: 100%;
     border-radius: 30px;
     padding: 0 200px 0 40px;
     font-size: 18px;
     color: #fd3b76;
     width: 100%;
}
 .subscribe-form input::-webkit-input-placeholder {
     color: #fd3b76;
}
 .subscribe-form input:-ms-input-placeholder {
     color: #fd3b76;
}
 .subscribe-form input::-ms-input-placeholder {
     color: #fd3b76;
}
 .subscribe-form input::placeholder {
     color: #fd3b76;
}
 .subscribe-form input:active, .subscribe-form input:focus {
     border: 0;
     -webkit-box-shadow: 0;
     box-shadow: 0;
     outline: 0;
}
 .subscribe-form button {
     background: #872BEF;
     color: #ffffff;
     font-size: 18px;
     height: 100%;
     border: 0;
     border-radius: 30px;
     padding: 0 45px;
     cursor: pointer;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: absolute;
     right: 0;
     top: 0;
}
 .subscribe-form button:hover {
     background: var(--heading-color);
}
 .subscribe-form button:active, .subscribe-form button:focus {
     border: 0;
     -webkit-box-shadow: 0;
     box-shadow: 0;
     outline: 0;
     opacity: 0.7;
}
/*------------------------- ## Preloader Css ---------------------------*/
 .pre-wrap {
     position: fixed;
     content: '';
     -webkit-transform: translate(-100%, -240%);
     -ms-transform: translate(-100%, -240%);
     transform: translate(-100%, -240%);
     font-size: 62px;
}
 .preloader-inner {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 999999999999;
     background-color: rgba(2, 48, 71, 0.9);
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .preloader-inner .cancel-preloader {
     position: absolute;
     bottom: 30px;
     right: 30px;
}
 .preloader-inner .cancel-preloader a {
     background-color: #ffffff;
     font-weight: 600;
     text-transform: capitalize;
     color: var(--main-color);
     width: 200px;
     height: 50px;
     text-align: center;
     line-height: 50px;
     border-radius: 30px;
     display: block;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .preloader-inner .cancel-preloader a:hover {
     background-color: var(--heading-color);
     color: #ffffff;
}
 .spinner {
     margin: 120px auto;
     width: 60px;
     height: 60px;
     position: relative;
     text-align: center;
     -webkit-animation: sk-rotate 2.0s infinite linear;
     animation: sk-rotate 5.0s infinite linear;
}
 .dot1, .dot2 {
     width: 60%;
     height: 60%;
     display: inline-block;
     position: absolute;
     top: 0;
     background-color: #fff;
     border-radius: 100%;
     -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
     animation: sk-bounce 2.0s infinite ease-in-out;
}
 .dot2 {
     top: auto;
     bottom: 0;
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}
 @-webkit-keyframes sk-rotate {
     100% {
         -webkit-transform: rotate(360deg);
    }
}
 @keyframes sk-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
    }
}
 @-webkit-keyframes sk-bounce {
     0%, 100% {
         -webkit-transform: scale(0);
    }
     50% {
         -webkit-transform: scale(1);
    }
}
 @keyframes sk-bounce {
     0%, 100% {
         transform: scale(0);
         -webkit-transform: scale(0);
    }
     50% {
         transform: scale(1);
         -webkit-transform: scale(1);
    }
}
/*---------------------------------------- ## Search Popup ----------------------------------------*/
 .search-popup.active .search-form {
     visibility: visible;
     opacity: 1;
}
 .search-popup .search-form {
     min-width: 600px;
     position: fixed;
     top: 50%;
     left: 50%;
     -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
     -o-transition: 0.5s ease;
     transition: 0.5s ease;
     visibility: hidden;
     opacity: 0;
     -ms-transform: translate(-50%, -50%);
    /* IE 9 */
     -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
     transform: translate(-50%, -50%);
     z-index: 99999;
}
 .search-popup .search-form .form-group .form-control {
     border: none;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     height: 54px;
     padding: 0 100px 0 30px;
}
 .search-popup .search-form .submit-btn {
     position: absolute;
     right: 0;
     top: 0;
     border: 0;
     width: 60px;
     height: 54px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     background-color: var(--main-color);
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     padding: 0;
     text-align: center;
     color: #ffffff;
}
 .search-popup .search-form .submit-btn:hover {
     background-color: var(--heading-color);
}
 .body-overlay {
     position: fixed;
     width: 100%;
     height: 100%;
     display: block;
     background-color: rgba(0, 0, 0, 0.99);
     z-index: 99999;
     content: '';
     left: 100%;
     top: 0;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.4s ease-in;
     -o-transition: all 0.4s ease-in;
     transition: all 0.4s ease-in;
     cursor: url(data:image/png);
}
 .body-overlay.active {
     visibility: visible;
     opacity: .80;
     left: 0;
}
 .sidebar-menu {
     width: 0;
     position: fixed;
     right: 0;
     top: 0;
     height: 100vh;
     background-color: #fff;
     -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
     box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
     z-index: 99999;
     padding: 100px 30px 30px 30px;
     overflow-y: auto;
     -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
     -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
     transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
     opacity: 0;
     visibility: hidden;
}
 .sidebar-menu .sidebar-inner {
     position: relative;
     top: 150px;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .3s ease-in .3s;
     -o-transition: all .3s ease-in .3s;
     transition: all .3s ease-in .3s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .sidebar-menu .sidebar-inner .sidemenu-text p {
     font-family: var(--secondary-font);
}
 .sidebar-menu .sidebar-menu-close {
     background-color: var(--main-color-one);
     border: 0;
     position: absolute;
     top: 0;
     right: 0;
     color: #fff;
     width: 50px;
     height: 50px;
     line-height: 50px;
     cursor: pointer;
}
 .sidebar-menu .sidebar-menu-close i {
     font-size: 18px;
     color: #fff;
}
 .sidebar-menu .sidebar-logo {
     margin-bottom: 23px;
}
 .sidebar-menu .sidebar-contact {
     margin-top: 33px;
}
 .sidebar-menu .sidebar-contact h4 {
     font-size: 24px;
     line-height: 36px;
     margin-bottom: 10px;
}
 .sidebar-menu .sidebar-contact ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .sidebar-menu .sidebar-contact ul li {
     font-size: 16px;
     line-height: 35px;
     color: #2b2b2b;
     font-family: var(--secondary-font);
}
 .sidebar-menu .sidebar-contact ul li i {
     font-size: 16px;
     margin-right: 5px;
     width: 25px;
}
 .sidebar-menu .sidebar-subscribe {
     margin-top: 35px;
     margin-bottom: 30px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .sidebar-menu .sidebar-subscribe input[type='text'] {
     border: 1px solid #CCD3DC;
     border-right: 0;
     height: 45px;
     padding: 0 20px 0 20px;
}
 .sidebar-menu .sidebar-subscribe button {
     background: rgba(var(--main-color-one), 0.5);
     border: 0;
     height: 45px;
     width: 46px;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     cursor: pointer;
}
 .sidebar-menu .sidebar-subscribe button:hover {
     background: var(--main-color-one);
}
 .sidebar-menu .sidebar-subscribe button:focus {
     outline: 0;
}
 .sidebar-menu .sidebar-subscribe button i {
     color: #ffffff;
}
 .sidebar-menu .social-link {
     margin-top: 20px;
}
 .sidebar-menu .social-link ul {
     margin: 0;
     padding: 0;
}
 .sidebar-menu .social-link ul li {
     list-style: none;
     float: left;
     margin: 0;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: rgba(4, 51, 129, 0.1);
     line-height: 43px;
     text-align: center;
     margin-right: 15px;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
     cursor: pointer;
}
 .sidebar-menu .social-link ul li:hover {
     background: var(--main-color-one);
     color: #ffffff;
}
 .sidebar-menu.active {
     width: 365px;
     opacity: 1;
     visibility: visible;
}
 .sidebar-menu.active .sidebar-inner {
     top: 0;
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 1s ease-out 1.2s;
     -o-transition: all 1s ease-out 1.2s;
     transition: all 1s ease-out 1.2s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .left-line-bg {
     background-repeat: no-repeat;
     background-position-y: center;
     background-size: 200px;
}
 .right-line-bg {
     background-repeat: no-repeat;
     background-position-y: center;
     background-position-x: right;
     background-size: 120px;
}
 .right-bottom-line-bg {
     background-repeat: no-repeat;
     background-position-y: 125px;
     background-position-x: right;
     background-size: 120px;
}
 .left-bottom-line-bg {
     background-repeat: no-repeat;
     background-position-y: bottom;
     background-size: 200px;
}
 .shape-4 {
     background-repeat: no-repeat;
     background-size: contain;
}
 .shape-2 {
     background-repeat: no-repeat;
     background-size: contain;
}
 .shape-3 {
     background-repeat: no-repeat;
     background-size: contain;
}
 .shape-5 {
     background-repeat: no-repeat;
     background-size: cover;
     background-position: bottom;
}
 .right-bottom2-line-bg {
     background-repeat: no-repeat;
     background-position-y: 165px;
     background-position-x: right;
     background-size: 120px;
}
 .about-work-shape {
     background-position-x: right !important;
     background-size: 100% 102% !important;
     background-position: inherit !important;
}
/*-------------------- 404 pages --------------------*/
 .error-area {
     padding-bottom: 100px;
}
 .error-area .error-message {
     padding: 20px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     height: 100%;
}
 .error-area .error-message .title {
     font-size: 40px;
     font-weight: 700;
     line-height: 60px;
     text-transform: capitalize;
     margin-bottom: 15px;
}
 .error-area .error-message .descr {
     font-size: 18px;
     text-transform: capitalize;
     color: var(--heading-color);
     font-weight: 500;
     line-height: 30px;
     display: block;
     margin-bottom: 40px;
}
 .error-area .error-message .backtohome {
     display: inline-block;
     font-size: 20px;
     font-weight: 500;
     color: #fff;
     width: 230px;
     text-align: center;
     background-color: #872BEF;
     border-radius: 35px;
     height: 60px;
     line-height: 60px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .error-area .error-message .backtohome:hover {
     background-color: #2e3970;
     color: #fff;
}
/*------------------------------ case Page ------------------------------*/
 .case-page-area {
     padding: 0px 0px 100px;
}
 .case-single {
     margin-bottom: 70px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .case-single.style-02 {
     margin-bottom: 20px;
}
 .case-single .case-content {
     margin: auto;
     padding-left: 15px;
}
 .case-single .case-content h3 {
     margin-bottom: 20px;
}
 .case-image {
     position: relative;
     display: inline-block;
}
 .case-image .case-item-hover {
     position: absolute;
     top: 0;
     left: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     overflow: hidden;
}
 .case-image .case-item-hover a {
     display: block;
     width: 100%;
     height: 100%;
}
 .case-image .case-item-hover .case-link {
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
     top: calc(50% - 15px);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
     opacity: 0;
     z-index: 9;
     width: 30px;
     height: 30px;
     left: calc(50% - 0px);
     -webkit-transition-delay: 0.3s;
     -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}
 .case-image .case-item-hover .case-link span {
     color: #fff;
     width: 100%;
     height: 100%;
     line-height: 50px;
     display: block;
     font-size: 18px;
}
 .case-image .case-item-hover .case-link span::before {
     font-size: 30px;
}
 .case-image .case-item-hover:before {
     position: absolute;
     left: -50%;
     top: -50%;
     width: 100%;
     height: 100%;
     content: '';
     background-color: rgba(0, 0, 0, 0.2);
     z-index: 1;
     opacity: 0;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}
 .case-image .case-item-hover:after {
     position: absolute;
     right: -50%;
     bottom: -50%;
     width: 100%;
     height: 100%;
     content: '';
     background-color: rgba(0, 0, 0, 0.2);
     z-index: 1;
     opacity: 0;
     -webkit-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}
 .case-image:hover .case-item-hover:before {
     opacity: 1;
     left: 0;
     top: 0;
}
 .case-image:hover .case-item-hover:after {
     opacity: 1;
     right: 0;
     bottom: 0;
}
 .case-image:hover .case-link {
     opacity: 1;
     left: calc(50% - 15px);
}
/*------------------------------ case Details Page ------------------------------*/
 .case-details-area {
     padding: 0px 0px 100px;
}
 .single-case-item {
     position: relative;
     text-align: left;
     margin-bottom: 30px;
}
 .single-case-item .case-content {
     position: absolute;
     bottom: 0;
     left: 10px;
     right: 10px;
     padding: 25px 15px;
     z-index: 1;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .6s;
     -o-transition: .6s;
     transition: .6s;
     padding: 25px;
}
 .single-case-item .case-content::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     margin: 5px;
     background-color: #ff8b00;
     z-index: -1;
     border-radius: 2px;
}
 .single-case-item .case-content h3 {
     font-size: 20px;
     margin-bottom: 5px;
     margin-top: 0px;
     color: #fff;
}
 .single-case-item .case-content h3 a {
     color: #fff;
}
 .single-case-item .case-content p {
     color: #fce5ca;
     font-weight: 400;
}
 .single-case-item:hover .case-content, .single-case-item .single-case-item:focus .case-content {
     bottom: 10px;
     opacity: 1;
     visibility: visible;
     color: #fff;
}
 .case-details-image {
     margin-bottom: 30px;
}
 .cases-details-desc {
     margin-top: 5px;
}
 .cases-details-desc h3 {
     margin-bottom: 13px;
     font-size: 24px;
     font-weight: 700;
}
 .cases-details-desc .features-text {
     margin-top: 25px;
     margin-bottom: 25px;
}
 .cases-details-desc .features-text h4 {
     margin-bottom: 12px;
     font-size: 17px;
     font-weight: 600;
}
 .cases-details-desc .features-text h4 i {
     font-size: 16px;
     margin-right: 4px;
     color: var(--main-color-one);
}
 .cases-details-desc .case-details-info {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
     margin-top: 35px;
}
 .cases-details-desc .case-details-info .single-info-box {
     -ms-flex: 0 0 20%;
     -webkit-box-flex: 0;
     flex: 0 0 20%;
     max-width: 20%;
     padding-left: 15px;
     padding-right: 15px;
}
 .cases-details-desc .case-details-info .single-info-box h4 {
     margin-bottom: 10px;
     font-size: 19px;
     font-weight: 700;
}
 .cases-details-desc .case-details-info .single-info-box span {
     display: block;
     color: var(--heading-color);
     font-size: 15px;
}
 .cases-details-desc .case-details-info .single-info-box .social {
     padding-left: 0;
     margin-bottom: 0;
     list-style-type: none;
}
 .cases-details-desc .case-details-info .single-info-box .social li {
     display: inline-block;
     margin-right: 8px;
}
 .cases-details-desc .case-details-info .single-info-box .social li a {
     color: var(--main-color-one);
     display: inline-block;
}
 .cases-details-desc .case-details-info .single-info-box .social li a:hover {
     color: var(--main-color-one);
     -webkit-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
     transform: translateY(-5px);
}

/*-------------------------------------------------------------- ## Widgets --------------------------------------------------------------*/
 .widget {
     margin-bottom: 30px;
}
 .sidebar .widget {
     margin-bottom: 40px;
}
 .widget .widget-title {
     font-size: 16px;
     font-weight: 500;
}
 .widget.widget_nav_menu ul li.menu-item-has-children:after {
     display: none;
}
 .widget ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .widget ul li ul {
     margin-left: 20px;
}
 .widget ul li {
     display: block;
     word-break: break-word;
}
 .widget ul li:first-child {
     margin-top: 3px;
}
 .widget ul li:last-child {
     margin-bottom: 0px;
}
.widget ul li:last-child i {
    font-size: 18px;
}
 .widget ul li a {
     color: inherit;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .widget ul li a:hover {
     color: var(--main-color);
}
 .footer-widget.widget_nav_menu ul li a {
     position: relative;
}
 .footer-widget.widget_nav_menu ul li a:after {
     position: absolute;
     left: 0;
     top: 0;
     content: "";
     font-family: "fontawesome";
     font-weight: 900;
     color: var(--main-color);
}
 .widget.widget_nav_menu ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .widget.widget_nav_menu ul li {
     margin: 13px 0;
}
 .widget.widget_nav_menu ul li:first-child {
     margin-top: 0;
}
 .widget.widget_nav_menu ul li:last-child {
     margin-bottom: 0;
}
 .widget.widget_nav_menu ul li > ul {
     margin-left: 15px;
}
 .widget.footer-widget .widget-title {
     color: #ffffff;
     font-weight: 700;
     font-size: 24px;
     margin-bottom: 40px;
}
 .widget.footer-widget .widget-title span.dot {
     color: #872BEF;
}
 .widget.footer-widget p {
     color: #ffffff;
     font-weight: 500;
     font-size: 16px;
     line-height: 37px;
}
 .widget .input-group .btn {
     background: var(--main-color-one);
     text-transform: uppercase;
     color: #ffffff;
     padding: 15px;
     font-size: 15px;
}
 .widget .input-group .btn:hover {
     background: #515151 !important;
     color: var(--main-color-one) !important;
     -webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
     transition: all 0.5s linear;
}
/*---------------------------------------------- # Nav bar ----------------------------------------------*/
 .navbar-area-1 .navbar-top .container {
     max-width: 95%;
}
 .navbar-area-1 .nav-container {
     max-width: 95%;
}
 .navbar-top {
     background-image: -webkit-linear-gradient(top, #5775db 0%, #762dc4 100%);
     background-image: -o-linear-gradient(top, #5775db 0%, #762dc4 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#5775db), to(#762dc4));
     background-image: linear-gradient(to bottom, #5775db 0%, #762dc4 100%);
     height: 60px;
}
 .navbar-top .topbar-left {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .navbar-top .topbar-left > li {
     cursor: pointer;
}
 .navbar-top .topbar-left > li:first-child {
     padding: 0px;
}
 .navbar-top .topbar-right {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .navbar-top .topbar-right li {
     cursor: pointer;
}
 .navbar-top .topbar-right li:first-child {
     padding: 0 20px;
     position: relative;
     margin-right: 35px;
}
 .navbar-top .topbar-right li:last-child {
     padding: 0px 0 0 20px;
     margin-left: 23px !important;
     position: relative;
}
 .navbar-top .topbar-right li.topbar-social-icon {
     padding: 0 6px;
}
 .navbar-top .topbar-right li.topbar-social-icon a {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
.navbar-top .topbar-right li:first-child:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 16px;
    right: -8px;
    top: 22px;
}
.navbar-top .topbar-right li:last-child:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 16px;
    top: 22px;
    left: -8px;
}
 .blog-item .blog-item-title a:hover, .topbar-single-info:hover, .navbar-top .topbar-right li.topbar-social-icon a:hover {
     opacity: 0.8;
}
 .navbar-middle {
     padding: 30px 0;
}
 .topbar-single-info {
     padding: 0 15px;
     font-size: 16px;
     font-weight: 700;
     color: #ffffff;
     height: 60px;
     line-height: 60px;
     transition: 0.4s;
}
 .topbar-single-info i {
     margin-right: 8px;
}
li.topbar-single-info a:hover, ul.topbar-left li:hover {
    color: #00acee;
}
 .topbar-select {
     border: 0;
     padding: 0 30px 0 20px;
     font-size: 16px;
     font-weight: 700;
     height: 60px;
     line-height: 60px;
     background: transparent;
     width: 110px;
}
 .topbar-select:after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: 5px solid;
     border-right: 5px solid transparent;
     border-bottom: 0;
     border-left: 5px solid transparent;
     -webkit-transform: rotate(0) !important;
     -ms-transform: rotate(0) !important;
     transform: rotate(0) !important;
     margin-top: -2.5px;
     right: 15px;
}
 .topbar-currency {
     position: relative;
}
 .topbar-currency:before {
     content: '\f0ac';
     font-family: FontAwesome;
     background-size: 100%;
     position: absolute;
     left: 0px;
}
 .topbar-currency .list {
     z-index: 99999;
     width: 100%;
}
 .topbar-currency .list li {
     color: var(--heading-color);
}
 .topbar-help .btn {
     height: 60px;
     background: none;
     color: var(--paragraph-color);
     border: 0;
     outline: 0 !important;
     padding: 0 20px;
     line-height: 60px;
     font-size: 14px;
}
 .topbar-help .btn:after {
     vertical-align: .1em;
     border-top: 5px solid;
     border-right: 5px solid transparent;
     border-left: 5px solid transparent;
}
 .topbar-help .dropdown-menu {
     z-index: 99999;
     font-size: 14px;
}
 .main-search {
     display: inline-block;
     border-radius: 50px;
     background: #ffffff;
}
 .main-search input {
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     border-radius: 50px 0 0 50px;
     outline: 0;
     border: 0;
     width: 75%;
     padding: 0 30px;
}
 .main-search input:focus, .main-search input:active {
     outline: 0;
     border: 0;
}
 .main-search button {
     border-radius: 50px;
     font-size: 18px;
     font-weight: 700;
     background: var(--main-color-one);
     border: 0;
     color: #fff;
     cursor: pointer;
     height: 50px;
     line-height: 50px;
     width: 25%;
     position: absolute;
     right: 0;
}
 .main-search button:active, .main-search button:focus {
     -webkit-box-shadow: 0;
     box-shadow: 0;
     outline: 0;
}
 .topbar-cat-select .nice-select {
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     border: 0;
     border-top: 1px solid #ececec;
     border-bottom: 1px solid #ececec;
     color: #2b2b2b;
     border-radius: 0;
}
 .topbar-cat-select .nice-select:after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: 5px solid;
     border-right: 5px solid transparent;
     border-bottom: 0;
     border-left: 5px solid transparent;
     -webkit-transform: rotate(0) !important;
     -ms-transform: rotate(0) !important;
     transform: rotate(0) !important;
     margin-top: -2.5px;
}
 .topbar-cat-select .nice-select .list {
     z-index: 99999;
}

/************ navbar area ************/
 .navbar-area {
     padding: 0;
     position: relative;
     width: 100%;
     top: 0;
     z-index: 9999;
     -webkit-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
}
 .navbar-area .navbar {
     background: #2c17c0;
}
 .navbar-area .nav-container {
     background-color: transparent;
     -webkit-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
}
 .navbar-area .nav-container .logo a {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     width: 160px;
	 display: block;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav {
     display: block;
     width: 100%;
     text-align: right;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
     display: inline-block;
     font-size: 16px;
     font-weight: 700;
     line-height: 100px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
}
 .right-part-search a i{
     width: 45px;
     height: 45px;
     text-align: center;
     line-height: 45px;
     border-radius: 50%;
     border: 1px solid gray;
     color: #000;
     transition: 0.4s;
}
 .right-part-search a i:hover{
     background: #872BEF;
     color: #fff;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
     color: #ffffff;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
     color: #872BEF;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
     margin-left: 20px;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
     position: relative;
     z-index: 0;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
     position: absolute;
     font-size: 10px;
     font-weight: 100;
     right: -1px;
     top: 49%;
     content: '';
     font-family: 'fontawesome';
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     opacity: 0;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     color: #872BEF;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
     color: #872BEF;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
     visibility: visible;
     opacity: 1;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
     position: absolute;
     text-align: left;
     min-width: 240px;
     margin: 0;
     padding: 0 15px;
     list-style: none;
     left: 0;
     top: 100%;
     -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
     background-color: #ffffff;
     z-index: 9;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
     border-bottom: 0px !important;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
     display: block;
     margin-left: 0;
     line-height: 22px;
     font-size: 15px;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
     border-top: 1px solid #e2e2e2;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
     display: block;
     padding: 12px 0px;
     background-color: #fff;
     white-space: nowrap;
     color: #000;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a i {
     opacity: 0;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
     margin-right: -18px;
     position: relative;
     color: var(--main-color-one);
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
     color: var(--paragraph-color);
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
     opacity: 1;
     margin-right: 5px;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
     position: relative;
     z-index: 0;
     padding-right: 0px;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
     position: absolute;
     right: 15px;
     top: 50%;
     content: '\f105';
     font-family: 'fontawesome';
     -ms-transform: translateY(-50%);
    /* IE 9 */
     -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
     transform: translateY(-50%);
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
     left: 100%;
     top: 0;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
     left: auto;
     right: 100%;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
     visibility: visible;
     opacity: 1;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
     color: #ffffff;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
     padding-right: 13px;
     margin-right: 0px;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover {
     color: #872BEF;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a,
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
     color: #872BEF;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover:before {
     color: #872BEF;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li {
     position: relative;
     padding: 0 7px;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:after {
     content: '';
     position: absolute;
     height: 5px;
     width: 100%;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     left: 0;
     bottom: 10%;
     opacity: 0;
     background: #872BEF;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:before {
     content: "";
     position: absolute;
     height: 5px;
     width: 100%;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     left: 0;
     top: 10% !important;
     opacity: 0;
     background: #872BEF;
}
.style-2 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:before,
.style-2 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:after {
    background-color: #FF007A;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li.current-menu-item:after {
     opacity: 1;
     bottom: 0;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li.current-menu-item:before {
     opacity: 1;
     top: 2px !important;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:hover:after {
     opacity: 1;
     bottom: 0;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav li.current-menu-item:hover:before {
    top: 2px !important;
 }
 .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:hover:before {
     opacity: 1;
     top: 0px !important;
}
.navbar-area.style-2 .nav-container .navbar-collapse .navbar-nav li:hover a,
.navbar-area.style-2  .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover{
    color: #FF007A;
}
 .nav-transparent .nav-container .right-part-search {
     padding: 0 20px 0 50px;
}
 .navbar .nav-container .navbar-collapse .navbar-nav > li > a {
     color: #fff;
     line-height: 65px;
}
 .nav-white .nav-container .navbar-collapse .navbar-nav > li > a {
     color: #fff;
     line-height: 90px;
}
 .nav-transparent .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
     top: 110%;
}
 .mobile-logo {
     display: none;
}
 .navbar-nav {
     opacity: 0;
     margin-right: -30px;
     visibility: hidden;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .menu-open {
     opacity: 1;
     margin-right: 0;
     visibility: visible;
}
 .bar1 {
     width: 32px;
     height: 2px;
     margin-bottom: 5px;
     position: absolute;
     background: #ffffff;
     z-index: 9999;
     top: 10px;
     right: -5px;
}
 .bar2 {
     width: 24px;
     height: 2px;
     margin-bottom: 5px;
     position: absolute;
     background: #ffffff;
     z-index: 9999;
     top: 17px;
     right: -5px;
}
 .bar3 {
     width: 18px;
     height: 2px;
     margin-bottom: 5px;
     position: absolute;
     background: #ffffff;
     z-index: 9999;
     top: 24px;
     right: -5px;
}
 .responsive-mobile-menu button:focus {
     outline: none;
     border: none;
}
 .right-part-search {
     list-style: none;
     padding: 0 20px 0 10px;
     margin: 0;
     height: 100px;
     line-height: 100px;
     font-size: 13px;
     color: #b0b0b0;
}
 .right-part-search a {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .right-part-search a:hover {
     color: #ffffff;
}
 @media only screen and (max-width: 991px) {
     .navbar-area.nav-white .navbar, .navbar-area .navbar {
         padding: 20px 0;
    }
     .navbar-area .nav-container {
         position: relative;
         z-index: 0;
    }
     .navbar-area .nav-container .navbar-toggler {
         padding: 0px;
    }
     .navbar-area .nav-container .navbar-collapse {
         margin-top: 0px;
         padding-right: 0;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav {
         display: block;
         margin-top: 20px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li {
         display: block;
         text-align: left;
         line-height: 30px;
         padding: 10px 0;
         border-bottom: 1px solid #ffffff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
         display: block;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
         border-bottom: none;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
         margin-left: 0;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
         top: 25px;
         right: 0px !important;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
         position: initial;
         display: block;
         width: 100%;
         border-top: none;
         -webkit-box-shadow: none;
         box-shadow: none;
         margin-left: 0;
         padding-bottom: 0;
         height: auto;
         overflow: hidden;
         max-height: 250px;
         overflow-y: scroll;
         background-color: transparent;
         border-radius: 10px;
         padding: 0px;
         border-bottom: none;
         display: none;
         -webkit-transition: none;
         -o-transition: none;
         transition: none;
         visibility: visible;
         opacity: 1;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
         content: "\f107";
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
         padding: 0;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
         top: 30px;
         color: #ffffff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
         border-top: none;
    }
     .mobile-logo {
         display: block;
    }
     .cat-menu {
         display: none;
    }
     .nav-right-part {
         display: none;
    }
     .navbar .shop-cart-area {
         display: block;
         padding-right: 40px;
         color: #ffffff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav {
         display: -webkit-inline-box;
         display: -ms-inline-flexbox;
         display: inline-flex;
    }
     .navbar .nav-container .navbar-collapse .navbar-nav > li > a {
         line-height: 28px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
         color: #ffffff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
         background: transparent;
         color: #ffffff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
         border: 0;
    }
}
 .nav-right-part .right-part-text {
     color: #ffffff !important;
}
 .nav-right-part ul {
     padding: 0;
     margin: 0;
}
 .nav-right-part ul li {
     list-style: none;
     float: left;
     line-height: 1.1;
     margin-right: 25px;
}
 .nav-right-part ul li:last-child {
     margin-right: 0px;
}
 .nav-right-part ul li.search {
     position: relative;
     padding: 10px 0px 10px 20px;
     -webkit-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
}
 .nav-right-part ul li.search a {
     font-size: 20px;
     color: var(--main-color-one);
}
 .nav-right-part ul li.heart {
     width: 45px;
     height: 45px;
     background: #ffffff;
     border-radius: 50%;
     text-align: center;
     line-height: 50px;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
}
 .nav-right-part ul li.heart:hover {
     background: #dc3545;
}
 .nav-right-part ul li.heart:hover i {
     color: #ffffff;
}
 .nav-right-part ul li.heart i {
     color: #dc3545;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
}
 .nav-right-part ul li.menubar a i:before {
     font-size: 40px;
}
 .nav-right-part ul li.menubar:hover a i {
     color: #ffffff;
     cursor: pointer;
}
 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
     display: inline-block;
     font-size: 16px;
     font-weight: 700;
     line-height: 100px;
     text-transform: capitalize;
}
 .navbar-area-2 {
     position: absolute;
     top: 0;
}
 .navbar-area-2 .navbar-top {
     background: transparent;
}
 .nav-transparent {
     background: transparent !important;
}
 .nav-transparent .nav-white {
     border-radius: 10px;
     position: relative;
     padding: 0 40px;
	 height: 100px;
}
 .nav-transparent .nav-white .navbar-collapse .navbar-nav li a {
     color: #282828;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .nav-transparent .nav-white .right-part-search a:hover {
     color: #282828;
}
 .nav-transparent .nav-white:after {
     content: "";
     position: absolute;
     height: 10px;
     width: 93%;
     bottom: -10px;
     right: 0;
     margin: 0 auto;
     left: 0px;
     background: #e3e2e2;
     border-radius: 0 0 10px 10px;
}
 .nav-transparent .toggle-btn .icon-left {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-left:before {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-left:after {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-left:hover {
     cursor: pointer;
}
 .nav-transparent .toggle-btn .icon-right {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-right:before {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-right:after {
     background-color: var(--heading-color);
}
 .nav-transparent .toggle-btn .icon-right:hover {
     cursor: pointer;
}
 .nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
     color: #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .nav-style-01 .nav-right-part ul li.search a {
     color: #ffffff;
}
 .nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
     color: #ffffff;
}
 .nav-style-01 .nav-right-part li {
     position: relative;
     top: 3px;
}
 .nav-style-01 .nav-right-part li a {
     color: #fff;
}
 .nav-white {
     background: #ffffff !important;
}
 @media only screen and (min-width: 992px) {
     .navbar-area-fixed .nav-container {
         padding: 10px 0px;
         -webkit-transition: all .4s;
         -o-transition: all .4s;
         transition: all .4s;
    }
     .blog-details-area .blog-details-inner, .blog-area .blog-inner,
     .blog-details-border,
     .blog-details-area .author,
     .blog-details-comment{
         margin-right: 30px;
    }
}
 .nav-style-01 .menubar {
     top: 0px !important;
}
 .nav-style-01.navbar-area-fixed {
     background: var(--main-color-one);
     -webkit-box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
     box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
}
 .toggle-btn {
     left: auto;
     right: 0;
     position: absolute;
     width: 30px;
     height: 60px;
     padding: 0;
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     top: -18px;
     background: transparent;
     border: 0;
}
 .toggle-btn .icon-left {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     height: 2px;
     width: 10px;
     top: 30px;
     left: 7px;
     background-color: #ffffff;
}
 .toggle-btn .icon-left:before {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #ffffff;
     content: "";
     top: -7px;
     left: 0;
}
 .toggle-btn .icon-left:after {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #ffffff;
     content: "";
     top: 7px;
     left: 0;
}
 .toggle-btn .icon-left:hover {
     cursor: pointer;
}
 .toggle-btn .icon-right {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     height: 2px;
     width: 10px;
     top: 30px;
     background-color: #ffffff;
     left: 17px;
}
 .toggle-btn .icon-right:before {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #ffffff;
     content: "";
     top: -7px;
     left: 0;
}
 .toggle-btn .icon-right:after {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #ffffff;
     content: "";
     top: 7px;
     left: 0;
}
 .toggle-btn .icon-right:hover {
     cursor: pointer;
}
 .toggle-btn.open .icon-left {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     background: transparent;
}
 .toggle-btn.open .icon-left:before {
     -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
     -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
     transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
 .toggle-btn.open .icon-left:after {
     -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
     -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -2px);
     transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
 .toggle-btn.open .icon-right {
     -webkit-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
     background: transparent;
}
 .toggle-btn.open .icon-right:before {
     -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
     -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
     transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
 .toggle-btn.open .icon-right:after {
     -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
     -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -2px);
     transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
 .toggle-btn:hover {
     cursor: pointer;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .navbar-area .nav-container .navbar-collapse .navbar-nav li {
         font-size: 15px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
         right: -9px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
         margin-left: 5px;
    }
     .navbar-nav li {
         padding-right: 0px !important;
    }
     .nav-right-part ul li.search {
         padding: 6px 15px 6px 0px;
         padding: 10px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .responsive-mobile-menu {
         display: block;
         width: 100%;
         position: relative;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li {
         font-size: 14px;
    }
}
 @media only screen and (max-width: 1199px) {
     .margin-xlt-80 {
         margin-top: 0px;
    }
     .contact-widget .contact_info_list li.single-info-item .details {
         padding-left: 25px;
    }
}
 @media only screen and (max-width: 991px) {
     .nav-style-01 .responsive-mobile-menu .navbar-toggler {
         left: calc(100% - 40px);
         top: 14px;
         position: absolute;
    }
     .nav-style-01 .nav-right-part ul li.search {
         position: absolute;
         top: 34px;
         left: calc(100% - 105px);
    }
     .navbar-area .logo {
         padding-top: 0px !important;
    }
     .widget ul {
         text-align: left;
    }
     .navbar-collapse {
         background: var(--heading-color);
         margin-top: 0px;
         width: 100%;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
         right: 20px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
         color: #fff;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav {
         margin-bottom: 20px;
    }
     .navbar-area {
         padding-bottom: 0px;
    }
     .bar1, .bar2, .bar3 {
         background: #fff;
    }
     .navbar-area-1 .nav-container {
         max-width: 90%;
    }
     .party-box-wrapper {
         padding: 50px 0px;
    }
     .party-box-wrapper .party-box-content h4 {
         font-size: 30px;
         line-height: 45px;
    }
     .footer-area .copyright-area-inner {
         padding: 20px;
    }
     .navbar-expand-lg .navbar-collapse {
         margin-top: 0px;
    }
     .contact-widget .contact_info_list li.single-info-item .details {
         padding-left: 25px;
    }
     .footer-area .footer-top .widget.widget_nav_menu ul li a {
         font-size: 14px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
         padding: 6px 20px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a {
         color: #fff !important;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
         opacity: 0;
         margin-right: -18px;
    }
     .search-popup .search-form input {
         width: 100%;
         border-right: 0;
         border-radius: 30px;
    }
     .search-popup .search-form button {
         height: 40px;
         padding: 0 31px;
         position: absolute;
         right: 5px;
         top: 5px;
    }
}
/* Tablet Layout wide: 767px. */
 @media only screen and (max-width: 767px) {
     .logo-wrapper.mobile-logo {
         display: block;
         width: 100%;
    }
     .responsive-mobile-menu {
         display: block;
         width: 100%;
         position: relative;
    }
     .responsive-mobile-menu .navbar-toggler {
         position: absolute;
         left: calc(100% - 130px);
         top: 10px;
    }
     .table-responsive {
         display: block !important;
    }
     .btn-custom-default, .btn-custom-white {
         font-size: 14PX;
         line-height: 33px;
         padding: 6px 20px;
    }
     .navbar-area .nav-container {
         max-width: 100%;
    }
     .navbar-area .navbar {
         padding: 20px 15px;
    }
     .nav-right-part ul li.search {
         top: 30px;
         left: calc(100% - 190px);
    }
     .logo img {
         max-width: 67%;
         margin-left: 10px;
    }
     .navbar-area .logo {
         padding-top: 0px !important;
    }
     .topbar-select, .topbar-help .btn, .navbar-top .topbar-right li, .navbar-top .topbar-left li {
         border: 0;
         height: 60px;
         line-height: 60px;
    }
     .search-popup .search-form {
         min-width: 480px;
    }
}
/* medium tablet layout 599px */
 @media only screen and (max-width: 575px) {
     .mobile-logo a img {
         width: 84px;
    }
     .nav-style-01.navbar-area-fixed .nav-container {
         padding: 14px 0px 18px 0px;
    }
     .nav-style-01 .nav-right-part ul li.search {
         top: 33px;
    }
     .nav-style-01.navbar-area-fixed ul li.search {
         top: 26px;
    }
     .navbar-area .nav-container {
         margin: 0px 0px;
    }
     .navbar-area .logo {
         padding-top: 10px;
    }
     .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
         padding: 15px 20px;
    }
     .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
         padding: 15px 20px;
    }
     .search-popup .search-form {
         min-width: 350px;
    }
     .search-popup .search-form button {
         padding: 0 20px;
    }
}
 @media only screen and (max-width: 375px) {
     .btn-custom-default, .btn-custom-white {
         padding: 5px 18px;
    }
     .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
         height: 45px;
    }
     .nav-style-01 .responsive-mobile-menu .navbar-toggler {
         left: calc(100% - 50px);
         top: 10px;
    }
     .nav-style-01 .nav-right-part ul li.search {
         left: calc(100% - 105px);
    }
     .nav-right-part ul li {
         margin-right: 10px;
    }
     .search-popup .search-form {
         min-width: 300px;
    }
}
 @media only screen and (max-width: 320px) {
     .search-popup .search-form {
         min-width: 265px;
    }
     .nav-right-part ul li.heart {
         width: 40px;
         height: 40px;
         line-height: 45px;
    }
     .nav-right-part ul li {
         margin-right: 5px;
    }
     .responsive-mobile-menu .navbar-toggler {
         left: calc(100% - 95px);
    }
     .nav-right-part ul li.search {
         left: calc(100% - 145px);
    }
     .navbar .shop-cart-area {
         padding-right: 30px;
    }
}
/*--------------------------------------------------- banner style ----------------------------------------------------*/
 .banner-area {
     background: url(../img/banner/bg-1.png);
     background-size: cover;
     background-repeat: no-repeat;
     padding: 70px 0;
}
 .banner-area-2 {
     background: url(../img/banner/bg-2.png);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding: 150px 0 230px;
}
 .banner-area-2 .banner-inner p, .banner-area-2 .banner-inner h2, .banner-area-2 .banner-inner .subtitle {
     color: #ffffff;
}
.banner-area-2 .banner-inner p {
    line-height: 30px;
    width: 95%;
}
 .banner-inner {
     padding: 132px 0 80px;
}
section.banner-area-consultint.banner-bg-image .banner-inner {
    margin-top: 30px;
}
 .banner-inner .subtitle {
     font-size: 20px;
     color: var(--heading-color);
     font-weight: 700;
     margin: 0 0 21px;
}
 .banner-inner h2 {
     font-size: 70px;
     font-weight: 800;
     color: #413788;
}
 .banner-inner p {
     font-size: 16px;
     font-weight: 500;
     color: #626262;
     margin-top: 25px;
}
 .banner-inner .single-input-wrap {
     margin-top: 41px;
}
 .banner-inner .single-input-wrap .single-input {
     margin-right: 8px;
}
form.wpcf7-form {
    position: relative;
}
.single-input-wrap .invest-form .single-input {
    width: calc(100% - 220px);
}
.invest-form input.wpcf7-form-control.wpcf7-submit.btn-basic.invest-btnn {
    position: absolute;
    top: 0;
    right: 25px;
}
 .banner-inner .single-input-wrap .single-input:active, .banner-inner .single-input-wrap .single-input:focus {
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}
 .banner-inner .single-input-wrap .btn {
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}
 .banner-thumb-wrap .banner-thumb {
     margin-right: -250px;
}
/*-------------------------------------------------------------- ## banner V3 --------------------------------------------------------------*/
 .banner-v3-area {
     position: relative;
     z-index: 0;
     width: 100%;
     height: 100vh;
}
 .banner-v3-area:after {
     position: absolute;
     left: 0;
     top: 0;
     background-image: -webkit-gradient(linear, left top, right top, from(rgba(118, 45, 196, 0.9)), to(rgba(252, 66, 123, 0.9)));
     background-image: -webkit-linear-gradient(left, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
     background-image: -o-linear-gradient(left, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
     background-image: linear-gradient(to right, rgba(118, 45, 196, 0.9), rgba(252, 66, 123, 0.9));
     content: '';
     width: 100%;
     height: 100%;
     z-index: -1;
}
 .banner-v3-area .banner-slider-item.slick-active .banner-inner .title {
     -webkit-animation: 1s 0.2s fadeInRight both;
     animation: 1s 0.2s fadeInRight both;
}
 .banner-v3-area .banner-v3-slider-area-wrapper {
     position: relative;
     z-index: 0;
     height: 100vh;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background-repeat: no-repeat;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item {
     position: relative;
     margin: auto;
     padding: 50px 0px;
     margin-top: 80px;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap {
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner p, .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner h2, .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner .subtitle {
     color: #ffffff;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap .banner-inner .btn-wrapper {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     margin-top: 30px;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-image {
     padding: 132px 0 80px;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots {
     position: absolute;
     width: auto;
     height: auto;
     top: 46%;
     left: 20px;
     margin: 0;
     padding: 0;
     list-style: none;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li {
     margin-bottom: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: relative;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li:before {
     content: "";
     display: block !important;
     width: 15px;
     height: 15px;
     text-align: center;
     line-height: 15px;
     font-size: 40px;
     border: 2px solid #fff;
     border-radius: 50%;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li.slick-active:before {
     background: var(--main-color-one);
     border: none;
}
 .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots li button {
     display: none;
}
 .banner-v3-area .banner-v3-slider-controls .slider-extra {
     position: absolute;
     top: 38%;
     left: 20px;
}
 .banner-v3-area .banner-v3-slider-controls .slider-extra .text .first {
     color: #fff;
     font-size: 20px;
}
 .banner-v3-area .banner-v3-slider-controls .slider-progress {
     position: relative;
     width: 50px;
     margin-left: 30px;
     margin-top: -14px;
}
 .banner-v3-area .banner-v3-slider-controls .progress-bg {
     width: 100%;
     height: 3px;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(255, 147, 0, 0.4);
}
 .banner-v3-area .banner-v3-slider-controls .progress-width {
     width: 1%;
     height: 3px;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     background: #ff9300;
     z-index: 100;
}
 .banner-v3-area .animated {
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .banner-v3-area .banner-v3-slider-area-wrapper [data-animation-in] {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-transition: opacity 0.5s ease 0.3s;
     -o-transition: opacity 0.5s ease 0.3s;
     transition: opacity 0.5s ease 0.3s;
}
 .banner-v3-area .banner-v3-contact {
     position: absolute;
     right: 12%;
     bottom: 4%;
}
 .banner-v3-area .banner-v3-contact:after {
     content: "";
     width: 40px;
     height: 3px;
     display: inline-block;
     background-color: #fff;
     position: absolute;
     bottom: 40%;
     left: 102%;
}
 .banner-v3-area .banner-v3-contact .social-link {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .banner-v3-area .banner-v3-contact .social-link li {
     display: inline-block;
     margin: 0 2px;
}
 .banner-v3-area .banner-v3-contact .social-link li:first-child {
     margin-left: 2px;
}
 .banner-v3-area .banner-v3-contact .social-link li a {
     display: block;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     text-align: center;
     line-height: 35px;
     font-size: 16px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     color: #fff;
}
 .banner-v3-area .banner-v3-contact .social-link li:hover .banner-v3-area .banner-v3-contact:after {
     background: var(--main-color-one);
}
 .banner-v3-area .banner-v3-contact .social-link li:hover .facebook {
     background-color: #3b5999;
     color: #fff;
}
 .banner-v3-area .banner-v3-contact .social-link li:hover .twitter {
     background-color: #55acee;
     color: #fff;
}
 .banner-v3-area .banner-v3-contact .social-link li:hover .youtube {
     background-color: #dd4b39;
     color: #fff;
}
 .banner-v3-area .banner-v3-contact .social-link li:hover .instagram {
     background-color: #e4405f;
     color: #fff;
}


/* scrool wrap */
 @-webkit-keyframes scrollDown {
     0% {
         -webkit-transform: translate(0, 0);
         transform: translate(0, 0);
         opacity: 0;
    }
     40% {
         opacity: 1;
    }
     80% {
         -webkit-transform: translate(0, 12px);
         transform: translate(0, 12px);
         opacity: 0;
    }
     100% {
         opacity: 0;
    }
}
 .item-bounce {
     -webkit-animation: bounce 3s infinite ease-in-out;
     -o-animation: bounce 3s infinite ease-in-out;
     -ms-animation: bounce 3s infinite ease-in-out;
     -moz-animation: bounce 3s infinite ease-in-out;
     animation: bounce 3s infinite ease-in-out;
}
 @-webkit-keyframes bounce {
     0% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
     50% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
}
 @keyframes bounce {
     0% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
     50% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
}
 .item-zooming {
     -webkit-animation: zooming 3s infinite ease-in-out;
     -o-animation: zooming 3s infinite ease-in-out;
     -ms-animation: zooming 3s infinite ease-in-out;
     -moz-animation: zooming 3s infinite ease-in-out;
     animation: zooming 3s infinite ease-in-out;
}
 @-webkit-keyframes zooming {
     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 zooming {
     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);
    }
}
 .video-popup {
     margin-left: 30px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #fff;
     border-radius: 50%;
     border: 2px solid #fff;
}
/* video play for home 1 */
 .play-icon-pulse {
     display: block;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     line-height: 50px;
     background-color: transparent;
     cursor: pointer;
     -webkit-box-shadow: 0 0 0 #FF9300;
     box-shadow: 0 0 0 #FF9300;
     -webkit-animation: play-icon-pulse 2s infinite;
     animation: play-icon-pulse 2s infinite;
}
 .play-icon-pulse:hover {
     -webkit-animation: none;
     animation: none;
}
 @-webkit-keyframes play-icon-pulse {
     0% {
         -moz-box-shadow: 0 0 0 0 #FF9300;
         -webkit-box-shadow: 0 0 0 0px #FF9300;
         box-shadow: 0 0 0 0 #FF9300;
    }
     50% {
         -moz-box-shadow: 0 0 0 10px rgba(209, 147, 53, 0.5);
         -webkit-box-shadow: 0 0 0 10px rgba(255, 184, 78, 0.5);
         box-shadow: 0 0 0 10px rgba(255, 184, 78, 0.5);
    }
     100% {
         -moz-box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1);
         -webkit-box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1);
         box-shadow: 0 0 0 20px rgba(255, 184, 78, 0.1);
    }
}
/*-------------------------------- Blog Details Page ---------------------------------*/
 .blog-details-area {
     position: relative;
     z-index: 0;
     overflow: hidden;
}
 .blog-details-area .blog-details-content .thumb {
     margin-bottom: 23px;
}
 .blog-details-area .blog-details-content .thumb img {
     border-radius: 8px 8px 0 0;
}
 .blog-details-area .blog-details-content .common_area {
     position: relative;
}
 .blog-details-area .blog-details-content .date {
     -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
     display: inline-block;
     width: 100px;
     height: 100px;
     text-align: center;
     position: absolute;
     top: -123px;
     left: 0;
     background: #fff;
}
 .blog-details-area .blog-details-content .date span {
     font-size: 50px;
     font-weight: 100;
     font-family: 'Poppins', sans-serif;
     color: #000b2d;
     line-height: 50px;
     padding-top: 16px;
     display: block;
}
 .blog-details-area .blog-details-content .date p {
     font-size: 14px;
     line-height: 14px;
     font-weight: 700;
     font-family: 'Poppins', sans-serif;
     color: #872BEF;
     text-transform: uppercase;
}
 .blog-details-area .blog-details-content .common_area ul {
     padding-left: 0;
}
 .blog-details-area .blog-details-content .common_area ul li {
     display: inline-block;
}
 .blog-details-area .blog-details-content .common_area ul li a {
     font-size: 14px;
     color: #001064;
     margin-right: 35px;
}
 .blog-details-area .blog-details-content .blockquote-wrapper {
     border: none;
     padding: 25px 30px 26px;
     background: #000b2d;
     margin: 28px 0px 24px;
     border-radius: 8px;
}
 .blog-details-area .blog-details-content .blockquote-wrapper i {
     font-size: 60px;
     color: #c8c7e6;
}
 .blog-details-area .blog-details-content .blockquote-wrapper p {
     margin-bottom: 10px;
     color: #c8c7e6;
     font-size: 15px;
}
 .blog-details-area .blog-details-content .blockquote-wrapper .author {
     font-size: 14px;
     font-weight: 700;
     color: #872BEF;
}
.blog-details-area .author {
    position: relative;
    padding-left: 205px;
    border: 1px solid #f5f5f5;
    margin-right: 30px;
}
.blog-details-area span.author.vcard {
    border: none;
    padding-left: 0;
}
.blog-details-area .author .author-img {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-details-area .author .author-img a img {
    border-radius: 50%;
}
.blog-details-area .author .author-img a:before {
    position: absolute;
    content: "";
    background-color: #f5f5f5;
    width: 4px;
    height: 80px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-details-area .author .author-img a {
    position: relative;
    display: block;
}
 .blog-details-area .blog-details-content .entry-footer {
     margin: 27px 0 21px 0;
}
 .blog-details-area .blog-details-content .entry-footer .title {
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
}
 .blog-details-area .blog-details-content .entry-footer .left-content {
     display: inline-block;
}
 .blog-details-area .blog-details-content .entry-footer .left-content ul {
     padding-left: 0;
}
 .blog-details-area .blog-details-content .entry-footer .left-content ul li {
     display: inline-block;
     margin: 0 3px;
}
 .blog-details-area .blog-details-content .entry-footer .left-content ul li:first-child {
     margin-left: 0;
}
 .blog-details-area .blog-details-content .entry-footer .left-content ul li a {
     display: block;
     padding: 6px 15px 5px 15px;
     border: 1px solid #dee2e6;
     font-size: 14px;
     border-radius: 3px;
     color: var(--paragraph-color);
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .blog-details-area .blog-details-content .entry-footer .left-content ul li a:hover {
     background-color: var(--main-color-one);
     color: #fff;
     border: 1px solid var(--main-color-one);
}
 .blog-details-area .blog-details-content .entry-footer .right-content {
     display: inline-block;
     float: right;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li {
     display: inline-block;
     margin: 0 5px;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li:first-child {
     margin-left: 0;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li a {
     display: block;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     border: 1px solid #c8c8c8;
     text-align: center;
     line-height: 35px;
     font-size: 14px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .facebook {
     background-color: #3b5999;
     color: #fff;
     border: 1px solid #3b5999;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .twitter {
     background-color: #55acee;
     color: #fff;
     border: 1px solid #55acee;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .linkedin {
     background-color: #0077B5;
     color: #fff;
     border: 1px solid #0077B5;
}
 .blog-details-area .blog-details-content .entry-footer .right-content ul li:hover .google {
     background-color: #dd4b39;
     color: #fff;
     border: 1px solid #dd4b39;
}
 .blog-details-area .blog-details-content .entry-comment {
     margin-top: 32px;
}
 .blog-details-area .blog-details-content .entry-comment .title {
     font-size: 24px;
     line-height: 34px;
     margin-bottom: 30px;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list {
     padding-left: 0;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li {
     margin-bottom: 25px;
     border-bottom: 1px solid #dee2e6 !important;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li:last-child {
     margin-bottom: 0;
     border-bottom: none !important;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item {
     position: relative;
     min-height: 80px;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
     position: absolute;
     left: 0;
     top: 0;
     width: 80px;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb img {
     border-radius: 50%;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
     position: relative;
     padding-left: 100px;
     margin-bottom: 23px;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply {
     position: absolute;
     right: 0;
     top: 0;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a {
     color: var(--main-color-one);
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-weight: 500;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a:hover {
     color: var(--heading-color);
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .name {
     font-size: 18px;
     line-height: 28px;
     margin-bottom: 0;
     color: #242424;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time {
     font-size: 14px;
     display: block;
     margin-bottom: 15px;
     font-family: sans-serif;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time i {
     padding-right: 7px;
}
 .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content p {
     font-size: 16px;
     line-height: 26px;
     color: var(--paragraph-color);
     margin-bottom: 0;
}
 .blog-details-area .blog-details-content .comment-form-area {
     margin-top: 30px;
}
 .blog-details-area .blog-details-content .comment-form-area .title {
     font-size: 24px;
     line-height: 34px;
     margin-bottom: 20px;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control {
     height: 50px;
     width: 100%;
     border: 2px solid rgba(73, 80, 87, 0.1);
     padding: 0 20px;
     font-size: 14px;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
     color: #495057;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #495057;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #495057;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: #495057;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:focus {
     border-color: #495057;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .form-group.textarea textarea {
     min-height: 180px;
     padding: 20px;
     resize: none;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn {
     width: 175px;
     height: 45px;
     border: none;
     border-radius: 3px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-size: 16px;
     font-weight: 600;
     text-transform: capitalize;
     cursor: pointer;
     background-color: var(--main-color-one);
     color: #fff;
     margin-top: 10px;
}
 .blog-details-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn:hover {
     background-color: var(--heading-color);
     color: #fff;
}
 .blog-details-area .reply {
     padding-left: 90px;
}
 .blog-details-area .reply-image {
     margin-left: 90px;
}
 .blog-details-content .st-blog-content-detils ul li a{
     font-weight: bold;
     text-decoration: underline;
}
/*========================================== blog-post page > sidebar widget ==========================================*/
 .widget_archive ul li, .widget_categories ul li {
     text-align: left;
     clear: both;
     margin-bottom: 10px;
     min-height: 16px;
     padding-bottom: 10px;
     border-bottom: 1px dashed rgba(0, 0, 0, 0.06) !important;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child {
     border-bottom: none !important;
     padding-bottom: 0;
}
 .widget_categories ul li a {
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .widget_categories ul li a:hover {
     color: #872BEF;
}
 .widget .widgettitle {
    margin-bottom: 40px;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    word-break: break-word;
}

.widget .about-me h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.widget .widgettitle:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  content: "";
  height: 1px;
}
.widget .widgettitle::after {
  position: absolute;
  width: 45px;
  height: 3px;
  content: "";
  background-color: #623BB1;
  bottom: -14px;
  left: 0;
}
 .widget.widget-popular-post {
     padding-bottom: 10px;
}
 .widget.widget-popular-post .single-post {
     display: flow-root;
     border-bottom: 1px solid #dee2e6 !important;
     padding-bottom: 18px;
     margin-bottom: 20px;
}
 .widget.widget-popular-post .single-post:last-child {
     border-bottom: none !important;
}
 .widget.widget-popular-post .single-post .part-img {
     float: left;
     width: 100px;
     margin-right: 15px;
}
 .widget.widget-popular-post .single-post .part-img img {
     width: 100%;
     border-radius: 4px;
}
 .widget.widget-popular-post .single-post .part-text {
     display: table-cell;
}
 .widget.widget-popular-post .single-post .part-text span {
     line-height: 14px;
     color: #495057;
     font-size: 14px;
     font-weight: 500;
}
 .widget.widget-popular-post .single-post .part-text h4 {
     line-height: 24px;
     color: #242424;
}
 .widget.widget-popular-post .single-post .part-text h4 a {
     font-size: 18px;
     color: #242424;
     font-weight: 600;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .widget.widget-popular-post .single-post .part-text h4 a:hover {
     color: #872BEF;
}
 .widget.widget-popular-post .single-post .part-text h5 {
     font-size: 14px;
     font-weight: 700;
}
 .widget.widget_categories {
     margin-top: -20px;
}
 .widget_search {
     background: transparent;
     padding: 0px;
}
 .widget_search form {
     position: relative;
}
 .widget_search input {
     background: transparent;
     border: solid 1px #ececec;
     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: 0;
     -webkit-transition: 0.3s ease;
     -moz-transition: 0.3s ease;
     -o-transition: 0.3s ease;
     transition: 0.3s ease;
     color: #001064;
     outline: none;
}
 .widget_search input::-webkit-input-placeholder {
     opacity: 1;
}
 .widget_search .sayit_icon_search {
     display: inline-block;
     line-height: 60px;
     position: absolute;
     top: 0;
     width: 60px;
     text-align: center;
     right: 0;
     font-size: 24px;
     cursor: pointer;
     -webkit-transition: 0.3s ease;
     -moz-transition: 0.3s ease;
     -o-transition: 0.3s ease;
     transition: 0.3s ease;
     color: #c8c8c8;
}
 .investon-blog-details .gallery-item img{
     margin-bottom: 15px;
}
 .widget_tag_cloud .tagcloud {
     position: relative;
     -moz-perspective: 300px;
     -webkit-perspective: 300px;
     perspective: 300px;
}
 .widget_tag_cloud a {
     display: inline-block;
     font-size: 14px;
     line-height: 23px;
     letter-spacing: 1px;
     font-weight: 400;
     text-transform: capitalize;
     color: #242424;
     padding: 4px 12px 4px;
     margin: 0 6px 10px 0;
     position: relative;
     border: 1px solid #c8c8c8;
     top: 0;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     border-radius: 4px;
     margin-right: 0 !important;
}
 .widget_tag_cloud a:hover {
     background-color: #872BEF;
     color: #fff;
     border: 1px solid #872BEF;
}
 .instagram-img {
     padding: 0 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .instagram-img li {
     overflow: hidden;
     padding: 0px 5px 0 !important;
     width: auto;
     margin: 5px 0px !important;
}
 .instagram-img li a img {
     padding-right: 0px;
     height: 80px;
     width: 100%;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 .instagram-img li a img:hover {
     opacity: .5;
}
 .social_share .social-link {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
}
 .social_share .social-link li {
     display: inline-block;
     margin: 0 10px;
}
 .social_share .social-link li:first-child {
     margin-left: 2px;
}
 .social_share .social-link li a {
     display: block;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     text-align: center;
     line-height: 35px;
     font-size: 16px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     color: var(--main-color-one);
}
 .social_share .social-link li a.facebook {
     background-color: #3b5999;
     color: #fff;
}
 .social_share .social-link li a.twitter {
     background-color: #55acee;
     color: #fff;
}
 .social_share .social-link li a.youtube {
     background-color: #dd4b39;
     color: #fff;
}
 .social_share .social-link li a.instagram {
     background-color: #e4405f;
     color: #fff;
}
 .social_share .social-link li:hover a {
     color: #872BEF;
}
 .widget .recent_post_item {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .widget .recent_post_item li {
     display: block;
}
 .widget .recent_post_item li + li {
     margin-top: 20px;
}
 .widget .recent_post_item li.single-recent-post-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-item-align: start;
     align-self: flex-start;
}
 .widget .recent_post_item li.single-recent-post-item .thumb {
     width: 60px;
     height: 60px;
     margin-right: 15px;
}
 .widget .recent_post_item li.single-recent-post-item .content {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
}
 .widget .recent_post_item li.single-recent-post-item .content .title {
     font-size: 16px;
     line-height: 20px;
     font-weight: 600;
}
 .widget .recent_post_item li.single-recent-post-item .content .time {
     font-size: 14px;
     font-weight: 500;
}
 .widget .instagram-img {
     padding: 0px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .widget .instagram-img li {
     overflow: hidden;
     padding: 0px 5px 0;
     width: auto;
     margin: 5px 0px;
}
 .widget .instagram-img li a img {
     padding-right: 0px;
     height: 80px;
     width: 100%;
}
 .widget .instagram-img li a img:hover {
     opacity: .5;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .contact_info_list {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .contact_info_list li {
     display: block;
}
 .contact_info_list li.single-info-item {
     position: relative;
     margin-bottom: 20px;
}
 .contact_info_list li.single-info-item .icon {
     position: absolute;
     left: 0;
     top: 0;
     color: var(--main-color-one);
}
 .contact_info_list li.single-info-item .details {
     padding-left: 30px;
}

/**---------------------- Single-work-area ----------------------**/
 .work-area {
     background-image: url(../img/shape/1.png);
     background-repeat: no-repeat;
     background-size: contain;
     background-position: 0 111px;
}
 .single-work {
     -webkit-box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
     box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
     border-radius: 5px;
     background: #ffffff;
     padding: 0px 35px;
     position: relative;
     margin: 46px 0 75px;
     transition: 0.3s;
}
.single-work:hover {
   -webkit-box-shadow: 20px 0px 50px 15px rgba(221, 221, 221, 0.35);
     box-shadow: 20px 0px 50px 15px rgba(221, 221, 221, 0.35);
}
.single-work:hover h4 {
     color: #872BEF;
}
 .single-work:hover .common-icon-sq {
     border: 1px solid #872BEF;
     background: #872BEF;
     border-radius: 0 0 30px 0;
}
 .single-work .common-icon-sq {
     border: 1px solid #e0e0e0;
     height: 150px;
     width: 115px;
     display: inline-block;
     line-height: 150px;
     margin: -46px 0 0px;
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-work .common-icon-sq img {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-work .common-icon-circle {
     display: inline-block;
     border-radius: 50%;
     height: 120px;
     width: 120px;
     line-height: 120px;
     margin: -60px 0 0px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: relative;
     z-index: 9;
     background: #872BEF;
}
 .single-work .common-icon-circle img {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-work .common-icon-circle.bg-smile-green:after {
     content: '';
     position: absolute;
     background: #c1ffd7;
     height: 100px;
     width: 100px;
     top: 10px;
     left: 10px;
     border-radius: 50%;
     z-index: -1;
}
 .single-work .common-icon-circle.bg-pink:after {
     content: '';
     position: absolute;
     background: #872BEF;
     height: 100px;
     width: 100px;
     top: 10px;
     left: 10px;
     border-radius: 50%;
     z-index: -1;
}
 .single-work .common-icon-circle.bg-yellow:after {
     content: '';
     position: absolute;
     height: 100px;
     width: 100px;
     top: 10px;
     left: 10px;
     border-radius: 50%;
     background: #f8ffa6;
     z-index: -1;
}
 .single-work h4 {
     font-weight: 700;
     padding-top: 46px;
     text-transform: uppercase;
}
 .single-work p {
     font-weight: 400;
     color: var(--heading-color);
     margin: 36px 0 0px;
     padding-bottom: 30px;
}
 .single-work .btn {
     margin: 33px 0 -25px;
}
 .work-area .single-input-wrap {
     margin-top: 9px;
}
 .work-area .single-input-wrap .single-input {
     font-size: 18px;
     font-weight: 700;
     color: #d3d3d3;
     -webkit-box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
}
 .work-area .single-input-wrap .single-input::-webkit-input-placeholder {
     color: #d3d3d3;
}
 .work-area .single-input-wrap .single-input:-ms-input-placeholder {
     color: #d3d3d3;
}
 .work-area .single-input-wrap .single-input::-ms-input-placeholder {
     color: #d3d3d3;
}
 .work-area .single-input-wrap .single-input::placeholder {
     color: #d3d3d3;
}
 .work-area .single-input-wrap .btn {
     padding: 0 48px;
}
/**---------------------- featured-area ----------------------**/
/**---------------------- fact-area ----------------------**/
 .single-fact-count {
     border-radius: 5px;
     -webkit-box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
     box-shadow: 0px 0px 50px 0px rgba(221, 221, 221, 0.35);
     padding: 52px 20px 40px;
     background: #ffffff;
     margin: 0 0 30px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-fact-count .fact-title {
     font-weight: 700;
     margin: 21px 0 19px;
}
 .single-fact-count h2 {
     font-weight: 900;
     color: #223cbf;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-fact-count:hover {
     cursor: pointer;
}
 .single-fact-count:hover h2 {
     color: #872BEF;
}

/***Magnific-popup***/
 .mfp-zoom-in {
    /* animate in */
    /* animate out */
}
 .mfp-zoom-in .mfp-content {
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     -webkit-transform: scale(0.3);
     -ms-transform: scale(0.3);
     transform: scale(0.3);
}
 .mfp-zoom-in.mfp-bg {
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .mfp-zoom-in.mfp-ready .mfp-content {
     opacity: 1;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .mfp-zoom-in.mfp-ready.mfp-bg {
     opacity: 0.5;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .mfp-zoom-in.mfp-removing .mfp-content {
     -webkit-transform: scale(0.3);
     -ms-transform: scale(0.3);
     transform: scale(0.3);
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     opacity: 0;
}
 .mfp-zoom-in.mfp-removing.mfp-bg {
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
/**---------------------- about-area ----------------------**/
 .single-about {
     border-radius: 40px;
     -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     padding: 60px 35px 0;
     margin-bottom: 38px;
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-about:hover .thumb {
    /*background: $color-white;
     */
}
 .single-about.bg-purple {
     background: #762dc4;
}
 .single-about.bg-purple h5 {
     color: #ffffff;
}
 .single-about.bg-purple p {
     color: #ffffff;
}
 .single-about.bg-gradient h5 {
     color: #ffffff;
}
 .single-about.bg-gradient p {
     color: #ffffff;
}
 .single-about .thumb,
 .single-about .thumb-icon {
     background: #e8e8e8;
     display: inline-block;
     position: relative;
     height: 160px;
     width: 160px;
     border-radius: 50%;
     line-height: 160px;
     margin-bottom: 53px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-about .thumb-icon i {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #0DAED4;
}
 .single-about .thumb:before,
 .single-about .thumb-icon:before {
     content: '';
     position: absolute;
     bottom: 8px;
     left: 25px;
     height: 15px;
     width: 15px;
     border-radius: 50%;
     background: #54caec;
}
 .single-about .thumb:after,
 .single-about .thumb-icon:after {
     content: '';
     position: absolute;
     top: 8px;
     right: 25px;
     height: 15px;
     width: 15px;
     border-radius: 50%;
     background: #872BEF;
}
 .single-about .thumb img{
     width: 75px;
}
 .single-about h5 {
     color: #762dc4;
     padding-bottom: 25px;
}
 .single-about p {
     color: var(--heading-color);
     padding-bottom: 30px;
}
 .single-about .btn-plus {
     margin: 13px 0 -25px;
}
 .btn-plus {
     background: -o-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
     background: linear-gradient(104deg, #872BEF 0%, #762dc4 100%);
     padding: 0;
     border: 0;
     height: 50px;
     width: 50px;
     border-radius: 50%;
     color: #ffffff;
     cursor: pointer;
     line-height: 51px;
     font-size: 16px;
     font-weight: 700;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .btn-plus:hover, .btn-plus:active {
     background: -o-linear-gradient(94deg, #872BEF 0%, #762dc4 100%) !important;
     background: linear-gradient(-4deg, #872BEF 0%, #762dc4 100%) !important;
}
 .btn-2 {
     height: 50px;
     line-height: 50px;
     padding: 0 36px;
     overflow: hidden;
     position: relative;
     border: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-weight: 400;
     font-size: 16px;
     display: inline-block;
     border-radius: 25px;
}
 .btn-2:focus, .btn-2:active {
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-2.btn-border {
     border: 1px solid #ffffff;
     color: #ffffff;
     background: transparent;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
}
 .btn-2.btn-border:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--c1, #DD4372)), color-stop(50%, var(--c2, #FFDC14)), to(var(--c1, #DD4372))) var(--x, 0)/200%;
     background: -o-linear-gradient(left, var(--c1, #DD4372) 20%, var(--c2, #FFDC14) 50%, var(--c1, #DD4372)) var(--x, 0)/200%;
     background: linear-gradient(90deg, var(--c1, #DD4372) 20%, var(--c2, #FFDC14) 50%, var(--c1, #DD4372)) var(--x, 0)/200%;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 0 50%;
     -ms-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transition-duration: 0.4s;
     -o-transition-duration: 0.4s;
     transition-duration: 0.4s;
}
 .btn-2.btn-border:hover {
     color: #fff;
}
 .btn-2.btn-border:hover:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
}
 .btn-2.btn-border:focus:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
}
 .btn-base {
     color: #ffffff;
     border: 0;
     background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--c1, #DD4372)), color-stop(50%, var(--c2, #FFDC14)), to(var(--c1, #DD4372))) var(--x, 0)/200%;
     background: -o-linear-gradient(left, var(--c1, #DD4372) 20%, var(--c2, #FFDC14) 50%, var(--c1, #DD4372)) var(--x, 0)/200%;
     background: linear-gradient(90deg, var(--c1, #DD4372) 20%, var(--c2, #FFDC14) 50%, var(--c1, #DD4372)) var(--x, 0)/200%;
}
 .btn-base:hover {
     color: #ffffff;
     --x: 100%;
}
/**---------------------- transaction-area ----------------------**/
 .transaction-tab-area {
     border-radius: 102px 0;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 50px 60px;
}
 .transaction-tab {
     text-align: center;
     display: block;
     border: 0;
     margin-bottom: 40px;
}
 .transaction-tab li {
     display: inline-block;
     padding: 0;
     margin-right: 17px;
}
 .transaction-tab li a.nav-link {
     background: #ffffff;
     border: 1px solid #ededed;
     border-radius: 50px;
     padding: 0 60px;
     color: #872BEF;
     -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
     box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}
 .transaction-tab li a.nav-link.active {
     background: #872BEF;
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #ffffff;
     border: 0;
}
 .transaction-table .table thead {
     -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
}
 .transaction-table .table thead th {
     border: 0;
     color: #872BEF;
     font-weight: 700;
     font-size: 18px;
     padding: 25px 35px;
}
 .transaction-table .table thead tr {
     border-radius: 10px;
}
 .transaction-table .table thead tr th:first-child {
     border-radius: 10px 0 0 10px;
}
 .transaction-table .table thead tr th:last-child {
     border-radius: 0 10px 10px 0;
}
 .transaction-table .table tbody tr:hover td {
     color: #872BEF;
}
 .transaction-table .table tbody tr.table-margin th {
     padding: 5px;
     background: transparent;
}
 .transaction-table .table tbody tr th {
     border: 0;
     padding: 25px 15px;
     background: #ffffff;
}
 .table-hover tbody tr:hover{
     background: transparent;
}
 .transaction-tab-area .transaction-table{
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     background: #ffffff;
     border-radius: 10px;
}
 .transaction-table .table tbody tr th img {
     border-radius: 50%;
     min-width: 84px;
}
 .transaction-tab-area .transaction-table .table-responsive .table-hover{
     margin-bottom: 0;
}
 .transaction-table .table tbody tr td {
     border: 0;
     vertical-align: middle;
     font-size: 18px;
     font-weight: 700;
     color: var(--heading-color);
     padding: 0px 20px;
     position: relative;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 body .transaction-table .table tbody tr th, .transaction-table .table tbody tr td {
     border-top: 1px solid #e5e5e5;
     border-right: 1px solid #e5e5e5;
}
 .transaction-table .table thead th {
     border-right: 1px solid #e5e5e5;
}
 .transaction-table .table tbody tr td:last-child{
     border-right: 0px solid #e5e5e5;
}
 .transaction-table .table tbody tr td.name:before {
     display: none;
}
/**---------------------- why-choose-us-area ----------------------**/
 .single-facility {
     border-radius: 10px;
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     background: #ffffff;
     padding: 50px;
     position: relative;
     margin-bottom: 20px;
}
 .single-facility span.number {
     border-radius: 10px 0 4px 0;
     background: #223cbf;
     color: #ffffff;
     width: 39px;
     height: 40px;
     position: absolute;
     top: 0;
     left: 0;
     font-size: 18px;
     text-align: center;
     line-height: 40px;
}
 .single-facility .thumb,
 .single-facility .thumb-icon {
     padding: 19px 13px 19px 22px;
     border: 1px solid #e0e0e0;
     border-radius: 4px;
     width: 95px;
     height: 95px;
     position: relative;
}
.single-facility .thumb-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 48px;
}
 .single-facility .facility-details {
     margin-left: 44px;
}
 .single-facility .facility-details h5 {
     font-weight: 700;
     color: #2b2b2b;
     margin-bottom: 13px;
}
/**---------------------- pricing-area ----------------------**/
 .pricing-tab {
     text-align: center;
}
 .pricing-tab .nav-tabs {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     border: 0;
     margin-bottom: 54px;
}
 .pricing-tab .nav-tabs .nav-item {
     font-size: 18px;
     font-weight: 700;
     color: #872BEF;
     padding: 0 45px;
     border-radius: 50px;
     border: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .pricing-tab .nav-tabs .nav-item.active {
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     background: #ffffff;
}
 .pricing-tab .nav-tabs .nav-item:hover {
     border: 0;
     text-decoration: underline;
}
 .single-pricing-wrap {
     border-radius: 40px;
     background: #ffffff;
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     padding: 0 30px;
     margin: 30px 0 45px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: relative;
}
 .single-pricing-wrap .animate-dots {
     position: absolute;
     width: 7px;
     height: 15px;
     background: #872BEF;
     border-radius: 30px 0 0 30px;
     bottom: 30px;
     right: 0px;
     -webkit-animation: pricingDot-1 40s infinite;
     animation: pricingDot-1 40s infinite;
}
 .single-pricing-wrap:before {
     content: '';
     position: absolute;
     width: 15px;
     height: 15px;
     background: #54caec;
     border-radius: 50%;
     bottom: 50px;
     left: 10px;
     -webkit-animation: pricingDot-2 40s infinite;
     animation: pricingDot-2 40s infinite;
}
 .single-pricing-wrap .price {
     font-size: 36px;
     background: #872BEF;
     font-weight: 700;
     color: #ffffff;
     display: inline-block;
     height: 60px;
     padding: 0 70px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     border-radius: 50px;
     margin-top: -30px;
     line-height: 50px;
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
}
 .single-pricing-wrap .thumb, 
 .single-pricing-wrap .thumb-icon {
     margin-top: 64px;
}
.single-pricing-wrap .thumb-icon i {
    font-size: 65px;
}
 .single-pricing-wrap h5 {
     margin: 50px 0 60px;
     font-weight: 700;
}
 .single-pricing-wrap ul {
     list-style: none;
     padding: 0 0 83px 0;
     margin: 0;
}
 .single-pricing-wrap ul li {
     margin-bottom: 12px;
}
 .single-pricing-wrap ul li a {
     font-weight: 700;
     color: var(--heading-color);
     position: relative;
     padding: 0 30px;
}
 .single-pricing-wrap ul li a:before {
     content: '';
     position: absolute;
     width: 15px;
     height: 15px;
     background: #872BEF;
     top: 50%;
     left: 0;
     margin-top: -7.5px;
     border-radius: 50%;
}
 .single-pricing-wrap .btn {
     margin-bottom: -25px;
     height: 50px;
     line-height: 50px;
}
 .single-pricing-wrap .btn.btn-plus {
     position: absolute;
     left: 50%;
     margin-left: -25px;
     opacity: 1;
}
 .single-pricing-wrap .btn.btn-white {
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     padding: 0 80px;
     opacity: 0;
     border-bottom-right-radius: 0;
     z-index: 9;
}
 .single-pricing-wrap:hover .price {
     background: #ffffff;
     border-top-left-radius: 0;
     color: #872BEF;
}
 .single-pricing-wrap:hover .btn.btn-white {
     opacity: 1;
}
 .single-pricing-wrap:hover .btn-plus {
     opacity: 0;
     z-index: -1;
}
 @-webkit-keyframes pricingDot-1 {
     0% {
         bottom: 20%;
    }
     50% {
         bottom: 80%;
    }
     100% {
         bottom: 20%;
    }
}
 @keyframes pricingDot-1 {
     0% {
         bottom: 20%;
    }
     50% {
         bottom: 80%;
    }
     100% {
         bottom: 20%;
    }
}
 .slideToggle {
     -webkit-animation-name: pricingDot-1;
     animation-name: pricingDot-1;
}
 @-webkit-keyframes pricingDot-2 {
     0% {
         bottom: 80%;
         left: 10%;
    }
     25% {
         bottom: 60%;
         left: 50%;
    }
     50% {
         bottom: 80%;
         left: 80%;
    }
     75% {
         bottom: 60%;
         left: 50%;
    }
     100% {
         bottom: 80%;
         left: 10%;
    }
}
 @keyframes pricingDot-2 {
     0% {
         bottom: 80%;
         left: 10%;
    }
     25% {
         bottom: 60%;
         left: 50%;
    }
     50% {
         bottom: 80%;
         left: 80%;
    }
     75% {
         bottom: 60%;
         left: 50%;
    }
     100% {
         bottom: 80%;
         left: 10%;
    }
}
 .slideToggle {
     -webkit-animation-name: pricingDot-2;
     animation-name: pricingDot-2;
}
/**---------------------- video-area ----------------------**/
 .video-area .btn-white {
     margin-left: 27px;
}
 .video-area .btn-white:active, .video-area .btn-white:focus {
     background: #872BEF;
     color: #ffffff;
}
 .video-play-btn {
     -webkit-animation: 1.5s pulse infinite ease-out;
     animation: 1.5s pulse infinite ease-out;
     position: absolute;
     top: 50%;
     right: 50%;
     margin-top: -75px;
     margin-right: -75px;
     width: 150px;
     height: 150px;
     line-height: 150px;
     border-radius: 50% 50% 50% 0;
     background: rgba(255, 255, 255, 0.62);
     text-align: center;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     z-index: 99;
}
 .video-play-btn i {
     color: #ffffff;
     padding-left: 3px;
     background: #872BEF;
     height: 50px;
     width: 50px;
     font-size: 20px;
     line-height: 51px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     border-radius: 50%;
}
 .video-play-btn:hover i {
     color: #872BEF;
     background: #ffffff;
}
 .video-area-2 .section-title {
     margin-bottom: 93px;
}
 .video-area-2 .video-play-btn {
     position: initial;
     display: inline-block;
     -webkit-box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 54px 0px rgba(211, 220, 255, 0.78);
     margin-left: 37px;
}
 .video-area-2 .video-play-btn:hover i {
     background: #872BEF;
     color: #ffffff;
}
.investon-page-containerr .entry-content a:hover, p.logged-in-as a:hover, .video-area-2 .video-play-btn a:hover {
    box-shadow: none;
    color: #872BEF;
}
/**---------------------- history-area ----------------------**/
 .history-area .single-history-wrap {
     margin-top: -30px;
}
 .history-area .single-history-wrap h1 {
     font-weight: 700;
     color: #872BEF;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     margin-bottom: 14px;
}
 .history-area .single-history-wrap p {
     color: var(--heading-color);
     margin-bottom: 17px;
}
 .history-area .single-history-wrap:hover {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .history-area .single-history-wrap:hover h1 {
     color: #223cbf;
}
/**---------------------- team-area ----------------------**/
 .single-team-wrap {
     padding: 35px 15px;
     -webkit-box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
     box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
     background: #ffffff;
     margin-bottom: 30px;
     position: relative;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-team-wrap:hover {
     border-radius: 0;
     -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(211, 220, 255, 0.78);
}
 .single-team-wrap .thumb img {
     border-radius: 50%;
}
 .single-team-wrap .team-details {
     margin-top: 25px;
}
.single-team-wrap .team-details h6 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 20px;
}
 .single-team-wrap .team-details .social-area {
     padding: 25px 0 0;
     position: relative;
}
 .team-area-2 .single-team-wrap {
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 1px solid #e5e5e5;
     border-radius: 10px;
}
 .single-team-wrap .team-details h6.position{
     font-size: 14px;
     margin-top: 5px;
     font-weight: 500;
}
 .team-area-2 .single-team-wrap:hover {
     -webkit-box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
     box-shadow: 0px 0px 21px 0px rgba(206, 206, 206, 0.78);
     background: #ffffff;
}
/**---------------------- news-slider-area ----------------------**/
 .news-slider-area {
     -webkit-box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
     border: 1px solid;
     border-color: #eaeaea;
     padding: 45px 99px 25px;
     border-radius: 160px;
     margin-bottom: 50px;
     background: #ffffff;
}
 .news-slider-area h6 {
     font-weight: 700;
     margin-bottom: 22px;
}
 .news-slider .item img {
     border-radius: 0 35px 0 0;
}
 .news-slider .owl-nav button {
     position: absolute;
     top: 43%;
     height: 30px;
     width: 30px;
     border-radius: 50%;
     background: #ffffff;
     border: 1px solid #eaeaea !important;
     margin-top: -15px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .news-slider .owl-nav button:after {
     content: "";
     position: absolute;
     top: 1px;
     left: 0;
     height: 100%;
     width: 100%;
     background: url(../img/icon/arrow-right.png);
     background-repeat: no-repeat;
     background-position: center;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .news-slider .owl-nav button:focus, .news-slider .owl-nav button:active {
     -webkit-box-shadow: none;
     box-shadow: none;
     outline: 0;
}
 .news-slider .owl-nav button:hover {
     background: -webkit-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
     background: -o-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
     background: linear-gradient(104deg, #872BEF 0%, #762dc4 100%);
}
 .news-slider .owl-nav button:hover img {
     opacity: 0;
}
 .news-slider .owl-nav button:hover:after {
     opacity: 1;
}
 .news-slider .owl-nav button.owl-prev {
     left: -60px;
}
 .news-slider .owl-nav button.owl-next {
     right: -60px;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
/**---------------------- blog-area ----------------------**/
 .single-blog-wrap {
     background: #872BEF;
     padding-bottom: 5px;
     border-radius: 11px 11px 10px 10px;
     margin-bottom: 40px;
     transition: all 0.4s ease-in;
     overflow: hidden;
}
 .single-blog-wrap:hover{
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
}
 .single-blog-wrap .thumb {
     overflow: hidden;
}
 .single-blog-wrap .thumb img {
     transform: scale3d(1, 1, 1);
     border-radius: 10px 10px 0 0;
     transition: all 0.4s ease-in;
     width: 100%;
}
 .single-blog-wrap:hover .thumb img {
     transform: scale3d(1.1, 1.1, 1.1);
}
 .single-blog-wrap .blog-details {
     background: #fff;
     padding: 27px 30px 25px;
     border-radius: 0 0 10px 10px;
}
 .single-blog-wrap .blog-details h5 {
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 10px;
     color: var(--heading-color);
     word-break: normal;
}
 .single-blog-wrap .blog-details span {
     font-size: 14px;
     margin-right: 8px;
}
 .single-blog-wrap .blog-details span i {
     margin-right: 5px;
}
 .single-blog-wrap .blog-details p {
     margin-top: 16px;
     font-size: 14px;
     margin-bottom: 20px;
}
 .single-blog-wrap .blog-details .read-more-btn {
     position: relative;
     color: #872BEF;
}
 .single-blog-wrap .blog-details .read-more-btn i {
     position: absolute;
     right: -23px;
     top: 3px;
     transition: 0.4s;
}
 .single-blog-wrap .blog-details .read-more-btn:hover i {
     right: -28px;
}
/**---------------------- check-profit-area ----------------------**/
 .check-profit-area form {
     border: 1px solid #eeeeee;
     border-radius: 30px;
     background: #ffffff;
     -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
     box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
     padding: 0 70px 55px;
}
 .check-profit-area form .title {
     margin-bottom: 31px;
}
 .check-profit-area form .title h5 {
     background: #872BEF;
     font-weight: 600;
     color: #ffffff;
     height: 65px;
     line-height: 65px;
     display: inline-block;
     border-radius: 50px;
     padding: 0 84px;
     margin-top: -33px;
}
 .check-profit-area form .form-group label {
     font-weight: 800;
     color: var(--heading-color);
     margin: 0;
}
 .check-profit-area form .form-group .form-control {
     border: 0;
     border-bottom: 1px solid #ececec;
     border-radius: 0;
     padding: 0 0 10px;
     font-size: 18px;
     color: #686868;
     font-weight: 600;
     margin-bottom: 30px;
}
.payment-wraper {
    margin-top: -265px;
}
 .check-profit-area .payment-method-wrap h2 {
     font-weight: 800;
     margin-bottom: 22px;
}
 .check-profit-area .payment-method-wrap .payment-card {
     list-style: none;
     margin: 52px 0 0 0;
     padding: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .check-profit-area .payment-method-wrap .payment-card li img{
     opacity: 0.85;
     transition: 0.3s;
}
 .check-profit-area .payment-method-wrap .payment-card li:hover img{
     opacity: 1;
}
/* .check-profit-area .payment-method-wrap .payment-card li {
     margin-right: 35px;
}*/
 .check-profit-area .payment-method-wrap .payment-card li:last-child {
     margin-right: 20px;
}
/**---------------------- testimonial-area ----------------------**/
 .testimonial-main-slider {
     padding-bottom: 57px;
}
 .testimonial-main-slider .slick-arrow{
     border: none !important;
     cursor: pointer;
     position: absolute;
}
 .testimonial-main-slider .slick-arrow i{
     transition: 0.4s;
}
 .testimonial-main-slider .slick-arrow:hover i{
     color: #872BEF;
}
 .single-main-client .section-title {
     margin-bottom: 25px;
}
 .single-main-client .section-title .subtitle {
     font-size: 45px;
}
 .single-main-client .section-title .title {
     font-size: 55px;
}
 .single-main-client .section-title p {
     position: relative;
     padding: 34px 0 0 0;
     font-weight: 400;
     color: var(--heading-color);
}
 .single-main-client .section-title p:before {
     content: "\f10e";
     position: absolute;
     font: normal normal normal 24px/1 FontAwesome;
     left: 0;
     top: 0;
}
 .single-main-client .client-info h6 {
     font-weight: 700;
     color: #872BEF;
     margin-bottom: 10px;
}
 .single-main-client .client-info p {
     font-weight: 600;
}
 .testimonial-thumb-slider-img .item {
     padding: 10px;
}
 .testimonial-thumb-slider-wrap {
     width: 530px;
     margin: 0 auto;
     position: relative;
}
 .single-thumb-client {
     -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
     box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
     padding: 80px;
     border-radius: 50%;
     background: #fff;
}
 .single-thumb-client img {
     border: 1px solid #fec9da!important;
     padding: 60px;
     border-radius: 50%!important;
}
 .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
     width: 115px;
     height: auto;
     position: absolute;
     z-index: 9;
     border-radius: 50%;
}
 .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-1 {
     left: 15px;
     top: 15px;
}
 .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-2 {
     right: 15px;
     top: 15px;
}
 .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-3 {
     left: 15px;
     bottom: 15px;
}
 .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-4 {
     right: 15px;
     bottom: 15px;
}
 .slick-prev, .slick-next {
     top: auto;
     bottom: 0;
     height: 33px;
     width: 33px;
     border: 1px solid #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     border-radius: 50%;
}
 .slick-prev {
     left: 0px;
}
 .slick-next {
     left: 48px;
}
 .slick-prev img, .slick-next img {
     position: absolute;
     top: 7px;
     left: 8px;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     border: 1px solid #c7c7c7;
}
/**---------------------- partner-area ----------------------**/
 .partner-slider .item {
     background: #f9ffff;
     -webkit-box-shadow: 0px 0px 21px 0px rgba(212, 212, 212, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(212, 212, 212, 0.4);
     margin: 15px;
     border-radius: 30px 30px 0 30px;
     padding: 27px;
}
/**---------------------- subscribe-area ----------------------**/
 .subscribe-area .title {
     font-size: 30px;
     font-weight: 700;
     color: #5a5a5a;
}
 .subscribe-area .title i {
     margin-right: 29px;
}
/**---------------------- single-page-area ----------------------**/
 .page-title-area {
     padding: 307px 0 136px;
     position: relative;
     background-color: #646464;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
.page-title-area.style-2{
     padding: 307px 0 236px;
     position: relative;
     background-color: transparent;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center bottom;
     }
 .page-title-area:after {
     content: '';
     position: absolute;
     height: 248px;
     width: 4px;
     right: 50%;
     top: 66%;
     margin-right: -2px;
     margin-top: -124px;
     background: #ffe3e3;
}
 .page-title-area .title {
     color: #fcfcfc;
     font-size: 36px;
     font-weight: 800;
     word-break: break-word;
}
.page-title-area h3 {
     color: #fcfcfc;
}
 .page-title-area .breadcrumb {
     margin: 0;
     padding: 0;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     font-size: 20px;
     font-weight: 700;
     background: transparent;
     color: #fcfcfc;
     word-break: break-word;
}
 .page-title-area .breadcrumb .active {
     color: #fcfcfc;
}
 .breadcrumb-item + .breadcrumb-item::before {
     content: '-';
     color: #fcfcfc;
}
/**---------------------- contact-area ----------------------**/
 .single-contact {
     -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
     box-shadow: 0px 0px 20px 0px rgba(239, 239, 239, 0.78);
     background: #ffffff;
     border-radius: 50%;
     padding: 60px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     margin-bottom: 34px;
}
 .single-contact:hover {
     border-radius: 0;
}
 .single-contact h5 {
     font-weight: 600;
     color: #2b2b2b;
     margin: 44px 0 23px;
}
 .single-contact p {
     line-height: 30px;
     margin-bottom: 0;
     color: var(--heading-color);
}
 .professionality-area .professional-thumb img {
     border-radius: 40px;
     background-color: #fcfcfc;
     -webkit-box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
     box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
}
 .image_bg {
     border-radius: 40px;
     background-color: #fcfcfc;
     -webkit-box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
     box-shadow: 0px 0px 54px 0px rgba(246, 246, 247, 0.78);
     position: absolute;
     left: 375px;
     top: 1655px;
     width: 1170px;
     height: 573px;
     z-index: 158;
}
 .main-map iframe {
     width: 100%;
     height: 450px;
}
footer.footer-area.style-1 {
    background-size: cover;
    background-position: center center;
}
 .footer-area {
     background: #1c1c1c;
}
 .footer-area .footer-top {
     padding: 425px 0 70px;
}
footer.footer-area.style-1 .footer-top {
    padding: 100px 0 40px;
}

footer.footer-area.style-1 .widget.footer-widget .widget-title:after {
    content: none;
}
 .footer-area .footer-top .widget .footer-social {
     margin-top: 32px;
}
 .footer-area .footer-top .widget.widget_nav_menu ul li a {
     color: #ffffff;
     font-size: 16px;
     font-weight: 400;
     -webkit-transition: padding .5s;
     -o-transition: padding .5s;
     transition: padding .5s;
}
footer.footer-area.style-2 .widget.widget_nav_menu ul li a {
    font-weight: 400;
}
footer.footer-area.style-2 .widget.widget_nav_menu ul li a:hover {
    color: #FF007A;
}
footer.footer-area.style-3 {
    background-color: transparent !important;
    background-position: top center;
    background-repeat: no-repeat;
}
.footer-area.style-3 .footer-top {
    padding: 212px 0 20px;
}
 .footer-area .footer-top .widget.widget_nav_menu ul li a:after {
     display: none;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a:hover,
.footer-contact-info ul li a:hover {
    color: #FF007A !important;
}
 .footer-area .footer-top .widget.widget_nav_menu ul li a:hover i {
     opacity: 1;
     margin-right: 5px;
}
 .footer-area .footer-top .widget.widget_nav_menu ul li a i {
     font-size: 12px;
     position: relative;
     top: -2px;
     opacity: 0;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
     margin-right: -15px;
}
 .footer-area .footer-bottom {
     padding: 15px 0;
     border: 1px solid #434343;
}
 .footer-area .footer-bottom .footer-menu {
     list-style: none;
     margin: 0;
     padding: 0;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .footer-area .footer-bottom .copyright a{
     color: #872BEF;
     transition: 0.4s;
}
 .footer-area .footer-bottom .copyright a:hover{
     opacity: 0.9;
}
 .footer-area .footer-bottom .footer-menu li {
     padding-left: 29px;
}
 .footer-area .footer-bottom .footer-menu li:first-child {
     padding: 0;
}
 .footer-area .footer-bottom .footer-menu li a {
     font-weight: 400;
     font-size: 18px;
     color: #dedede;
     transition: 0.4s;
}
 .footer-area .footer-bottom .footer-menu li a:hover {
     opacity: 0.8;
}
 .footer-area .footer-bottom .copyright {
     margin: 0;
     font-weight: 400 !important;
     font-size: 18px;
     color: #dedede;
     position: relative;
}
 .footer-area .footer-bottom .text-lg-right .copyright:before {
     content: '';
     position: absolute;
     height: 44px;
     width: 2px;
     background: #434343;
     left: -15px;
     top: 50%;
     margin-top: -13px;
}
 .footer-logo {
     display: block;
}
 .footer-logo img {
     margin-bottom: 27px;
}
 .contact-widget.widget.footer-widget {
     margin-bottom: 45px;
}
 .contact-widget.widget.footer-widget .widget-title {
     margin-bottom: 32px;
}
 .banner-consult .slick-arrow i {
     display: none;
}
 @media screen and (max-width: 1520px) {
     .banner-thumb-wrap .banner-thumb {
         margin-right: -70px;
    }
     .left-line-bg {
         background-size: 100px;
    }
     .left-bottom-line-bg {
         background-position-y: center;
         background-size: 100px;
    }
     .banner-v3-slider-area-wrapper .banner-inner h2 {
         font-size: 55px;
    }
     .banner-v3-slider-area-wrapper .banner-inner .subtitle {
         font-size: 16px;
         margin: 0 0 10px;
    }
     .banner-v3-area .banner-v3-slider-controls .slider-progress {
         display: none;
    }
     .banner-video .slider-content-area .slider-content h2 {
         font-size: 50px;
    }
     .banner-consult .slick-prev {
         left: 2%;
    }
}
 @media screen and (max-width: 1024px) {
     h1 {
         font-size: 48px;
    }
     h4 {
         font-size: 22px;
    }
     h5 {
         font-size: 20px;
    }
     .single-input-wrap .single-input, .btn {
         height: 50px;
         line-height: 50px;
    }
     .nav-transparent .nav-white {
         padding: 0 40px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
         margin-left: 15px;
    }
     .topbar-single-info {
         padding: 0 10px;
         font-size: 14px;
    }
     .banner-area .banner-inner {
         padding: 30px 0;
    }
     .banner-inner h2 {
         font-size: 48px;
    }
     .section-title .title {
         font-size: 36px;
    }
     .section-title .subtitle {
         font-size: 18px;
         margin-bottom: 5px;
    }
     .section-title .subtitle span {
         margin: 0 19px 9px 0;
    }
     .single-pricing-wrap ul {
         padding: 0 0 43px 0;
    }
     .single-pricing-wrap ul li a {
         font-size: 14px;
    }
     .testimonial-thumb-slider-wrap {
         width: 400px;
    }
     .subscribe-area .title {
         font-size: 26px;
    }
     .footer-area .footer-bottom .footer-menu li {
         padding-left: 20px;
    }
     .footer-area .footer-bottom .footer-menu li a {
         font-size: 16px;
    }
     .footer-area .footer-bottom .copyright {
         font-size: 15px;
    }
     .video-area-2 .single-about {
         padding: 60px 15px 0;
    }
     .video-area-2 .section-title {
         margin-bottom: 65px;
    }
     .news-slider .owl-nav button {
         top: 37%;
    }
     .single-blog-wrap .blog-details span {
         margin-bottom: 16px;
    }
     .single-blog-wrap .blog-details p {
         font-size: 14px;
    }
     .single-about .thumb {
         height: 120px;
         width: 120px;
         line-height: 120px;
    }
     .single-about .thumb:before {
         left: 13px;
    }
     .single-about .thumb:after {
         right: 13px;
    }
     .single-about p {
         font-size: 14px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
         width: 70px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-1 {
         left: 25px;
         top: 25px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-2 {
         right: 25px;
         top: 25px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-3 {
         left: 25px;
         bottom: 25px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img-4 {
         right: 25px;
         bottom: 25px;
    }
     .single-thumb-client {
         padding: 60px;
    }
     .single-thumb-client img {
         padding: 50px;
    }
     .transaction-tab-area {
         padding: 50px 40px;
    }
     .transaction-table .table tbody tr td {
         font-size: 16px;
    }
     .banner-thumb-wrap .banner-thumb {
         margin-right: 0;
    }
     .left-line-bg, .right-line-bg, .left-bottom-line-bg {
         background: none !important;
    }
     .blog-details-area .blog-details-content .entry-footer .right-content {
         display: block;
         float: left;
         width: 100%;
         margin-bottom: 20px;
         margin-top: 8px;
    }
     .blog-details-area .blog-details-content .entry-footer .right-content ul {
         padding-left: 0;
    }
     .banner-v3-slider-area-wrapper .banner-inner h2 {
         font-size: 40px;
    }
     .banner-v3-area .banner-v3-slider-controls .slider-extra, .banner-v3-area .banner-v3-slider-area-wrapper .slick-dots {
         display: none !important;
    }
     .banner-video .slider-content-area .slider-content h2 {
         font-size: 40px;
    }
     .banner-video .slider-content-area .slider-content .offer-text {
         font-size: 20px;
    }
}
 @media screen and (max-width: 991px) {
     .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:before, .nav-transparent .nav-container .navbar-collapse .navbar-nav > li:after {
         display: none;
    }
     .navbar-area.nav-white .navbar, .navbar-area .navbar {
         background: #2c17c0;
         position: relative;
    }
     .right-part-search {
         height: auto;
         line-height: inherit;
         margin-right: 23px;
         padding-left: 0;
    }
     .toggle-btn {
         top: -8px;
    }
     .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
         margin-left: 0px;
    }
     .navbar-area .nav-container .navbar-collapse {
         background: #2c17c0;
         padding: 0 25px;
         position: absolute;
         top: 53px;
    }
     .banner-inner h2 {
         font-size: 46px;
    }
     .banner-area .banner-inner {
         padding: 0;
    }
     .banner-area-2 {
         padding: 120px 0 120px;
         background-size: cover;
    }
     .section-title {
         margin-bottom: 43px;
    }
     .section-title .title {
         font-size: 46px;
    }
     .featured-area .thumb {
         margin-top: 70px;
    }
     .mg-top-60 {
         margin-top: 0px;
    }
     .check-profit-area form {
         margin-bottom: 30px;
    }
     .slick-prev {
         left: 50%;
         margin-left: -45px;
    }
     .slick-next {
         left: 50%;
         margin-left: 10px;
    }
     .subscribe-area .title {
         margin-bottom: 30px;
    }
     .widget {
         margin-bottom: 50px;
    }
     .widget.footer-widget .widget-title {
         margin-bottom: 30px;
    }
     .footer-area .footer-top {
         padding: 100px 0 50px;
    }
     .footer-area .footer-bottom .copyright:before {
         display: none;
    }
     .footer-area .footer-bottom .footer-menu {
         margin-bottom: 20px;
    }
     .navbar-area-2 .navbar {
         padding: 0px !important;
    }
     .nav-transparent .nav-white {
         padding: 20px 40px;
    }
     .nav-transparent .nav-white:after {
         width: 88%;
    }
     .nav-transparent .nav-white .right-part-search {
         margin-right: 30px;
    }
     .navbar-area-2 .nav-container .navbar-collapse {
         z-index: 9;
         top: 73px;
         left: 0;
         border-radius: 0 0 10px 10px;
    }
     .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
         color: #ffffff;
    }
     .navbar-area-2 .nav-container .navbar-collapse {
         background: -webkit-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
         background: -o-linear-gradient(346deg, #872BEF 0%, #762dc4 100%);
         background: linear-gradient(104deg, #872BEF 0%, #762dc4 100%);
    }
     .topbar-signin {
         margin-left: 30px;
    }
     .work-area .mg-top-180 {
         margin-top: 0 !important;
    }
     .video-area-2 .single-about {
         margin-top: 40px;
         margin-bottom: 0;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
         width: 90px;
         height: 90px;
    }
     .single-thumb-client {
         padding: 60px;
    }
     .single-thumb-client img {
         padding: 45px;
    }
     .navbar-top .topbar-right li:last-child, .navbar-top .topbar-right li:first-child {
         padding: 0;
    }
     .nav-transparent .nav-white {
         padding: 20px;
    }
     .page-title-area .title {
         font-size: 30px;
    }
     .search-popup .search-form button {
         line-height: 40px;
    }
     .sidebar {
         margin-top: 100px;
    }
     .page-title-area {
         padding: 245px 0 87px;
    }
     .page-title-area:after {
         height: 170px;
         top: 78%;
         margin-top: -124px;
    }
     .single-video-area {
         margin-bottom: 30px;
    }
     .banner-v3-area, .banner-v3-area .banner-v3-slider-area-wrapper .banner-slider-item .banner-inner-wrap, .banner-v3-area .banner-v3-slider-area-wrapper {
         height: auto;
         display: block;
    }
     .banner-video .slider-content-area {
         min-width: 100%;
    }
     .banner-consult .banner-item {
         padding: 60px 0 0 0;
    }
     .banner-consult .slick-arrow {
         display: none !important;
    }
     .banner-consult .banner-item .banner-caption .banner-inner h2 {
         font-size: 38px;
    }
     .banner-consult .banner-item .banner-caption .banner-inner .subtitle {
         font-size: 15px;
    }
}
 @media screen and (max-width: 767px) {
     .navbar-area .nav-container .navbar-collapse {
         top: 44px;
    }
     .toggle-btn {
         top: -10px;
    }
     .transaction-tab li {
         margin-bottom: 20px !important;
    }
     .news-slider .owl-nav button {
         top: 43%;
    }
     .nav-transparent .nav-container .navbar-collapse {
         top: 64px;
    }
     .page-title-area:after {
         display: none;
    }
     .page-title-area .title {
         text-align: center;
         margin-bottom: 25px;
    }
     .topbar-signin {
         margin-left: 10px;
    }
     .topbar-single-info.topbar-signin i {
         margin-right: 5px;
    }
     .right-part-search {
         font-size: 15px;
         color: #fff;
    }
     .navbar-top .topbar-right li.topbar-social-icon {
         padding: 0;
    }
     .topbar-select {
         font-size: 14px;
         width: 100px;
    }
     .topbar-select, .topbar-help .btn, .navbar-top .topbar-right li, .navbar-top .topbar-left li {
         height: 48px;
         line-height: 50px;
    }
     .page-title-area .title {
         margin-bottom: 10px;
    }
     .page-title-area .title br {
         display: none;
    }
     .page-title-area .breadcrumb {
         font-size: 16px;
    }
     .blog-details-area .blog-details-content .date span {
         font-size: 35px;
    }
     .blog-details-area .blog-details-content .date p {
         font-size: 12px;
    }
     .single-input-wrap-2.text-left {
         padding: 30px;
         text-align: center !important;
    }
     .single-input-wrap-2 textarea.single-input {
         text-align: center;
    }
     .single-main-client .section-title .subtitle {
         font-size: 20px;
    }
     .section-title .subtitle span {
         margin: 0 19px 5px 0;
    }
     .single-main-client .section-title .title {
         font-size: 40px;
    }
     .single-main-client .section-title p {
         padding: 0px 0 0 0;
    }
     .single-main-client .section-title p:before {
         display: none;
    }
     .navbar-top {
         height: auto;
    }
    .navbar-top .topbar-left li i.fa{
        display: initial;
    }
    .navbar-top .topbar-right li:first-child:before,
    .navbar-top .topbar-right li:last-child:before{
        top: 20px;
    }
}
 @media screen and (max-width: 575px) {
     .navbar-top {
         height: auto;
    }
     .navbar-top .topbar-right li {
         height: 30px;
         line-height: 20px;
    }
     .single-input-wrap .single-input {
         margin-bottom: 20px;
         width: 100%;
    }
     .single-facility {
         display: block;
         text-align: center;
    }
     .single-facility .thumb {
         display: inline-block;
         margin-bottom: 20px;
    }
     .single-facility .facility-details {
         margin-left: 0;
    }
     .history-area .single-history-wrap {
         margin-bottom: 50px;
    }
     .history-area .single-history-wrap h1 {
         margin-bottom: 0;
    }
     .footer-area .footer-bottom .footer-menu {
         display: none;
    }
     .video-play-btn {
         width: 100px;
         height: 100px;
         margin-top: -50px;
         margin-right: -50px;
         line-height: 100px;
    }
     .section-title .subtitle span {
         display: none;
    }
     .news-slider-area {
         padding: 40px 30px 40px;
         border-radius: 10px;
    }
     .news-slider .owl-nav button {
         top: auto;
         bottom: -20px;
    }
     .news-slider .owl-nav button.owl-prev {
         left: 40%;
    }
     .news-slider .owl-nav button.owl-next {
         right: 38%;
    }
     .nav-transparent .nav-white {
         padding: 20px 20px 20px 7px;
    }
     .transaction-tab-area {
         padding: 40px 25px;
    }
     .transaction-tab {
         margin-bottom: 0;
    }
     .transaction-tab li {
         margin-right: 10px;
    }
     .transaction-tab li a.nav-link {
         padding: 0 22px;
         font-size: 14px;
    }
     .transaction-table .table tbody tr th img {
         max-width: 65px;
    }
     .transaction-table .table tbody tr td {
         font-size: 14px;
    }
     .transaction-table .table thead th {
         padding: 15px 35px;
    }
     .subscribe-form {
         display: inline-block;
    }
     .blockquote-wrapper .media {
         display: inherit !important;
    }
     .blockquote-wrapper .media .left {
         margin-bottom: 10px;
    }
     .single-input-wrap-2 .button:after {
         width: 100%;
         right: 0px;
    }
     .check-profit-area .payment-method-wrap .payment-card li {
         margin-right: 8px;
    }
     .single-main-client .section-title .title {
         font-size: 28px;
    }
     .back-to-top {
         right: 20px;
         bottom: 20px;
         width: 45px;
         height: 45px;
         text-align: center;
         line-height: 50px;
         font-size: 26px;
    }
     .banner-consult .banner-item .banner-inner {
         padding: 132px 0 25px;
    }
     .banner-video .slider-content-area .slider-content h2 {
         font-size: 30px;
         margin-bottom: 10px;
    }
     .banner-video .slider-content-area .slider-content .offer-text {
         font-size: 16px;
         margin-bottom: 10px;
    }
     .banner-video .slider-content-area .slider-content .text {
         font-size: 13px;
    }
     .banner-video .slider-content-area .slider-content .btn-wrapper {
         margin-top: 10px;
    }
}
 @media screen and (max-width: 376px) {
     h1 {
         font-size: 32px;
    }
     .banner-inner h2 {
         font-size: 32px;
    }
     .section-title .title {
         font-size: 28px;
    }
     .check-profit-area form {
         padding: 0 25px 30px;
    }
     .check-profit-area form .title h5 {
         padding: 0 50px;
    }
     .testimonial-thumb-slider-wrap {
         width: 300px;
    }
     .single-thumb-client {
         padding: 50px;
    }
     .testimonial-thumb-slider-wrap .testimonial-thumb-slider--img {
         width: 60px;
         height: 60px;
    }
     .single-thumb-client img {
         padding: 30px;
    }
     .subscribe-area .title {
         font-size: 22px;
    }
     .subscribe-form input {
         padding: 0 25px 0 40px;
         margin-bottom: 20px;
    }
     .subscribe-form button {
         position: inherit;
         margin: 0 auto;
         display: block;
    }
     .news-slider .owl-nav button.owl-prev {
         left: 33%;
    }
     .pricing-tab .nav-tabs .nav-item {
         padding: 0 40px;
    }
     .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
         position: relative;
    }
     .blog-details-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
         padding-left: 0;
    }
     .blog-details-area .reply, .blog-details-area .reply-image {
         margin-left: 0;
         padding-left: 0;
    }
     .main-map iframe {
         height: 350px;
    }
     .video-area .btn {
         margin: 0 10px 10px !important;
    }
}
 @media screen and (max-width: 320px) {
     .topbar-single-info {
         padding: 0;
    }
     .page-title-area .title {
         font-size: 26px;
    }
}
/*** New ***/
 input.invest-btnn, input#invest-btnn {
     border: 0px solid;
     height: 60px;
     line-height: 60px;
     font-size: 16px;
     font-weight: 700;
     cursor: pointer;
     width: 147px;
}
 .video-area-2 {
     background-image: url("../img/shape/pen-2.png");
}
 .transaction-area {
     background-image: url("../img/shape/pen.png");
}
 .testimonial-area {
     background-image: url("../img/shape/pen.png");
}
 .shape-4 {
     background-image: url("../img/shape/4.png");
}
 .shape-2 {
     background-image: url("../img/shape/2.png");
}
 .shape-3 {
     background-image: url("../img/shape/3.png");
}
 .btn-nn {
     background: #872BEF!important;
     color: #ffffff!important;
     font-size: 18px!important;
     width: 188px!important;
     height: 100%;
     border: 0;
     border-radius: 30px!important;
     padding: 0 45px!important;
     cursor: pointer!important;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: absolute!important;
     right: 0;
     top: 0;
}
 .subscribe-form .btn-nn:hover {
     background: #001064!important;
}
 .site-title a {
     font-size: 32px;
     color: #872BEF;
     font-weight: bold;
}
 .search-popup .search-field {
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     border-radius: 50px 0 0 50px;
     outline: 0;
     border: 0;
     width: 75%;
     padding: 0 30px;
}
 .search-popup .search-form label {
     display: block;
     position: relative;
}
 .search-popup .search-submit {
     border-radius: 50px;
     font-size: 18px;
     font-weight: 700;
     background: var(--main-color-one);
     border: 0;
     color: #fff;
     cursor: pointer;
     height: 50px;
     line-height: 50px;
     width: 25%;
     position: absolute;
     right: 25px;
     top: 0;
}
/*** Blog page extra CSS ***/
 h2.blog-item-title {
     margin-top: 30px;
     font-size: 42px;
     line-height: 1;
     margin-bottom: 15px;
     word-wrap: break-word;
     transition: 0.4s;
}
 .blog-item-info ul.post-meta {
     margin: 0;
     padding: 0;
     list-style: none;
     margin-bottom: 15px;
     padding-top: 28px;
}
 .blog-item-info ul.post-meta li {
     display: inline-block;
     margin-right: 25px;
     position: relative;
}
 .blog-item-info ul.post-meta li:last-child {
     margin-right: 0;
}
 .blog-item-info li.post-author, .blog-item-info li.post-date {
     padding-left: 20px;
}
 .blog-item-info li.post-author:before {
     position: absolute;
     left: 0;
     top: -1px;
     font-family: fontAwesome;
     content: "\f007";
}
 .blog-item-info li.post-date:before {
     position: absolute;
     left: 0;
     top: -1px;
     font-family: fontAwesome;
     content: "\f017";
}
 .single-blog-wrapper {
     margin-bottom: 50px;
}
 .btn-wrapper a {
     background: #872BEF;
     color: #fff;
}
 .btn-wrapper {
     margin-top: 25px;
}
 .btn-wrapper .btn-white:active, .btn-wrapper .btn-white:focus, .btn-white:hover {
     background: #872BEF;
     color: #fff;
}
 .blog-item-img img {
     border-radius: 8px;
}
 aside.sidebar-right .widget_search label {
     display: block;
}
 .search-submit {
     position: absolute;
     right: 0;
     outline: 0;
     bottom: 0;
     height: 60px;
     width: 60px;
     z-index: 1;
     border: none;
     color: #ffffff;
     -webkit-transition: 0.5s;
     transition: 0.5s;
     background-color: #872BEF;
     text-transform: capitalize;
     font-weight: 600;
     font-size: 15px;
     padding: 0 20px;
     top: 0;
     cursor: pointer;
}
 aside.sidebar-right .widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #f5f5f5;
}
.about-me img {
  border-radius: 50%;
  margin-bottom: 25px;
}
 .widget.widget_categories {
     margin-top: 0px;
}
 .single-blog-wrapper:last-of-type {
     margin-bottom: 0;
}
 .mg-bottom-70 {
     margin-bottom: 70px;
}
 ul.page-numbers {
     margin: 0;
     padding: 0;
     list-style: none;
}
 ul.page-numbers li {
     display: inline-block;
     font-size: 16px;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     border-radius: 50%;
     color: #fff;
     background: #872BEF;
     margin-right: 8px;
     transition: 0.4s;
}
 ul.page-numbers li:hover {
     background: #001064;
     color: #fff;
}
 .page-title-area span {
     font-size: 36px;
     font-weight: 700;
     color: #fff;
}
 .page-title-area {
     color: #fff;
}
 .blog-details-content .thumb {
     position: relative;
}
 .custom-date-wrap {
     -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
     display: inline-block;
     width: 100px;
     height: 100px;
     text-align: center;
     position: absolute;
     bottom: 15px;
     left: 15px;
     background: #fff;
}
 .custom-date-wrap span {
     font-size: 50px;
     font-weight: 100;
     font-family: 'Poppins', sans-serif;
     color: #000b2d;
     line-height: 50px;
     padding-top: 16px;
     display: block;
}
 .custom-date-wrap p {
     font-size: 14px;
     line-height: 14px;
     font-weight: 700;
     font-family: 'Poppins', sans-serif;
     color: #872BEF;
     text-transform: uppercase;
}
 .blog-details-area .blog-details-content .thumb {
     margin-bottom: 0;
}
 .comments-area .comments-title {
     font-size: 26px;
     line-height: 34px;
     font-weight: 600;
     margin-bottom: 30px;
}
 .comments-area .comment-list .comment-respond {
     margin-bottom: 30px;
}
 .comments-area .comment-list {
     margin: 0;
     padding: 0;
     list-style: none;
     list-style-type: none;
     margin-bottom: 20px;
}
 .comments-area .comment-list li {
     margin-bottom: 30px;
}
 .comments-area .comment-list li:last-child {
     margin-bottom: 0;
}
 .comments-area .comment-list li ul.children {
     margin: 0;
     padding: 0;
     list-style: none;
     list-style-type: none;
}
 .comments-area .comment-list li ul {
     list-style: none;
}
 .comments-area .comment-list li ul.children li {
     margin-left: 50px;
     list-style-type: none;
     list-style: none;
}
 .comments-area .comment-list li .single-comment-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-item-align: start;
     align-self: flex-start;
}
 .comments-area .comment-list li .single-comment-wrap .thumb {
     margin-right: 0;
     min-width: 122px;
     border-radius: 50%;
}
 .comments-area .comment-list li .single-comment-wrap .thumb img {
     margin-bottom: 10px;
     border-radius: 50%;
}
 .comments-area .comment-list li .single-comment-wrap .date, .blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
     display: block;
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 20px;
}
 .comments-area .comment-list li .single-comment-wrap .content {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     position: relative;
}
 .comments-area .comment-list li .single-comment-wrap .content .title {
     font-size: 18px;
     line-height: 28px;
     font-weight: 600;
     font-family: var(--heading-font);
}
 .comments-area .comment-list li .single-comment-wrap .content .comment-content {
     max-width: 620px;
}
 .comments-area .comment-list li .single-comment-wrap .content p {
     font-size: 16px;
     line-height: 26px;
     word-break: break-word;
}
 .comments-area .comment-list li .single-comment-wrap .content p:last-child {
     margin-bottom: 0;
}
 .comments-area .comment-list li .single-comment-wrap .content .reply {
     position: absolute;
     top: 0;
     right: 0;
     color: var(--paragraph-color);
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .comments-area .comment-list li .single-comment-wrap .content .reply:hover {
     color: var(--main-color-one);
}
 .comments-area .reply-title, .comments-area .comment-reply-title {
     font-size: 22px;
     line-height: 34px;
     font-weight: 600;
     margin-bottom: 30px;
     margin-top: 50px;
}
.comments-area .comment-list .comment-respond {
  margin-bottom: 57px;
}
.comments-area .comment-list .comment-respond {
  margin-top: 37px;
}
 .blog-details-comment {
     margin-right: 30px;
}
.blog-details-border .post-navigation h4 a {
  overflow: hidden;
}
.blog-details-border .post-navigation h4 {
  overflow: hidden;
  line-break: anywhere;
}
 h3.comment-reply-title {
     font-size: 24px;
     line-height: 34px;
     margin-bottom: 20px;
}
 .blog-details-comment .comments-area .form-group .form-control {
     height: 50px;
     width: 100%;
     border: 1px solid #f5f5f5;
     padding: 0 20px;
     font-size: 14px;
}
 .blog-details-comment .comments-area .form-group .form-control:focus{
     box-shadow: 0 0 0 .2rem rgb(0, 16, 100) !important;
}
 .blog-details-area .blog-details-inner{
     box-shadow: 0px 0px 42.84px 8.16px rgba(230, 230, 230, 0.35);
}
 .blog-details-area .blog-details-inner .blog-item-info{
     padding: 0 30px;
}
 .blog-details-area .blog-details-inner .st-blog-content-detils{
     padding: 0 30px 30px;
     line-height: 1.8;
}
 .blog-details-comment .comments-area .form-group.textarea textarea {
     min-height: 180px;
     padding: 20px;
     resize: none;
}
 .comment-submit-investon {
     width: 175px;
     height: 45px;
     border: none;
     border-radius: 3px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-size: 16px;
     font-weight: 600;
     text-transform: capitalize;
     cursor: pointer;
     background-color: #872BEF;
     color: #fff;
     margin-top: 30px;
}
 .comment-submit-investon:hover {
     background-color: var(--heading-color);
     color: #fff;
}
 .blog-details-comment .comments-area .form-group input#url {
     display: none;
}
 p.comment-form-cookies-consent {
     display: none;
}
 .widget.footer-widget .widget-title {
     position: relative;
     display: inline-block;
}
 .widget.footer-widget .widget-title:after {
     position: absolute;
     right: -13px;
     bottom: 7px;
     width: 3px;
     height: 4px;
     background: #872BEF;
     content: "";
}
 h1.error-heading {
     font-size: 48px;
     font-weight: 700;
}
 h2.error-sub-title {
     font-size: 24px;
     font-weight: 500;
     margin-bottom: 20px;
     margin-top: 15px;
}
 a.go-back-btnn {
     background: #872BEF;
     color: #fff;
     display: inline-block;
     padding: 14px 28px;
     border-radius: 50px;
     margin-top: 10px;
}
 .page-content form {
     position: relative;
     margin-top: 28px;
}
 .page-content form.search-form input.search-field {
     background: transparent;
     border: solid 1px #ececec;
     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: 0;
     -webkit-transition: 0.3s ease;
     -moz-transition: 0.3s ease;
     -o-transition: 0.3s ease;
     transition: 0.3s ease;
     color: #c8c8c8;
     outline: none;
}
 button.search-submit:hover {
     background: #001064;
}
 .comments-item {
     padding: 35px 20px 35px 50px;
     border-bottom: 1px solid;
     border-color: #f5f5f5;
}
 .comments-item:first-child {
     padding-top: 0;
}
 .comments-img {
     float: left;
     margin-right: 0;
}
 .comments-text {
     overflow: hidden;
}
 .comments-text h6 {
     margin-bottom: 0;
     text-transform: capitalize;
     font-size: 20px;
}
 .comments-meta {
     margin-bottom: 20px;
     display: block;
     font-size: 15px;
}
 .comments-like-reply ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .comments-like-reply li {
     display: inline-block;
     margin-right: 25px;
}
 .comments-like {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: var(--main-color-one);
}
 .comments-like i {
     font-size: 28px;
     margin-right: 10px;
}
 .comments-like:hover {
     color: var(--secondary-color-three);
}
 .comments-reply, .comment-reply-link {
     height: 30px;
     width: 30px;
     display: inline-block;
     line-height: 30px;
     text-align: center;
     border-radius: 0px 10px 0px 10px;
     background-color: var(--secondary-color-three);
     color: #fff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-size: 14px;
     margin-top: 20px;
}
 .comments-reply, .comment-reply-link {
     background-color: #872BEF;
     color: #fff;
}
 .comments-reply:hover, .comment-reply-link:hover {
     opacity: 0.85;
}
 .comments-reply i, .comment-reply-link i{
     color: #fff;
}
 .widget_tag_cloud .tagcloud a {
     display: inline-block;
     padding: 5px 15px;
     border: 1px solid rgba(0, 0, 0, 0.06);
     margin: 5px;
     color: inherit;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     border-radius: 5px;
     font-size: 16px !important;
}
 .widget_tag_cloud .tagcloud a:hover {
     background-color: var(--main-color-one);
     color: #fff;
}
 .widget ul li ul.sub-menu li a {
     padding: 0 0 0px 10px;
}
 .widget ul li ul.sub-menu li a:hover {
     background-color: transparent;
}
 .widget_archive .nice-select, .widget_categories .nice-select, .widget-2 .nice-select, select {
     display: block;
     width: 100%;
     float: none;
     height: 50px;
     text-indent: 15px;
     color: #001064;
     cursor: pointer;
}
 .widget_archive .nice-select .list, .widget_categories .nice-select .list {
     width: 100%;
}
 .widget_rss li {
     margin-bottom: 20px!important;
}
 .widget ul li ul li {
     border-bottom: 0px solid!important;
     margin-top: 0;
     padding-bottom: 0;
}
 article.sticky {
     position: relative;
     background-color: #f4f4f4;
}
 article.sticky::after {
     content: "\f08d";
     font-family: FontAwesome;
     font-size: 50px;
     position: absolute;
     right: 10px;
     top: 30px;
     background: transparent;
     width: 90px;
     height: 45px;
     text-align: center;
     transform: rotate(45deg);
     color: var(--main-color-one);
}
 .single-blog-wrapper .blog-item-img {
     margin-bottom: 30px;
}
 h2.blog-item-title {
     margin-top: 0px;
}
 .widget ul li {
     display: block;
     margin: 8px 0;
     -ms-word-wrap: break-word;
     word-break: break-word;
}
 .widget_rss li {
     margin-bottom: 20px!important;
}
 .widget_rss cite {
     font-weight: bold;
}
 .blog-details_bottom {
     display: block;
     overflow: hidden;
     width: 100%;
     clear: both;
     padding: 0 30px 21px 30px;
     margin-bottom: 40px;
}

.tag-list-wrapper {
  margin-bottom: 20px;
}
 .navs-tag {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .navs-tag li {
     line-height: 30px;
     display: inline-block;
}
 .navs-tag li a {
     padding: 6px 25px;
     font-size: 13px;
     text-transform: capitalize;
     text-align: center;
     background-color: #872BEF;
     display: block;
     margin: 5px;
     color: #fff;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .3s ease;
     border-radius: 5px;
}
 .navs-tag li h4 {
     text-transform: capitalize;
}
 .navs-tag li a:hover {
     background-color: #121A2F;
     color: #ffffff;
}
 .el-widgets .btn-white:active, .el-widgets .btn-white:focus, .el-widgets .btn-white:hover {
     background: #872BEF;
     color: #ffffff;
}
 .custom-test button.slick-prev {
     display: none!important;
}
 .custom-test button.slick-next {
     display: none!important;
}
 body.admin-bar .navbar-area-2 {
     top: 34px;
}
 .partner-slider .owl-nav.disabled {
     display: none!important;
}
 #custom-price-center .section-title {
     text-align: center!important;
}
 .single-contact2 h5 {
     font-weight: 600;
     color: #2b2b2b;
     margin: 44px 0 23px;
}
 .single-contact2 {
     line-height: 30px;
     margin-bottom: 0;
     color: #001064;
     padding: 40px 20px;
     border-radius: 5px;
}
 .single-contact2:hover{
     box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
 .fome-contact-form h2 {
     margin-bottom: 30px;
}
 .fome-contact-form .fname {
     height: 50px;
     width: 100%;
     border: 2px solid rgba(73, 80, 87, 0.1);
     padding: 0 20px;
     font-size: 14px;
     display: block;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .fome-contact-form .fmessage {
     height: 175px;
     padding: 20px;
     resize: none;
     width: 100%;
     border: 2px solid rgba(73, 80, 87, 0.1);
     font-size: 14px;
     display: block;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .fome-contact-form .fsubmit {
     width: 175px;
     height: 45px;
     border: none;
     border-radius: 3px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-size: 16px;
     font-weight: 600;
     text-transform: capitalize;
     cursor: pointer;
     background-color: var(--main-color-one);
     color: #fff;
     margin-top: 10px;
}
 .fome-contact-form .fsubmit:hover {
     background-color: var(--heading-color);
     color: #fff;
}
 .single-comment-wrap.comments-item {
     padding-left: 0;
}
/*---------------------------------------------- ## Banner Style ----------------------------------------------*/
 .banner-bg-image {
     background: url(../img/banner/bg-1.png);
     background-position: center -140px;
     background-repeat: no-repeat;
     background-size: 181%;
     padding: 181px 0 224px;
     position: relative;
}
 .banner-area-2 .banner-inner {
     margin: 145px 0;
     padding: 0;
}
 .banner-area-2 .banner-inner h6 {
     background: #2130EA;
     display: inline-block;
     border-radius: 19px;
     font-weight: 400;
     color: #ffffff;
     font-family: var(--body-font);
     letter-spacing: 1px;
     padding: 8.5px 19px;
     margin-bottom: 37px;
     animation: 1.5s 0.5s fadeInLeft both;
}
 .banner-area-2 .banner-inner h1 {
     text-transform: uppercase;
     animation: 1.5s 0.9s fadeInLeft both;
}
 .banner-area-2 .banner-inner h1 span {
     color: #FF9A25;
}
 .banner-area-2 .banner-inner .btn {
     border: 2px solid #ffffff;
     box-shadow: 0 5px 19px rgba(255, 255, 255, 0.38);
     animation: 1.5s 1.2s fadeInLeft both;
     margin-top: 23px;
}
 .banner-slider2 .thumb {
     animation: 1.5s 0.9s fadeInRight both;
}
 .banner-slider2 .owl-dots {
     display: inline-block;
     position: absolute;
     left: -6%;
     top: 50%;
     margin-top: -36px;
}
 .banner-slider2 .owl-dots .owl-dot {
     width: 13px;
     height: 13px;
     border-radius: 50%;
     background: #ffffff;
     border: 0;
     display: block;
     margin-bottom: 11px;
}
 .banner-slider2 .owl-nav {
     display: none;
}
 .btn2 {
     height: 50px;
     line-height: 50px;
     padding: 0 36px;
     overflow: hidden;
     position: relative;
     border: 0;
     transition: all 0.5s ease;
     font-weight: 400;
     font-size: 16px;
     display: inline-block;
     border-radius: 25px;
}
 .btn-base:active, .btn-base:focus, .btn-base {
     color: #ffffff;
     border: 0;
     background: linear-gradient(90deg, var(--c1, #872BEF) 20%, var(--c2, #202FEA) 50%, var(--c1, #872BEF)) var(--x, 0)/200%;
}
 .banner-inner .btn2 {
     border: 2px solid #ffffff;
     box-shadow: 0 5px 19px rgba(255, 255, 255, 0.38);
     animation: 1.5s 1.2s fadeInLeft both;
     margin-top: 23px;
}
 .banner-slider2 .owl-dots {
     display: inline-block;
     position: absolute;
     left: -6%;
     top: 50%;
     margin-top: -36px;
}
/**Intro-area**/ 
 .single-intro-wrap {
     border-radius: 24px;
     padding: 50px 35px 32px;
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: relative;
     z-index: 1;
     margin-bottom: 30px;
}
 .single-intro-wrap:after {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     background: -webkit-gradient(linear, left bottom, left top, from(var(--c1, #084FF6)), color-stop(100%, var(--c2, #872BEF)), to(var(--c1, #084FF6))) var(--x, 0)/200%;
     background: -o-linear-gradient(bottom, var(--c1, #084FF6) 0%, var(--c2, #872BEF) 100%, var(--c1, #084FF6)) var(--x, 0)/200%;
     background: linear-gradient(0deg, var(--c1, #084FF6) 0%, var(--c2, #872BEF) 100%, var(--c1, #084FF6)) var(--x, 0)/200%;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     top: 0;
     left: 0;
     border-radius: 24px;
     z-index: -2;
     opacity: 0;
}
 .single-intro-wrap .thumb {
     margin: 0 auto;
     position: relative;
     width: 92px;
     height: 92px;
     background: #872BEF;
     line-height: 92px;
     border-radius: 50%;
     margin-bottom: 35px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-intro-wrap .thumb:after {
     content: "";
     position: absolute;
     background: #F2F2F2;
     height: 102px;
     width: 102px;
     -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     border-radius: 50%;
     left: -5px;
     top: -5px;
     z-index: -1;
}
 .single-intro-wrap .thumb img {
     -webkit-filter: brightness(10);
     filter: brightness(10);
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     width: 54px;
}
 .single-intro-wrap h5 {
     margin-bottom: 24px;
     font-weight: 700;
}
 .single-intro-wrap h5 a:hover {
     color: #fff;
}
 .single-intro-wrap h5 a, .single-intro-wrap p {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-intro-wrap:hover:after {
     opacity: 1;
}
 .single-intro-wrap:hover .thumb {
     background: #ffffff;
}
 .single-intro-wrap:hover .thumb img {
     -webkit-filter: brightness(1);
     filter: brightness(1);
}
 .single-intro-wrap:hover p, .single-intro-wrap:hover h5 {
     color: #ffffff;
}
 .single-intro-wrap.style-2:hover .thumb {
     background: #0F4CF5;
}
 .single-intro-wrap.style-2:hover .thumb img {
     -webkit-filter: brightness(10);
     filter: brightness(10);
}
 .section-title-consultint {
     margin-bottom: 82px;
     position: relative;
}
 .section-title-consultint h6 {
     font-size: 16px;
     font-weight: 500;
     color: #DD4372;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 18px;
}
 .section-title-consultint h2 {
     margin-bottom: 0;
     font-weight: 700;
}
 .section-title-consultint p {
     font-size: 16px;
     margin: 18px 0 0 0;
}
 .section-title-consultint.style-white h6, .section-title-consultint.style-white h2, .section-title-consultint.style-white p {
     color: #fff;
}
 .section-title-consultint .btn {
     margin-top: 30px;
}
 @media all and (min-width: 1600px) {
     .banner-area-consultint.banner-bg-image {
         background-position: -380px -300px;
         background-size: 140%;
         padding: 160px 0 333px 0;
    }
     .banner-area-consultint .banner-slider .owl-dots {
         left: -31%;
    }
     .bg-image-1 {
         background-size: 125% 63%;
    }
     .invest-plan-table tr td .daily-percentage, .invest-plan-table tr th .daily-percentage {
         margin-left: -19px;
    }
     .invest-plan-table .btn-area {
         margin-right: -34px;
    }
}
/**History area**/
 .history-consultint-area .section-title-consultint {
     margin-bottom: 40px;
     position: relative;
}
 .history-consultint-area .single-history-wrap {
     border-radius: 15px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     padding: 18px 6px;
     margin-bottom: 20px;
}
 .history-consultint-area .single-history-wrap .thumb {
     width: 119px;
     height: 119px;
     border-radius: 50%;
     background: #ffffff;
     -webkit-box-shadow: 0 10px 8px #D1DEFF;
     box-shadow: 0 10px 8px #D1DEFF;
     line-height: 117px;
     text-align: center;
     margin-right: 18px;
}
 .history-consultint-area .single-history-wrap .wrap-details h6 {
     font-size: 20px;
     margin-bottom: 6px;
     font-weight: 700;
}
 .history-consultint-area .single-history-wrap .wrap-details h4 {
     font-family: var(--body-font);
     font-size: 32px;
     color: #DD4372;
     margin: 0;
}
 .bg-sky {
     background: #E0E9FF;
}
.pd-bottom-30 {
     padding-bottom: 30px;
}
.pd-bottom-40 {
     padding-bottom: 40px;
}
 .pd-bottom-60 {
     padding-bottom: 60px;
}
 .pd-bottom-70 {
     padding-bottom: 70px;
}
 .pd-top-96 {
     padding-top: 96px;
}
 .pd-top-100 {
     padding-top: 100px;
}
/**Investor area**/
 .single-investor-wrap {
     position: relative;
     margin-top: 25px;
     margin-bottom: 30px;
}
 .single-investor-wrap:hover .thumb span {
     opacity: 1;
     left: 0;
}
 .single-investor-wrap:hover .investor-wrap-details {
     opacity: 0;
}
 .single-investor-wrap:hover .invest-details {
     opacity: 1;
     bottom: -13px;
}
 .single-investor-wrap .thumb {
     position: relative;
     display: inline-block;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     border-radius: 50%;
     z-index: 1;
}
 .single-investor-wrap .thumb:after {
     content: "";
     position: absolute;
     background: transparent;
     border-radius: 50%;
     height: 208px;
     width: 208px;
     top: -9px;
     left: -9px;
     border: 9px solid #F0F0F0;
}
 .single-investor-wrap .thumb:before, 
 .single-investor-wrap.style-2 .thumb:before {
     content: "";
     position: absolute;
     height: 246px;
     width: 245px;
     top: -25px;
     left: -29px;
     z-index: -1;
}
.single-investor-wrap .thumb:before{
     background: url(../img/bg.png);
}
.single-investor-wrap.style-2 .thumb:before {
     background: url(../img/bg-2.png);
}
.single-investor-wrap:hover .thumb {
    -webkit-box-shadow: 0 25px 25px rgb(0 0 0 / 16%);
    box-shadow: 0 25px 25px rgb(0 0 0 / 16%);
}
 .single-investor-wrap .thumb img {
     border: 6px solid #872BEF;
     height: 190px;
     width: 190px;
     border-radius: 50%;
}
/*Style-2  */

 .testimonial-consultint-area .single-investor-wrap .thumb:before {
     display: none;
}
 .single-investor-wrap .thumb span {
     position: absolute;
     height: 48px;
     width: 48px;
     background: #ffffff;
     -webkit-box-shadow: 0 3px 6px rgba(139, 139, 139, 0.16);
     box-shadow: 0 3px 6px rgba(139, 139, 139, 0.16);
     color: #872BEF;
     line-height: 50px;
     border-radius: 50%;
     left: -9px;
     bottom: 0;
     z-index: 1;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-investor-wrap h6 {
     font-weight: 600;
     text-transform: uppercase;
     margin-bottom: 0;
}
 .single-investor-wrap p {
     font-size: 14px;
     margin-bottom: 13px;
}
 .single-investor-wrap .investor-wrap-details {
     margin-top: 48px;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-investor-wrap .invest-details {
     position: absolute;
     width: 100%;
     bottom: -20px;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .single-investor-wrap .invest-details h6 {
     color: #DD4372;
}
/***Testimonial Area***/
 .testimonial-consultint-area {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
 .testimonial-consultint-area .section-title-consultint {
     margin-bottom: 34px;
}
 .testimonial-consultint-area .testimonial-slider-consultint .item {
     padding: 10px;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-nav {
     display: none;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots {
     margin-top: 23px;
     line-height: initial;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots .owl-dot {
     height: 10px;
     width: 18px;
     border-radius: 38px;
     background: #DDDDDD;
     border: 0;
     cursor: pointer;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: relative;
     margin: 0 3px;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots .owl-dot:after {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     border-radius: 38px;
     left: 0;
     top: 0;
     background: -webkit-gradient(linear, left top, right top, color-stop(35%, #DD4372), to(#F3D038));
     background: -o-linear-gradient(left, #DD4372 35%, #F3D038 100%);
     background: linear-gradient(to right, #DD4372 35%, #F3D038 100%);
     opacity: 0;
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots .owl-dot:focus {
     outline: 0;
     border: 0;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots .owl-dot.active {
     width: 55px;
}
 .testimonial-consultint-area .testimonial-slider-consultint .owl-dots .owl-dot.active:after {
     opacity: 1;
}
 .testimonial-consultint-area .single-investor-wrap .thumb img {
     height: 115px;
     width: 115px;
     position: relative;
     top: 40px;
     border: none;
}
 .testimonial-consultint-area .single-investor-wrap .thumb:after{
     display: none;
}
 .testimonial-consultint-area .testimonial-wrap {
     border-radius: 10px 10px 12px 12px;
     -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
     margin-top: 38%;
     background: #ffffff;
}
 .testimonial-consultint-area .testimonial-wrap:hover .thumb {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .testimonial-consultint-area .testimonial-wrap:hover .thumb span {
     left: auto;
}
 .testimonial-consultint-area .testimonial-wrap .thumb {
     margin-top: -31%;
}
 .testimonial-consultint-area .testimonial-wrap .thumb span {
     background: #FC9016;
     opacity: 1;
     top: 12px;
     right: -32px;
     bottom: auto;
     left: auto;
     height: 33px;
     width: 33px;
     line-height: 33px;
     color: #ffffff;
     z-index: -2;
     display: none;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details{
     margin-top: 20px;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details {
     text-align: left;
     border-radius: 10px;
     background: #FDFDFD;
     padding: 45px 30px 28px;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details h6 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 9px;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details h6 a:hover {
     color: #872BEF;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details h6 span {
     font-weight: 400;
     font-size: 11px;
     color: #868686;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details .rating-wrap i {
     color: #FAD51B;
     font-size: 16px;
}
 .testimonial-consultint-area .testimonial-wrap .testimonial-wrap-details p {
     margin-bottom: 0;
     margin-top: 7px;
}
 .back-to-top .back-top .fa{
     font-size: 20px !important;
}
/**Call to Refer area**/
 .ctr-area {
     background-position: center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
     background-attachment: fixed !important;
     position: relative;
     z-index: 1;
}
 .ctr-area:after {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     background: rgba(0, 63, 104, 0.57);
     top: 0;
     left: 0;
     z-index: -1;
}
 .ctr-area .ctr-wrap h3 {
     font-size: 40px;
     font-weight: 600;
     color: #ffffff;
     margin-bottom: 20px;
}
 .ctr-area .ctr-wrap p {
     color: #ffffff;
     font-size: 18px;
     margin-bottom: 33px;
}
 .ctr-area .ctr-wrap .btn-2 {
     border: 1px solid #ffffff;
}
 .pd-top-88 {
     padding-top: 88px;
}
 .pd-bottom-100 {
     padding-bottom: 100px;
}
/**payment area**/
 .payment-wrap {
     border-radius: 46px;
     -webkit-box-shadow: 0 -5px 15px rgba(139, 139, 139, 0.16);
     box-shadow: 0 -5px 15px rgba(139, 139, 139, 0.16);
     padding-bottom: 136px;
     background: #ffffff;
}
 .payment-wrap .section-title-consultint {
     margin-bottom: 20px;
}
 .payment-wrap ul {
     padding: 0;
     margin: 0;
}
 .payment-wrap ul li {
     display: inline-block;
     list-style: none;
     margin-right: 46px;
}
 .payment-wrap ul li:last-child {
     margin-right: 0;
}
 .payment-wrap ul li a {
     display: block;
     font-size: 24px;
     font-weight: 400;
     font-family: var(--heading-font);
}
 .payment-wrap ul li a img {
     display: block;
}
/*style-2*/
.payment-logo {
    width: 85%;
    margin: auto;
}
section.payment-area.style-2 .payment-wrap ul li {
    margin-right: 20px;
}
section.payment-area.style-2 .payment-wrap ul li:last-child {
    margin-right: 0;
}
/**subscribe area**/
 .subscribe-area-consultint {
     border-radius: 86px;
     padding-right: 78px;
     -webkit-box-shadow: 0 3px 16px rgba(139, 139, 139, 0.16);
     box-shadow: 0 3px 16px rgba(139, 139, 139, 0.16);
     margin-top: -88.5px;
     background: #ffffff;
}
 .subscribe-area-consultint .media .thumb {
     border-radius: 86px;
     -webkit-box-shadow: 0 3px 16px rgba(139, 139, 139, 0.16);
     box-shadow: 0 3px 16px rgba(139, 139, 139, 0.16);
     margin-right: 24px;
}
 .subscribe-area-consultint .media .thumb img {
     border-radius: 50%;
}
 .subscribe-area-consultint .media h5 {
     text-transform: uppercase;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 7px;
}
 .single-subscribe-wrap-consultint {
     position: relative;
     margin-top: 40px;
}
 .single-subscribe-wrap-consultint input {
     border-radius: 3px;
     background: #EEEEEE;
     width: 100%;
     border: 0;
     font-size: 16px;
     color: #292929;
     font-family: var(--body-font);
     height: 50px;
     line-height: 50px;
     padding: 0 140px 0 25px;
     margin-bottom: 0px;
}
 .single-subscribe-wrap-consultint input:focus, .single-subscribe-wrap-consultint input:active {
     border: 0;
}
 .single-subscribe-wrap-consultint .btn-2 {
     height: 50px;
     line-height: 50px;
     border-radius: 3px;
     font-size: 16px;
     position: absolute;
     right: 0;
     top: 0;
     padding: 0 25px;
}
 .subscribe-area-consultint .media-body {
     padding-top: 5px;
     padding-left: 70px;
}
 .bg-footer-img {
     background: url(../img/footer/bg.png);
     background-size: cover;
     background-position: center 250px;
     background-repeat: no-repeat;
}
 .footer-consultint-area {
     padding: 94px 0 20px;
}
 .news_letter_form{
     position: relative;
     margin-bottom: 25px;
}
 .news_letter_form span{
     font-weight: 500;
     font-size: 16px;
     color: #fff;
     margin-bottom: 20px;
     display: block;
}
 .news_letter_form input{
     border: none;
     padding: 8px 15px;
     border-radius: 5px;
     color: #fff;
}
 .news_letter_form input:focus{
     outline: none !important;
     border: none !important;
}
 .news_letter_form input[type="email"]{
     width: 95%;
     background: #000;
     border-radius: 5px 0 0 5px;
}
 .news_letter_form input[type="submit"]{
     border: none;
     position: absolute;
     background: #E22555;
     right: 0;
     border-radius: 0 5px 5px 0;
     cursor: pointer;
}
 .footer_google_link{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .footer_google_link li{
     display: inline-block;
     width: 42%;
     margin-right: 8px;
}
 .footer-consultint-area .footer-widget {
     margin-bottom: 0;
}
 .footer-consultint-area .footer-widget .widget-title {
     font-size: 24px;
     font-weight: 700;
     color: #ffffff;
     margin-bottom: 50px;
     position: relative;
}
 .footer-consultint-area .footer-widget .widget-title:after {
     content: "";
     position: absolute;
     height: 1px;
     width: 119px;
     background: #ffffff;
     left: 0;
     bottom: -12px;
}
 .footer-consultint-area .footer-widget .widget-title:before {
     content: "";
     position: absolute;
     height: 2px;
     width: 33px;
     background: #ffffff;
     left: 0;
     bottom: -11.5px;
}
 .footer-consultint-area .footer-widget p {
     color: #ffffff;
     line-height: inherit;
}
 .footer-consultint-area .widget_category ul {
     margin-top: 30px;
     background: #ffffff;
     border-radius: 27px;
     display: inline-block;
     height: 53px;
     line-height: 53px;
     padding: 0 40px;
}
 .footer-consultint-area .widget_category ul li {
     list-style: none;
     display: inline-block;
     margin-right: 15px;
     margin-top: 0;
}
 .footer-consultint-area .widget_category ul li a {
     color: #fff;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     border: 0;
     display: inline-block;
     text-align: center;
     font-size: 16px;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
}
 .footer-consultint-area .widget_category ul li a i.fa-twitter {
     color: #03A9F4;
}
 .footer-consultint-area .widget_category ul li a i.fa-facebook {
     color: #2D70FF;
}
 .footer-consultint-area .widget_category ul li a i.fa-linkedin {
     color: #0077B5;
}
 .footer-consultint-area .widget_category ul li a:hover {
     -webkit-transform: scale3d(1.2, 1.2, 1.2);
     transform: scale3d(1.2, 1.2, 1.2);
}
 .footer-consultint-area .widget_category ul li:last-child {
     margin-right: 0 !important;
}
 .footer-consultint-area .widget_link ul {
     padding: 0;
     margin: 0;
}
 .footer-consultint-area .widget_link ul li {
     list-style: none;
     color: #ffffff;
     margin-bottom: 2px;
}
 .footer-consultint-area .widget_link ul li a {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .footer-consultint-area .widget_link ul li a:hover {
     margin-left: 8px;
     opacity: 0.85;
}
 .footer-consultint-area .widget_info p {
     margin-bottom: 16px;
}
 .footer-consultint-area .widget_info p i {
     margin-right: 9px;
}
 .footer-consultint-area .widget_info .phone {
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 18px;
}
 .footer-consultint-area .widget_info .email {
     margin-bottom: 0;
     font-size: 14px;
}
 .footer-bottom-consultint {
     background: #FFFFFF;
     padding: 25px 0;
}
 .pd-bottom-96 {
     padding-bottom: 96px;
}
 .pd-top-96 {
     padding-top: 96px;
}
 @media all and (max-width: 768px) {
     .banner-area-consultint .banner-slider-consultint .owl-dots {
         display: none;
    }
     .banner-area-consultint .banner-inner {
         margin: 40px 0 0;
    }
     .subscribe-area-consultint .media h5.mb-0 {
         display: none;
    }
}
 td#today {
     background: var( --main-color-one );
     color: #fff;
}
 .widget_archive ul li:last-child {
     margin-bottom: 0px;
     border-bottom: 0 !important;
     padding-bottom: 0;
}
 @media (min-width: 321px) and (max-width: 991px){
     .navbar-area .nav-container .navbar-collapse #menu-all-pages li + li{
         margin-left: 0 !important;
    }
     .navbar-area .nav-container .navbar-collapse #menu-all-pages li {
         padding: 10px 0 !important;
    }
}
/*Custom css*/
 .wp-block-quote.has-text-align-right {
     border-left: none;
     border-right: 4px solid #000;
     padding-left: 0;
     padding-right: 1em;
}
 .st-blog-content-detils .wp-block-quote p {
     font-style: normal;
     line-height: 1.8;
     margin-bottom: 25px;
}
 .wp-block-quote {
     border-left: 4px solid #000;
     margin: 0 0 30px;
     margin-bottom: 30px;
     padding-left: 1em;
}
 .wp-block-quote.is-style-large {
     border: none;
}
 .wp-block-quote.is-style-large p{
     font-size: 27px;
     line-height: 1.6;
     font-style: italic;
}
 .wp-block-quote.is-style-large cite{
     text-align: right;
}
 .wp-block-cover{
     margin-bottom: 30px;
}
 :root .has-pale-pink-background-color{
     background-color: #000 !important;
}
.widget_recent_comments ul li + li {
  border-top: 1px dashed #e1e6ff;
  padding-top: 15px;
  margin-top: 15px !important;
}
.widget_recent_comments ul li .comment-author-link {
    font-weight: 600;
    display: block;
}
.widget_rss li + li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e1e6ff;
}
/*==== Unit test css ===*/
 .widget_archive .nice-select, .widget_categories .nice-select, .widget-2 .nice-select, select {
     display: block;
     width: 100%;
     float: none;
     height: 50px;
     text-indent: 15px;
     color: #001064;
     cursor: pointer;
     line-height: 50px;
     padding-left: 5px;
     }
      .widget ul li a:hover {
          color: #872BEF;
     }
     .footer-contact-info p.footer-address {
         display: inline-flex;
         line-height: 30px;
         margin-top: 9px;
     }
     .footer-contact-info p.footer-address span {
     margin-right: 14px;
     }
     .footer-contact-info p.footer-address span i {
     font-size: 20px;
     position: relative;
     left: 5px;
     }
 .textwidget strong {
     display: inline-block;
     margin-top: 20px;
     margin-bottom: 15px;
}
 .blog-details-comment .comments-area .form-group .form-control:focus, .form-control:focus {
     border: 1px solid rgba(135, 43, 239, .5) !important;
     box-shadow: none !important;
}
 figcaption a{
     box-shadow: 0 1px 0 0 currentColor;
}
 .blog-details-content .st-blog-content-detils ul li a {
     box-shadow: 0 1px 0 0 currentColor;
     text-decoration: none;
}
 figcaption a:hover, .st-blog-content-detils [title~=More]:hover {
     color: #872BEF;
}
 p.wp-block-cover-text a, .st-blog-content-detils [title~=More], .blog-details-content .st-blog-content-detils a {
     box-shadow: 0 1px 0 0 currentColor;
}
 p.wp-block-cover-text a:hover, .blog-details-content .st-blog-content-detils ul li a:hover, .blog-details-content .st-blog-content-detils a:hover {
     box-shadow: none;
     color: #872BEF;
}
 .wp-block-gallery:not(.components-placeholder) {
     margin: 1.5em auto;
     margin-top: 1.5em;
     margin-right: auto;
     margin-top: 7px;
}
 .wp-block-archives-dropdown .nice-select {
     margin-bottom: 15px;
}
 form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper {
     width: 100%;
     height: 50px;
     text-indent: 15px;
     color: #001064;
     cursor: pointer;
     line-height: 50px;
     margin-bottom: 40px;
}
 .wp-block-search__inside-wrapper .wp-block-search__input {
     border: solid 1px #e8e8e8;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
     padding-left: 15px;
}
 .wp-block-search__inside-wrapper button.wp-block-search__button {
     border: solid 1px #e8e8e8;
     margin: 0;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     cursor: pointer;
     padding: 0 40px;
     background-color: #872BEF;
     color: #ffffff;
     transition: 0.3s;
}
 .wp-block-search__inside-wrapper button.wp-block-search__button:hover, span.post-page-numbers.current:hover, .wp-link-pages .current, .wp-link-pages a:hover {
     background-color: #001064;
}

.wp-block-search .wp-block-search__input {
  border: none;
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 4px;
  border: 1px solid var(--main-color-one);
}

.wp-block-search__inside-wrapper {
  border-radius: 4px;
  border: 1px solid var(--main-color-one);
}

.wp-block-search button[type=submit] {
  margin-left: 0;
  border: none;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  background: var(--main-color-one);
  font-weight: 600;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.wp-block-search button[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-search button[type=submit]:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.wp-block-search__label {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    font-family: var(--body-font);
}
.wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > h3, .wp-block-group__inner-container > h4, .wp-block-group__inner-container > h5, .wp-block-group__inner-container > h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
    font-family: var(--body-font);
}
.widget .wp-block-latest-posts.wp-block-latest-posts__list li + li {
    border-top: 1px dashed #C9C9C9;
}
.wp-block-latest-posts.wp-block-latest-posts__list li + li {
    margin-top: 10px;
    padding-top: 10px;
}
 .wp-block-group__inner-container {
     margin-bottom: 30px;
}
 .wp-link-pages span, .wp-link-pages a {
     width: 34px;
     height: 34px;
     box-shadow: none !important;
     padding: 0;
     text-align: center;
     border-radius: 50%;
     line-height: 32px;
     border: none;
}
 .wp-link-pages a {
     background-color: #872BEF;
     color: #ffffff;
}
 .wp-link-pages span:first-child {
     margin-right: 10px;
}
 .wp-block-group__inner-container .wp-block-button a.wp-block-button__link {
     padding: 8px 40px;
}
 .st-blog-content-detils table, .st-blog-content-detils table td {
     border: 1px solid rgba(0, 0, 0, 0.06);
}
 .st-blog-content-detils dl {
     padding-left: 0;
}
 .blog-item .thumb a img {
     width: inherit;
}
 .single-blog-wrap .thumb {
     background-color: #ffffff;
}
 span.page-numbers.current, span.post-page-numbers.current{
     background-color: #001064;
     border-radius: 50%;
     display: block;
     width: 34px;
     height: 34px;
}
 span.post-page-numbers.current {
     text-align: center;
     color: #ffffff;
     line-height: 32px;
     display: inline-block;
     margin: 0 5px;
}
 .page-links a.post-page-numbers {
     width: 34px;
     height: 34px;
     background-color: #872BEF;
     display: inline-block;
     text-align: center;
     border-radius: 50%;
     line-height: 32px;
     box-shadow: none;
     align-content: normal;
     color: #ffffff;
     transition: 0.3s;
}
 .page-links a.post-page-numbers:hover {
     background-color: #001064;
     color: #ffffff !important;
}
 .blog-details-area .blog-details-inner .st-blog-content-detils{
     overflow: hidden;
}
 .wp-link-pages span:first-child {
     border: none;
     padding: 0;
}
 .post-password-form input {
     margin-bottom: 15px;
}
 .post-password-form label {
     width: 100%;
}
 .nice-select .list {
     width: 100%;
}
 .blog-comment-navigation .nav-links .nav-previous, .blog-comment-navigation .nav-links .nav-next {
     margin-bottom: 40px;
}
 .blog-comment-navigation .nav-links a {
     position: relative;
     box-shadow: 0 1px 0 0 currentColor;
}
 .blog-comment-navigation .nav-links a:hover {
     box-shadow: none;
     color: #872BEF 
}
 .blog-comment-navigation .nav-links .nav-previous a {
     left: 35px;
}
 .blog-comment-navigation .nav-links .nav-next a {
     left: -10px;
}
 .blog-comment-navigation .nav-links .nav-previous a:before{
     left: -18px;
     content: "\f060";
}
 .blog-comment-navigation .nav-links .nav-previous a:before, .blog-comment-navigation .nav-links .nav-next a:before {
     position: absolute;
     font-family: 'FontAwesome';
     top: -5px;
}
 .blog-comment-navigation .nav-links .nav-next a:before {
     content: "\f061";
     right: -20px;
}
 .format-gallery .st-blog-content-detils h2 {
     font-size: 32px;
     margin-bottom: 30px;
     font-weight: 700;
}
 .investon-blog-details .gallery-item img {
     margin-bottom: 15px;
     padding: 0 5px;
}
 .investon-blog-details .gallery-item img:first-child {
     padding-left: 0;
}
 .investon-blog-details .gallery-item img:last-child {
     padding-right: 0;
}
 blockquote {
     border: 0 solid #872BEF;
     border-left-width: 4px;
     color: #686868;
     font-size: 19px;
     font-size: 1.1875rem;
     font-style: italic;
     line-height: 1.473684;
     margin: 15px 0 1.4736842105em;
     overflow: hidden;
     padding: 0 0 0 1.263157895em;
}
 blockquote p {
     margin-bottom: 5px;
}
 .single-blog-wrap .sticky .blog-details {
     border: 1px solid #872BEF;
     border-width: 1px 1px 0px 1px;
     border-radius: 10px 10px 2px 2px;
}
 .nav-links ul.page-numbers a.page-numbers {
     line-height: 32px;
     display: block;
}
 .nav-links ul.page-numbers li {
     line-height: 32px;
}
 .nav-links ul.page-numbers a.prev.page-numbers, .nav-links ul.page-numbers a.next.page-numbers {
     padding: 8px 6px;
     line-height: 16px;
}
 .nav-links ul.page-numbers a.prev.page-numbers i, .nav-links ul.page-numbers a.next.page-numbers i {
     position: relative;
     top: 1px;
}
 .st-blog-content-detils blockquote cite {
     position: relative;
     left: 25px;
}
 .st-blog-content-detils blockquote cite br {
     display: none;
}
 .wp-block-quote.has-text-align-right {
     padding-right: 4em;
}
 .st-blog-content-detils blockquote cite:before {
     left: -9px;
     content: "\f10d";
}
 .st-blog-content-detils blockquote cite:before, .st-blog-content-detils blockquote cite:after {
     position: absolute;
     font-family: 'FontAwesome';
     opacity: 0.3;
     font-size: 10px;
}
 .st-blog-content-detils blockquote cite:after {
     content: "\f10e";
     top: 12px;
     right: -12px;
}
 pre {
     border:1px solid rgba(0, 0, 0, 0.06);
     font-size: 16px;
     font-size: 1rem;
     line-height: 1.3125;
     margin: 0 0 1.75em;
     max-width: 100%;
     overflow: auto;
     padding: 1.75em;
     white-space: pre;
     white-space: pre-wrap;
     word-wrap: break-word;
}
 .wp-caption .wp-caption-text {
     color: #686868;
     font-size: 13px;
     font-size: 0.8125rem;
     font-style: italic;
     line-height: 1.6153846154;
}
 .blog-details-area .blog-details-inner {
     padding: 10px 0 0 0;
}
 .single-blog-wrap {
     overflow: visible;
     word-break: break-all;
}
 [class^="wp-block-"] figcaption {
     color: #686868;
     font-style: italic;
     line-height: 1.6153846154;
     padding-top: 0.5384615385em;
     text-align: left;
}
 article.sticky::after {
     top: 8px;
     right: 18px;
}
 .wp-block-categories-dropdown {
     margin-bottom: 5px;
     display: flex;
}
.wp-block-latest-comments__comment + li {
  border-top: 1px dashed #e1e6ff;
  padding-top: 15px;
}
.wp-block-latest-comments__comment {
    line-height: 1.6;
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: var(--main-color-one);
}
 .st-blog-content-detils .wp-link-pages a:hover {
     color: #ffffff;
}
 .hentry.category-block.tag-content.tag-embeds-2.tag-gallery.tag-image.tag-video .st-blog-content-detils p {
     margin-bottom: 30px;
}
 .wp-block-file .wp-block-file__button {
     background: #872BEF;
}
 .wp-block-file .wp-block-file__button:hover {
     background-color: #001064;
     color:#ffffff !important;
}
 figure.gallery-item {
     padding: 0 1.1400652% 2.2801304%;
     margin: 0;
}
 figure.gallery-item .gallery-icon.landscape {
     overflow: hidden;
}
 figure.gallery-item img {
     transform: scale3d(1, 1, 1);
     transition: all 0.4s ease-in;
}
 figure.gallery-item:hover img {
     transform: scale3d(1.1, 1.1, 1.1);
     border-radius: 5px;
}
 .widget.widget_media_gallery .gallery, .widget.widget-2.widget_rss ul li:last-child, .calendar_wrap table, .investon-blog-details .gallery-item img {
     margin-bottom: 0px !important;
}
/*aside.sidebar-right .widget {
     box-shadow: 0px 5px 16px 0px rgb(200 183 255 / 30%);
}
*/
 .page-title-area:after {
     opacity: 0;
     visibility: hidden;
}
 .breadcrumb-item + .breadcrumb-item::before {
     content:'';
}
.breadcrumb li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-right: 14px;
}
 .breadcrumb li:not(:last-child)::after {
     display: inline-block;
     color: #ffffff;
     content: "\f101";
     position: absolute;
     right: -12px;
     top: 1px;
     font-family: fontAwesome;
}
/*Resent post widget*/
.widget .recent-news-wrap {
    position: relative;
}
.widget .recent-news-wrap .single-recent-news:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*Social profile*/

.social-links-widget a,
.widget-social-icon a{
  border: 1px solid #f5f5f5;
  padding: 5px 9px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
}
.social-links-widget a:hover,
.widget-social-icon a:hover {
  background-color: #872BEF;
  color: #ffffff;
  border: 1px solid transparent;
}
.widget .single-recent-news {
    padding-left: 84px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.widget .single-recent-news .thumb {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}
.style-1 .page-title-area .breadcrumb {
    display: inline-block;
}
.style-1 .page-title-area .breadcrumb li {
    display: inline-block;
}
.widget .single-recent-news .thumb img {
    border-radius: 5px;
}
.widget .single-recent-news .content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    transition: 0.3s;
}
.widget .single-recent-news .content h4:hover{
     color: #872BEF;
}
.single-recent-news .content span {
    font-size: 12px;
}
/*Page*/
 .content-area.investon-page-containerr main.site-main.s7-page-padding {
     padding-bottom: 100px;
}
 .comments-area .reply-title, .comments-area .comment-reply-title {
     margin-bottom: 20px;
     margin-top: 30px;
}
 .navbar-area.extra-margin-top {
     margin-top: 40px;
}
 .investon-page-containerr .entry-content a, p.logged-in-as a {
     box-shadow: 0 1px 0 0 currentColor;
}
 .investon-page-containerr .entry-content a:hover, p.logged-in-as a:hover {
     box-shadow: none;
     color: #872BEF 
}
 table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
     border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
 .page-links, .blog-details-comment .comment-respond {
     clear: both;
}
 .alignleft {
     margin-bottom: 30px;
}
 ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li:before {
     display: none;
}
 .comments-area .comments-title {
     margin-top: 30px;
}
/*Main page*/
 .fome-contact-form .fname {
     margin-bottom: 15px;
}
 .fome-contact-form .fsubmit {
     margin-top: 15px;
}
 .widget.footer-widget p, .news_letter_form span, .news_letter_form {
     font-weight: 400;
}
 .pricing-tab .nav-tabs .nav-item:hover {
     text-decoration: none;
     border: 1px solid #872BEF;
}
 .pricing-tab .nav-tabs .nav-item.active {
     background-color: #872BEF;
     color: #ffffff;
}
 .pricing-tab .nav-tabs .nav-item {
     border: 1px solid #ededed;
     margin-left: 15px;
     box-shadow: 0px 0px 20px 0px rgb(211 220 255 / 78%);
}
 .single-pricing-wrap .price {
     padding: 7px 70px;
}
 .btn-2 {
     line-height: 48px;
}
 .topbar-single-info {
     font-weight: 400;
}
 .single-intro-wrap:hover {
     background-color: #872BEF;
}
.footer-contact-info ul li a {
     color: #ffffff;
}
/*Footer social*/

.footer-social a {
  border: 1px solid #ffffff;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  padding: 5px 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 13px;
}
.footer-social a:hover {
  background-color: #ffffff;
  color: #FF007A;
  border: 1px solid transparent;
}
/**/
.page-title-area.style-1 {
    /*-webkit-clip-path: polygon(100% 83%, 100% 1%, 0% 1%, 0 100%, 5% 97%, 9% 93%, 13% 89%, 16% 86%, 20% 84%, 23% 83%, 26% 81%, 29% 81%, 33% 82%, 36% 82%, 39% 84%, 41% 85%, 44% 87%, 48% 91%, 52% 94%, 58% 100%, 81% 100%, 86% 97%, 91% 92%, 94% 90%, 97% 86%);
    clip-path: polygon(100% 83%, 100% 1%, 0% 0%, 0 100%, 3% 98%, 8% 93%, 12% 89%, 16% 86%, 20% 84%, 22% 83%, 25% 82%, 31% 81%, 36% 82%, 36% 82%, 40% 84%, 42% 85%, 45% 87%, 49% 91%, 52% 94%, 62% 100%, 76% 100%, 85% 97%, 91% 92%, 93% 90%, 97% 86%);
    */
}
footer.footer-area {
    background-position: center;
    /*clip-path: polygon(100% 11%, 100% 100%, 0% 100%, 0px 12%, 3% 14%, 3% 14%, 6% 16%, 8% 17.4%, 9% 18%, 11% 19.1%, 16% 21%, 13% 20%, 17% 21%, 23% 22%, 32% 21%, 30% 22%, 32% 21%, 36% 20%, 38% 19%, 42% 17%, 44% 16%, 47% 14%, 48.3% 13%, 51% 11%, 56% 7.3%, 58% 6%, 60% 5%, 65% 3%, 69% 2%, 74% 1%, 78% 1%, 83% 2%, 82% 2%, 83% 2%, 86% 3%, 89% 4%, 91% 5%, 93% 6%, 96.4% 8%, 98% 9.3%);*/
}

/*Single blog*/

.tag-list-wrapper {
  margin-bottom: 20px;
}
.blog-details-border {
  margin-right: 30px;
  margin-bottom: 30px;
}
.post-navigation {
  border: 1px solid #f5f5f5;
  padding: 20px 30px;
}
.post-navigation span {
  font-size: 24px;
  color: #2E3970;
  font-weight: 600;
  position: relative;
  left: 35px;
}
.post-navigation.right span {
  left: -35px;
}
.post-navigation span:before {
  background-color: #623BB1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  border-radius: 50%;
  font-family: fontAwesome;
  color: #fff;
  text-align: center;
  line-height: 29px;
}
.post-navigation.left span:before {
  content: "\f104";
  left: -38px;
}
.post-navigation.right span:before {
  content: "\f105";
  right: -38px;
}
.post-navigation h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2E3970;
}
.post-navigation:hover {
     box-shadow: 0px 3px 20px #f5f5f5;
}
.post-navigation:hover::before {
    opacity: 1;
    visibility: visible;
    height: 100%;
    top: 0;
}
.post-navigation::before {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 3px;
    height: 0%;
    content: "";
    background-color: blue;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.post-navigation a:hover {
     color: #872BEF;
}
/*Author*/
.blog-details-area .author-single {
  border: 1px solid #f5f5f5;
  padding-left: 150px;
  position: relative;
}
.blog-details-area .author-single .author-img {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
.blog-details-area .author-single .author-img::before {
    position: absolute;
    right: -26px;
    content: "";
    width: 2px;
    height: 80px;
    background: #707070;
    top: 50%;
    transform: translateY(-50%);
}
.blog-details-area .author-single .author-img img {
     border-radius: 50%;
}
.blog-details-area .author-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 19px;
}
.blog-details-area .author-text {
  padding: 30px 50px 30px 36px;
}
.blog-details-area .author-icon a {
    padding-right: 10px;
}
.blog-details-area .author-icon a:hover {
     color: #872BEF;
}
.wp-block-pullquote p {
    font-size: 26px;
}
/*Default Home style*/
section.banner-area-consultint.banner-bg-image {
    /*clip-path: polygon(100% 99%, 100% 0%, 0% 0%, 0 96%, 0% 91%, 5% 89%, 15% 84%, 21% 81%, 26% 79%, 31% 79%, 37% 80%, 42% 83%, 46% 86%, 50% 89%, 53% 92%, 57% 95%, 61% 98%, 65% 100%, 69% 100%, 75% 100%, 79% 99%, 82% 96%, 86% 95%, 89% 92%, 93% 89%, 97% 86%, 100% 80%);*/
    background-size: cover;
    background-position: top center;
    padding: 160px 0 470px 0;
}
.default-home-slider .banner-slider-consultint .banner-inner h6 {
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 0;
    color: #fcfcfc;
}
.default-home-slider .banner-slider-consultint .banner-inner h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    text-transform: capitalize;
    color: #FCFCFC !important;
}
.default-home-slider .banner-slider-consultint .banner-inner p {
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
    width: 85%;
}
.default-home-slider .banner-slider-consultint .banner-inner .btn-2,
.ctr-wrap.style-2 a.btn-2.btn-base {
    background: #FF007A;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    margin-top: 22px;
    border-radius: 80px;

}
.default-home-slider .banner-slider-consultint .banner-inner .btn-2:hover,
.ctr-wrap.style-2 a.btn-2.btn-base:hover {
    background: transparent;
    border: 2px solid #FF007A;
}
.default-home-slider .banner-slider-consultint .banner-inner .btn-2 i,
.ctr-wrap.style-2 a.btn-2.btn-base i {
    background-color: #ffffff;
    margin-left: 8px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #FF007A;
    padding-left: 7px;
}
.ctr-wrap.style-2 a.btn-2.btn-base i {
   padding-left: 4px;  
}
.feature-style-2 .single-intro-wrap {
     border: 1px solid #f5f5f5;
}
.feature-style-2 .single-intro-wrap:hover {
    box-shadow: 0px 15px 20px #ebebeb;
    border: 1px solid transparent;
    background-color: #ffffff;
}
.feature-style-2 .single-intro-wrap:hover::after {
     background-color: transparent;
     opacity: 0;
}
.feature-style-2 .single-intro-wrap .thumb {
    top: -48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.feature-style-2 .single-intro-wrap .thumb:after {
    position: absolute;
    content: "";
    background: #623BB1;
    top: 0;
    left: 0;
    box-shadow: none;
}
.feature-style-2 .single-intro-wrap .thumb:before {
    position: absolute;
    width: 126px;
    height: 126px;
    content: "";
    background-color: #ffffff;
    top: -11px;
    left: -12px;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    filter: drop-shadow(0px 15px 15px #f5f5f5);
}
.feature-style-2 .single-intro-wrap .thumb img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 6px;
}
.feature-style-2 .single-intro-wrap h5 {
    margin-top: 55px;
    font-size: 26px;
    color: #623BB1;
    margin-bottom: 20px;
    font-weight: 900;
}
.feature-style-2 .single-intro-wrap:hover p {
    color: inherit;
}
.feature-style-2 .single-intro-wrap h5 a:hover {
    color: inherit;
}
section.intro-area.style-2 .single-intro-wrap {
    margin-bottom: 100px;
}
section.intro-area.style-3 .single-intro-wrap {
    margin-bottom: 100px;
}
/*Why chose*/
.single-why-chose.style-2 {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    position: relative;
    padding: 40px 30px 35px 185px;
    background-color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 30px 50px rgba(245, 245, 245, 0.3);
}
.why-chose-thumb {
     position: absolute;
     border-radius: 50%;
     transition: 0.3s;
     left: 48px;
     top: 50%;
     transform: translateY(-50%);
}
.why-chose-thumb img {
    position: relative;
    z-index: 1;
}
.why-chose-thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100px;
    height: 100px;
    background: #623BB2;
    border-radius: 50%;
    transition: 0.3s;
}
.why-chose-thumb:after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120px;
    height: 120px;
    content: "";
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
    filter: drop-shadow(0px 15px 15px #f5f5f5);
}
.why-chose-content h5 {
    font-size: 26px;
    font-weight: 900;
    color: #623BB1;
    line-height: 35px;
    transition: 0.3s;
}
.why-chose-content p {
    font-size: 16px;
    line-height: 26px;
    color: #2E3970;
}
.single-why-chose.style-2:hover .why-chose-thumb:before {
    background: #FF007A;
}
.why-chose-content h5:hover {
    color: #FF007A;
}
/*History*/
.histoty-single {
    background-color: #EDEDED;
    border: 10px solid #ffffff;
    border-radius: 35px;
    box-shadow: 0px 30px 50px rgba(245, 245, 245, 0.3);
    padding: 30px 42px;
    margin-bottom: 30px;
    transition: 0.4s;
}
.histoty-single .history-thumb {
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: 0.4s;
}
.histoty-single .history-thumb i {
    font-size: 40px;
    color: #623BB1;
    line-height: 84px;
    transition: 0.4s;
}
.histoty-single .wrap-details h6 {
     font-size: 26px;
     font-weight: 700;
     color: #623BB1;
     line-height: 34px;
     margin-bottom: 18px;
}
.histoty-single .wrap-details h4 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 400;
    color: #FF007A;
    margin-bottom: 0;
}
.histoty-single:hover {
    background-color: #ffffff;
}
.histoty-single:hover .history-thumb {
    background-color: #FF007A;
}
.histoty-single:hover .history-thumb i {
    color: #ffffff;
}
.single-investor-wrap.style-2 .thumb img {
    border: 6px solid #623BB1;
    transition: 0.3s;
}
.single-investor-wrap.style-2:hover .thumb img {
    border: 6px solid #FF007A;
}
.single-investor-wrap.style-2 p {
    position: relative;
}
/*investor*/
.single-investor-wrap.style-2 p:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    background-color: #623BB1;
    width: 50px;
    height: 4px;
    transform: translateX(-50%);
}
.single-investor-wrap.style-2 p:after {
    position: absolute;
    content: "";
    width: 125px;
    height: 3px;
    bottom: -16px;
    left: 50%;
    background-color: #ddd;
    transform: translateX(-50%);
}
.single-investor-wrap.style-2 .thumb:after {
    border: 5px solid transparent;
}
.single-investor-wrap.style-2 .thumb:after {
     content: "";
     position: absolute;
     background: transparent;
     border-radius: 50%;
     height: 207px;
     width: 207px;
     top: -9px;
     left: -8px;
     border: 9px solid #F5F5F5;
}
.single-investor-wrap.style-2:hover p:before,
.single-investor-wrap.style-2:hover p:after {
    opacity: 0;
}
section.payment-area.style-2 a.btn,
.payment-right-wrap a.btn {
    background-color: #F5F5F5;
    padding: 23px 38px;
    display: inline-block;
    border-radius: 35px;
    line-height: 18px;
    color: #623BB1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin-top: 60px;
}
section.payment-area.style-2 a.btn i,
.payment-right-wrap a.btn i {
     margin-left: 12px;
     background-color: #623BB1;
     color: #ffffff;
     border-radius: 50%;
     width: 18px;
     height: 18px;
     line-height: 17px;
     padding-left: 4px;
}
section.payment-area.style-2 a.btn:hover,
.payment-right-wrap a.btn:hover {
    background-color: #623BB1;
    color: #ffffff;
}
section.payment-area.style-2 a.btn:hover i,
.payment-right-wrap a.btn:hover i {
    background-color: #ffffff;
    color: #623BB1;
}
section.payment-area.style-2 .section-title-consultint {
     margin-bottom: 60px;
}
section.payment-area.style-2 .single-subscribe-wrap-consultint input {
    height: 70px;
    border-radius: 60px;
}
section.payment-area.style-2 .single-subscribe-wrap-consultint .btn-2 {
    height: 70px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 36px;
    cursor: pointer;
}
section.payment-area.style-2 {
    position: relative;
    top: 270px;
    z-index: 1;
    margin-top: 100px;
}
footer.footer-area.style-2 .widget.footer-widget .widget-title:after {
     display: none;
}
/*Payment*/
/*payment left*/
.card.card-body.payment-cal h2 {
     color: #ffffff;
     background: #623BB1;
     border-radius: 50px;
     font-size: 30px;
     width: 90%;
     margin: auto;
     line-height: 69px;
     height: 70px;
     position: relative;
     top: -35px;
}
.card.card-body.payment-cal {
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 30px #f5f5f5;
    padding: 0 40px;
    border: none;
    padding-bottom: 40px;
    margin-bottom: 75px; 
}
.card.card-body.payment-cal p {
    color: #2E3970;
    margin-bottom: 50px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}
.card.card-body.payment-cal .check-profit-area form {
    padding: 0;
}

.card.card-body.payment-cal .check-profit-area form {
    display: none;
}

.check-profit-area .card.card-body.payment-cal form {
     box-shadow: none;
     border: none;
     padding: 0;
}

.check-profit-area .card.card-body.payment-cal form span.input-group-addon,
.input-group.profite-1 span.input-group-addon,
.form-group.profite-2 span.input-group-addon,
.results-sign span.input-group-addon {
    color: #623BB1;
    margin-right: 15px;
    border: 1px solid #f5f5f5;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 59px;
    font-weight: 900;
}
.enter-ammount label,
.enter-ammount input::placeholder,
.results-profite label,
.results-profite input::placeholder {
    color: #2E3970;
    font-size: 16px;
    font-weight: 700;
}
.check-profit-area .card.card-body.payment-cal form p {
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: 13px;
    margin-top: 17px;
}
.form-group.ammount input {
    border: 5px solid #f5f5f5;
    padding-left: 12px;
    border-radius: 10px;
}
.check-profit-area form .form-group input::placeholder {
    color: #cccc;
    font-size: 16px;
}
.check-profit-area .card.card-body.payment-cal form span.input-group-addon.style-2 {
    position: relative;
    left: 15px;
    top: -15px;
}
.card.card-body.payment-cal .results .form-group input.form-control {
    margin: auto;
    border-radius: 50px;
    margin-left: 10px;
    flex: none;
    width: 50%;
    background-color: transparent;
}
span.calculate {
    text-transform: capitalize;
    margin-right: 25px;
}
.nput-group.calculate-wrap input {
    width: 75%;
}
.input-group.calculate-wrap input {
    width: 75%;
}
.input-group.profite-1 span.toral,
.form-group.profite-2 span.toral {
    margin-right: 15px;
    margin-top: 18px;
}
.input-group.profite-1 input,
.form-group.profite-2 input {
    width: 59%;
    height: 30px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-top: 20px;
    padding-left: 10px;
}
.input-group.profite-1 {
    margin-bottom: 35px;
}

.input-ammount, .results-wrap {
display: flex;
margin-bottom: 28px;
}
.enter-ammount {
width: 100%;
border-bottom: 3px solid #623BB1;
}
.results-profite{
     width: 100%;
     border-bottom: 3px solid #018786;
}
.results-profite.two{
     width: 100%;
     border-bottom: 3px solid #09AF00;
}
.enter-ammount label, .results-profite label {
width: 100%;
}
.enter-ammount input[type="number"],
.results-profite input[type="number"] {
width: 100%;
border: none;
background-color: transparent;
}
.ammount-sign span.input-group-addon,
.results-sign span.input-group-addon {
    display: inline-block;
}

.enter-ammount label, 
.results-profite label {
    display: block;
    text-align: left;
}
.enter-ammount input::-webkit-outer-spin-button,
.enter-ammount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.results-profite input::-webkit-outer-spin-button,
.results-profite input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.results-profite input[type=number], .enter-ammount input[type="number"] {
  -moz-appearance: textfield;
}
/*payment right */
.payment-right-wrap {
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 30px #f5f5f5;
    padding: 0 40px;
}
.payment-right-wrap h2 {
    background-color: #FF007A;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    padding: 10px 0;
    height: 70px;
    line-height: 50px;
    position: relative;
    top: -35px;
}
.payment-right-wrap p {
   color: #2E3970;
   border-bottom: 1px solid #f5f5f5;
   padding-bottom: 38px;
   text-align: center;
}
.payment-right-wrap h3 {
    margin-top: 35px;
    margin-bottom: 31px;
}
.payment-right-wrap ul.payment-card {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
}
.payment-right-wrap ul.payment-card li,
.check-profit-area .payment-method-wrap .payment-card li {
    display: inline-block;
    margin-right: -5px;
    width: 20%;
}
.payment-right-wrap ul.payment-card li:last-child {
    margin-right: 0;
    float: right;
}
.payment-right-wrap ul.payment-card li a {
    border: 1px solid #f5f5f5;
    width: 70px;
    height: 70px;
    display: inline-table;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
}
.payment-right-wrap ul.payment-card li:last-child {
    margin-right: 0;
}
.payment-right-wrap a.btn {
    margin-top: 35px;
    margin-bottom: 50px;
}
/*Testimonial*/
.testimonial-slider-consultint-3.style-3 {
    position: relative;
    top: -10px;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap .thumb {
    position: relative;
    width: 125px;
    height: 125px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    filter: drop-shadow(0px 15px 15px #f5f5f5);
    top: 35px;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap .testimonial-wrap-details h6 {
    font-size: 20px;
    font-weight: 700;
    color: #623BB1;
    text-transform: capitalize;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap .testimonial-wrap-details {
    margin-top: 0;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap .testimonial-wrap-details h6 span {
    font-size: 20px;
    font-weight: 400;
    color: #623BB1;
    text-transform: capitalize;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    margin-right: 15px;
    margin-left: 15px;
    transition: 0.3s;
}
.testimonial-slider-consultint-3.style-3 .testimonial-wrap.single-investor-wrap:hover {
     border: 1px solid #623BB1;
}
/*Arrow*/
section.testimonial-consultint-area .slick-arrow {
    position: absolute;
    bottom: -65px;
    left: 47%;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #f5f5f5;
    filter: drop-shadow(0px 3px 20px #f5f5f5);
    border-radius: 50%;
    line-height: 48px;
    cursor: pointer;
    z-index: 9;
}
section.testimonial-consultint-area .slick-arrow i {
    width: 15px;
    height: 15px;
    background: #623bb1;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    transition: 0.3s;
}
section.testimonial-consultint-area .slick-arrow:hover {
    background-color: #623BB1;
    transition: 0.3s;
}
section.testimonial-consultint-area .slick-arrow:hover i {
     background-color: #ffffff;color: #623BB1;
}
section.testimonial-consultint-area .arrow-next.slick-arrow {
    margin-left: 30px;
}
section.testimonial-consultint-area .arrow-prev.slick-arrow {
    margin-left: -30px;
}

/*Section title*/
.section-title-consultint.style-2 {
    margin-bottom: 68px;
}
.section-title-consultint.style-2 h6.sub-title {
    color: #FF007A;
    font-weight: 700;
    margin-bottom: 30px;
}
.section-title-consultint.style-2 h2.title{
    color: #623BB1;
}
.section-title-consultint.style-2 p {
     color: #2E3970
}
section.featured-area.style-2 .section-title-consultint.style-2 h2.title {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
section.testimonial-consultint-area .section-title-consultint.style-2 {
    margin-bottom: 0;
}
section.testimonial-consultint-area.style-3 .section-title-consultint.style-2 p {
    /* width: 80%; */
    margin: auto;
    margin-top: 14px;
}
.testimonial-consultint-area.style-3 .testimonial-wrap .testimonial-wrap-details .rating-wrap i{
     color: #F69415;
}
/*Cta*/
.ctr-wrap.style-2 h6 {
    color: #FF007A;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.ctr-wrap.style-2 h3 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}
.ctr-wrap.style-2 p {
    margin-bottom: 24px;
}
.pd-top-105 {
     padding-top: 105px;
}
section.payment-area.style-2 .subscribe-area-consultint {
    margin-top: 0;
    position: relative;
    top: 70px;
}
section.payment-area.style-2 .payment-wrap {
    padding-bottom: 0;
    margin-top: -150px;
}
section.payment-area.style-2 .subscribe-area-consultint .media-body {
     padding-left: 0;
}
section.payment-area.style-2 .subscribe-area-consultint .media-body h5 {
    color: #623BB1;
    font-weight: 700;
}
/*Process Box*/
section.intro-area.style-3  a.btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #f5f5f5;
    filter: drop-shadow(0px 3px 20px #f5f5f5);
    border-radius: 50%;
    line-height: 36px;
    margin-top: 18px;
}
section.intro-area.style-3 a.btn i {
    width: 18px;
    height: 18px;
    background: #623bb1;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    padding-left: 4px;
}
section.intro-area.style-3 a.btn:hover {
    width: 50px;
    height: 50px;
    background: #ff007a;
    filter: drop-shadow(0px 3px 20px #f5f5f5);
    border: 1px solid #ff007a;
}
section.intro-area.style-3 a.btn:hover i {
    background-color: #ffffff;
    color: #ff007a;
}
.free-account a {
    width: 298px;
    height: 58px;
    border-radius: 29px;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 16px;
    color: #2E3970;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 56px;
    transition: 0.4s;
    position: relative;
    top: -50px;
}
.free-account a i {
    margin-left: 5px;
}
.free-account a:hover {
    background-color: #FF007A;
    color: #ffffff;
    border: 1px solid #FF007A;
}
.intro-area.style-3 {
    margin-top: -360px !important;
}opyright*/
.footer-menu.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu.widget.widget_nav_menu ul li {
    display: inline-block;
}
.footer-menu.widget.widget_nav_menu h4.widget-title {
    display: none;
}
footer.footer-area.style-2 {
    background-color: transparent !important;
    background-size: cover;
    background-position: top center;
}
footer.footer-area.style-2 .footer-bottom {
    border: 1px solid transparent;
    background-color: #3B0C9F;
}
footer.footer-area.style-2 p.copyright,
footer.footer-area p.copyright {
    padding: 12px 0;
}
footer.footer-area.style-2 p.copyright:before {
    display: none;
}
footer.footer-area.style-3 .footer-bottom {
    border: 1px solid transparent;
    background-color: #3B0C9F;
}
footer.footer-area.style-3 .footer-bottom p:before {
    display: none;
}
.work-area .single-work span.common-icon-circle i {
    font-size: 32px;
    color: #FF007A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.overlay-bg{
     position: relative;
     overflow:hidden;
}
.overlay-bg:before {
     content: "";
     display: block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     background-color: rgba(94, 53, 177, 0.8);
}
/*Slick space*/

.partner-slider.slick-slider {
    margin:0;
}
.partner-slider .slick-list {
    margin:0;
}
.partner-slider .slick-slide {
    padding:0;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.partner-slider .slick-slide img {
    height: 45px;
    margin: 0 auto;
}
.our-details .section-title {
    width: 80%;
    margin: auto;
    margin-bottom: 75px;
}

/*========================*/
.histoty-single::before, .histoty-single::after {
  border: 10px solid transparent;
  width: 0;
  height: 0;
}
.histoty-single::before {
  top: 0;
  left: 0;
}
.histoty-single::after {
  bottom: 0;
  right: 0;
}
.histoty-single:hover {
  color: #0eb7da;
}
.histoty-single:hover::before, .histoty-single:hover::after {
  width: 100%;
  height: 100%;
}
.histoty-single:hover::before {
  border-top-color: #0eb7da;
  border-right-color: #0eb7da;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.histoty-single:hover::after {
  border-bottom-color: #0eb7da;
  border-left-color: #0eb7da;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/*Blog slick arrow*/
.blog-item .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 9;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    line-height: 48px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-color: #8e44ad;
}
.blog-item  .arrow-next.slick-arrow {
    right: 0;
    left: auto;
}
.blog-item .arrow-prev.slick-arrow {
    left: 0;
}
.blog-item:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}
.blog-item .slick-arrow:hover {
    background-color:#9b59b6;
}
.blog-item .slick-slide img {
    display: block !important;
}
/*Contact page*/
.single-top-contact {
    text-align: center;
    border: 1px solid #f5f5f5;
    padding: 55px 6px 50px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.top-contact-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-top-contact p {
    margin-bottom: 4px;
}
.single-top-contact .contact-thumb {
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    transition: 0.3s;
}
.single-top-contact .contact-thumb i {
    color: #872bef;
    font-size: 24px;
}
.single-top-contact:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgb(206 206 206 / 78%);
    box-shadow: 0px 0px 10px 2px rgb(206 206 206 / 78%);
}
.single-top-contact:hover .contact-thumb {
    border: 1px solid #9b59b6;
}
.invest-form input[type="email"] {
    position: relative;
    width: calc(100% - 200px) !important;
}