/* By Quape */
body .viewpoints-authors .partners-wrapper {
	background: white;
    margin-bottom: 20px;
	padding-bottom: 0 !important;
}
body .viewpoints-authors .partner-image {
	padding-right: 0 !important;
}
body .viewpoints-authors .partner-details {
    padding: 10px 15px;
}
body .viewpoints-authors .phone-email-part {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
body .viewpoints-authors .phone-email-part .partner-email {
    border: 1px solid #FF4D00;
    border-radius: 50%;
    height: 29px;
    width: 28px;
    line-height: 28px;
    text-align: center;
	flex-shrink: 0;
}
body .viewpoints-authors .partner-country {
	padding-bottom: 0 !important;
}
body .ast-scroll-top-icon {
	display: none !important;
}
/* End */


html {
    overflow-x: hidden!important;
}
body {
    overflow-y: hidden!important;
	font-family: "Inter", Sans-serif !important;
	font-size:14px;
}

ul,
p,
li,
span, a, .elementor-widget-text-editor, .elementor-slide-description, .panel-title{
	font-family: "Inter", Sans-serif !important;
}
 
h1,
h2,
h3,
h4,
h5,
h6, .pp-post-title a, .elementor-slide-heading, .client_quote p{
	font-family: "Larken", Sans-serif !important;
    font-weight: 400!important;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.partner-name a{
	font-family: "Larken", Sans-serif !important;	
} 



.rajah-font-larken a{
	font-family: "Larken", Sans-serif !important;	
}
.elementor-heading-title,
.elementor-heading-title a,
.pp-accordion-title-text{
	font-family: "Larken", Sans-serif !important;	    
}
.counter_section .elementor-counter-number{
    font-family: "Larken", Sans-serif !important;
}


.news-publication h2.pp-post-title{
/* 	font-size:1.42em !important; */
}

.entry-meta {	
	display: none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666 !important;
	font-weight: normal !important;
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666 !important;
	font-weight: normal !important;
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666 !important;
	font-weight: normal !important;
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666 !important;
	font-weight: normal !important;
	opacity: 1 !important;
}

body .elementor-button.elementor-size-sm, body .elementor-button.elementor-size-xs, body .elementor-button.elementor-size-md, body .elementor-button.elementor-size-lg, body .elementor-button.elementor-size-xl, body .elementor-button {
	border-radius: 0 !important;
}
body:not(.elementor-editor-active) .elementor-location-header,
body:not(.elementor-editor-active) .elementor-location-footer,
body.elementor-editor-active .hide-for-backend {
    display:none !important;
}
.ast-container {
    width: 100%!important;
    padding: 0px!important;
}


.our_practices_related_details_info {
    text-align: justify;
}
.post_justify_content, .post_justify_content p{
    text-align: justify !important;	
}


.elementor-blockquote .elementor-blockquote__content{
    text-align: justify;
	font-family: "Larken", Sans-serif !important;	
} 
.pp-posts .pp-post-title a,
.pp-posts .pp-post-excerpt {
	text-align: justify;
}

.home .news-publication .pp-post-title a,
.home .pp-posts .pp-post-title a,
.viewpoint_item_warper .ourinsight-content-wrapper .our-insights-title a {
	text-align: unset;
}


.news-publication .pp-post-content{
	padding-bottom: 100px !important;
}
.news-publication .pp-post-content .pp-post-excerpt {
	position: absolute;
	bottom: 60px;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 81px;
	overflow: hidden;
	width: 100%;
}
.our-partners-search-section .ourinsight-content-wrapper {
	padding-bottom: 120px;
}
.our-partners-search-section .our-insights-excerpt{
	position: absolute;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	bottom: 85px;
	height: 80px;
	width: 100%;
	overflow: hidden;
}


.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}
body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-family: "Inter", Sans-serif !important;
}



/* ====================== [ Start Cursor Style ] ====================== */
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: -5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	z-index: 10000001;
	background-color: #FF4D00;
	-webkit-transition: width .4s ease-in-out,
		height .4s ease-in-out,
		margin .4s ease-in-out,
		opacity .4s ease-in-out;
	-o-transition: width .4s ease-in-out,
		height .4s ease-in-out,
		margin .4s ease-in-out,
		opacity .4s ease-in-out;
	transition: width .4s ease-in-out,
		height .4s ease-in-out,
		margin .4s ease-in-out,
		opacity .4s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #FF4D00;
	opacity: .2;
}

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 40px;
	height: 40px;
	border: 1px solid #FF4D00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000000;
	opacity: .5;
	-webkit-transition: all .08s ease-out;
	-o-transition: all .08s ease-out;
	transition: all .08s ease-out;
	display: none;
}

.cursor-outer.cursor-hover {
	opacity: 0;
}

body {
	cursor: default;
}

/* ====================== [ End Cursor Style ] ====================== */
.view_cat_all_btn{ 
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.view_cat_all_btn button{
	border-color: #ff4d00;
	background-color: #ff4d00;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	letter-spacing: 0px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
#filter_reset{
     font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    background-color: #FF4D00;
    color: #fff;
    border-radius: 0 !important;
}
/* ====================== Global section ====================== */

.bgvid-container .elementor-widget-container {
	width:100% ;
	height:100vh;
	min-height:700px;
	max-height: 1100px;

}

#bgvid{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
}

.page-header{
  display: none !important;
}

/*.home .header_section{*/
/*   background: transparent !important;	*/
/*}*/

/*.home.header-scroll .header_section{*/
/*   background: #000000 !important;	*/
/*}*/

.header_search_functionality .wpse-container {
    min-width: 250px;
    -webkit-box-shadow: 0 0px 2px 0 #fff;
            box-shadow: 0 0px 2px 0 #fff;
    float: right;
    margin-right: 10px;
    position: relative;
    top: 7px;
    padding: 0px !important;	
}

.wpse-container .field-keyword {
    height: 28px !important;
    margin-top: -2px !important;
}

.wpse-container-155 .field-keyword input[type="text"] {
  min-height: 28px;
}

.field-wrapper.field-keyword input::-webkit-input-placeholder {
	color: #fff !important;
}

.field-wrapper.field-keyword input::-moz-placeholder {
	color: #fff !important;
}

.field-wrapper.field-keyword input:-ms-input-placeholder {
	color: #fff !important;
}

.field-wrapper.field-keyword input::-ms-input-placeholder {
	color: #fff !important;
}

.field-wrapper.field-keyword input::placeholder {
	color: #fff !important;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

::placeholder {
  color: #fff;
  opacity: 0.8;
}

.wpse-container .field-category button {
    background-size: auto 60% !important;
	border-radius:0px;
	background-color: transparent!important;

}
.elementor-sticky--effects.stickyheadersection ul.pp-advanced-menu--dropdown a {
    color: #000!important;
}
.elementor-sticky--effects.stickyheadersection .pp-sub-item:hover {
    color: #fff!important;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .post-title {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: capitalize;
/*     font-family: sans-serif; */
}

#mega-menu-primary input {
   min-width: 250px !important;
}

.wpse-container .field-submit button {
    background: #ffffff url(https://www.rajahtannasia.com/wp-content/uploads/2022/09/rajahTann-svg.png) no-repeat scroll center center / auto 50%;
    color: #fff;

}
#deals_search_form select{
min-width: 300px !important;
    background: #fff !important;
    border: 1px solid #c3c3c3 !important;
    padding: 10px 8px !important;
	color:#000 !important;
}
#deals_search_form{
	   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f077';
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #FF4D00;
	
	left: 0;
	top: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #FF4D00;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* ====================== [ End progress-wrap ] ====================== */





/* ========================================
  CSS For global button style
=========================================*/
.btn-more{
	text-align: center;
}
.simple-btn, .our_insights .elementor-post__read-more{
    position: relative;
    padding: 7px 15px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
	color: #FFF;
	background-color: #FF4D00;
	line-height: 24px;
}
.our_insights .elementor-post__read-more {
	margin-bottom: 30px !important;
}
.discover_more .elementor-button,
.rta_news .pp-posts-button{
	position: relative;
    padding: 9px 10px 7px;
    display: inline-block;
	background-color: #FFE2DD !important;
	color: #000;
}
.simple-btn:hover,
.our_insights .elementor-post__read-more:hover,
.discover_more .elementor-button:hover,
.rta_news .pp-posts-button:hover{
    background-color: #3a3a3a !important;
    color: #ffffff;
}

.discover_more .elementor-button:hover, .elementor-post__read-more:hover{
    background-color: #FF4D00;
    color: #ffffff !important;
}





/* ========================================
  End CSS For global button style
=========================================*/



/* ========================================
  CSS For Header Section 
=========================================*/

.stickyheadersection {
-webkit-transition: background-color .4s ease;
-o-transition: background-color .4s ease;
transition: background-color .4s ease;
}

.elementor-sticky--effects.stickyheadersection {
background-color: #262626 !important; /* Background color when sticky */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29); /* remove if you don't want a box shadow on the sticky header */
}

.top_bar_menu li a i {
    margin-right: 0px; 
    color: #7d7d7d;
}
.top_left_menu .elementskit-navbar-nav>li{
    display: block !important;
		width: 100% !important;
}
.top_left_menu .elementskit-navbar-nav>li a{ 
    text-transform: unset !important;
}

.header_search_functionality input,
.header_search_functionality button{
    height: 23px;
	min-height: 23px;
    margin-top: 0px !important;
	border: none !important;
	border-radius: 0px;
	background-color: transparent !important;
	font-size: 12px !important;
}
.header_search_functionality .wpse-container .field-category button {
    display: none!important;
}
.header_search_functionality .wpse-container .field-submit button {
    color: transparent!important;
}

.mega-sub-menu .mega-block-title{
    font-size: 20px !important;
    color: #FF621E !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    margin-bottom: 7px !important;	
}

.mega-menu-disable-heading .mega-block-title{
  visibility:hidden !important;	
}

.mega-sub-menu ul{
    margin: 0px !important;
    list-style: none !important;
    border-left: 2px solid rgba(0,0,0,0.1);
    padding-left: 15px;	
}

.mega-sub-menu ul li a{
    color: #000000 !important;
    font-size: 15px;
    padding: 3px 0px !important;
    display: block;
	-webkit-transition: all .5s !important;
	-o-transition: all .5s !important;
	transition: all .5s !important;
}

