/*!
Theme Name: Praxis
Theme URI: http://underscores.me/
Author: Webline
Author URI: https://weblinedesigns.com/
Description: Theme for Praxis Inc.
Version: 1.1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: praxis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Praxis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* 
font family */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');

/* Playfair */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

@font-face {
	font-family: 'BlackerDisplay';
	src: url('./assets/fonts/BlackerDisplay-Bold.eot');
	src: url('./assets/fonts/BlackerDisplay-Bold.eot') format('embedded-opentype'), url('./assets/fonts/BlackerDisplay-Bold.woff2') format('woff2'), url('./assets/fonts/BlackerDisplay-Bold.woff') format('woff'), url('./assets/fonts/BlackerDisplay-Bold.ttf') format('truetype'), url('./assets/fonts/BlackerDisplay-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: '';
	src: url('./assets/fonts/MyriadPro-Regular.eot');
	src: url('./assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/MyriadPro-Regular.woff2') format('woff2'), url('./assets/fonts/MyriadPro-Regular.woff') format('woff'), url('./assets/fonts/MyriadPro-Regular.ttf') format('truetype'), url('./assets/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/********************** GRID STYLESHEET **********************/


.resources .ppri-bghover:hover * {
    color: #fff !important;
}

.resources .ppri-bghover a{

color:#000 !important;
text-decoration-color: #000 !important;	
border-color: #000!important;	

}


.resources .ppri-bghover:hover a {

	text-decoration-color: #fff !important;	
	
}

.resources .elementor-column >div{

padding:20px !important;

}


.single-item-wrapper .tss-meta-info{

	display:none;

}

.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name{
height:74px!important;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
    left: 12px!important;
	margin-left:15px!important;
}




li#mega-menu-32-0-1 {
    display: none !important;
}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	max-width: 1140px;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height:0px;
	padding-right: 5px;
	padding-left: 5px;
}











/* General CSS Start */

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
img{
	object-fit:fill !important;
}
body {
	overflow-x: hidden !important;
}
html{
	overflow-x: hidden;
}
a.skip-link.screen-reader-text,
h1.page-title,
h1.entry-title {
	display: none;
}

.ppri-flex {
	display: flex;
	align-items: center;
	padding-left:7px
}

:root {
	/* color */
	--primary-color: #0d1c40;
	--heading-color: #000000;
	--copyright-color: #09132c;
	--white-color: #fff;
	/* font-family */
	--worksans: 'Work Sans', sans-serif;
	--myriadpro: 'Myriad Pro';
	--BlackerDisplay: 'BlackerDisplay';
	--PlayfairDisplay: 'Playfair Display', serif;
}

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

.page-content {
	display: none;
}


/* General CSS End */


/* header start */
header{
	transition: 0.5s ease-in-out;
}
.mega-menu-menu-1-mobile-open 
#mega-menu-wrap-menu-1 .mega-menu-item > a.mega-menu-link:hover{
	color:#0d1c40 !important;
}

header .ppri-primhead-main {
	position: relative;
}

.ppri-primhead-main div#mega-menu-wrap-menu-1 {
	top:14px;
	transition: 0.5s ease-in-out;
}

header .ppri-sechead-main,
header .ppri-primhead-main {
	font-family: 'Work Sans', sans-serif;
}

.ppri-sechead-main {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	border-top: solid 6px var(--primary-color);
}

.ppri-sechead-main .col-md-2 {
	color: #fff;
	/*background-color: var(--primary-color);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%, 6% 100%) !important;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%, 6% 100%) !important;*/
/* 	max-width: 657px; */
	float: right;
	z-index:1;
	max-height:24px;
	padding: 0px 7px 8px 7px;
	background: url(assets/img/secondary-menubar.png) no-repeat;
	background-position: left;
	background-size: cover;
}
ul#Secondary li ul.sub-menu {
  background: #0d1c40;
  position: absolute;
  top: 160%;
  left: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 15px 10px;
	transition: 0.5s all;
}
ul#Secondary li:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
}
ul#Secondary li ul.sub-menu:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #0d1c40;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
ul#Secondary li ul.sub-menu li {
  padding-bottom: 5px;
}
ul#Secondary li ul.sub-menu li:first-child:after {
  display: none;
}
.ppri-sechead-main a.phone-sec {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 19.72px;
	margin: 0px 2vw 0px 5px;
}

.ppri-sechead-main p {
	flex-wrap: wrap;
}

.ppri-primhead-main .ppri-flex img {
	width: 100%;
	object-fit: contain;
}

.ppri-primhead-main #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	font-size: 18px !important;
	font-weight: 500;
	padding: 0px 6px 0px 8px;
	font-family: var(--worksans);
}
header .ppri-primhead-main .ppri-flex{
	transition:0.8s ease-in-out;
	height: 113px;
	justify-content: space-between;
}
header .ppri-primhead-main .ppri-flex p.ppri-flex {
	font-size: 15px;
	line-height: 17.72px;
	margin: 0px 9px;
	font-weight: 500;
}

header .col-md-5.ppri-nopadding {
	padding: 0px;
}

header .ppri-nopadding ul#Secondary {
	display: flex;
	list-style: none;
	margin-left: 0px;
	font-size: 14px;
	line-height: 19.72px;
	padding-left: 8px;
	position: relative;
}

header .ppri-nopadding ul li a {
	padding: 0px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-family: var(--worksans);
	text-transform:capitalize;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	text-align: center !important;
}

header #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	 margin-top: 22px;
}

header a.mega-menu-link {
	border-radius: 25px !important;
	position: relative;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 14px;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 
li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	display: none !important;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
	position: absolute;
	bottom: -33px;
	right: 41px;
	font-size: 63px;
	visibility: hidden;
	transform: translate(0, -2px);
	transition: opacity 400ms ease-in, transform 400ms ease-in, visibility 400ms ease-in;
}

header #mega-menu-menu-1 a.mega-menu-link:hover:before {
	visibility: visible !important;
	transform: translate(0, 2px);
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

header .ppri-primhead-main .ppri-none p {
	font-size: 15.78px;
	line-height: 19.72px;
	font-weight: 500;
	font-family: var(--worksans);
	color: var(--primary-color);
	transition: 0.8s ease-in-out;
}
header .mega-sub-menu .mega-current-menu-item,
.mega-sub-menu .mega-current-menu-item a
{
	background-color:#bde9c0!important;
	color: #0d1c40 !important;
	border-radius:25px !important;
	font-weight:700 !important;
	
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		width: fit-content;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
	display: flex;
  justify-content: center;
}
.ppri-sticky.sticky-header .ppri-primhead-main #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after{
	display: none !important;
}
.ppri-primhead-main #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
	font-family: "Fontawesome";
	content: "\f0d8";
	display: block;
	position: absolute;
	font-size: 30px;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

header .mega-menu-item-has-children:hover a.mega-menu-link::after {
	display: block !important;
}

header #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	text-align: center !important;
	font-size: 18px;
	line-height: 25px;
}

header a:hover {
	opacity: 0.8;
}
.ppri-primhead-main .ppri-flex img{
	object-fit:contain !important;
}
header .mega-sub-menu li a
{
	padding:5px !important;
} 
/* primary sub-menu  */

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > 
li.mega-menu-row{
	padding-right:20px;
}
header #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    margin-top: 24px;
}
.praxis-reverse-img img{
	position:absolute;
	bottom:-460px;
	top:0px;
	left:0px;
	right:20px;
}
/* primary sub menu end */

/* sticky header */

.ppri-sticky {	
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff !important;
	z-index: 99;
	box-shadow: 0px 0px 10px #cccccc94;
	animation: 1s ease-out 0s 1 slideInFromTop;
}
main#primary {
  padding-top: 113px;
}

/* header animation */



@keyframes slideInFromTop {
	0% {
		transform: translateY(-100%);
		opacity: 0.6;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

header .ppri-nopadding ul li a {
	font-size: 14px;
	line-height: 19.72px;
}

header .ppri-displaynon {
	display: none;
}


/* home slider	start */

.ppri-overlay-main {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
/* 	background: linear-gradient(90deg, rgba(255, 255, 255, 0.7903536414565826) 42%, rgba(255, 255, 255, 0.4150035014005602) 60%); */
}

.ppri-content-main {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	width: 50%;
	padding: 40px;
}

#ppri_sat_slider div#ppri_sat_slider_slide01 {
	height: 100vh !important;
	min-height: 100vh !important;
}

#ppri_sat_slider .ppri-content-main h1 {
	font-size: 40px;
	line-height: 46.42px;
	color: var(--heading-color);
	font-weight: 500;
}

#ppri_sat_slider .ppri-content-main p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 30px;
	color: var(--heading-color);
	font-family: var(--worksans);
}

