.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1200px;
	margin: 0 auto;
}
.elementor-button-icon svg {
    height: auto;
    width: auto;
}
.elementor-icon-wrapper {
    height: 50px !important;
}
p {
    margin: 0;
}
.about_vision .elementor-widget-wpr-flip-box .wpr-flip-box-front {
    background-color: #fafafa;
}
.post_left_col {
    width: 31%;
}
.post_right_col {
    width: 70%;
}
.post_grid_columns {
    display: flex;
    column-gap: 50px;
    padding: 30px 0;
    color: #000000;
}
.post_right_col h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 15px;
}
.post_right_col p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
}
.post_hero_section {
    color: #FFFFFF;
    text-align: center;
    background: url(/wp-content/uploads/2025/11/banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 80px;
}
.post_hero_section h2 {
    margin: 0 0 12px;
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
}
.post_hero_section p {
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}
.related-posts h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #20369B;
    display: inline-block;
    margin: 20px 0;
}
.categories_list h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #20369B;
    display: inline-block;
    margin: 20px 0;
}
.post_left_col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts ul li {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.related-posts img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 12px;
}
.recent_content {
    width: 70%;
}
.related-posts ul li p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.related-posts ul li a span {
    color: #2142CA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.is-form-style input.is-search-input {
    background: #20369B1C;
    height: 40px;
    border: 0 !important;
    border-radius: 7px 0px 0px 7px;
}

/** Share button style **/
.btn_wrap.share_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 128px;
    height: 55px;
    border-radius: 6px;
    padding: 0 18px;
    border: 1px solid #20369B;
    transition: all .2s ease-in-out;
}
.share_wrap span {
    position: absolute;
    z-index: 99;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    color: #20369B;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: transform .4s ease, opacity .2s ease;
}
.share_wrap:hover span {
    transform: translateX(-200px);
    opacity: 0;
}
.container i {
    opacity: 0;
    font-size: 20px;
    color: #20369B;
    transform: scale(0);
    transition: all .25s ease;
}
.container i:nth-of-type(1) { transition-delay: .2s; }
.container i:nth-of-type(2) { transition-delay: .3s; }
.container i:nth-of-type(3) { transition-delay: .4s; }

.share_wrap:hover i {
    opacity: 1;
    transform: scale(1);
}
.btn_wrap.share_wrap a {
    margin: 0 8px;
}
.share_wrap:not(:hover) i {
    transition-delay: 0s;
}
button#copyLink {
    border: 0;
    background: transparent;
}