.mega-sub-menu ul li a:hover{
    color: #FF621E !important;
	padding-left: 15px !important;
}
.mega-sub-menu ul {
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    padding-left: 15px !important;
}

#mega-menu-67-0-1,
#mega-menu-67-0-2,
#mega-menu-6362-0-1,
#mega-menu-6362-0-2,
#mega-menu-6362-0-3,
#mega-menu-4189-0-1,
#mega-menu-4189-0-2,
#mega-menu-4189-0-3{
	padding-left: 0px;
	border-left: 1px solid rgba(0,0,0,0.1) !important;
}

.mega-submenu-border-left{
	padding-left: 0px;
	border-left: 1px solid rgba(0,0,0,0.1) !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #FF621E !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	top: 50px;
}

.wpse-container .field-submit {
    width: 35px;
}

.field-keyword > input::-webkit-input-placeholder {
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.field-keyword > input::-moz-placeholder {
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.field-keyword > input:-ms-input-placeholder {
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.field-keyword > input::-ms-input-placeholder {
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.field-keyword > input::placeholder {
  color:#fff !important;
  opacity: 1; /* Firefox */
}

.field-keyword > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff !important;
}

.field-keyword > input::-ms-input-placeholder { /* Microsoft Edge */
 color:#fff !important;
}


.languages_option .elementskit-dropdown{
	background: #000 !important;
}
.languages_option .elementskit-dropdown:before{
	content: "";
	position: absolute;
	height: 50px;
	width: 1px;
	background: #FF4D00;
	left: 15px;
	margin-top: 2px;
}
.languages_option .elementskit-dropdown li{
	padding-left: 15px !important;
}
.languages_option .elementskit-dropdown li a{
	color: #fff !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;	
	display: inline-block;
	-webkit-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
}
.languages_option .elementskit-dropdown li a:hover{
	background: transparent !important;
	color: #FF4D00 !important;
}
.languages_option ul .current-menu-item a{
	color: #FF4D00 !important;
}


.scam_alert p.elementor-heading-title {
    margin-bottom: 0px !important;
}
.scam_alert a{
	font-family: "Inter", Sans-serif !important;
	display: block;
	width: 95px !important;
}


/* ========================================
  End CSS For Header Section 
=========================================*/



/* RTA Main Site home Page Slider  */
.banner-img-slider .swiper-wrapper {
    z-index: 0;
}

/* ========================================
  CSS For Banner Section 
=========================================*/
.scrolldown_con{
	position:absolute;
	z-index:999;
	bottom:50px;
	left:50%;
	margin-left:-60px;
	width:120px;
	text-align:center;
}
.scrolldown_con p{
	color:#FFFFFF;
	margin-top:10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
}
#mouse_body {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 32px;
	height: 43px;
	width: 23px;
	margin: 0 auto;
}

#mouse_wheel {
	border-style: solid;
	border-width: 3px;
	border-color: #ff4d00;
	border-radius: 8px;
	background-color: #ff4d00;
	/* position property required to play animation  */
	position: relative;
	height: 3px;
	width: 3px;
	/* to center wheel in mouse body */
	margin: 0 auto;
	-webkit-animation: wheel_animation 1.5s linear infinite;
	animation: wheel_animation 1.5s linear infinite;
}
/* include use -moz-, -webkit-, or -o- for respective browser type*/
@-webkit-keyframes wheel_animation {
	0% {
		opacity: 0;
		top: 2px;
	}
	50% {
		opacity: 1;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 33px;
	}
}
@keyframes wheel_animation {
	0% {
		opacity: 0;
		top: 2px;
	}
	50% {
		opacity: 1;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 33px;
	}
}

/* ========================================
  End CSS For Banner Section 
=========================================*/



/* ========================================
  CSS For 3D Slider Section 
=========================================*/
	.wrap img {
	  max-width: 100%;
	  width: 100%;
	}
	.wrap {
	  position: relative;
	  z-index: 100;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	}
	.wrap .slider {
	  position: relative;
	  z-index: 200;
	  padding: 0 0px;
	  margin: 0rem auto;
	  max-width: 1160px;
	  width: 100%;
	}
	.wrap .slick-arrow {
	  position: absolute;
	  top: 78%;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  margin-top: -25px;
	  border: none;
	  background: transparent;
	  color: #fff;
/* 	  font-family: monospace; */
	  font-size: 5rem;
	  z-index: 300;
	  outline: none;
	  border-radius: 50%;
	  border: 1px solid #FF4D00;
	  -webkit-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	 padding: 0px !important;
	}
	.wrap .slick-arrow i {
		color: #000000;
		font-size: 18px;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 50%;
		margin-top: -9px;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.wrap .slick-arrow:hover{
	  background: #FF4D00 !important;
	}
	.wrap .slick-arrow:hover i{
	  color: #fff !important;
	}
	.wrap .slick-prev {
	  left: 250px;
	  text-align: left;
	  cursor: pointer;
	}
	.wrap .slick-next {
	  right: 250px;
	  text-align: right;
	  cursor: pointer;
	}
	.wrap .item.slick-slide {
	  width: 500px;
	  -webkit-transition: -webkit-transform .4s;
	  transition: -webkit-transform .4s;
	  -o-transition: transform .4s;
	  transition: transform .4s;
	  transition: transform .4s, -webkit-transform .4s;
	  position: relative; 
	}
	.wrap .slick-slide:after {
	  content:'';
	  position: absolute;
	  z-index: 2;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  -webkit-transition: -webkit-transform .4s;
	  transition: -webkit-transform .4s;
	  -o-transition: transform .4s;
	  transition: transform .4s;
	  transition: transform .4s, -webkit-transform .4s;
	}
	.wrap .slick-center:after {
		display: none;
	}
	.wrap .item.slick-slide {
	  -webkit-transform: scale(0.7)  translate(640px);
	      -ms-transform: scale(0.7)  translate(640px);
	          transform: scale(0.7)  translate(640px);
	}
	.wrap .item.slick-slide.slick-center + .slick-slide {
	  -webkit-transform: scale(0.8) translate(-300px);
	      -ms-transform: scale(0.8) translate(-300px);
	          transform: scale(0.8) translate(-300px);
	  z-index: 10;
	}
	.wrap .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
	  -webkit-transform: scale(0.7)  translate(-640px);
	      -ms-transform: scale(0.7)  translate(-640px);
	          transform: scale(0.7)  translate(-640px);
	  z-index: 5;
	}
	.wrap .item.slick-slide.slick-active {
	  -webkit-transform: scale(0.8) translate(300px);
	      -ms-transform: scale(0.8) translate(300px);
	          transform: scale(0.8) translate(300px);
	}
	.wrap .item.slick-slide.slick-center {
	  -webkit-transform: scale(1);
	      -ms-transform: scale(1);
	          transform: scale(1);
	  z-index: 30;
	}
	.wrap .slick-center:after {
	  opacity: 0;
	}
	.wrap .slick-slide .slider_inner_content{
	  display: none;
	  margin-top: 20px;
	}
	.wrap .slick-current .slider_inner_content{
	  display: block;
	}
	.wrap .slick-slide .slider_inner_content h3{
	  color: #181B25;
	  font-size: 20px;
	  font-weight: 500;
	  margin-bottom: 10px;
	  text-align: center;
	}
	.wrap .slick-slide .slider_inner_content p{
	  color: #181B25;
	  text-align: center;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 22px;
	}
	.wrap .slick-dots{
	  padding-left: 0px;
	  margin-top: 0px;
	  display: none !important;	
	}
	.wrap .slick-dots li {
		list-style: none;
		position: absolute;
		width: 38px;
		text-align: center;
		left: 50%;
		margin-left: -19px;
		opacity: 0;
	}
	.wrap .slick-dots li.slick-active{
	  opacity: 1;
	}
/* ========================================
  End CSS For 3D Slider Section 
=========================================*/


/* ========================================
  CSS For our insights Section 
=========================================*/
.our_insights .elementor-post__card .elementor-post__thumbnail__link{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-bottom: 0px;
}
.our_insights .elementor-post__card .elementor-post__text{
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	background: #fff;
    padding: 0px 30px 0px 30px;
    position: relative;
}
.our_insights .elementor-post__card .elementor-post__title,
.our_insights .elementor-post__card .elementor-post__excerpt{
	margin-bottom: 15px !important;
}
.our_insights .elementor-post__card .elementor-post__meta-data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
    padding: 12px 15px !important;
    background: #FF4D00;
    z-index: 2;
    color: #FFFFFF;
    border: none !important;
    margin-top: 0px !important;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 10px;
    max-width: 120px;
    margin-left: auto;
    margin-right: 0;
}