#ppri_sat_slider .ppri-content-main button {
	background-color: transparent;
	padding: 18px 80px;
	margin-top: 35px;
	border: solid 2px var(--primary-color);
	color: var(--primary-color);
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	transition: all .3s;
}
.ppri-hmbtn a{
	padding: 18px 80px!important;
}
#ppri_sat_slider .ppri-content-main .ppri-hmbtn:hover,
.ppri-hmbtn a.elementor-button-link.elementor-button:hover {
	background-color: var(--copyright-color);
	color: #fff;
	transition: 0.5s ease-in-out !important;
}


/* home slider end */


/* text box section home start*/

.ppri-textboxmn h2 {
	font-family: var(--PlayfairDisplay);
	margin: 0px 0px 10px 0px;
	font-size: 25px;
	line-height: 29.52px;
	text-transform: capitalize;
}

.ppri-textboxmn a {
	color: var(--primary-color);
	font-size: 16px;
	line-height: 30px;
	text-decoration: underline !important;
}

.ppri-bghover:hover .elementor-widget-wrap.elementor-element-populated {
	/* background-color: turquoise; */
	transform: translateY(-20px);
	transition: 0.8s ease-in-out !important;
}
.ppri-bghover .elementor-widget-wrap.elementor-element-populated {
    transition: 0.8s ease-in-out !important;
}
.ppri-bghover:hover .ppri-textboxmn a,
.ppri-bghover:hover .ppri-textboxmn h2 {
	color: #fff !important;
}
.ppri-textboxmn h2{
	text-overflow: ellipsis;
    max-width: 75ch;
    white-space: break-spaces;
}

.ppri-textboxmn {
    max-height: 120px;
    min-height: 70px;
/* 	max-width: 189px; */
    overflow: hidden;
}
.ppri-textboxmn.alter {
    min-height: 100%;
}
.ppri-textboxmn-a a{
	font-size:16px;
	line-height:30px;
	color:#0d1c40;
	text-decoration:underline !important;
	font-weight:500;
}
.ppri-bghover:hover .ppri-textboxmn-a a{
	color:#fff;
}

/* text box section end */


/*client logo section */

.ppri-cls-hover:hover img.attachment-large.size-large {
	filter: brightness(0) invert(1);
}


/* client logo section  end*/


/* home articles slider */

.ppri-articles-slider .slick-dots li.slick-active button:before{
	content: ' ';
	font-size: 120px;
	line-height: 0px;
	padding: 0px;
}
.ppri-articles-slider .slick-dots li button:before{
	content:'' !important;
	width: 45px;
	height:4px;
	background-color:#000;
}
.ppri-articles-slider .slick-active button:before{
	background-color: #bbbcbe;
}
.ppri-articles-slider .slick-dots{
	 bottom: -48px;
}
/* scrollbar hide on mobile-view */
.mega-menu-menu-1-mobile-open{
	 overflow-y: hidden;
}
.ppri-articles-slider .slick-dots li {
    width: 51px;
}

.ppri-articles-slider button,
.ppri-articles-slider button:hover,
.ppri-articles-slider .elementor-kit-98 button:focus {
	background-color: transparent !important;
}

.ppri-articles-slider {
	margin: 50px 20px !important;
}


/* home clients logo slider */

.ppri-clientslogo .slick-dots li.slick-active button:before,
.ppri-clientslogo .slick-dots li button:before {
	content: '-';
	font-size: 120px;
	line-height: 0px;
	padding: 0px;
}

.ppri-clientslogo .slick-dots li {
	width: 30px;
}

.ppri-clientslogo button,
.ppri-clientslogo button:hover,
.ppri-clientslogo .elementor-kit-98 button:focus {
	background-color: transparent !important;
}

.ppri-clientslogo .elementor-element-populated {
	margin: 0px 0px !important;
}

.ppri-clientslogo .slick-slide {
	padding: 20px 20px 30px 20px;
}

.ppri-clientslogo .slick-dots {
	margin-bottom: -45px;
}


/* home clients logo slider end */

/* client logo slider elementor */

.ppri-hm-carasol figure.swiper-slide-inner{
	
	-webkit-box-shadow: 0px 0px 23px -13px hsl(0deg 0% 70% / 82%)  !important ;
	-moz-box-shadow: 0px 0px 23px -13px hsl(0deg 0% 70% / 82%)  !important;
	box-shadow:0px 0px 23px -13px hsl(0deg 0% 70% / 82%)  !important;
	transition: 0.5s all;
}

.ppri-hm-carasol figure.swiper-slide-inner:hover {
	background: #092a6d;
}
.ppri-hm-carasol figure.swiper-slide-inner:hover img{
	filter:brightness(1) invert(0);
}
.ppri-hm-carasol .swiper-slide {
	padding: 15px;
}
.ppri-hm-carasol .swiper-slide img{
	padding: 5px;
    object-fit: fill;
}
.ppri-hm-carasol .swiper-pagination-bullet{
	width: 45px !important;
	height: 4px !important;
	border-radius: 0px;		
}
.ppri-hm-carasol .swiper-container {
	padding-bottom: 77px !important;
	padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.ppri-hm-carasol .swiper-slide{
	padding: 18px 15px;
}
.ppri-hm-carasol .elementor-95 .elementor-element.elementor-element-93accf8 .swiper-wrapper{
	justify-content:center !important;
}

/* clients logo slider elementor end */

/* sub pages css start */

h2.ppri-blackerdisplay.page-subtitle {
	position: relative;
	margin: 0px;
	font-size: 40px;
	line-height: 46.52px;
	word-break: break-all;
	text-transform: capitalize;
}

.ppri-bannermn .elementor-widget-wrap.elementor-element-populated {
	position: relative;
	height: 357px;
	overflow: hidden;
}

.ppri-subpg-abs {
	position: absolute !important;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.24413515406162467) 42%, rgba(255, 255, 255, 0.13489145658263302) 60%);
	bottom: 0;
	top: 0;
	height: 100%;
}

.ppri-bannermn-height img {
	height: 357px !important;
	max-width: 100%;
	object-fit: cover !important;
}

.ppri-bannermn-height {
	position: relative;
}

.ppri-bannermn .elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}

.ppri-changecolor {
	background-color: #fff !important;
}
.ppri-sticky.sticky-header ul.mega-sub-menu{
	margin-top: 8px !important;
}

/* sidebar */

h3.sidebar-heading {
    padding-bottom: 0!important;
}



.ppri-widgets-cont h3 {
	color: var(--primary-color);
	font-size: 52.5px;
	line-height: 70px;
	font-weight: 600;
	font-family: var(--worksans);
	padding-bottom: 15px;
}

.ppri-widgets-cont h2 {
	font-size: 35px;
	line-height: 60px;
	color: var(--primary-color);
}

.ppri-widgets-cont p {
	font-size: 22px;
	line-height: 30px;
	color: #666666;
	font-family: var(--worksans);
}

.ppri-widgets-cont i {
	color: #f6bc5b;
	font-size: 15px;
}

.ppri-author-img {
	height: 60px;
	width: 60px;
	background: #d7ddff;
	border-radius: 50%;
}

.ppri-author-img {
	margin-right: 20px;
}

.ppri-author {
	margin-top: 33px;
}
.ppri-testimonials{
	margin-top: 50px;
}
.ppri-testimonials p {
	font-size: 16px;
	line-height: 28px;
	color: var(--heading-color);
}

.ppri-testimonials .ppri-content p:first-child {
	font-weight: 700;
	color: var(--primary-color);
	font-size: 16px;
	line-height: 36px;
}

.ppri-testimonials .ppri-content p:last-child {
	font-weight: 400;
	color: #add6b5;
	font-size: 16px;
	line-height: 36px;
}


/* sub pages css end */

.mega-menu-menu-1-mobile-open .ppri-sticky {
	background-color: #fff !important;
}

.ppri-blackerdisplay,
.ppri-blackerdisplay h2.elementor-heading-title, 
.ppri-blackerdisplay h3.elementor-heading-title, 
.ppri-blackerdisplay h4.elementor-heading-title{
	font-family: var(--PlayfairDisplay) !important;
}
.ppri-blackerdisplay h3.elementor-heading-title {
  font-size: 32px !important;
}
header .mega-menu-menu-1-mobile-open 
#mega-menu-wrap-menu-1 .mega-menu-item > a.mega-menu-link:hover{
	color:#0d1c40 !important;
}
header #mega-menu-wrap-menu-1 
#mega-menu-menu-1>li.mega-menu-item{
	margin: 0 21px 0 0;
}
/* header end */
.articles-hover:hover{
	background-color: #E5E5E5;
}	
.ppri-hm-carasol figure.swiper-slide-inner{
	transition:0.8s ease-in-out;
}

/* footer start */

footer {
	margin-top: 70px;
}

footer .ppri-footermn {
	background-color: var(--primary-color);
	padding: 60px 0px;
	color: #fff;
}

footer .ppri-footermn a {
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 10px 10px;
}

footer .ppri-footermn p {
	font-size: 14px;
	line-height: 25px;
	font-family: var(--worksans);
	font-weight: 400;
}

footer .ppri-footermn li {
	display: inline-block;
	list-style: none;
}