/* Copied message */
.copy_message {
    display: none;
    margin-left: 10px;
    color: #3968ED;
    font-size: 16px;
}
.infinite_contact {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}
.contact_form_col input {
    border: 1px solid #0000008C;
    height: 34px;
    padding: 0 11px;
    width: 100%;
	border-radius: 5px;
}
.contact_form_col {
    width: 100%;
}
.contact_message textarea {
    width: 100%;
    border: 1px solid #0000008C;
    padding: 10px;
	border-radius: 5px;
	font-family: 'Poppins';
}
.contact_form_col select {
  border: 1px solid #0000008C;
    height: 34px;
    padding: 0 11px;
    width: 100%;
	border-radius: 5px;
}
.contact_message input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #2039AE;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    height: 57px;
    width: 45%;
    margin: 30px auto 0;
    display: block;
    border-radius: 4px;
    cursor: pointer;
	position: relative;
}
.contact_form_col label {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.contact_message label {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.news_let {
    display: flex;
    background: #F8F8F8;
    width: max-content;
    margin: 0 auto;
    border-radius: 26px;
}
.news_let input {
    background: #F8F8F8;
    border-radius: 26px;
    border: 0;
    height: 53px;
    width: 100%;
    padding: 0 15px;
}
.news_let p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-spinner {
    opacity: 0;
    width: 0;
    height: 0;
}
.news_let input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #F2B913;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
	cursor: pointer;
}
.live_div p.elementor-icon-box-description {
    display: flex;
    column-gap: 6px;
}
.is-form-style .is-search-submit path {
    fill: #ffffff !important;
}
.is-search-icon {
    padding-top: 7px!important;
    background: #2039af !important;
    border: 1px solid #2039af;
    height: 38px;
    cursor: pointer;
    border-radius: 7px;
}
.post_date {
    font-size: 14px;
    font-weight: 500;
    color: #514444;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ia-testimonial-item:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/quote.png)no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    background-size: contain;
    left: -43px;
    top: 65px;
    z-index: 999;
}
.ia-testimonial-item {
	background: #fff;
    border-radius: 21px;
    padding: 40px 100px;
    text-align: left;
    box-shadow: 0 3px 6.6px 2px #00000014;
    margin: 0px 50px 10px;
	position: relative;
}
.ia-stars .star {
    color: #F1B400;
    font-size: 50px;
}
.ia-testimonial-text {
    margin: 15px 0;
    font-size: 14px;
    color: #000000;
    width: 78%;
}
.ia-testimonial-name {
    font-weight: 700;
    color: #20369B;
    font-size: 16px;
    text-align: right;
	margin: -42px 0;
}
.ia-testimonial-boxes {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.ia-testimonial-boxes .box {
    padding: 15px;
    border-radius: 10px;
    background: #E0E5FF;
    text-align: center;
    width: 25%;
}
.ia-testimonial-boxes .returns {
    background: #C3ECCC;
}
.box.investment p {
    color: #20369B;
}
.box.returns p {
    color: #009F26;
}
.ia-testimonial-boxes p {
    font-size: 16px;
    font-weight: 600;
}
.ia-testimonial-slider {
    overflow: hidden;
    padding: 15px 5px 0;
}
.ia-testimonial-slider .slick-list {
    overflow: visible;
}
.custom-like-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.heart-icon::before {
    content: "♡";
    font-size: 24px;
    color: #888;
}
.custom-like-btn.liked .heart-icon::before {
    content: "♥";
    color: red;
}
button.custom-like-btn {
  color: #20369B;
  border: 1px solid #2143D0;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
}
.like-share-wrapper {
    display: flex;
    column-gap: 10px;
}
.post_thumb img {
    width: 100%;
    height: auto;
}
.post_thumb {
    margin-bottom: 20px;
}
.category-item {
    background: #20369B1C;
    color: #3B4FA7;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 8px;
    padding: 15px;
    border-radius: 7px;
}
.category-item.active-category {
    background: #20369B;
    color: #FFFFFF;
}
.e-n-tab-title {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
.post_grid_columns {
    display: block;
    padding: 30px 10px;
}
.post_left_col {
    width: 100%;
}	
.post_right_col {
    width: 100%;
}	
.post_hero_section {
    padding: 50px 10px 50px;
}	
.post_hero_section h2 {
    font-size: 40px;
}	
.post_right_col h1 {
    font-size: 26px;
    line-height: 33px;
}	
.related-posts ul li {
    margin-bottom: 20px;
}	
.news_let {
    width: auto;
}	
.ia-testimonial-item {
    padding: 20px 13px;
    min-height: 315px !important;
	margin: 0 0 10px;
}
.ia-testimonial-boxes p {
    font-size: 12px;
}
.ia-testimonial-boxes .box {
    padding: 6px;
    width: 45%;
}	
.ia-testimonial-text {
    width: 100%;
}	
.ia-stars .star {
    font-size: 30px;
}	
.ia-testimonial-name {
    font-size: 13px;
    margin: -30px 0;
}	
.ia-testimonial-item:before {
    background: none;
}
button.custom-like-btn {
    padding: 2px 6px;
}		
.share_wrap {
    height: 40px;
    padding: 0 8px;
}	
.share_wrap span {
    line-height: 40px;
}	
.contact_info .elementor-image-box-wrapper {
    display: flex;
    column-gap: 12px;
}	
	
}