.our_insights .type-our-insights .elementor-post__card{
	border-radius: 0px;
	position: relative;
    -webkit-box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%);
}
.event-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.event-wrapper .event-item{
	padding: 25px;
	background: #F5F5F6;

}
.event-wrapper .event-item-loop{
	width: 25%;
	padding:10px;
}
.event-wrapper h2{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 2px;
    margin-bottom: 5px;
	min-height: 45px;
}
.event-wrapper .event-excerpt{
font-size: 14px;
    line-height: initial;
	color: #000;
}
.event-wrapper .event-time{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.event-wrapper .event-time i{
	margin-right: 10px;
	color: #ff4d00;
}
.event-wrapper .event-name a:hover{
	color: #ff4d00;
}
 
/* ========================================
  End CSS For our insights Section 
=========================================*/




/* ========================================
  CSS For Rta News Section 
=========================================*/
.rta_news .pp-carousel-item{
	border: none !important;
}
.rta_news .pp-carousel-item:hover .pp-post-content{
	background: #FF4D00 !important;
}
.rta_news .pp-arrow-prev{
	margin-left: -320px;
}
.rta_news .pp-arrow-next{
	left: 0px;
	margin-left: -250px;
}
.rta_news .slick-arrow{
	border: 1px solid #FF4D00;
    background: transparent;
    color: #fff;
}
.rta_news .slick-arrow:hover{
    background: #FF4D00 !important;
}
/* ========================================
  End CSS For Rta News Section 
=========================================*/


/* ========================================
  CSS For Year in Review Section 
=========================================*/
.yir{
    border-top: #dfe3e9 1px solid;
    border-bottom: #dfe3e9 1px solid;
/*     font-size: 100px !important;
    line-height: 1;
    font-weight: 700;
    line-height: 120px; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center center;
    letter-spacing: -4px;
    background-image: url('images/06.jpg');
    text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}

/* ========================================
 End CSS For Year in Review Section 
=========================================*/



/* ========================================
  CSS for Insight & Details page 
=========================================*/

.our-insights-search-result-section .search-filter-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-insights-search-result-section .our-insights-search-column{

     background: #ffffff;
    -webkit-box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%);
    margin-bottom: 35px;
	position: relative;
    height: 100%;
}

.search-title{
  display:none !important;
}

.our-insights-search-result-section .our-insights-search-inner-loop{
    padding: 0px;
    width: 32%;
    margin-left: 2%;
	margin-bottom: 35px;
}


.our-insights-search-result-section .our-insights-search-inner-loop:nth-child(3n+1){
    margin-left: 0%;
}

.our-insights-search-result-section .pagination {
    width: 100%;
    text-align: center;
}

/*.our-insights-inner-content{*/
/*  padding: 30px;	*/
/*}*/

.our-insights-term-date {
    padding: 10px 10px !important;
    background: #FF4D00;
    z-index: 2;
    color: #FFFFFF;
    border: none !important;
    width: 120px;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 16px;
    /* float: right; */
    /* margin-top: -30px !important; */
    position: relative;
    /* margin-right: -30px; */
    margin-left: auto;
    margin-right: 0 !important;
}
.ourinsight-content-wrapper {
    padding: 25px 20px;
}

/* .our-insights-title{
    margin-bottom: 7px !important;
    line-height: 22px !important;	    
} */

.our-insights-title a {
    color: #000000;
    text-decoration: none !important;
    font-size: 26px !important;
    font-family: "Larken", Sans-serif !important;
}

.our-insights-excerpt p{
    color: #4E4E4E;
    margin-bottom: 0px !important;	
	font-size: 16px;
}

.our-insights-read-more{
  margin-top: 20px;	
}
.our-insights-excerpt{
	font-size: 14px;
}

.our-insights-read-more a {
    color: #FFF;
    background-color: #FF4D00;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-decoration: none !important;
    padding: 7px 15px;
    position: absolute;
    bottom: 30px;
	left:0%;
    margin-left: 20px;
}


.our-insights-read-more a:hover{
    background-color: #000 !important;
    color: #ffffff;
}

.our-insights-term-publication{
    margin-top: -50px;
    color: #FF4D00 !important;
    font-weight: 400 !important;
    text-transform: uppercase;	
	position: absolute;
}

.our-insights-term-publication i{
    color: #ff4d00;
    font-size: 13px;	
}

.our-insights-term-branding {
    max-width: 150px;
    padding-bottom: 20px;
}


.single-our-insights .elementor-post__title a:hover, .single-our-insights .elementor-author-box__name:hover{
  color: #FF4D00 !important;	
}

.single-our-insights .pp-buttons-group .pp-button{
  margin-bottom: 15px !important;	
}

.post-date .elementor-icon-list-item::marker{
 font-size: 0;
}

.post-date .elementor-icon-list-items{
  margin-left: 0px !important;	
}

.post-date{
   margin-bottom: 0px !important;	
}

.post-date .elementor-icon-list-item{
  position:relative;
  padding: 10px;	
}

.post-date .elementor-icon-list-item:after{
    content: '';
    width: 47%;
    height: 100%;
    background: rgba(255, 109, 84, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-date .elementor-icon-list-item:hover:after{
    width: 100%;
}

.related-viewpoints{
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid #02010170;
}
.related-viewpoints li{
	display:inline-block;
}
.related-viewpoints li a{
  font-size: 15px;
    color: #000;
	position:relative;
}
.related-viewpoints li:not(:last-child) a:after{
	content:",";
}
.related-viewpoints li a:hover{
	color:#ff4d00;
}
.authors_list_viewpoints .elementor-image-box-img img{
	height: 120px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.related-viewpoints .pp-posts-button {
    position: absolute;
    bottom: 24px;
    left: 0%;
    margin-left: 20px;
}
.related-viewpoints .pp-posts-button:hover{
	background: #000 !important;
}
.news-publication .pp-post-term a{
    position: absolute;
}


.type-our-insights .pp-button-icon, .type-post .pp-button-icon {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.viewpoints-authors .partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 25px;
}

.viewpoints-authors .partners-wrapper .partner-image{
    padding-right: 15px;
   	width:30%;
}

.viewpoints-authors .partners-wrapper .partner-image img {
/*     height: 120px;
    object-fit: cover;
    width: 110px; */
}

.viewpoints-authors .partners-wrapper .partner-details{
	width:70%;
    vertical-align: top;
    line-height: 16px;
}
.viewpoints-authors .partners-wrapper .partner-details .partner-name{
	font-weight:500;
}
.viewpoints-authors .partners-wrapper .partner-details > div {
    padding-bottom: 5px;
}

.viewpoints-authors .partners-wrapper .partner-details .partner-name h3 {
    font-size: 15px;
    font-weight: 600;
	
}
.single-our_deals .our_deals_member .partner-country span:last-child span,
.viewpoints-authors .partners-wrapper .partner-details .partner-country span:last-child span{
	display: none !important;
}

.viewpoints-authors .partners-wrapper .partner-designation,
.viewpoints-authors .partners-wrapper .partner-phone,
.viewpoints-authors .partners-wrapper .partner-email,
.viewpoints-authors .partners-wrapper .partner-country {
    font-size: 13px;
    font-weight: 400;
}
.viewpoints-authors .partners-wrapper .partner-country {
    font-size: 14px;
    font-weight: 600 !important;
    color: rgb(255, 77, 0) !important;    
	padding-bottom: 5px !important;
}
/*

.insight-page-post-section .pp-post-excerpt p{
  margin-bottom: 0px !important;	
}

.insight-page-post-section .pp-post.pp-grid-item{
   transition: 0.3s;	
}

.insight-page-post-section .pp-post.pp-grid-item:hover .pp-post-date, .insight-page-post-section .pp-post.pp-grid-item:hover .pp-post-title a, .insight-page-post-section .pp-post.pp-grid-item:hover .pp-post-excerpt, .insight-page-post-section .pp-post.pp-grid-item:hover .pp-posts-button{
   color: #fff !important;	
}



*/

.single-post .comments-area, .single-post .post-navigation{
    display: none !important;
}

/* ========================================
  CSS for Our Partner page 
=========================================*/
.our_partner_content .e-con-full,
.our_partner_content .e-con-boxed {
	padding-left: 0px !important;
}
.our-partners-search-result-section .search-filter-results{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.our-partners-search-result-section .our-partners-search-column{
  width: 23.5%;
  margin-left: 2%;	
  margin-bottom: 45px !important;
  position: relative;
}

.our-partners-search-result-section .our-partners-search-column:nth-child(4n+1){
  margin-left: 0%;		
}
.download_cv {
    padding: 12px 20px 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 22px;
    letter-spacing: 4px;
    background: #ff4d00;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.download_cv:hover {
    background: #3a3a3a;
    color: #fff;
}



.our-partners-search-result-section .our-partners-title{
    color: #000000 !important;
    font-weight: 600;
    margin-top: 15px;
	margin-bottom: 0px !important;
}
.our-partners-search-result-section .our-partners-title a{
    font-size: 20px !important;
	font-family: "Larken", Sans-serif !important;
	font-weight: 600 !important;
}

.our-partners-search-result-section .our-partners-excerpt {
    color: #000000 !important;
    margin-bottom: 10px !important;
    line-height: 24px;
    margin-top: 5px;
}

.single-partners .partners_information .elementor-widget-container {
	text-align: justify;
}
.single-partners .partners_information h4{
	font-size: 24px !important;
	font-weight: 400 !important;
}
.our-partners-search-result-section .our-partners-term-email{
	position:absolute;
	bottom:20px;
	right:20px;
}
.our-partners-search-thumbnail{}
.our-partners-search-thumbnail img{width:100%;}
.our-partners-inner-content {
    min-height: 300px;
    padding: 0 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.our-partners-search-result-section .our-partners-term-phone{
   color: #54595F !important;
    font-weight: 400;
    font-size: 16px;	
}

.our-partners-search-result-section .our-partners-term-email span{
    border: 1px solid #54595F;
    border-radius: 51px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    margin-left: 10px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.our-partners-search-section .sf-field-search .sf-input-text, .our-partners-search-section  select.sf-input-select{
    background: #fff !important;
    border: 1px solid #c3c3c3 !important;
    padding: 8px 8px !important;
}

.sf-input-text::-webkit-input-placeholder {
    color: #000 !important;
}

.sf-input-text::-moz-placeholder {
    color: #000 !important;
}

.sf-input-text:-ms-input-placeholder {
    color: #000 !important;
}

.sf-input-text::-ms-input-placeholder {
    color: #000 !important;
}

.sf-input-text::placeholder {
    color: #000 !important;
}

.sf-field-search::before {
    content: '';
    background: url(https://www.rajahtannasia.com/wp-content/uploads/2022/07/magnifying-glass-svgrepo-com.png) no-repeat center center/cover;
    position: absolute;
    opacity: 0.5;
    top: 22px;
    left: 210px;
    width: 20px;
    height: 20px;
}

input {
  padding: 10px 30px;
}

.mega-menu .sf-field-search::before {
	content: " " !important;
	background: none !important;
}

.mega-menu .sf-input-text {
	outline: none;
	border: 1px solid #ddd;
}

.people-search-column {
	padding-left: 18px;
}

.mega-menu .search-section.auto-suggest-searches ul li .post-description {
	display: none !important;
}
.search-suggestions.active {
	margin-top: 16px;
}
.mega-menu .search-suggestions .search-section.auto-suggest-searches ul li .post-title {
	padding-top: 10px;
}

.menu-link{
	font-family: "Inter", Sans-serif !important;
}

.our-partners-search-section .searchandfilter ul{
  margin-left: 0px;	
  display:-webkit-box;	
  display:-ms-flexbox;	
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.our-partners-search-section .searchandfilter ul li {
    display: inline-block !important;
    margin-right: 10px !important;
	width:21%;
}
.our-partners-search-section .searchandfilter ul li input,
.our-partners-search-section .searchandfilter ul li select,
.our-partners-search-section .searchandfilter ul li label{
	width:100% !important;
}
.our-partners-search-section .searchandfilter ul li.sf-field-reset, .our-partners-search-section .searchandfilter ul li.sf-field-submit{
	width:10%;
	margin-right:0px !important;
}
.our-partners-search-section .searchandfilter ul li.sf-field-reset a{
	display: block !important;
    height: 43px;
    line-height: 21px;
    text-align: center;
}
.our-partners-search-section{
  margin-bottom: 40px !important;	
}

.our-partners-search-section :focus-visible{
    outline: none !important;
}

.our-partner-details-image .elementor-widget-container{
    display: inline-block !important;
    position: relative;	
}

.our-partner-details-image .elementor-widget-container:before {
    content: '';
    display: block;
    border: 2px solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(30px, 30px);
        -ms-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
    z-index: 1;
	border-color: #1c1c25;
}

.our-partner-details-image .elementor-widget-container img{
     position: relative;
    z-index: 2;
}

.single-partners .elementor-widget .elementor-icon-list-item{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0px !important;
}

.single-partners .elementor-widget .elementor-icon-list-icon {
    margin-top: 7px;
}

.partners-details-box .pp-testimonial-outer, .partners-details-box .pp-testimonial-outer .pp-grid-item{
  height: 100%;	
}

.partners-details-box .pp-testimonial-outer .pp-grid-item{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partners-details-box .pp-testimonial-outer .pp-grid-item:hover{
  background: #FB8123 !important;
}

.partners-details-box .pp-testimonial-outer .pp-grid-item:hover .pp-testimonial-text,
.partners-details-box .pp-testimonial-outer .pp-grid-item:hover .pp-testimonial-name{
  color: #fff !important;
}

.single-partners .pp-info-list-title a:hover{
     color: #FF4D00 !important;
}


.partner-details-condition-button a.open .fa-arrow-down:before {
    content: "\f062";
}

.our-partners-term-email .fa-arrow-right:before, .our-partners-term-email .fa-envelope:before  {
    color: #54595F;
}

.partner-details-publications-column .elementor-element-populated:before{
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;	
}

.partners-blog-posts .pp-post-date{
	padding-top: 15px;
    display: inline-block;
    margin-top: 30px;
    border-top: 2px solid #0000004d;
}
.partners-blog-posts .pp-post {
	height: 100% !important;
}
.partners-blog-posts .pp-post-title{
	    min-height: 120px;
}
.partner-top-banner .elementor-icon-list-items {
	    max-width: 450px;
}
.partner-top-banner .elementor-icon-list-item {
	        display: block !important;
}
.partner-top-banner .elementor-icon-list-item .elementor-icon-list-text {
    display: block !important;
    width: 100% !important;
	text-align: left;
}
.partner-top-banner .elementor-icon-list-item .elementor-icon-list-text span{
    float: left;
    text-transform: uppercase;
    color: #ff4d00;
    width: 120px;
    text-align: left;
}

.our-partners-search-column {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.our-partners-search-column:hover {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.our-partners-search-column img {
    -webkit-transition: 0.4s ;
    -o-transition: 0.4s ;
    transition: 0.4s ;
}

.our-partners-search-column:hover .our-partners-term-email span {
    background-color: #FF621E !important;
    border: 1px solid #FF621E !important;
}

.our-partners-search-column:hover .our-partners-term-phone {
    color: #FF621E !important;
}

.our-partners-search-column:hover .our-partners-term-email .fa-arrow-right:before, .our-partners-search-column:hover .our-partners-term-email .fa-envelope:before {
    color: #fff;
}
.our-partners-search-column:hover{
    background-color: #ededee;
}
 .our-partners-search-column:hover .our-partners-inner-content {
/*     transform: translateY(-50px); */
    background-color: #ededee;
    padding-top: 10px;
} 
.our-partners-search-column .our-partners-country{
	font-weight:600;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius: 0 !important;
}

/****Our Partner Profile page****/
.our-partner-works {
	list-style-type: none;
}

/* ========================================
  CSS for Why us page
=========================================*/

.year-number-column .year-number{
    width: 50% !important;
    margin-bottom: 0px !important;
    padding: 35px 20px;	
}
.year-number.first-yn{
    border-bottom: 1px solid #FF4D00 !important;
    border-right: 1px solid #FF4D00 !important;	
}
.year-number.second-yn{
    border-bottom: 1px solid #FF4D00 !important;
}
.year-number.third-yn{
    border-right: 1px solid #FF4D00 !important;	
}
.year-number .pp-counter-number-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}




.why-us-team-section .elementor-image-box-description span{
    display: block;
    font-weight: 600;
    color: #ff4d00;
	position:relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.why-us-team-section .elementor-image-box-description span:before{
   content: "\f3c5";
   font-family: "Font Awesome 5 Free";
	position: absolute;
    left: 0;
}

.why-us-team-section .elementor-image-box-content{
  padding: 10px;	
}

.why-us-team-section .elementor-image-box-description{
 font-size: 13px;	
}

.why-us-meet-team-section .pp-tm-content {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    margin-top: -45px;
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.why-us-meet-team-section .pp-tm-name{
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;	
	margin-bottom: 0px !important;
}

.why-us-meet-team-section .pp-tm-description{
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
	margin-bottom: 0px !important;
}

.why-us-meet-team-section .pp-tm-description .title{
    color: #181B25 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;	
	line-height: 22px;
}

.why-us-meet-team-section .pp-tm-description .title2{
    font-weight: 600 !important;
    color: #FC7D1B !important;
    margin-bottom: 0px !important;	
}

.why-us-meet-team-section .pp-tm-name a{
  color: #FC7D1B !important;	
}

.heading-border-center .elementor-widget-container{
  display: inline-block !important;	
}

.why-us-our-reach-slider .pp-info-box-content-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.why-us-our-reach-slider .pp-info-box-content-wrap .pp-info-box-icon-wrap, .why-us-our-reach-slider .pp-info-box-content-wrap .pp-info-box-content{
 width: 50%;	
}

.why-us-our-reach-slider .pp-info-box-content-wrap .pp-info-box-icon-wrap{
  padding-right: 35px;
}

.why-us-our-reach-slider .swiper-pagination-fraction{
  margin-top: 30px;	
}
.viewpoints_banner_area{
	margin-top: -60px;
}

/* ========================================
  Our practices page 
=========================================*/

.our-practices-contact-section .pp-tm-content{
    background: #fff;
    padding: 12px 15px 14px 15px;
    margin-top: -10px;	
}

.our-practices-contact-section .pp-tm-name{
    color: #181B25 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
	margin-bottom: 5px !important;
}

.our-practices-contact-section .pp-tm-position {
    font-weight: 600 !important;
    color: #FF4D00 !important;
    margin-bottom: 8px !important;
}

.our-practices-contact-section .pp-tm-description{
  margin-bottom: 0px !important;
   width: 78%;
   display: inline-block;	
}

.our-practices-contact-section .pp-tm-social-links-wrap{
    width: 20%;
    display: inline-block;
    text-align: right;
    top: -5px;
    position: relative;	
}


.project-finance-list .elementor-widget .elementor-icon-list-item{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0px !important;
}

.project-finance-list .elementor-widget .elementor-icon-list-icon {
    margin-top: 7px;
}

.single-partners .post-navigation{
 display: none !important;	
}

.our-practices-meet-team-section .elementor-button-wrapper{
    text-align: center !important;
    border: 1px solid #5a5757 !important;
    background: transparent !important;	
}

.our-practices-meet-team-section .elementor-button-wrapper .elementor-button{
    background: transparent !important;
    color: #000000 !important;
    font-size: 15px !important;
	display: block !important;
}

.our-practices-meet-team-section .elementor-button-wrapper .elementor-button-content-wrapper{
    max-width: 70px;
    margin: 0 auto;
}

.our-practices-meet-team-section .elementor-button-wrapper .elementor-button-icon{
  margin-top: -2px;	
  color: #fa4c08 !important;	
}

.our-practices-meet-team-section .elementor-button-wrapper .elementor-button:hover{
    background: #000000 !important;
    color: #ffffff !important;
}

.our-deals-tab .pp-advanced-tabs-content ul{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 17px;	
}

.our-deals-tab .pp-advanced-tabs-content ul li{
    margin-bottom: 10px;
}

.our-deals-tab .pp-advanced-tabs-title.pp-tab-active{
  background: #FF4D00 !important;	
}

.our-deals-tab .pp-advanced-tabs-title.pp-tab-active:after {
    border-top-color: #FF4D00 !important;
}

/* .our-deals-post-section a.pp-posts-button{
  position: absolute;
  bottom: 27px;
}

.our-deals-post-section a.pp-posts-button:after{
    content: '';
    width: 47%;
    height: 100%;
    background: rgba(255, 109, 84, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.our-deals-post-section a.pp-posts-button:hover:after{
    width: 100%;
} */


.single .navigation.post-navigation{
  display:none !important;
}

/* ========================================
 Deal Announcements page 
=========================================*/
.our_deals .read-more{
	display: none !important;
}
.deal-announce .pp-post-meta-wrap {
    border-top-width: 0px;
    background: #FF4D00;
    width: 150px;
    top: 270px;
    position: absolute;
    margin-bottom: 0px;
	padding: 10px 10px!important;
}
.news .pp-post-title a {
    color: #FF4D00;
    border-left: 5px solid #FF4D00;
    padding-left: 5px;
}
.news .pp-post-meta-wrap {
    border-top-color: #e6e6e6;
    border-top-width: 0px;
    position: absolute;
    top:60%;
    padding: 30px
}
.news .pp-posts-skin-card .pp-post {
    border: none!important;
}

.news-buttons .pp-button {
	min-width: 130px;
}
.single-our_deals .elementor-widget-container,
.single-our_deals .elementor-widget-container p{
    font-size: 15px !important;
}


/*================================ Viewpoint Page Design =================================*/
.search-title h3{
	margin-bottom:0 !important;
}
.viewpoints-inside-section .pp-posts-skin-news .pp-post-title{
	padding-left:25px;
	border-left:2px solid #FF4D00  !important;
}
.viewpoints-inside-section .pp-posts-skin-news .pp-post-title a:after{
	content:"\f061";
	    font-family: "Font Awesome 5 Free";
     font-weight: 600;
    float: right;
    color: #ff4d00;
}
.viewpoints-inside-section .pp-posts-skin-news .pp-post-title a:hover{
	  color: #ff4d00 !important;
}

.viewpoints_banner_area .swiper-slide-contents{
	position:relative;
	padding:30px;
}
.viewpoints_banner_area .swiper-slide-contents:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border: 1px dashed #ffffff7a;
    background: #ffe2dd38;
    border-radius: 5px;
}

.single .elementor-icon-list-items.elementor-post-info{
  margin: 0px !important;	
}

.publication-post-area .pp-post-meta {
    max-width: 120px;
    float: right;
    margin-right: -30px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.news-publication .pp-post-title a, 
.publication-post-area .pp-post-title a, 
.our-partners-search-section .our-insights-title a{
	display: block;
	text-align: justify;
	font-weight: normal !important;
    line-height: 26px !important;
    margin-bottom: 10px !important;
/* 	color: #000000;
    text-decoration: none !important;
	font-family: "Larken Regular", Sans-serif !important;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    margin-bottom: 10px !important; */
}
.news-publication .pp-post-excerpt,
.publication-post-area .pp-post-excerpt,
.our-partners-search-section .our-insights-excerpt{
    text-align: justify;
/*     font-size: 16px !important; */
    line-height: 25.5px;
    color: #808080 !important;
}
/* .publication-post-area .pp-post-date {
    order: 2;
    padding: 6px 16px !important;
    background: #FF4D00;
    z-index: 2;
    color: #FFFFFF;
    border: none !important;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: auto;
} */

/* .news-publication .pp-post-meta {
    text-align: right;
    margin-right: -20px;
    margin-top: -20px;
} */
.news-publication .pp-post-meta {
    padding: 10px 10px !important;
    background: #FF4D00;
    z-index: 2;
    color: #FFFFFF;
    border: none !important;
    width: 120px;
    text-align: center;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 16px !important;
    position: relative;
    margin-left: auto;
	margin-right: -20px;
    margin-top: -20px;
}


.news-publication .pp-post-date {
    background: #FF4D00;
    color: #FFFFFF;
/*     padding: 3px 10px; */
}

.viewpoint-single-post ul {
    list-style-type: disc;
}
.news-publication .pp-post-content{
	text-align:left;
}


/* ========================================
  CSS for join us page
=========================================*/
.join-us-box .elementor-widget-wrap{
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.join-us-box .elementor-widget-wrap:hover h2{
	color: #fff!important;
}
.join-us-box .elementor-widget-wrap:hover .contact .elementor-button:after{
	width: 100%;
	background: #000;
}
.join-us-box .elementor-widget-wrap:hover span{
	color: #fff!important;
}
.contact .elementor-button{
	position: relative;
    padding: 10px 10px!important;
    display: inline-block;
}

.contact .elementor-button:after{
    content: '';
    width: 70%;
    height: 100%;
    background: rgba(255, 109, 84, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.contact .elementor-button:hover:after{
	width: 100%;
}
.contact .elementor-button span {
    
    z-index: 1111!important;
}


/* ========================================
  CSS for Our Deals page 
=========================================*/

.our-deals-search-result-section .search-filter-results,.category-post-list-rajahtann{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*margin: 0px 11px 0px 11px;*/
}

.our-deals-search-result-section .search-filter-results .our-deals-search-inner-loop, .our-deals-search-inner-loop {
	width: 32%;
	background-color: #FFF;
	padding: 30px 20px 60px 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: justify;
	margin-left: 0.666% !important;
	margin-right: 0.666% !important;
}
.our-deals-excerpt {
	font-size: 1em;
	font-weight: 400;
	position: absolute;
	height: 75px;
	overflow: hidden;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	bottom: 55px;
}
.our-deals-search-inner-loop {
	padding-bottom: 190px;
}

 
.category-post-list-rajahtann-wrap .cat-name{
    margin-bottom:20px;
    font-weight: 900;
    color: #ff4d00;
    border-radius: 5px;
	width:100%;
	text-align:left;
	font-size: 40px;
    font-weight: 500 !important;
}
.deals_search_bar{
	margin-bottom: 35px;
}
.search-filter-reset, .search-filter-submit {
    background: #FF621E;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #FF621E;
    letter-spacing: 0;
}

.search-filter-reset:hover {
    background: #262626;
    color: #fff;
    border: 1px solid #262626;
}

.our-deals-search-inner-loop .our-deals-title{
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;	
	text-align: justify;
}

.our-deals-search-inner-loop .our-deals-title a{
   color:#000000 !important;
	font-size: 20px;
	font-family: "Larken", Sans-serif !important;
}

.our-deals-search-inner-loop .our-deals-title a:hover{
   color:#FF4D00 !important;
}

.our-deals-search-inner-loop .our-deals-term-date{
	color: #808080;
/* 	margin-bottom: 20px;	 */
	position: absolute;
  	bottom: 160px;
}

.our-deals-search-inner-loop .our-deals-read-more{
  position: absolute;
  bottom: 27px;	
  left:20px;
}

.our-deals-search-inner-loop .our-deals-read-more a{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0;
    background-color: #FF6724;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    font-family: "Inter", Sans-serif;
}


.our-deals-search-inner-loop .our-deals-excerpt p{
	color:#333;
	text-align: justify;
}

.our-deals-search-inner-loop .our-deals-read-more a:hover {
    background-color: #000 !important;
    color: #ffffff;
}

.our-deals-search-result-section .pagination{
    width: 100%;
    text-align: center;	
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
    padding: 0px 3px !important;
    margin: 0px 7px !important;
}

.our-deals-search-section .searchandfilter ul{
   margin: 0px !important;	
}

.our-deals-search-section .searchandfilter ul{
   margin: 0px !important;	
  display:-webkit-box;	
  display:-ms-flexbox;	
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.our-deals-search-section .searchandfilter ul li {
    margin-right:0px !important;
}
.our-deals-search-section .searchandfilter ul li.sf-field-reset{
	margin-top:7px !important;
}
.our-deals-search-section .sf-input-select{
    min-width: 300px !important;
    background: #fff !important;
    border: 1px solid #c3c3c3 !important;
    padding: 10px 8px !important;	
}

.viewpoint_item_warper .pagination {
    width: 100%;
    text-align: center;
}

/* ========================================
  CSS for accolades page 
=========================================*/

.analysis-column-equal-height .pp-grid-item-wrap .pp-testimonial-outer, .analysis-column-equal-height .pp-grid-item-wrap .pp-testimonial-outer .pp-testimonial{
  height: 100% !important;	
}

.accolades-title .pp-post .pp-post-title a {
    font-size: 14px;
    font-weight: 600;
}

.accolades-title .pp-post .pp-post-title a:hover {
    color: #FF4D00;
}
.rt_accolades .pp-post-content,
.accolades .pp-post-content{
	text-align:left !important;
}
.rt_accolades .pp-post.pp-grid-item {
  background-color: #fff;
}
.accolades .pp-post{
  background-color: #fff;
}
.accolades .elementor-button{
	padding-top: 12px !important;
    padding-right: 15px !important;
    padding-bottom: 11px !important;
    padding-left: 15px !important;
}
.accolades .pp-post{
	padding:0px !important;
	border-radius:0px !important;
	border:0px !important; 
}
.accolades .pp-post .pp-post-thumbnail{
	margin-bottom:0px !important;
}
.accolades .pp-post .pp-post-content{
    padding: 45px 20px 0px 20px;
    position: relative;
    min-height: 245px;
}
.accolades .pp-post .pp-posts-button{
	position: absolute;
    bottom: -25px !important;
}
.accolades .pp-post{
	padding-bottom: 45px !important;
}
.rt_accolades .pp-post-title, .post .pp-post-title{
    font-size: 16px;
    font-weight: 500 !important;
    color: #000;
	text-align: justify;
}

.accolades .pp-post-title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
	line-height: 25px;
}


.justify_content p{
	text-align: justify;
}
.accolades .pp-post-excerpt{
    font-size: 16px;
    line-height: 29.7px;
    color: #4E4E4E;
}
.accolades .pp-post .pp-post-meta {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 6px 16px !important;
    background: #FF4D00;
    z-index: 2;
    color: #FFFFFF;
    border: none !important;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: auto;
}

.rt_accolades .pp-button-icon {
    margin-right: 0;
    margin-left: 0;
}
.accolades-title .pp-post.pp-grid-item {
  background-color: transparent;  
}

.accolades a.pp-posts-button{
	background-color:#FF4D00 !important;
	color:#FFF !important;
}

.accolades a.pp-posts-button:hover{
	background-color:#4e4e4e !important;
	color:#FFF !important;
}
.accolades img {
    margin: 0 auto;
    height: 100%;
}

/* ========================================
  CSS for CSR page 
=========================================*/

.csr-structure-box-section .elementor-heading-title a:hover{
  color: #FF4D00 !important;	
}


/* ========================================
  CSS for contact-us-page 
=========================================*/
.contact-info .elementor-widget-wrap:hover .pp-info-box-content{
	color: #fff!important;
}
.contact-info .elementor-widget-wrap:hover h4{
	color: #fff!important;
}
.contact-info .elementor-widget-wrap:hover h5{
	color: #fff!important;
}
.contact-info .elementor-widget-wrap:hover .pp-info-box-icon{
	background:#fff;
}
.contact-info .elementor-widget-wrap:hover i{
	color: #FF4D00!important;
}
.contact-info .elementor-widget-wrap:hover a{
	color: #fff!important;
}
.main-contact-form-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   color: #191538;
   font-size: 15px;
  
}
.main-contact-form-area input, .contact-form-area textarea{
    display: block !important;
    width: 100% !important; 
}

.main-contact-form-area input{
    background-color: transparent!important;
    border: none;
    border-bottom: 2px solid #FF4D00;
	padding: 15px;
	color: #191538;
}
.main-contact-form-area textarea{
	width: 100%;
    height: 80px!important;
    background-color: transparent!important;
    border: none;
    border-bottom: 2px solid #FF4D00;
	color: #191538;
}
.main-contact-form-area .half-form{
    width:48%;

}
.main-contact-form-area .mail{
    margin-top: -30px;
}
.main-contact-form-area .full-form{
    width:100%;
	
}
input[type="submit"]{
	width: auto!important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    color: #000000;
    background-color: #FF4D00;
    padding: 12px;
    color: #fff;
    border-radius: 0 !important;
}



input[type="submit"]:hover{
    color: #fff;
    background-color: #FF4D00;
}
.our-partners-search-section .searchandfilter ul li.sf-field-submit {
    margin-right: 0 !important;
}

.map-wrap a, .map-wrap p, .map-wrap .panel-body{
	    font-family: "Inter", Sans-serif!important;
}

/* ========================================
  Publication page 
=========================================*/

.publication-post-area .pp-post.pp-grid-item{
    -webkit-box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%) !important;
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 8%) !important;	
}

.publication-post-area a.pp-posts-button{
    position: absolute;
    bottom: 27px;
    color: #000;
    background-color: #FF4D00 !important;
	color:#FFF !important;
	left:0%;
	margin-left:20px;
}



.publication-post-area a.pp-posts-button:hover{
    background-color: #000 !important;
    color: #ffffff;
}





/* ==========CSS for Partners for Expertise Section==========*/
.partners_for_expertise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 15px; 
}
.partners_for_expertise .partners-wrapper {
    width: 24%;
    padding: 10px 10px 70px 10px;
    background: #fff;
	position: relative;
	margin-top: 15px;
}
/* .partners_for_expertise .partner-name a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
} */
.partners_for_expertise .partner-name a {
    color: #ff4d00;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-family: "Larken", Sans-serif !important;
    font-weight: 600 !important;
}
.partners_for_expertise .partner-email a {
    display: block;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    line-height: 1em;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    width: 93%;
}
.partners_for_expertise .partner-country{
	margin-top: 10px;
}
.partners_for_expertise .partner-country span{
	display: block;
}
.partners_for_expertise .partner-country i{
	color: #ff4d00;
}
/* ==========CSS for Partners for Expertise Section==========*/




/* ========================================
  CSS for Footer Section 
=========================================*/
.our_office_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.our_office_menu ul li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
}

.footer_contact_us p{
	margin-bottom: 0px;
}
.footer_contact_us a{
	color: #C8C8C8;
}
.footer_contact_us a:hover{
	color: #FF621E;
}

.copy_right a{
	color: #636363;
}
.copy_right a:hover{
	color: #FF621E;
}


/* ========================================
 End CSS for Gravity Form 
=========================================*/

#join-our-mailing-list a:hover {
	cursor: pointer;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {

    padding: 7px 12px;
    border: 1px solid #cdcdcd;
}
.gform_wrapper.gf_browser_chrome select {
    padding: 3px 10px 3px 10px;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 15px !important;
    font-weight: 500;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    width: 100%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.gform_wrapper .gform_body .gfield_checkbox li>label {
    margin-top: 0px;
    font-size: 13px !important;
    color: #000000;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border: 1px solid #cdcdcd;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 18px !important;
    opacity: 1 !important;
    color: #000000;
    font-weight: 600 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px !important;
}

.gform_wrapper .gform_page_footer {
    border-top: 1px dotted #ccc0 !important;

}

/* ========================================
 End CSS for Footer Section 
=========================================*/



/* ========================================
  Viewpoint Custom CSS 14 September...
=========================================*/

.our-insights-search-thumbnail {
    overflow: hidden;
}

.our-insights-search-thumbnail img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
/*     width: 372px; */
}
.our-insights-excerpt .read-more {
    display: none;
}
.accolades .pp-post-thumbnail-wrap {
	text-align: center;
	height:250px;
}
.accolades img {
	margin: 0 auto;
}


.accrolades-content h3 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.accrolades-content h2 {
    margin-bottom: 25px;
}

/* 
 * ###########################
 * Partner Profile
 * ###########################
 *  */

.partner-body{
	padding: 0px !important;
}
.partner-body .e-con-inner .elementor-element:first-child,
.partner-body .e-con-inner .elementor-element:first-child p{
	font-weight: 500 !important;
}
.partner-body > div:first-child,
.partner-body > div:first-child p {
    font-size: 15px;
}
.border_padding{
	padding: 20px 0px 0px 0px !important;
    border-style: solid !important;
    border-width: 1px 0px 0px 0px !important;
    border-color: #FF4D00 !important;
}


.partner-body h2{
	color: #FF4D00;
    font-family: "Larken Regular", Sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.partner-body ul{
	padding-left:10px;
	margin-bottom:0px;
}
.partner-body ul li {
	padding-bottom: 10px;
}
.partner-body p{
	margin-bottom: 15px;
} 
.elementor-kit-5 p{
	margin-bottom: 15px !important;
}
.partner-body .elementor-widget-text-editor:first-child p{
/* 	margin-bottom: 0px !important; */
}
ul li::marker {
    color: #ff4d00;
}



/* 
 * ###########################
 * practices-list Profile
 * ###########################
 *  */
.viewpoints-practices-list ul li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap:10px;
	   -moz-column-gap:10px;
	        column-gap:10px;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:start;
	color: #000000;
}
#viewpoints_with_ajax_pagination_filter h2{
	font-size: 40px;
    text-transform: capitalize !important;
	letter-spacing: 0px !important;
} 
.practices-list ul{margin:0px;}
.practices-list ul li i{color:#FF4D00;line-height:27px;}
.practices-list ul li a{
	color: #000000;
	font-size:16px;
    padding-left: 10px;
    text-transform: capitalize;
}
.practices-list ul li a:hover{
	color:#FF4D00;}

.news-deals-accoldes-tabs .pp-advanced-tabs-title{
	width:160px;
}

/*==============================
 * our-deals-section-practice
 * =============================*/
.our-deals-section-practice .pp-post{
	position:relative;
}
.our-deals-section-practice .pp-posts-button{
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -78px;
}
.our-deals-section-practice .pp-posts-button:hover{
	background-color:#FF4D00 !important;
	color:#FFF !important;
}
.our-deals-section-practice .pp-post-excerpt{
    margin-bottom: 50px !important;
}

.our-team-member-deal-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.our_deals_member {
    width: 100%;
    padding: 0px;
    background: white;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.our_deals_member .features-image{
    width: 32%;
}
.our_deals_member .our-deal-team-content{
    width: 68%;
}
.our-team-member-deal-lis:nth-child(4n+1){
	margin-left:0%;
}
.our-deal-team-content{
    background: #fff;
    padding: 12px 15px 14px 15px;

}
.our-deal-team-content .phone-email-part{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.our-deal-team-content .phone-email-part .p-email {
    border: 1px solid #FF4D00;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
	min-width: 30px;
}
.our-deal-team-content .phone-email-part .p-email i{
	font-size:1em;
}

.our-deal-team-content .team_name{
    color: #181B25 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
	line-height: 18px !important;
    padding-bottom: 5px;
}
.our-deal-team-content .p-phone{
    font-size: 14px !important;
	line-height: 18px;
}
.our-deal-team-content .partner-country{
	font-size: 14px;
    font-weight: 600 !important;
    color: #FF4D00 !important;
	line-height: 18px;
    padding-bottom: 5px;
}
.not_found_message {
	color: #4e4e4e;
	text-align: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
}

/*===================================
 * Viewpoints
 * ==================================*/


.partner_related_deals_removed .remove_related_deals {
	display: none !important;
}

.partner_related_viewpoint_removed .remove_related_viewpoints {
	display: none !important;
}

.partner_related_deals_removed .partner_sidebar .remove_element,
.partner_related_viewpoint_removed .partner_sidebar .remove_element{
	display: block !important;	
}

.rt_sub_menu .elementskit-megamenu-panel{
/* 	padding-top: 50px !important; */
} 
/*.rt_sub_menu .elementskit-megamenu-panel{*/
/*	padding-top: 0px !important;*/
/*	margin-top: -1px !important;*/
/*} */


.pp-post{
	position: relative;
}



.search-suggestions.active .search-section{
	min-height: 150px;
	max-height: 557px !important;
    overflow-y: auto !important;
}




.our_partner_loop_warper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	gap: 15px;
}
.our_partner_loop_warper .partner_single_item { 
    width: 32%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;    
	padding-bottom: 15px;
}
.our_partner_loop_warper .partner_single_item .partner_name{
    color: #ff4d00 !important;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.our_partner_loop_warper .partner_single_item .partner_short_description{
	height: 50px;
    margin-bottom: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
	margin-top: 10px;
}
.our_partner_loop_warper .partner_single_item .read_more {
    color: #FFF;	
	margin-left: 15px;
    background-color: #FF4D00;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 2px;
    text-decoration: none !important;
    padding: 7px 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
}
.our_partner_loop_warper .partner_single_item .read_more:hover {
    background-color: #4e4e4e !important;
    color: #ffffff;
}





.our_practices-template-default .elementor-tab-title,
.single-industries .elementor-tab-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.our_practices-template-default .elementor-tab-title .elementor-toggle-icon,
.single-industries .elementor-tab-title .elementor-toggle-icon{
	min-width: 15px;
}
.our_practices-template-default .elementor-toggle-item .elementor-tab-content,
.single-industries .elementor-toggle-item .elementor-tab-content{
	padding-left: 30px;
}




/* Related Viewpoint */
.related_viewpoints_warper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 100%;
}
.related_viewpoints_warper .grid_item{    
    width: 33.3333%;
    float: left;
    margin-bottom: 15px;
    padding-left: calc( 15px/2 );
    padding-right: calc( 15px/2 );
}
.related_viewpoints_warper .pp-grid-item{
    background-color: #FF4D0021;
    padding: 35px 35px 35px 35px;
    height: 100%;
}
.related_viewpoints_warper h4{
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
    margin-top: 12px;
    margin-bottom: 10px;
}
/* Related Viewpoint */


/* Related Deals */
.related_viewpoints_warper .grid_item {
    margin-bottom: 25px;
    padding-left: calc( 25px/2 );
    padding-right: calc( 25px/2 );
}
.related_viewpoints_warper .pp-grid-item {
    background-color: #ffffff;
    padding: 35px 35px 35px 35px !important;
    height: 100%;
    -webkit-box-shadow: 0 0 15px 1px rgb(0 0 0 / 11%);
            box-shadow: 0 0 15px 1px rgb(0 0 0 / 11%);
}
.related_viewpoints_warper .pp-grid-item .pp-post-term{
	color: #ff4d00;
}
/* Related Deals */ 



/* Css for all mega menu item styling except Solutions mega menu */
.megamenu_menu ul li a{
    padding-top: 0px !important;
    -webkit-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important;
    color: #fff !important;
}
.megamenu_menu ul li a:hover{
    padding-left: 15px !important;
    color: #FF4D00 !important;
}



/* Css for Rajah & Tan main site Solutions mega menu item styling */
.solutions_option ul{
    list-style: none;
/*     border-left: 1px solid #fff; */
    padding-left: 15px !important;
    margin-left: 0px;
}
.solutions_option ul li>a{
	padding-left: 0px !important;
}
.solutions_option ul li a{
    color: #fff !important;
	font-family: "Inter", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 16px;
}
.solutions_option ul li a:hover{
    color: #ff4d00;
    padding-left: 15px !important;
}
.elementskit-megamenu-panel ul li a:hover{
    padding-left: 25px !important;
}
.solutions_option ul li a:hover{
    padding-left: 15px !important;
	background: transparent !important;
}
.solutions_option ul .sub-menu{
	display: block !important;
	position: relative !important;
	background: transparent !important;
	padding-left: 0px !important;
	border-left: 1px solid #fff !important;
	min-width: 260px;
}
.solutions_option ul .sub-menu li a{
	padding-left: 15px !important;
	border-inline-start: 0px solid transparent !important;
}
.solutions_option ul .sub-menu li:hover a{
	padding-left: 25px !important;
}






/* CSS For Expertise */
.single-our_practices .elementor-cta__content{
	background-color:#ffffff;
}
.single-industries .elementor-cta__content {
    background-color: #ffffff;
}




.powerpack_breadcrumbs .pp-breadcrumbs{
	-webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important;
}

.static_breadcrumbs_alignment .elementor-icon-list-item{
	-webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}
.static_breadcrumbs_alignment .elementor-icon-list-item .elementor-icon-list-icon{
	margin-top: 7px !important;
}
.our_practices header,
.industries header{
	display: none;
}





.tooltipster-box .pp-tooltip-content h3{
	font-size: 18px;
}
.tooltipster-box .pp-tooltip-content p{
	font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.tooltipster-box .pp-tooltip-content p a{
	color: #FF4D00;
}
.tooltipster-box .pp-tooltip-content p:last-child{
	margin-bottom: 0px !important;
}

.contact_info a {
	color: #fff !important;
	font-size: 16px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-weight: 600 !important;
	line-height: 22px !important;
	margin-top: 10px;	
	border: none !important;
}
.contact_info a span{
    font-size: 18px !important;
    font-weight: 500 !important;
	color: #fff !important;
	text-transform: uppercase;
	margin-right: 60px;
	min-width: 45px;
	width: 50px;
}
.social_media a{
	    background: #ff4d00;
    color: #fff;
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
    border-radius: 50px;
	margin-right: 10px;
}
.social_media{
	margin-top: 50px;
}
.social_media a:hover{
	    background: #fff;
    color: #ff4d00;
}
.social_media a:hover i{
    color: #ff4d00;
}



.rajah_tann_viewpoint_widget{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.rajah_tann_viewpoint_widget .search_keyword,
.rajah_tann_viewpoint_widget .viewpoint_content_type,
.rajah_tann_viewpoint_widget .viewpoint_subject,
.rajah_tann_viewpoint_widget .viewpoint_country,
.rajah_tann_viewpoint_widget .submit{
	width: 19%;
}
.rajah_tann_viewpoint_widget select,
.rajah_tann_viewpoint_widget input{
	width: 100%;
	padding: 10.2px 10px !important;
	border-radius: 0px;
	height: 44px !important;
	max-height: 44px !important;
	min-height: 44px !important;
}
.rajah_tann_viewpoint_widget .submit{
	border-radius: 0px !important;
}
#ourpartners_ajax_filter_search .rajah_tann_viewpoint_widget .search_keyword,
#ourpartners_ajax_filter_search .rajah_tann_viewpoint_widget .viewpoint_subject,
#ourpartners_ajax_filter_search .rajah_tann_viewpoint_widget .viewpoint_country,
#ourpartners_ajax_filter_search .rajah_tann_viewpoint_widget .submit{
	width: 23.5% !important;
}

.capital-box .elementor-widget-container{
		height: 130px;
	}



/*===================== 
    css for Pagination  
=====================*/
.dcs-universal-pagination ul {
    margin: 0; 
    padding: 0;
}
.dcs-universal-pagination ul li {
    display: inline; 
    margin: 3px; 
    padding: 4px 8px; 
    color: #ff4d00; 
}
.dcs-universal-pagination ul li.active:hover {
    cursor: pointer; 
    color: #000; 
}
.dcs-universal-pagination ul li.selected {
    color: #000;
    font-weight: bold;
}


.colorgull_background_with_pagination .dcs-universal-pagination ul li {
	color: #fff;
}
.colorgull_background_with_pagination .dcs-universal-pagination ul li.selected,
.dcs-universal-pagination ul li.active:hover {
	font-weight: bold !important;
	color: #000;
}
.colorgull_background_with_pagination{
	background-position: bottom center;
}





/*===================== Responsive Style ====================*/
.mobile-menu-only,
.ekit-nav-menu--overlay.active{
	display: none !important;
}



/*========================== 
    CSS For Search Page 
==========================*/
.search-results h4 {
    font-size: 24px;
}
.searc_content_warper h3{
    font-size: 26px !important;  
}
.search_main_warper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.left_filter_sideabr{
    width: 25%;
}
.searc_content_warper{
    width: 75%;
    padding-left: 25px;
}
.global_search_warpar .search_single_item {
    margin-bottom: 40px !important; 
}
.global_search_warpar .search_single_item .partner_short_description {
    margin-top: 10px !important; 
    margin-bottom: 5px !important;
}
.is-show-more-results-text span {
    display: none;
}
.search .ast-archive-description {
	padding: 5px 0 20px 0 !important;
}



.related_deals_viewpoints{
	font-size: 2.5em !important;
}

.view_cat_all_btn button:hover,
#filter_reset:hover,
.rajah_tann_viewpoint_widget .submit:hover{
	background: #000000 !important;
}
.latest_feature .pp-post-terms{
	padding-left: 0px !important;
}

.site-footer{
	display: none;
}



@media screen and (max-width: 1365px) {
	.is-search-form {
		width: 170px;
	}
}

@media screen and (max-width: 1280px) {
	.top_bar_menu li a{
		padding-left: 10px !important;
    	padding-right: 10px !important;
	}
	.main_menu li a{
		padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.search_main_warper{
	    padding-left: 15px;
        padding-right: 15px;
	}
	
}	


@media screen and (max-width: 1200px) {
	.top_bar_menu li a i {
		margin-top: -3px;
	}
	.main_menu li a {
		padding-left: 12px !important;
		padding-right: 12px !important;
		font-size: 13px !important;
	}
	/*.header_section{*/
	/*	padding-left: 15px !important;*/
	/*}*/
	.top_bar_menu li a {
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 11px !important;
	}
	.wrap .slick-prev {
		left: 50%;
		margin-left: -320px;
	}
	.wrap .slick-next {
		right: 50%;
		margin-right: -320px;
	}
	.our_insights .elementor-post__excerpt p {
		height: 70px;
		overflow: hidden;
	}
	.our_insights .elementor-post__card .elementor-post__meta-data {
		margin-top: -30px !important;
	}
	.rta_news .pp-arrow-prev {
		margin-left: -50px;
		left: -25%;
	}
	.rta_news .pp-arrow-next {
		left: -25%;
		margin-left: 0px;
	}
	.capital-box h2{
		font-size: 20px!important;
	}
	.capital-box .elementor-widget-container{
		height: 150px;
	}
}




@media screen and (max-width: 1053px) {
	.our-partners-search-section .searchandfilter ul li.sf-field-reset{
		width:auto;
	}
	.elementor iframe{
    margin-top: 20px!important;
}
}


@media screen and (min-width: 768px ) and (max-width: 1053px) {
	.sf-field-search::before {
		left: 134px;
	}
}

@media screen and (max-width: 1024px) {
	#header-section .top_bar_menu li a {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 11px !important;
	}
	#header-section .is-search-form {
		width: 100%;
		float: right;
		margin-right: 0;
	}
	#header-section .top_bar_menu .elementskit-submenu-indicator{
		padding: 4px 0px;	
	}
	
	#main-header-section .is-search-form {
		width: 70%;
		margin-right: 0;
	}
	#main-header-section .is-search-form input{
		height: 35px;
		border-radius: 0 !important;	
	}
	#main-header-section .is-search-form .is-search-icon{
		top: -4px;
		height: 35px;
		position: relative;
		border-radius: 0 !important;
	}
	#main-header-section .is-search-form .is-search-icon svg{
		height: 35px;
	}


	
	/* Mega Menu humber icon line height */
	.rta_menu .elementskit-menu-hamburger{
		background: #fff !important;
	}
	.elementskit-menu-hamburger{
		width: 40px !important;
		padding: 10px 8px 10px 8px !important;
	}
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
		height: 3px !important;
		background-color: #FF4D00 !important;
	}
	.elementskit-menu-toggler:hover, 
	.elementskit-menu-toggler:focus{
		background: #ff4d00 !important;
  		border-color: #ff4d00 !important;
	}
	.elementskit-menu-toggler:hover .elementskit-menu-hamburger-icon,
	.elementskit-menu-toggler:focus .elementskit-menu-hamburger-icon{
		background-color: #fff !important;
	}
	
	.elementskit-menu-close {
		background-color: #FF4D00 !important;
		border-style: solid !important;
		border-color: #FF4D00 !important;
		color: #FFFFFF !important;
	}
	.ekit-menu-nav-link .elementskit-submenu-indicator{
		border: none !important;
		margin-left: unset !important;
	}
	
	
	.mobile-menu-only{
		display: block !important;
	}
	#main-header-section .elementskit-dropdown{
		display: block;
	}
	#main-header-section .elementskit-menu-overlay{
		display: none !important;
	}
	
	#viewpoint-menu #menu-header-main-menu{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#about-menu .elementskit-navbar-nav{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.elementskit-dropdown-has>a{
	    display: inline-block !important;
	}
	.elementskit-dropdown-has>a .elementskit-submenu-indicator{
	    position: absolute !important;
        left: 15px;
        top: 12px;
        width: 100%;
        text-align: right;
	}
	
}


@media screen and (max-width: 1023px) {
	
	.map-wrap .col-xs-12, .map-wrap .col-sm-8, .map-wrap .col-xs-8, .map-wrap .col-sm-4{
		width: 100%!important;
		padding-left: 20px;
        padding-top: 45px;
	}
	.elementor-46466 .elementor-element.elementor-element-c347be5 li a {
        color: #000!important;
    }
    
	.our_partner_loop_warper .partner_single_item {
        width: 48%;
    }

}	


@media screen and (max-width: 767px) {
    #main-header-section .submenu-click-on-icon{
		padding: 0 7px;
	}
	#main-header-section .is-search-form {
		width: 100%;
		margin-right: 0;
	}
	
	#header-philippines .elementskit-menu-hamburger{
		width: 40px;
		padding: 10px 8px 10px 8px;
	}
	#header-philippines .elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
		height: 2px;
	}
	#header-philippines .elementskit-menu-overlay{
		display: none !important;
	}
	
	#home-banner-section .swiper-slide-inner img{
	width: 100%;
	}
	
	#footer-section .elementor-nav-menu a{
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	#footer-section .our_office_menu ul li {
		width: 100%;
	}
	#footer-section h2{
		margin-bottom: -14px;
	}
	.elementor-location-footer li a{
		display: block !important;
		text-align: center !important;
	}
	.our-partners-search-section .searchandfilter ul li {
		width: initial;
	}
	.sf-field-search::before {
		left: 155px;
	}
	#viewpoints_with_ajax_pagination_filter h2 {
    font-size: 28px!important;
		text-align: center;
}
	.elementor-element.elementor-element-c347be5 .elementskit-menu-container {
        background: #000;
    }
	.partner-details{
		text-align: left;
	}
	.rajahtan-about-tab .elementor-tab-content {
        text-align: center;
    }
	.join-video-section .e-inner-tab-content .e-inner-tab-text {
    text-align: center;
}
	.capital-box .elementor-widget-container {
    border-width: 0px 0px 0px 0px!important;
}
	.our-partners-search-section .our-insights-excerpt {
        text-align: left;
    }
	.our_viewpoints_button_option .pp-buttons-group a{
		min-width: 222px !important;
	}
	.partner-top-banner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.partner_left_info {
		padding-bottom: 0px !important;
	}
	.partner_right_info {
		padding-top: 0px !important;
	}
	.partner_left_info h2{
		font-weight: bold !important;
  		font-size: 22px !important;
	}
	.remove_social_media {
        margin-top: -20px;
		background: #F1FAE5;
		padding: 30px 15px;
	}
	.remove_social_media .social_media{
		display: none;
	}
	.contact_info a:first-child{
		margin-top: 0px !important;
	}
	.contact_info a {
  		color: #000 !important;
		font-size: 13px !important;
		font-weight: 500 !important;
	}
	.contact_info a span {
		font-size: 13px !important;
		font-weight: 700 !important;
		color: #000 !important;
		margin-right: 5px;
/* 		text-transform: uppercase;
		margin-right: 60px;
		min-width: 55px; */
	} 
	
	.pp-posts-thumbnail-ratio .pp-post-thumbnail img {
/* 		height: auto !important; */
	}
	.pp-posts-container .pp-post-thumbnail-wrap {
        padding-bottom: calc(0.70* 100%) !important;
    }
	.partner-top-banner{
		padding-left: 0px !important;
		padding-right: 0px !important;
	} 
	.partner_right_info {
		padding-bottom: 0px !important;
	}
	.partner-top-banner .e-con-inner{
		padding-bottom: 0px !important;
	}
	.partner-top-banner .partner_right_info {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.partner_left_info {
		padding-left: 30px;
		padding-right: 30px;
		gap: 10px !important;
	}
	.partner_designation h4{
		text-transform: capitalize !important;
		font-size: 14px;
	}
	.firm_name_partner h4{
		text-transform: capitalize !important;
		font-size: 14px;
	}
	.partner_right_info .elementor-widget-image{
		padding-left: 30px;
		padding-right: 30px;
	}
	.partner_left_info h2{
		text-transform: capitalize !important;
	}
	.partner_left_info h2, .partner_left_info h4{
		text-align: left !important;
	}
	.partner_left_info .elementor-widget-container{
		margin: 0px !important;
	}
	.search-results h4 {
        font-size: 18px;
    }
    .left_filter_sideabr {
        width: 100% !important;
    }
    .searc_content_warper {
        width: 100% !important;
        padding-left: 0px;
    }
    .our_partner_loop_warper .partner_single_item {
        width: 48%;
    }
    #filter_result{
        margin-bottom: 25px !important;
    }
    #filter_result .second_lavel{
        padding-left: 15px !important;
    }
    .search_main_warper {
        display: block;
    }

    
    /*.single-our_practices .our_practices_related_details_info,*/
    /*.single-our_practices .our_practices_related_details_info p,*/
    /*.single-our_practices .rajah-font-larken-regular{*/
    /*    text-align: justify !important;*/
    /*}*/
}