footer .ppri-footermn li img {
	height: 20px;
	object-fit: contain;
}

footer .ppri-logo {
	filter: none;
	width: fit-content;
	object-fit: contain;
	padding-right: 50px;
}
footer .col-md-4{
	padding:0px;
	margin:0px;
	padding-right:40px;
}
footer .ppri-ftflex .col-md-3{
	padding:0px;
	margin:0px;
	padding-right:45px;
}
footer .ppri-ftflex {
	display: flex;
	align-items: center;
}

footer a:hover {
	opacity: 0.6;
}

footer .ppri-margin0 a {
	margin-bottom: 0px !important;
	font-size: 16px;
}

footer .ppri-margin0 img {
    width: 25px;
}

footer .ppri-margin0 {
	margin: 0px 0px 10px 0px;
}

footer .ppri-footermn li i{
	font-size:20px;
	padding:0px 3px !important;
}

footer img.custom-logo{
	max-width:100%;
	filter: brightness(0) invert(1);
	height: 100%;
}

footer .col-md-4 {
    padding: 0px 15px;
}
footer .ppri-ftflex .col-md-3 {
    padding:0px 15px;
}
footer .ppri-ftflex .ppri-social {
  padding:9px 15px;
}
footer .ppri-logo a:hover{
	opacity:1;
}
footer .ppri-logo img{
	max-width:100%
}
/* copyright */

.ppri-copyrightmn {
	max-height: 71px;
	padding:22px;
	background-color: var(--copyright-color);
	color: var(--white-color);
	text-align: center;
	font-family: var(--worksans);
	font-weight: 400;
	font-size: 14px;
	line-height: 31px;
}

.ppri-copyrightmn a {
	color: var(--white-color);
}

.ppri-siteby {
	padding-left: 30px;
}

.ppri-overlay-main .ppri-content-main h1.ppri-blackerdisplay,
.ppri-overlay-main .ppri-content-main button.ppri-hmbtn, 
.ppri-overlay-main .ppri-content-main p{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

/*
 * Mozilla Media Query
 * */
@-moz-document url-prefix() {
	
	.ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		font-weight: 500 !important;
	}
	#ppri_sat_slider .ppri-content-main p, 
	.elementor-widget-container p, 
	.elementor-widget-container{
		opacity: 0.8;
	}
	.ppri-testimonials p, 
	.elementor-widget-sidebar p, 
	.ppri-content p{
		opacity: 1 !important;
	}
}
.ppri-sechead-main p{
	justify-content: flex-end;
}
header .ppri-sechead-main .col-md-5.ppri-nopadding {
	margin-left: 20px;
}
header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
	padding: 7px 12px !important;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
	margin: 0 9px 0 0;
}
.ppri-sticky.sticky-header header .ppri-primhead-main .ppri-flex a.custom-logo-link, 
.ppri-sticky.sticky-header header .ppri-primhead-main .ppri-flex .col-md-7{
  display: flex;
	height: 100%;
	padding-top: 4px;
}
.praxis-image-hotspots img {
  object-fit: cover !important;
}
.ppri-bannermn-height {
  height: 357px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner-container{
	width: 100%;
	max-width: 1345px;
	padding: 0px 15px;
	margin: 0 auto;
	display: flex;
  	align-items: center;
  	height: 100%;
  	justify-content: flex-start;
}
.ppri-bannermn-height .banner-container:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
	margin-top: 0px !important;
}
.ppri-sticky.sticky-header header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu{
	margin-top: 8px !important;
}
.ppri-sticky.sticky-header #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li ul {
  margin-top: 0px !important;
}
h2.subpage-title {
	position: absolute;
	bottom: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px;
	text-transform: capitalize;
}
ul#Secondary li ul.sub-menu li::marker {
  	display: none;
}
ul#Secondary li ul.sub-menu li {
	list-style: none;
}
/* .elementor-widget-container a {
  color: #0000;
} */

/*
 * Testimonial slider plugin
 * */
.rt-row.tss-carousel3.tss-even {
  width: 100%;
  margin: 0px;
}
.rt-container-fluid.tss-wrapper {
  width: 100% !important;
  padding: 0px;
}
.item-content-wrapper {
  background: none !important;
  padding: 0px !important;
}
.tss-wrapper span.rt-slick-nav {
  background: none;
  border: none;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper:before{
	display: none;
}
.single-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper {
  order: 1;
}
.tss-wrapper .tss-carousel3 .rating-wrapper {
  order: 2;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
}

.single-item-wrapper .tss-meta-info {
  order: 3;
  width: 60px;
  max-width: 60px;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name {
  order: 4;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 36px;
  padding-left: 10px;
  margin: 0px;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
  order: 5;
  position: absolute;
  left: 70px;
  bottom: 10px;
  margin: 0px;
  font-weight: 400;
  color: #add6b5;
  font-size: 16px;
  line-height: 36px;
}
.even-grid-item.tss-grid-item.carousel-item.even-grid-item {
  padding: 0px;
}
.slick-dots li button:before {
  opacity: 1 !important;
}
.tss-wrapper .tss-carousel3 .item-content {
  font-style: normal;
}
 .elementor-widget-container a {
/*   border-bottom: 1px solid #000000; */
	color:#000;
	 width:max-content !important;
	 max-width:100%;
} 


/*
 * Our People / Interns
 * */
.praxis-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}
.praxis-people-content-area {
  width: 100%;
  overflow: hidden;
  padding-right: 0px !important;
}
.praxis-sidebar {
  width: 35.02%;
  padding-left: 30px;
  padding-right: 20px;
}
.praxis-our-peoples .people-thumbnail {
  height: 255px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.praxis-flex-row {
  display: flex;
}
.praxis-our-peoples .people-item {
  width: 23%;
  margin: 0px 1% 20px;
  overflow: hidden;
  position: relative;
}
.praxis-our-peoples {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  animation-delay: 1s;
}
.praxis-our-peoples .people-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: top;
}
h3.people-name a {
  font-size: 18px !important;
  line-height: 30px;
  color: #666666;
  font-family: var(--worksans);
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  font-weight: 400;
}
.people-overlay {
  position: absolute;
  top: 30px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  opacity: 0;
}
.people-overlay h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: var(--worksans);
  line-height: 40px;
  height: 40px;
}
.people-overlay ul{
	padding-left: 10px;
}
.people-overlay ul li, 
.people-overlay p{
  color: #fff;
  font-family: var(--worksans);
  font-size: 14px;
  margin: 0px 20px;
  margin-bottom: 8px;
}
.people-item:hover .people-overlay {
  opacity: 1;
  top: 0px;
}
.detail-thumbnail-col {
  width: 25%;
  width: calc(25% - ( 0.7500000019 * 50px ) );
  padding-right: 20px;
	text-align: center;
}
.detail-text-content {
  width: 75%;
  width: calc(75% - ( 0.2499999981 * 50px ) );
  padding-left: 20px;
}
.detail-content-area {
  display: flex;
  padding: 70px 0px;
	width:100%;
}
.detail-people-name {
  font-size: 35px;
  line-height: 50px;
  color: var(--primary-color);
}
.people-description h2{
  font-family: var(--PlayfairDisplay);
}
.detail-people-designation {
  font-family: var(--BlackerDisplay);
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 28px;
}
.people-description, 
.people-description p{
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.people-description p {
  margin-bottom: 28px;
}
.people-description h2 {
  font-family: var(--PlayfairDisplay);
  line-height: 40px;
}
.people-description ul {
  padding-left: 20px;
  padding-bottom: 28px;
}
.people-icons ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.people-icons ul li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  justify-content: center;
}
span.icon-type {
  color: #081634;
  display: block;
  width: 100%;
  font-family: "Work Sans", Sans-serif;
  text-align: center;
  font-size: 14px;
}
.people-icons i {
  color: #081634;
  font-size: 40px;
  font-weight: 100;
}
.detail-thumbnail-col img {
  width: 100%;
}
.people-icons {
  padding: 25px 0px;
  border-bottom: 1px solid #081634;
}
body.archive.tax-our_people_category .ppri-bannermn-height.praxis-inner-banner {
  margin-bottom: 70px;
}
.praxis-cat-description {
  font-family: var(--worksans);
  font-size: 16px;
  line-height: 28px;
  padding: 0px 0.7% 40px;
  color: #000;
}

.single-our-people .detail-content-area .printfriendly img {
  width: 45px;
  height: 48px;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
.printfriendly.pf-button.pf-alignleft a {
  color: #081634 !important;
  display: block !important;
  width: 100%;
  font-family: "Work Sans", Sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center;
}
a.vcard_anchor i {
  height: 48px;
}
.people-icons.our-interns{
	display: none;
}
.daniel-images img.attachment-large {
  height: 300px;
  object-fit: cover !important;
  object-position: top;
}
.people-description a {
  color: #000000;
}
.fadeIn {
    animation-name: fadeIn;
}





/*----- Gallery Style   -----*/


.galley-custom-style img.attachment-full.size-full {
    height: 300px;
    object-fit: cover !important;
    object-position: top;
	width:100%;
}

/*----- Praxis Trips----- */

.praxis-trips .ppri-textboxmn {
    max-width: 200px;
}


.praxis-trips .ppri-textboxmn h2{

	font-size: 23.7px;

}

.praxis-trips img{
	
	object-fit:cover !important;
	    object-position: top;
}


li#mega-menu-32-0-1, li#mega-menu-32-0-2, li#mega-menu-32-0-3 {
    
    display: none !important;
}

.owl-carousel a{

text-decoration:none!important;
	    border: 0;

}

.resources a{
    text-decoration-color: #fff !important;
border-color:#fff!important;
	color:#fff;
}


.organizations__committees ul{

display: block;
    font-family: "Work Sans", Sans-serif;
    line-height: 1.5;
    margin-top: 20px;
    list-style: disc;
    margin-left: 20px;
	font-size:18px;
	

}

.organizations__committees h2{

margin-top: 32px;
font-family: var(--PlayfairDisplay);

}

.ppri-blackerdisplay.page-sub-title-content {
    margin-top: 17px !important;
	position: relative;
}


.ppri-blackerdisplay.page-sub-title-content h3{

    font-size: 25px;
	color:#000;

}

.footer-addresses {
    display: flex;
	justify-content: space-evenly;
}

.footer-addresses .left {
    margin-right: 40px;
}

.footer-addresses .left h3 {
    font-family: "Work Sans", Sans-serif;
    margin-bottom: 5px;
}

.footer-addresses .left a {display: block;margin: 0;}

.footer-addresses .left p {
    font-family: "Work Sans", Sans-serif;
}

.wpforms-confirmation-scroll {
    background: #0d1c40 !important;
}

.wpforms-confirmation-scroll p {
    color: #fff;
}

footer .container {		
	max-width: 1300px !important;
}

.wpforms-field-label {
    font-family: "Playfair Display", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #0d1c40 !important;
}

button.wpforms-submit {
    padding: 18px 80px !important;
    border: solid 2px var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    transition: all .3s !important;
    background: transparent !important;
    height: 100% !important;
	border-radius: 0 !important;
}

button.wpforms-submit:hover{
	background: var(--primary-color) !important;
	color:#fff !important;
}

.ppri-content-main.elementor-container {
    max-width: 1140px;
    display: block !important;
    padding: 20px;
    left: 0 !important;
    width: 100%;
}

#ppri_sat_slider .ppri-content-main button:hover {
    background: var(--primary-color);
    color: #fff;
}

.young-professional-anchor a {
    border: none;
}

.ppri-content-main.elementor-container h1 {
    max-width: 700px;
}

.ppri-content-main.elementor-container p {
    max-width: 700px;
}

@media screen and (max-width:1200px){
	footer .ppri-ftflex {
		justify-content: center;
	}
	
	footer .ppri-logo {
		padding-right: 20px;
	}
	
	.footer-addresses .left {
		margin-right: 20px;
	}
	
	footer .ppri-margin0 a {
		font-size: 14px;
	}

	.footer-addresses .left.alter {
		margin-right: 0;
	}
	
	.ppri-content-main.elementor-container h1 {
		max-width:550px;
	}

	.ppri-content-main.elementor-container p {
		max-width:550px;
	}
}



@media (max-width: 1025px){

.praxis-trips .ppri-textboxmn {
    max-width: 192px;
}
	.footer-addresses {
    display: block;
    text-align: center;
}

.footer-addresses .left {
    margin: 20px 0;
    margin-right: 0;
}


}


@media(max-width:1024px){

.ppri-articles-slider{

	margin-top:-15px!important;

}
	
	button.wpforms-submit {
    padding: 13px 40px !important;
}
	
	

}
 @media(max-width:767px){
	
.ppri-articles-slider{

	margin-top: 0px!important;

}	
	 
	 button.wpforms-submit {
    padding: 10px 30px !important;
}
	
	
} 



@media(max-width:992px){

.ppri-blackerdisplay.page-sub-title-content h3{

    font-size: 20px;

}




}




@media(max-width:767px){


.praxis-trips .ppri-textboxmn {
    max-width: 263px;
}
	
.ppri-blackerdisplay.page-sub-title-content h3{

	font-size: 17px;


}	
	
	

}



/*
* Responsive
*
*/

/*
 * Safari
 * */
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
		 @media screen and (max-width:1400px){
			 
			 
		 }
		 @media screen and (min-width: 1201px) and (max-width:1220px){
			 #mega-menu-wrap-menu-1 .mega-menu-toggle {
				display: none !important;
			}
			 header #mega-menu-wrap-menu-1 #mega-menu-menu-1{
				 width: 100% !important;
				 left: 0px !important;
			 }
			 #mega-menu-wrap-menu-1{
				 position: relative !important;
				 top: 0px !important;
				 transform: none !important;
			 }
			.col-md-3 {
				width: 25% !important;
			}
			.col-md-9{
				 width: 75% !important;
			}
			.mega-menu-menu-1-mobile-open .ppri-primhead-main 
			 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
				 font-size: 12px !important;
			 }
			 .ppri-primhead-main div#mega-menu-wrap-menu-1{
				 position: relative !important;
				 top: 0px !important;
			 }
			 header #mega-menu-wrap-menu-1 #mega-menu-menu-1{
				 display: flex !important;
				 position: relative !important;
			 }
		 }    		 
	}
}


@media screen and (min-width: 1600px) {
	header .ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 15px;
	}
	header .ppri-nopadding ul li a {
		font-size: 14px;
		line-height: 19px;
	}
	header p.ppri-flex.ppri-right {
		float: right;
	}
	.container {
		width: 92% !important;
		max-width: 1140px !important;
	}
}
@media screen and (max-width: 1600px){
	#ppri_sat_slider .ppri-content-main button,
	.ppri-hmbtn a{
		padding: 15px 60px!important;
	}
}
@media screen and (max-width: 1500px){
	.ppri-widgets-cont {
	  display: block !important;
	  box-sizing: border-box;
	  margin: 0px !important;
	  width: 100%;
	}
	header .ppri-nopadding ul#Secondary{
		margin-left: 0px;
	}
	.ppri-sechead-main a.phone-sec{
		margin-right: 1vw;
	}
	header .ppri-nopadding ul#Secondary li:first-child::after{
		margin: 0px 10px;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		font-size: 18px !important;
		font-weight:500;
	}
	header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		padding: 7px 10px !important;
	}
		header .ppri-primhead-main .ppri-none p{
		font-size: 14.78px;
		transition: 0.8s ease-in-out;
	}
	/* 	primary sub-menu start */
		header	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > 
		li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 13px 0px 13px 0px;
	}
	/* 	primary sub-menu end */
		header #mega-menu-wrap-menu-1 
		#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
		li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
		font-size:12px !important;
		font-weight:500;
	}
}
@media screen and (min-width: 1400px) {
	header .ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
		line-height: 25px;
	}
	.ppri-copyrightmn{
		position: relative; 
		bottom: 1px;
	}
	header .ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 8px;
	}
	/* mega menu arrow */
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 
	li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
		position: absolute;
		bottom: -36px !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		margin-top: 22px;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
		bottom: -32px;
	}
	.ppri-primhead-main .ppri-flex img {
		width: 234px;
		max-width: 100%;
		object-fit: contain;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		font-size:13px;
	}
}
@media screen and (max-width: 1400px){
/* 	prim menu */
	.ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
		bottom: -41px;
	}
	.col-md-9.praxis-menu-area {
	  	width: max-content;
	}
	header .ppri-primhead-main .ppri-flex .col-md-7{
		width: 50%;
	}
	header .ppri-primhead-main .ppri-flex .col-md-5{
		width: 50%;
	}
	header .ppri-primhead-main .ppri-flex{
		justify-content: space-between;
	}
	.praxis-logo-tagline{
		width: 30% !important;
	}
/* 	header .ppri-primhead-main .ppri-none{
		display: none;
	} */
	.ppri-primhead-main .ppri-flex img{
		max-width: 200px;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{
		margin: 0 10px 0 0;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link, 
	header .ppri-nopadding ul li a{
		font-size: 18px !important;
	}
	.ppri-sechead-main a.phone-sec{
		font-size: 14px !important;
	}
	header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		padding: 0px 6px !important;
		line-height: 40px;
	}
/* 	primary menu end */
}
@media screen and (max-width:1327px) {

	header .ppri-nopadding ul#Secondary {
		font-size: 11.5px;
	}
	header .ppri-sechead-main a.phone-sec {
		font-size: 14px !important;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 12px;
		font-weight: 500;
		padding: 0px 7px 0px 8px;
	}
	header .ppri-nopadding ul li a {
		font-size: 11px;
	}
	.mega-menu-menu-1-mobile-open .ppri-primhead-main 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 16px;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{
		margin-right: 5px !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1{
		padding-right: 10px !important;
	}
	.ppri-sechead-main a.phone-sec {
	  	margin-right: 10px;
	}
	
	.ppri-sechead-main .col-md-7{

		padding:0;

	}
	
}