@media screen and (max-width: 575px) {
	
	.rajah_tann_viewpoint_widget .submit{
		min-height: 44px;
		height: 44px;
		max-height: 44px;
	}
	
}




@media screen and (max-width: 480px) {
    .our_partner_loop_warper .partner_single_item {
        width: 100%;
    }
    .search .ast-archive-description {
        padding: 0px 25px 25px !important;
    }
	div.is-ajax-search-details, div.is-ajax-search-result {
		display: none;
		height: auto;
		width: 500px;
		max-width: 100%;
		position: absolute;
		z-index: 999999;
		background: #e2e2e2;
		color: #313131;
		padding: 5px;
		left: 50% !important;
		width: 300px !important;
		margin-left: -150px !important;
		margin-top: 16px;
	}
}




@media screen and (max-width: 365px) {
    .scam_alert a{
        width: 40px !important;
    }
}







@media print {
  	@page { 
		margin: 30px 20px 40px 20px;
  		display:block;
  	    size: A4;
  	}
	a[href]:after {
        content: none !important;
		opacity: 0px !important; 
    }
    p, h1, h2, h3, h4, h5, h6{
        color: #000000 !important;
    }
	.partner_left_info h2{
		font-size: 36px !important;
		letter-spacing: 0px !important;
		text-transform: capitalize !important;
	}
	
	.print_header_logo{
		display: block !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.print_header_logo .e-con-inner{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.partner_qr_code{
		display: block;
		width: 250px;
		/* Some browsers use different names for the same property */
	}
    .v_card_qr_code{
		display: block;
		/* Some browsers use different names for the same property */
		page-break-before: avoid;
		page-break-inside: auto;
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		     break-inside: avoid;
		-webkit-column-break-inside: avoid;
		/*  break-before: always; */
		max-height: calc(100vh - 50px);
		 
    }
    .e-con-inner{
        display: block !important;
    }
    .e-flex{
        display: block !important;
    }
    ul{
        width: 100% !important;
        display: block !important;
        position: relative !important;
    }
    .location_headeing{ 
        margin-top: 20px !important;
        width: 100% !important;
        display: block !important;
        position: relative !important;
	}
	.location_headeing .elementor-widget-container{
		padding-bottom: 0px !important;
	}
	.viewpoints-practices-list{
		margin-bottom: 15px;
	}
    .partner-body *{
        margin: 0px !important;
        line-height: normal !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        min-height: auto !important;
    }
    .breadcrumbs_print div{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
	.partner-body ul{
	    padding-left: 20px !important;
	}
	.elementor-location-header,
	.elementor-location-footer,
	.remove_related_deals,
	.remove_related_viewpoints, 
	.download_cv_remove,
	.remove_social_media .social_media{
	    display: none !important;
	}
	.partner-top-banner{
		height: 230px;
	}
	.partner-top-banner .e-con-inner .elementor-column{
		display: inline-block !important;
	}
	.partner-top-banner .e-con-inner .partner_left_info{
		width: 65% !important;
		float: left !important;
	}
	.partner-top-banner .e-con-inner .partner_right_info{
		width: 35% !important; 
		float: right !important;
	} 
	.partner-top-banner .e-con-inner .partner_right_info img{
		width: 250px;
	}
	.contact_info{
		display: table !important;
	}
	.contact_info a {
		color: #000 !important;
	}
	.partner_designation{
		margin-top: 15px;
		margin-bottom: 15px !important;
	}
	.partner_sidebar .elementor-widget-container{
		margin-top: 0px !important;
		margin-bottom: 15px !important;
	}
	.breadcrumbs_print .e-con-inner{
		margin-top: -30px !important;
	}
	.breadcrumbs_print .e-con.e-flex > .e-con-inner{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.contact_info a, .contact_info a span{
		font-size: 14px !important;
	}
	.contact_info a span {
		color: #00002f !important;
		margin-right: 20px;
	}
	.partner_right_info .remove_social_media, .progress-wrap{
		display: none !important;
	}
	.remove_social_media {
		display: block !important;
	}
	.hide-for-backend{
	    display: none !important;
	}
	.partner_left_info h2{
		text-transform: capitalize !important;
	}
	.partner_left_info h2, .partner_left_info h4{
		text-align: left !important;
	}
	
	
	/* 	CSS for viewpoint print option  */
	#viewpoint_remove_print_option{
		display: none;
	}
	.viewpoint_title_section{
		height: 120px !important;
	}
	.viewpoint_title_section h1{
		line-height: 32px !important;
	}
	.viewpoint_title_section, .viewpoint_title_section div{
		display: block !important;
		width: 100% !important;
		text-align: left !important;
	}
	.viewpoint_title_section .elementor-widget-container{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		padding: 25px 25px 25px 0px !important;
	}
	.practices-list{
		display: block;
		page-break-before: avoid;
		page-break-inside: auto;
		page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		max-height: calc(100vh - 50px);
	}

}

/* 16 Sep 2025 - Added by Wallace to fix partner banner not growing to full width */
@media (min-width: 922px) { 
	.site-content .ast-container .partners {
			flex: 1;
	}
}