@media screen and (max-width: 1280px) {
	.container {
		width: 90% !important;
		max-width: 100% !important;
	}
	footer .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link, header .ppri-nopadding ul li a, .ppri-sechead-main a.phone-sec{
		font-size: 18px !important;
	}
}

@media screen and (min-width: 1201px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
		min-height: 0 !important;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {

	}
	.col-md-1 {
		width: 8.33333333%;
	}
}

@media screen and (max-width: 1327px) and (min-width: 1290px) {
	header .ppri-primhead-main .ppri-none p{
		font-size: 13.78px;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		padding: 0px 6px 0px 6px !important;
	}
}
@media screen and (max-width: 1024px) {
	
.ppri-sticky.sticky-header ul.mega-sub-menu, header ul.mega-sub-menu, .ppri-sticky ul.mega-sub-menu, .sticky-header ul.mega-sub-menu{

	margin-top: 0px !important;

}
	
	
	header .ppri-primhead-main .container-fluid{ background:#fff!important; }
	
	
	
	/* mobile menu css start */
	.ppri-sechead-main,
	.ppri-primhead-main .ppri-none {
		display: none;
	}
	main#primary {
	  padding-top: 100px;
	}
	.who-we-are-submenu ul.mega-sub-menu {
	  background: none !important;
	}
	.who-we-are-submenu ul.mega-sub-menu li a {
	  text-align: center !important;
	  background: none !important;
	  font-size: 20px !important;
	  line-height: 40px !important;
	  color: #0d1c40 !important;
	  font-weight: 500 !important;
	}
	
	.who-we-are-submenu ul.mega-sub-menu .mega-current-menu-item a,.mega-menu-menu-1-mobile-open #mega-menu-wrap-menu-1 .who-we-are-submenu ul.mega-sub-menu .mega-current-menu-item a:hover{

		 color: #fff !important;
		background:#0d1c40!important;
		max-width: max-content !important;
		margin: auto !important;
		padding: 0 20px !important;

	}
	
	.who-we-are-submenu ul.mega-sub-menu li a {
	  text-align: center !important;
	  background: none !important;
	}
	.ppri-sticky.sticky-header #mega-menu-wrap-menu-1 {
	  top: -20px !important;
	}
	div#mega-menu-wrap-menu-1 {
		position: absolute;
		right: 0;
		top: -20px !important;
	}
	.praxis-logo-tagline{
		width: 25% !important;
	}
	.mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 25px !important;
		height: 70px !important;
		line-height: 70px !important;
	}
	header{
		height: 100px !important;
	}
	.col-md-9.praxis-menu-area{
		width: 75%;
	}
	.ppri-sticky .container-fluid {
  		padding: 0px 10px;
	}
	.menu-sub {
	  position: relative !important;
	  top: -10px !important;
	}
	header .ppri-primhead-main .ppri-flex {
		display: flex !important;
	}
	header button.mega-toggle-animated.mega-toggle-animated-slider {
		position: relative;
	}
	header .ppri-primhead-main .ppri-flex img {
		width: 234px;
		max-width: 100%;
		object-fit: contain !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 
	li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		display: block !important;
	}
	header #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		background-color: #fff;
	}
	header #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
	li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
		color: var(--primary-color);
	}
	.ppri-primhead-main 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 16px !important;
		line-height: 26px !important;
		font-weight: 500;
		width: max-content;
		margin: 0 auto;
		max-width: 100%;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li a {
		font-weight: 500 !important;
	}
	header #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
	li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		margin: 0px 0px;
		padding: 0px;
	}
	header .mega-menu-item-has-children:hover a.mega-menu-link::after {
		display: none !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > 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
	
	{
	background-color: transparent!important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > 
	ul.mega-sub-menu > li.mega-menu-row{
		padding-right:0px;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > 
	li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
			width: 100% !important;
		}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 
	li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
		display: block !important;

	}
	.ppri-primhead-main {
		background-color: #fff;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: none;
	}
	.ppri-primhead-main #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		background-color: rgb(255 255 255 / 70%);
		top: 63px;
		padding-top: 30px;
		padding-bottom: 30px;
		height: calc(100vh - 90px) !important;
		overflow-y: auto !important;
	}
	
	header .mega-sub-menu .mega-current-menu-item
	{
		background-color: #0000 !important;
		
	}
	/* sticky haeder start */
	.ppri-primhead-main {
		background-color: #ffffff10 !important;
	}
	.ppri-sticky {
		position: fixed !important;
		width: 100%;
		background-color: transparent;
	}
	/*
	.ppri-primhead-main div#mega-menu-wrap-menu-1 {
		top: 50px;
	}*/
	/* sticky haeder end */
	/* hearo section */
	.ppri-content-main {
		padding-top: 113px;
		width: 60%;
	}
	
	/* hearo section end */
	
	header .mega-sub-menu li a {
    padding: 0px !important;
	}
	header li#mega-menu-31-0 {
    margin-top: -9px !important;
	}
}
@media screen and (min-width: 1290px){
	header{
		background:#fff;
		max-height:113px;
	}
}
@media screen and (max-width: 1024px) {
	.ppri-primhead-main .ppri-flex {
		display: initial !important;
	}
	.praxis-logo-tagline{
		width: 40% !important;
	}
	.col-md-9.praxis-menu-area{
		width: 60% !important;
	}
	.praxis-image-hotspots{
		margin-top: -160px !important;
	}
	.ppri-content-main {
		width: 60%;
	}
	#ppri_sat_slider div#ppri_sat_slider_slide01 {
		height: 70vh !important;
		min-height: 70vh !important;
	}
	#ppri_sat_slider .ppri-content-main h1 {
		font-size: 30px;
		line-height: 40.42px;
	}
	#ppri_sat_slider .ppri-content-main p {
		font-size: 18px;
		line-height: 30px;
	}
	#ppri_sat_slider .ppri-content-main button {
		font-size: 17px;
		line-height: 30px;
	}
	#ppri_sat_slider .ppri-content-main button, 
	.ppri-hmbtn a {
    padding: 13px 50px!important;
	}
	/* sub pages css start */
	h2.ppri-blackerdisplay.page-subtitle {
		font-size: 30px;
		line-height: 36.52px;
	}
	.ppri-bannermn-height .elementor-element.elementor-element-541a77a img {
		height: 300px !important;
	}
	.ppri-bannermn .elementor-widget-wrap.elementor-element-populated {
		height: 300px !important;
	}
	.ppri-textboxmn h2 {
		font-size: 16px;
		line-height: 28px
	}
	/* sub pages css end */
	/* 	footer */
	footer .ppri-ftflex {
		display: initial;
	}
	footer .ppri-ftflex .col-md-3,
	footer .ppri-ftflex .col-md-4 {
		margin-top: 30px;
	}
	
	footer .ppri-margin0{
		justify-content:center;
	}
	footer .ppri-social .ppri-flex{
		justify-content:center;
	}
	footer .ppri-logo{
	 width:100%;
		text-align: center;
	}
	footer .ppri-footermn p{
		text-align:center;
	}
	footer .container{
		width:100% !important;
	}
	footer .ppri-footermn{
	padding:40px 0px;
	}
	.ppri-copyrightmn{
	max-height: 61px;
	padding:15px;
	}
	footer .ppri-logo{
	padding-right: 0px;
	}
	footer .col-md-4{
	padding:10px 20px;
	margin:0px;

	}
	footer .ppri-ftflex .col-md-3{
	padding:10px 20px;
	margin:0px;
	}
	/* footer end */
}

@media (min-width:767px) and (max-width:1025px) {

.elementor-95 .elementor-element.elementor-element-f3f5e11 > .elementor-widget-container {
  
  padding: 25px 25px 0px 25px!important;
}

}

@media(max-width:1060px) {
.ppri-textboxmn h2 {
    font-size: 17px;
    line-height: 28px;
}
}




@media screen and (min-width: 768px) and (max-width:1024px){
	.praxis-full-img .elementor-widget-wrap {
	  margin-right: 0px !important;
	}
	.praxis-our-peoples .people-item{
		width: 31.3%;
	}
	.detail-thumbnail-col {
  		width: calc(40% - ( 0.7500000019 * 50px ) );
	}
	.detail-text-content{
		width: calc(60% - ( 0.2499999981 * 50px ) );
	}
	.praxis-our-peoples .people-thumbnail{
		height: 300px;
	}
	.praxis-sidebar{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 40px;
	}
	.praxis-flex-row{
		flex-wrap: wrap;
	}
	.praxis-people-content-area, .praxis-sidebar {
	  width: 100%;
	}
	.praxis-full-img {
	  width: 100% !important;
	}
	.sidebar-widget .elementor-widget-wrap {
	  margin: 0px !important;
	}
	.sidebar-widget {
		padding: 40px 15px 0px;
	}
}


@media(min-width:768px){

	.ppri-articles-slider .elementor-column.elementor-col-33{

	min-width:33.333% !important;
		

}


}



@media screen and (max-width: 767px) {
	.praxis-image-hotspots img{
		height: auto !important;
	}
	.detail-thumbnail-col, 
	.detail-text-content{
  		width: calc(50% - ( 0.7500000019 * 50px ) );
	}
	.praxis-our-peoples .people-thumbnail{
		height: 250px;
	}
	.praxis-sidebar{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 40px;
	}
	.people-overlay ul {
	  padding-left: 10px;
	  height: 75%;
	  overflow-y: auto;
	}
	.praxis-flex-row{
		flex-wrap: wrap;
	}
	.praxis-people-content-area, .praxis-sidebar {
	    width: 100%;
		padding-right: 0px !important;
		padding-left: 0px !important;	
	}
	.praxis-our-peoples .people-item{
		width: 48%;
	}
	.praxis-full-img .elementor-widget-wrap {
	  margin-right: 0px !important;
	}
	.praxis-full-img {
	  width: 100% !important;
	}
	.praxis-col-padding-on-mobile .elementor-widget-wrap {
	  margin: 0px !important;
	}
	.tss-wrapper .single-item-wrapper{
		flex-direction: row !important;
	}
	.praxis-logo-tagline{
		width: 70% !important;
	}
	.col-md-9.praxis-menu-area{
	  	width: 30% !important;
	}
	.mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	  font-size: 22px !important;
	  height: 55px !important;
	  line-height: 55px !important;
	}
	
	header .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		font-size:16px !important;
	line-height:57px !important;
	}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, 
	.who-we-are-submenu ul.mega-sub-menu li a{
	font-size:14px !important;
	line-height:38px !important;
	font-weight:500 !important;
	}
header .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
	font-size:16px !important;
	line-height:57px !important;
	font-weight:500 !important;
	}

	.ppri-bannermn-height{
		height: 300px;
		background-position:right !important;
	}
	.page-id-1455 .ppri-bannermn-height {
		background-position: 70% 0px !important;
	}
	.ppri-content-main {
		width: 80%;
	}
	#ppri_sat_slider .ppri-content-main p {
		font-size: 16px;
		line-height: 27px;
	}
	#ppri_sat_slider .ppri-content-main h1 {
		font-size: 30px;
		line-height: 39.52px;
	}
	#ppri_sat_slider .ppri-content-main button {
		font-size: 18px;
		line-height: 30px;
	}
	#ppri_sat_slider .ppri-content-main button, .ppri-hmbtn a {
    padding: 11px 45px!important;
}
	footer .ppri-logo a {
		margin: 0px !important;
	}
	/* sub pages css start */
	h2.ppri-blackerdisplay.page-subtitle {
		font-size: 25px;
		line-height: 36.52px;
	}
	.ppri-bannermn-height .elementor-element.elementor-element-541a77a img {
		height: 250px !important;
	}
	.ppri-bannermn .elementor-widget-wrap.elementor-element-populated {
		height: 250px !important;
	}
	.ppri-bannermn .ppri-pg-overlay h2.subpage-title {
		left: 0;
		padding: 0px 20px;
	}
	/* sub pages css end */
	.ppri-bghover:hover .elementor-widget-wrap.elementor-element-populated {
		top: 0px;
		transform: translateY(-10px);
		transition: 0.8s ease-in-out !important;
	}
	.ppri-textboxmn h2 {
		font-size: 25px;
		line-height: 29.52px;
	}
	/* sticky header */
	.ppri-primhead-main {
		background-color: #ffffff10 !important;
	}
	.ppri-sticky {
		width: 100%;
		background-color: transparent;
	}
	/* sticky header end */
	.ppri-content-main {
		left: 0px;
		padding: 90px 20px 90px 20px !important;
		width: 100% !important;
	}
	
	/* 	hotspot */
	.ppri-textboxmn h2 {
     white-space: break-spaces;
	}
	/* articles slider */
	.ppri-articles-slider .elementor-element-populated {
		margin: 0px 20px 0px 0px !important;
	}
	/* clientslogo slider */
	.ppri-clientslogo .elementor-element-populated {
		margin: 0px 0px !important;
	}
	.ppri-clientslogo .slick-slide {
		padding: 20px;
	}
	/* sub pages css end */
	/* footer copyright */
	.ppri-copyrightmn span {
		display: block;
	}
	.ppri-siteby {
		padding-left: 0px !important;
	}
	.ppri-copyrightmn{
	max-height: 100% ;
	}

	header .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 
	#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu 
	li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
		font-size: 14px !important;
		line-height:37px !important;
	} 
	.articles-hover:hover{
	background-color: transparent !important;
	}
	.ppri-articles-slider .slick-dots {
    bottom: -68px;
	}
	.praxis-reverse-img img{
	position:relative ;
	bottom:0;
	left:0px;
	}
	.praxis-column-reverse 
	.elementor-container.elementor-column-gap-default{
	flex-direction: column-reverse;
	}
	
	
}


@media screen and (max-width: 767px) {
	
	.detail-thumbnail-col, 
	.detail-text-content{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.detail-content-area{
		flex-wrap: wrap;
	}
	.detail-text-content {
	  padding-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.ppri-content-main {
		left: 0;
		padding: 0px 24px;
		margin: 0px;
		width: 90%;
		max-width: 100%;
	}
	h3.people-name a {
  		font-size: 16px !important;
  		line-height: 25px;
	}
	.praxis-our-peoples .people-thumbnail {
	  height: 180px;
	}
	.praxis-logo-tagline{
		width: 80% !important;
	}
	.col-md-9.praxis-menu-area{
		width: 10% !important;
	}
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, 
	.who-we-are-submenu ul.mega-sub-menu li a{
	  font-size: 13px !important;
	  line-height: 27px !important;
	}
	.mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	  font-size: 16px !important;
	  height: 50px !important;
	  line-height: 50px !important;
	}
	.ppri-bannermn-height {
	  	height: 250px;
	}
	.container {
		padding-right: 24px;
		padding-left: 24px;
		margin-right: 0px;
		margin-left: 0px;
	}
	#ppri_sat_slider .ppri-content-main h1 {
		font-size: 30px;
		line-height: 36px;
	}
	#ppri_sat_slider .ppri-content-main p {
		margin-top: 10px;
	}
	#ppri_sat_slider .ppri-content-main button,
	.ppri-hmbtn a{
		padding: 10px 40px!important;
		font-size:16px;
		line-height:26px;
	}
	#ppri_sat_slider .ppri-content-main button{
		margin-top:20px ;
	}
/* 	hotspot */
	div.ppri-textboxmn{
		
	margin-right: 20%;
    max-width: 100%;		
	}
	.ppri-textboxmn.ppri-boxmnanchor {
    max-width: 100%;
	}
	.ppri-textboxmn h2 {
    white-space: break-spaces;
	}
/* 	hotspot end */
/* 	sub pages */
	h2.ppri-blackerdisplay.page-subtitle{
		font-size:23px;
		word-break: break-word;
	}
}
body.home .praxis-inner-banner {
  display: none;
}


/* changes */
.ppri-transition{
	transition:0.8s ease-in-out;
}
/* footer */
@media screen and (max-width: 992px){
		footer .container{
		width:100% !important;
	}
}


@media(min-width:2300px){



}












.ppri-sechead-main .col-md-5{
	margin-top: -1px;
}



header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover a.mega-menu-link {
	background:none;
 	min-height:37px !important;
}


header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

min-height:30px !important;


}
header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover a.mega-menu-link
// header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item  {

// min-height:45px !important;


// }





#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	background: #0d1c40!important;color:#fff!important;
	}

.mega-current-menu-parent, .mega-current-menu-parent > a{background:none!important;}


header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{ text-align: center!important;}



header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
 padding:10px!important;
}


header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-sub-menu li
	{
		margin-bottom:5px!important;		
	}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu .mega-current_page_item > a.mega-menu-link {
     background: #bde9c0!important;
   	color:#0d1c40!important;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu .mega-current_page_item {
 background: #bde9c0 !important; 
}



.menu-second-menu-container .current-menu-item a, .menu-second-menu-container .current-menu-item > a:hover {
    text-decoration-color: #fff;
}


.ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after{

	    color: #0d1c40;

}

@media(min-width:1025px){

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li {
    width: 100% !important;
}


header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    max-width: 300px !important;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    right: 0 !important;
    left: auto !important;
}

ul.mega-sub-menu {
    max-width: 250px !important;
	left:auto!important;
	right:0!important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item{
	position:relative;
}

}

@media screen and (max-width: 1024px){

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item{

		margin-right:0!important;
	padding-bottom: 0px !important;
		transition-duration: 0s !important;
	}	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item *{
		transition-duration: 0s !important;
	}
	
	
html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul{

	margin-bottom:0px!important;

}
	
	
	
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
padding-bottom: 0px !important;
}	

	
	
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row	li.mega-menu-column{
	margin-bottom:2px!important;
}	
	
	
	
.ppri-sticky.sticky-header header .ppri-primhead-main .ppri-flex a.custom-logo-link, .ppri-sticky.sticky-header header .ppri-primhead-main .ppri-flex .col-md-7 {
    display: block!important;
    height: auto!important;
    padding-top: 0!important;
}	
	
div#mega-menu-wrap-menu-1{
	top: -20px !important;
}	
	
	
header .ppri-primhead-main .ppri-flex{

	height:100px!important;

}		
	
.ppri-primhead-main #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1{
    width: 100vw!important;
    right: -10px !important;
    left: auto !important;
	padding-right:0!important;
}
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu .mega-current_page_item > a.mega-menu-link {
    background: #0d1c40 !important;
  	color:#fff!important;
    max-width: max-content;
    margin: auto!important;
    padding: 0 20px !important;	    
}

	
	
	
header .praxis-menu-area > #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu >  .mega-current-menu-item > a.mega-menu-link:hover{
	color:#fff!important;
	background: #0d1c40 !important;
}
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu .mega-current-menu-item >a.mega-menu-link  , header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu .mega-current_page_item >a.mega-menu-link{
	background: #0d1c40 !important;
	color:#fff!important;
}	

	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: #0d1c40!important;
	color:#fff!important;
}	
	
	
html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-size: 25px !important;
    height: 55px !important;
    line-height: 55px !important;
    padding: 0 55px !important;
/* 	margin: 15px auto; */
}	
	

	
header .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover{
	background:#bde9c0;
}	

header #mega-menu-wrap-menu-1 .mega-who-we-are-submenu ul.mega-sub-menu{
	background:#fff!important;
}	
}


ul#Secondary ul.sub-menu {
    padding-top: 25px !important;
}
ul#Secondary ul.sub-menu li {
    margin-bottom: 13px;
    margin-left: 10px;
    margin-right: 10px;
}

/* header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item, header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a {
    transition: .6s all !important;
} */

ul#Secondary .sub-menu li{

	min-width:112px;

}

ul#Secondary .sub-menu li a {
    padding: 6px 12px;
    border-radius: 20px;
	transition: 0.5s all !important;
}

ul#Secondary .sub-menu li a:hover {
background-color: rgb(189, 233, 192);
	opacity:1;
	color:#0d1c40!important;
	font-weight:700;
	padding: 6px 11.5px;
}

.sticky-header #mega-menu-menu-1 li.mega-menu-item-has-children > .mega-sub-menu::before{
font-family: "Fontawesome" !important;
    content: "\f0d8" !important;
    display: block!important;
    position: absolute;
    font-size: 30px;
    top: -28px;
    right: 15%;
    transform: translateX(-50%);
    display: none!important;
	 color:#041c40!important;
}

.sticky-header #mega-menu-menu-1 li.mega-menu-item-has-children:hover > .mega-sub-menu::before{
	display: block!important;
}

@media(max-width:1024px){
.sticky-header #mega-menu-menu-1 li.mega-menu-item-has-children:hover > .mega-sub-menu::before{
	display: none!important;
}
	
	
	
	
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item, header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a	{

transition-duration : 0s!important;


}
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item > .mega-sub-menu {

margin-bottom:0;

}	
	 
	
	
	
	
.mega-who-we-are-submenu.mega-menu-item >ul {
    padding-bottom: 20px !important;
}	
#mega-menu-item-32 > li#mega-menu-32-0 {
    padding-bottom: 0 !important;
}		
.mega-who-we-are-submenu a.mega-menu-link {
    margin-top: 5px!important;
}
html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
 margin: 0px auto !important;
	
}	

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{

padding: 0px 10px 0px 10px;

}	
	
	
	
	
	
}





@media(max-width:767px){
html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item  > a.mega-menu-link {

font-size:18px!important;
line-height:1.5!important;
margin: 5px auto!important;
display: flex;
    align-items: center;	
padding:0 10px!important;
	
}
	
	
/*  html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	height: 40px !important;
	max-height:40px;
	line-height:40px !important;
}	  */
	
	
	
/* html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-toggle-on  > a.mega-menu-link{	
	
	
	height: 40px !important;
	display: flex;
    align-items: center;
	max-height:40px;
	line-height:40px !important;

	
} */
	
	
/*  html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-toggle-on:hover > a.mega-menu-link{


line-height:40px !important;
max-height:40px !important;
height:40px!important;

}	 */
	
 html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-toggle-on:hover{	
	
/* margin-top:-3px!important;	 */
	 
}
	
	

html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
   
    margin: 05px auto 0px auto !important;
	
	
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu .mega-toggle-on a.mega-menu-link{

height: 30px !important;
line-height: 27px !important;

} */
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{

padding-top: 20px!important;
margin-bottom: 10px!important;

}	

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > .mega-menu-row{
	
	padding: 0 !important;
		
	}
	
	
 html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu, .ppri-sticky.sticky-header header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu , html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul{
	    margin-top: -4px !important;
	 	margin-bottom:0 !important;
}
	
 html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul{
		padding: 7px 0px 012px !important;
/* 		margin-top: 0px !important; */
	}
	
	
 html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li a, html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li{	
	 line-height:37px!important; 
	 height:37px !important;
	 max-height:37px!important;
	 min-height:37px!important;
	 overflow:hidden;
	 transform:none;
	 margin-top:0!important;
	}	
	
	
	
	
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row li.mega-menu-column{
margin-bottom: -4px !important;

}
	
li#mega-menu-item-31 > ul.mega-sub-menu{

	padding-bottom: 10px !important;

}	

li#mega-menu-item-32 > ul.mega-sub-menu {
    padding-bottom: 3px !important;
}	
		

html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{

padding-left: 25px !important;
padding-right: 25px!important;
border-radius: 60px !important;
	
	
}	
	
	.ppri-hm-carasol .swiper-pagination-bullet {
    width: 20px !important;
}
	
}



@media(max-width:480px){
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, .who-we-are-submenu ul.mega-sub-menu li a{

	min-height:25px!important; 
	line-height:23px!important;
	margin-bottom:0px!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li{
	margin-bottom:0px!important;
}	

	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-32 > ul.mega-sub-menu > li {
    margin-bottom: -10px !important;
}
	
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu	{

margin-top:0!important;
/* background: #fff !important; */
}
	
	
	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{

/* background: #fff !important; */
}
	

li#mega-menu-item-32 > ul.mega-sub-menu, li#mega-menu-item-31 > ul.mega-sub-menu {
    padding-bottom: 7px !important;
}		
	
	
html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li a{	
min-height: 25px!important;
    line-height: 23px!important;
    margin-bottom: 0px!important;	
	font-size:13px!important;
	height: 25px!important;
	max-height:25px!important;
	}
	
 html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li a, html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li{

height: 25px!important;
	min-height:25px!important;
	 line-height: 23px!important;
margin-bottom:5px !important;

}	
	
	
html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul li{
height: 25px!important;

}	

	
header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item{

	margin:0 !important;

}	
	
	html .mega-menu-menu-1-mobile-open .ppri-primhead-main #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{	
    	font-size: 15.5px!important;
		height:40px!important;
		line-height:40px!important;
	}	
	
	
html > body .site header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-who-we-are-submenu.mega-menu-item > ul{
		padding: 7px 0px 0px !important;
/* 		margin-top: 0px !important; */
	}	
	
	
	
	
	
}





.mega-menu-menu-1-mobile-open::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mega-menu-menu-1-mobile-open {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}







.contact-us-heading {
    margin-bottom: 0 !important;
}

div.wpforms-container-full {
    margin: 10px auto !important;
}

.mega-hide-on-desktop{
	display:none !important;
}

.single-our-people .mega-current-our-people-parent a:hover {
    background: #bde9c0 !important;
}

.picture-pixels-padding img {
    width: 100%;
}

.picture-pixels-padding a {
    width: 100% !important;
}


@media screen and (max-width:1024px){
	.mega-hide-on-desktop{
		display:flex !important;
	}
	
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu .mega-current_page_item {
		background: transparent !important;
	}
	
	header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu .mega-current_page_item a {
		max-width: 100% !important;
	}
}

.picture-pixels-padding img {
    padding: 20px;
}

.sa_hover_container img {
    transition: 0.2s ease;
    border: 0px solid;
    padding: 20px;
}

.sa_hover_container img:hover {
    border:4px solid #0d141c
}

.single-our-people .ppri-bannermn-height {
    background: url(https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/our-people-header.jpg) no-repeat !important;
	background-position: right !important;
    background-size: cover !important;
}

.articles-hover.ppri-bghover:hover a{
    color:#000;
}

.single-our-people .banner-container h2 {
    flex-basis: 100%;
    margin-bottom:10px;
	z-index: 1;
}

.single-our-people .banner-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

h3.people-name {
    font-size: 18px !important;
    line-height: 24px;
    color: #666666;
    font-family: var(--worksans);
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

h2.detail-people-designation{
    font-family: var(--worksans);
}

body.term-our-interns .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-size: cover !important;
    background-position: right !important;
}

body.single-our-people .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/our-people-header.jpg') !important;
    background-size: cover !important;
    background-position: right !important;
}

.post-1874 .ppri-bannermn-height.praxis-inner-banner {
    background-position: right !important;
}

html body .elementor a {
	text-decoration:underline;
}

html body a {
	text-decoration:underline;
}

.post-19 .ppri-bannermn-height.praxis-inner-banner {
    background-position: right !important;
}

.post-1623 .ppri-bannermn-height.praxis-inner-banner {
    background-position: right !important;
}

.sidebar-counter-number .elementor-counter-number-wrapper {
    display: flex;
    flex-direction: column;
}

.sidebar-counter-number .elementor-counter-title {
    text-align: left !important;
}

.sidebar-counter-number-suffix .elementor-counter-number-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidebar-counter-number-suffix .elementor-counter-number-wrapper span.elementor-counter-number-prefix {
    display: none;
}

@media screen and (max-width:1025px){
	.alter-hotspot {
		margin-top: 0 !important;
	}
	
}

.sa_owl_theme .owl-nav div, .sa_owl_theme .owl-nav button {
    top: 47% !important;
}

.single-our-people .detail-content-area img {
    width: 240px;
    height: 240px;
    object-fit: cover !important;
}

.single-our-people.postid-1545 .detail-content-area img {
    object-position: 0 -20px;
}

.single-our-people.postid-1912 .detail-content-area img {
    object-position: 0 -20px;
}

.single-our-people.postid-1917 .detail-content-area img {
    object-position: top;
}

.single-our-people.postid-1547 .detail-content-area img {
    object-position: 0 -10px;
}

.owl-carousel.owl-drag .owl-item .sa_hover_container p {
    text-align: center;
}

.sidebar-counter-number .elementor-counter-number-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sidebar-counter-number .elementor-counter-number-wrapper span.elementor-counter-number-prefix {
    display: none;
}

.organizations__committees ul li a {
    color: #000;
    text-decoration: underline;
    margin-bottom: 5px;
	    justify-content: flex-start;
	text-align: left;
}

html body.postid-1525 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1537 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1540 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1543 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1545 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1547 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1550 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1912 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1915 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

html body.postid-1917 .ppri-bannermn-height.praxis-inner-banner {
    background: url('https://praxis.weblinemediagroup.com/wp-content/uploads/2023/11/interns.jpg') !important;
    background-position: right !important;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-1873-0 {
    padding: 0 !important;
}

header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-85-0 {
    padding: 0 !important;
}

.post-1623 .ppri-bannermn-height .banner-container:before {
    background: #fff0 !important;
}

ul.paul-tonna-images-associations {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.paul-tonna-images-associations li {
    list-style: none;
    flex-basis: 80%;
}

ul.paul-tonna-images-associations li img {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid;
	padding: 5px;
}

.tax-our_people_category.term-our-interns .people-overlay {
    display: none;
}




@media screen and (max-width:767px){
	.detail-thumbnail-col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.postid-1500 .detail-thumbnail-col{
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:767px){
	.single-our-people .banner-container h2.detail-people-designation {
		font-size: 18px;
	}
	.post-1623 .ppri-bannermn-height.praxis-inner-banner {
		background-position:right !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-85 > ul.mega-sub-menu {
		padding-top: 7px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-1873 > ul.mega-sub-menu {
		padding-top: 7px !important;
	}
	
	.main-column-margin {
		margin-bottom: 30px !important;
	}
	
	.responsive-column-picture-cover img {
		object-fit: cover !important;
	}
}

@media screen and (max-width:1100px) and (min-width:1025px){
	.detail-thumbnail-col {
		width: calc(28% - ( 0.7500000019 * 50px ) );
	}
}

/* ticker Css */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 9));
    transform: translateX(calc(-250px * 9));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 9));
    transform: translateX(calc(-250px * 9));
  }
}

.associations-slider {
  box-shadow: none;
  height: 250px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.associations-slider::before,
.associations-slider::after {
  content: "";
  height: 250px;
  position: absolute;
  width: 250px;
  z-index: 2;
}
.associations-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.associations-slider::before {
  left: 0;
  top: 0;
}
.associations-slider .associations-slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 11111);
}
.associations-slider .associations-slide {
  height: 250px;
  width: 250px;
}

.association-slide img {
    width: 240px !important;
    height: 240px !important;
	padding:10px;
}

@media screen and (max-width:600px){
	ul.paul-tonna-images-associations li img {
		max-width: 270px !important;
		margin: auto;
	}
}

/* New Slider Task Css */
.paul-tonna-image {
    position: absolute;
    top: 60%;
    left: 20%;
    max-width: 200px;
}

 /* Add styles for the hover effect */
  #Layer_1 image {
    transition: 2s ease-in-out; 
    cursor: pointer;
  }

  #Layer_1 image:hover {
    /* filter: brightness(0); */
    opacity: 0.5;
  }

.map-svg-main {
    margin: auto;
}

.animated-image{
	transform: translate(700px, 22px);
}

.animated-image1-1 {
    transform: translate(825px, 90px);
}

.animated-image1{
	 transform: translate(858px, 108px);
}

.animated-image2{
	transform: translate(640px, 171px);
}

.animated-image3{
	transform: translate(585px, 164px);
}

.animated-image4{
	transform: translate(432px, 161px);
}

.animated-image5{
	transform: translate(369px, 184px);
}

.animated-image6{
	transform: translate(353px, 248px);
}

.animated-image7{
	transform: translate(277px, 160px);
}

.animated-image8{
	transform: translate(294px, 273px);
}

.animated-image9{
	transform: translate(198px, 180px);
}

.animated-image10{
	transform: translate(142px, 200px);
}

.animated-image11{
	transform: translate(131px, 279px);
}

.animated-image12{
	transform: translate(43px, 233px);
}

.animated-image13{
	transform: translate(5px, 277px);
}


.animate {
    transform: translate(715px, -200px);
}

.animate1-1 {
    transform: translate(715px, -200px);
}

.animate1 {
    transform: translate(858px, 400px);
}

.animate2 {
    transform: translate(640px, 471px);
}

.animate3 {
    transform: translate(585px, -200px);
}

.animate4 {
    transform: translate(432px, 461px);
}

.animate5 {
    transform: translate(369px, -200px);
}

.animate6 {
    transform: translate(353px, 448px);
}

.animate7 {
    transform: translate(277px, -200px);
}

.animate8 {
    transform: translate(294px, 473px);
}

.animate9 {
    transform: translate(198px, -240px);
}

.animate10 {
    transform: translate(142px, -200px);
}

.animate11 {
    transform: translate(131px, 579px);
}

.animate12 {
    transform: translate(43px, -233px);
}

.animate13 {
    transform: translate(-150px, 250px);
}

.single-our-people.postid-1519 .detail-content-area .detail-thumbnail-col img.animate__animated.animate__fadeInDown.animate__delay-1s.animate__slow {
    object-position: 0 -15px;
}

body.archive.tax-team.term-our-interns .ppri-bannermn-height.praxis-inner-banner {
    margin-bottom: 70px;
}

body.archive.tax-team.term-our-people .ppri-bannermn-height.praxis-inner-banner {
    margin-bottom: 70px;
}



@media screen and (max-width:1550px){
	.paul-tonna-image {
		position: absolute;
		top: 35%;
		left: 10%;
		max-width: 200px;
	}
}

@media screen and (max-width:1330px){
	.paul-tonna-image {
		position: absolute;
		top: 20%;
		left: 10%;
		max-width: 200px;
	}
}


@media screen and (max-width:1200px){
	.single-our-people .association-slide img {
		width: 200px !important;
		height: 200px !important;
	}
}

@media screen and (max-width:1024px){
	.paul-tonna-image {
		position: absolute;
		top: 30%;
		left: 3%;
		max-width: 200px;
	}
}

@media screen and (max-width:860px){
	.paul-tonna-image {
		position: absolute;
		top: 25%;
		left: 0%;
		max-width: 200px;
	}
}

@media screen and (max-width:767px){
    .paul-tonna-image {
		position: absolute !important;
		top: 60%;
		left: 15%;
		max-width: 200px;
	}
	
	.detail-content-area {
		flex-direction: column;
		align-items: center;
	}

	.detail-text-content {
		width: 100%;
	}
}

@media screen and (max-width:550px){
    .paul-tonna-image {
		position: absolute !important;
		top: 55%;
		left: 7%;
		max-width: 200px;
	}
}

@media screen and (max-width:420px){
    .paul-tonna-image {
		position: absolute !important;
		top: 25%;
		left: 7%;
		max-width: 200px;
	}
}

.term-our-interns .people-overlay h3 {
    display: none;
}

.single-our-people section.elementor-section {
    display: none;
}

.young_professional_slider img {
    width: 70% !important;
    height: auto !important;
    padding: 10px;
    margin: auto;
}