body
{
	overflow-x: hidden;
	font-family: 'AGaramondPro-Regular';
}
* {
	outline: none;
}

.overlayclose {
	position: absolute;
	right: 0;
	padding: 35px;
	font-size: 40px;
	color: #cbcccf;
	cursor: pointer;
}

.open_search_bar label, .search_form_container label {
    display: none;
}

.grecaptcha-badge { visibility: hidden; }

h1, h2, h3, h4, h5, h6
{
	
}
.no_padding
{
	padding-left: 0;
	padding-right: 0;
}
.no_margin
{
	margin-left: 0;
	margin-right: 0;
}
.full_width
{
	width: 100%;
	height: auto;
}
.hero_section
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 240px 0px 150px;
	background-color: #ac81c5;
}
.hero_section_content
{
	position: relative;
}
.hero_section_content h1.main_heading
{
	font-size: 0;
	line-height: 0;
}
.hero_section_content .top_hero_heading
{
	margin-bottom: 80px;
}
.hero_section_content .top_hero_heading img
{
	float: none;
}
.hero_section_content .date_text
{
	text-align: left;
	color: #AF6D04;
	font-size: 45px;
	margin-bottom: 15px;
}
.hero_section_content h2.title
{
	text-align: left;
	color: #FFFFFF;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 0;
}
@media only screen	and (max-width: 991px)
{
	.hero_section
	{
		padding: 100px 0px 80px;
	}
	
	.video_splash {
		display:none !important;
	}
}
@media only screen and (max-width: 767px)
{
	.hero_section_content .top_hero_heading
	{
		margin-bottom: 52px;
	}
	.hero_section_content .date_text,
	.hero_section_content h2.title
	{
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px)
{
	.hero_section_content .top_hero_heading
	{
		max-width: 480px;
	}
}
@media only screen and (max-width: 460px)
{
	.hero_section_content .top_hero_heading
	{
		max-width: 360px;
	}
	.hero_section_content .date_text, .hero_section_content h2.title {
	    font-size: 35px;
	}
	.hero_section_content .top_hero_heading
	{
		margin-bottom: 45px;
	}
	.hero_section {
	    padding: 70px 0px 60px;
	}
}
.home_about_section
{
	padding: 120px 0px;
	position: relative;
	overflow: hidden;
}
.home_about_section .riple_animate_image_contain img
{
/*	position: absolute;
	top: -7vw;
	right: -13vw;
	width: 40vw;*/
}
.neighbor_section_content
{
	position: relative;
	text-align: right;
}
.neighbor_section_content h2.title
{
	color: #1D1F2A;
	font-size: 50px;
	text-align: right;
	font-family:"p22-underground-pc";
	margin-bottom: 50px;
    font-weight: 400;
    text-transform: capitalize;
}
.neighbor_section_content p
{
	color: #6E6F78;
	font-size: 16px;
	text-align: right;
	margin-bottom: 30px;
}
.neighbor_section_content p:last-child
{
	margin-bottom: 0;
}
.neighbor_section_outer_container
{
	position: relative;
}
.neighbor_section_outer_container .popup_video_container
{
	text-align: right;
	margin-bottom: 0;
}
.neighbor_section_outer_container .popup_video_container a
{
	position: relative;
	color: #AF6D04;
	font-size: 23px;
	font-family:"p22-underground-pc";
	text-decoration: none;
	padding-left: 42px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 400;
    text-transform: capitalize;
}
.neighbor_section_outer_container .popup_video_container a:hover
{
	color: #9A6004;	
}
.neighbor_section_outer_container .popup_video_container a img
{
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}
.neighbor_section_outer_container .watch_video_popup
{
	margin-top: 48px;
}
@media only screen and (max-width: 991px)
{
	.home_about_section
	{
		padding: 65px 0px;
	}
	.neighbor_section_content h2.title
	{
		font-size: 45px;
	}
}
@media only screen and (max-width: 767px)
{
	.neighbor_section_content
	{
		text-align: left;
	}
	.neighbor_section_content h2.title
	{
		text-align: left;
	}
	.neighbor_section_content p
	{
		line-height: 1.5;
		text-align: left;
	}
	.neighbor_section_outer_container .popup_video_container
	{
		text-align: left;
	}
	.neighbor_section_outer_container .watch_video_popup
	{
		margin-top: 42px;
	}
	.home_about_section .riple_animate_image_contain
	{
		display: none;
	}
}
@media only screen and (max-width: 575px)
{
	.neighbor_section_content h2.title
	{
		font-size: 40px;
	}
	.home_about_section
	{
		padding: 60px 0px;
	}
}
.how_can_serve_section
{
	background-color: #e9eaea;
	padding: 170px 0px 170px;
	position: relative;
}
.how_can_serve_section .top_pattern_container img
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.how_can_serve_section .bottom_pattern img
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.how_can_serve_content h2
{
	text-align: left;
	font-size: 50px;
	color: #1D1F2A;
	font-family:"p22-underground-pc";
	margin-bottom: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.how_can_serve_content p
{
	font-size: 16px;
	text-align: left;
	color: #6E6F78;
	line-height: 1.5;
}
.how_can_serve_content ul
{
	text-align: left;
	margin-top: 125px;
}
.how_can_serve_content ul li
{
	position: relative;
	min-height: 200px;
	display: block;
	padding-left: 202px;
	margin-bottom: 120px;
}
.how_can_serve_content ul li:last-child
{
	margin-bottom: 0;
}
.how_can_serve_content ul li h3
{
	color: #000000;
	font-size: 35px;
	text-align: left;
	font-family:"p22-underground-pc";
    text-transform: capitalize;
    font-weight: 400;
}
.how_can_serve_content ul li p.description
{
	font-size: 16px;
	color: #6E6F78;
}
.how_can_serve_content ul li img.icon_image
{
	position: absolute;
	left: 0;
	top: -25%;
	width: 161px;
	height: 161px;
	display: block;
}
.how_can_serve_content ul li a
{
	position: relative;
	font-size: 23px;
	color: #AF6D04;
	padding-left: 45px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family:"p22-underground-pc";
	font-weight: 400;
	text-transform: capitalize;
}
.how_can_serve_content ul li a:hover
{
	text-decoration: none;
	color: #9A6004;	
}
.how_can_serve_content ul li a img.link_icon
{
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}
.how_can_serve_content .link_container_p
{
	margin-bottom: 0;
	margin-top: 32px;
}
@media only screen and (max-width: 991px)
{
	.how_can_serve_section
	{
		padding: 135px 0px 135px;
	}
}
@media only screen and (max-width: 767px)
{
	.how_can_serve_section {
	    padding: 115px 0px 110px;
	}
	.how_can_serve_content h2
	{
		font-size: 40px;
		text-align: center;
	}
	.how_can_serve_content p
	{
		text-align: center;
	}
	.how_can_serve_content ul li img.icon_image {
	    position: relative;
	    left: auto;
	    top: auto;
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 45px;
	}
	.how_can_serve_content ul li h3 {
	    color: #000000;
	    font-size: 30px;
	    text-align: center;
	    font-family:"p22-underground-pc";
	    margin-bottom: 20px;
        text-transform: capitalize;
        font-weight: 400;
	}
	.how_can_serve_content ul li
	{
		padding-left: 0;
	}
	.how_can_serve_content ul
	{
		margin-top: 65px;
	}
	.how_can_serve_content ul li p.description
	{
		text-align: center;
	}
	.how_can_serve_content .link_container_p
	{
		text-align: center;
	}
	.how_can_serve_content ul li
	{
		min-height: auto;
		margin-bottom: 65px;
	}
}
@media only screen and (max-width: 575px)
{
	.how_can_serve_section {
	    padding: 90px 0px 80px;
	}
}
@media only screen and (max-width: 460px)
{
	.how_can_serve_content h2
	{
		font-size: 36px;
	}
	.how_can_serve_content ul li a
	{
		font-size: 21px;
		padding-left: 35px;
	}
	.how_can_serve_content ul li a img.link_icon
	{
		width: 22px;
		top: 2px;
	}
}
.awards_section
{
	background-color: #fff;
	padding: 100px 0px 50px;
}
.awards_heading_content
{

}
.awards_heading_content h2.title
{
	text-align: center;
	font-size: 50px;
	color: #000;
	font-family:"p22-underground-pc";
	margin-bottom: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.awards_heading_content p.description
{
	color: #6E6F78;
	font-size: 16px;
	text-align: center;
}
.award_images_row_container
{
	position: relative;
	margin-top: 50px;
}
.award_images_row_container .row
{
	align-items: center;
	margin-bottom: 70px;
}
.award_images_row_container .row:last-child
{
	margin-bottom: 0;	
}
.award_images_row .award_image
{
	display: block;
	width: 100%;
}
.award_images_row .award_image img
{
	display: block;
	margin: 0 auto;
}
.ask_a_question_container
{
	text-align: center;
}
.ask_a_question_container p
{
	color: #1D1F2A;
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid
	#CBCCCF;
	padding: 15px 45px;
	display: inline-block;
	border-left: none;
	border-right: none;
}
.ask_a_question_container p a
{
	color: #AF6D04;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.ask_a_question_container p a:hover
{
	text-decoration: none;
	color: #9A6004;	
}
@media only screen and (max-width: 991px)
{
	.award_images_row_container .row
	{
		display: block;
	}
	.award_images_row_container .row .col
	{
		margin-bottom: 50px;		
	}
}
@media only screen and (max-width: 767px)
{
	.awards_section
	{
		padding: 70px 0px;
	}
}
@media only screen and (max-width: 575px)
{
	.awards_section
	{
		padding: 55px 0px;
	}
	.awards_heading_content h2.title
	{
		font-size: 42px;
	}
}

.footer_outer_container
{
	position: relative;
}
.footer_outer_container .footer_pattern_contain img
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
}
footer
{
	background-image: url(../images/Footer.png);
	background-size: cover;
	background-position: top center;
	padding: 17% 0px 45px;
	margin-top: -90px;
	position: relative;
}
footer .container_outer
{
	position: relative;
}
footer .container_outer p.credit_image {
	color: #CBCCCF;
	font-size: 12px;
	position: absolute;
	max-width: 130px;
	display: block;
	top: -20%;
	right: 1%;
	text-align: center;
	z-index: 10;
	margin-bottom: 0;
}
.footer_widget
{
	position: relative;
}
.footer_widget h3.widget_title
{
	color: #fff;
	font-size: 25px;
	font-family:"p22-underground-pc"; 
	text-align: center;
	margin-bottom: 40px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer_widget p.address
{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.footer_widget p.address a
{
	color: #fff;
    text-decoration: none;
}

.footer_widget p.mailing_address
{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.footer_widget p
{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 38px;
}
.footer_widget p a
{
	color: #fff;
}
.footer_widget p a:hover
{
	text-decoration: none;
}
.footer_widget p.phone
{
	color: #fff;
}
.footer_widget p.fax
{
	color: #fff;
}
.footer_widget p.email
{
	color: #fff;
}
.footer_widget ul.news_links
{
	text-align: center;
	color: #fff;
}
.footer_widget ul.news_links li
{
	text-align: center;
}
.footer_widget ul.news_links li a
{
	color:
	#FFFFFF;
	font-weight: bold;
	padding: 25px 60px 25px;
	display: block;
	border-bottom: 1px solid #CBCCCF;
}
.footer_widget ul.news_links li:first-child a
{
	padding-top: 0;
}
.footer_widget ul.news_links li:last-child a
{
	border-bottom: 0;
	padding-bottom: 0;
}
.footer_widget ul.news_links li a:hover
{
	text-decoration: none;
    color: #af6d04;
}

.footer_widget .social_icons
{
	text-align: center;
	margin-top: 72px;
}

.footer_widget .social_icons img
{
    width: 40px;
    height: 40px;
}

.footer_widget a
{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
.footer_widget a:hover
{
	opacity: 0.8;
}
.copyright_content
{	
	margin-top: 75px;
}
.copyright_content p
{
	color: #fff;
	font-size: 12px;
	text-align: center;
}
@media only screen and (max-width: 1250px)
{
	footer
	{
		padding: 255px 0px 45px;	
	}
}
@media only screen and (max-width: 991px)
{
	footer
	{
	    padding: 280px 0px 45px;
	    margin-top: -12vw;
	}
	.footer_widget ul.news_links li a
	{
		padding: 30px 15px 30px;
	}
	.award_images_row .col:empty
	{
		display: none;
	}
	.question_section {
	    padding: 25px 0px 100px;
	}
}
@media only screen and (max-width: 767px)
{
	footer {
	    padding: 340px 0px 45px;
	    margin-top: -28vw;
	}
	.footer_widget_cols_row .footer_widget_col
	{
		margin-bottom: 30px;
	}
	.footer_widget_cols_row .footer_widget_col:last-child
	{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 575px)
{
	footer {
	    padding: 360px 0px 45px;
	    margin-top: -36vw;
	}
	.award_images_row .award_image img
	{
		max-width: 100%;
	}
}
@media only screen and (max-width: 500px)
{
	footer
	{
		margin-top: -42vw;
	}
}
@media only screen and (max-width: 460px)
{
	footer {
	    margin-top: -60vw;
	}
}
@media only screen and (max-width: 400px)
{
	footer {
	    padding: 360px 0px 45px;
	    margin-top: -70vw;
	}
}
.question_section
{
    padding: 100px 0px 100px;	
}
@media only screen and (max-width: 991px)
{
	.question_section {
	    padding: 25px 0px 100px;
	}
}
@media only screen and (max-width: 767px)
{
	.question_section {
	    padding: 25px 0px 65px;
	}
}
@media only screen and (max-width: 575px)
{
	.question_section {
	    padding: 0px 0px 65px;
	}
}
.our_team_hero_section
{
	background-color: #fff;
}
.our_team_header_content
{
	text-align: center;
	max-width: 800px;
	display: block;
	margin: 0 auto;
	margin-top: -5vw;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}
.our_team_header_content h2.title
{
	color: #1D1F2A;
	font-size: 50px;
	text-align: center;
	font-family:"p22-underground-pc";
	margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.our_team_header_content p
{
	color: #6E6F78;
	font-size: 16px;
	text-align: center;
}		
@media only screen and (max-width: 991px)
{
	.our_team_header_content
	{
		margin-top: -30px;
	}	
}
@media only screen and (max-width: 767px)
{
	.our_team_header_content {
		margin-top: -10px;
	}
	.our_team_header_content h2.title
	{
		font-size: 40px;		
	}
}
@media only screen and (max-width: 575px)
{
	.our_team_header_content {
	    margin-top: 0px;
	}
}
@media only screen and (max-width: 400px)
{
	.our_team_header_content {
	    margin-top: 0;
	    padding: 10px 15px;
	}
}
.team_boxes_section
{
	padding: 70px 0px 0;
}
.team_box_content
{
	position: relative;
}
.team_box_content img.team_image
{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 52px;
}
.team_box_content h3.title
{
	text-align: center;
	font-family:"p22-underground-pc";
	color: #000;
	font-size: 35px;
	margin-bottom: 20px;
	position: relative;
    text-transform: capitalize;
    font-weight: 400;
}
.team_box_content h3.title span
{
	position: absolute;
	top: -25px;
	color: #000000;
	font-size: 22px;
	left: 0;
	width: 100%;
	text-align: center;	
}
.team_box_content p.description
{
	max-width: 325px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #6E6F78;
}
.team_box_content p.link_container_p
{
	text-align: center;
	margin-top: 30px;
}
.team_box_content p.link_container_p a
{
	position: relative;
	font-size: 23px;
	color: #AF6D04;
	padding-left: 45px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family:"p22-underground-pc";
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: capitalize;
}
.team_box_content p.link_container_p a:hover
{
	text-decoration: none;	
	color: #9A6004;	
}
.team_box_content p.link_container_p a img
{
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}
.team_boxes_row
{
	position: relative;
}
.team_boxes_row .team_boxes_col
{
	margin-bottom: 70px;
}
.office_staff_section
{
	padding: 35px 0px 0;
}
.office_staff_heading_content
{
	max-width: 901px;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 991px)
{
	.team_boxes_row .team_boxes_col
	{
		margin-bottom: 50px;		
	}
	.team_boxes_row .team_boxes_col:last-child
	{
		margin-bottom: 0;
	}
	.team_boxes_section
	{
		padding: 70px 0px 35px;
	}
	.team_boxes_section
	{
		padding: 40px 0px 35px;
	}
}
.office_staff_heading_content h2
{
	color: #1D1F2A;
	font-size: 50px;
	text-align: center;
	margin-bottom: 25px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.office_staff_heading_content p
{
	color: #6E6F78;
	font-size: 16px;
	text-align: left;
}
@media only screen and (max-width: 767px)
{
	.office_staff_heading_content h2
	{
		font-size: 40px;
	}
}
.office_staff_box 
{
	border: 2px solid #5C068C;
	padding: 90px 10px;
	display: block;
	width: 100%;
	position: relative;
}
.office_staff_box .overlay
{
	opacity: 0;
	position: absolute;
	z-index: 1;
	background-color: #5C068C;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.office_staff_box:hover .overlay
{
	opacity: 1;
}
.office_staff_box h3
{
	text-align: center;
	color: #000000;
	font-size: 30px;
	font-family:"p22-underground-pc";
	margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.office_staff_box p
{
	color: #000000;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
}
.office_staff_box .overlay ul
{	
	max-width: 290px;
	display: block;
	margin: 0 auto;
	margin-bottom: 0;
}
.office_staff_box .overlay ul li
{
	position: relative;
	padding-left: 105px;
	margin-bottom: 12px;
}
.office_staff_box .overlay ul li h4
{
	font-weight: bold;
	color:
	#9A9BA1;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	width: 90px;
	margin-bottom: 0;
}
.office_staff_box .overlay ul li p
{
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
}
.office_staff_box .overlay ul li p a
{
	color: #fff;
	opacity: 1;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.office_staff_box .overlay ul li p a:hover
{
	opacity: 0.8;	
}
.office_staff_box .overlay ul li p a.email
{
	text-decoration: none;
}
.office_staff_box .overlay ul li p a.email:hover
{
	text-decoration: underline;
}

.office_staff_boxes_row 
{
	margin-top: 60px;
}
.office_staff_boxes_row .office_staff_col
{
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px)
{
	.office_staff_boxes_row .office_staff_col:last-child
	{
		margin-bottom: 0;
	}
	.office_staff_section {
	    padding: 35px 0px 50px;
	}
}
@media only screen and (max-width: 575px)
{
	.office_staff_heading_content h2 {
	    font-size: 35px;
	}
	.office_staff_boxes_row {
	    margin-top: 40px;
	}
	.office_staff_boxes_row .office_staff_col {
    	margin-bottom: 25px;
	}
	.office_staff_section
	{
		padding: 35px 0px 70px;
	}
}
.single_team_hero
{
	background-image: none;
	overflow: hidden;
	padding: 110px 0px 120px;
	padding-left: 8%;
	position: relative;
}
.team_single_data
{
	position: absolute;
	z-index: 1;
	bottom: -8%;
	right: 8vw;
}
.team_single_data h2
{
	color: #1D1F2A;
	font-size: 50px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.team_single_data .partner_text
{
	color: #1D1F2A;
	font-size: 22px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.team_single_data p.link_container_p
{
	margin-bottom: 0;
	margin-top: 20px;
}
.team_single_data p.link_container_p a
{
	position: relative;
	font-size: 23px;
	color:
	#AF6D04;
	padding-left: 45px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family:"p22-underground-pc";
	font-weight: 400;
    text-transform: capitalize;
}
.team_single_data p.link_container_p a:hover
{
	text-decoration: none;
	color: #9A6004;	
}
.team_single_data p.link_container_p a img
{
	position: absolute;
	left: 0;
	top: -5px;
	width: 34px;
	height: 34px;
}
.team_experience_section
{
	padding: 65px 0px 0;
}
.team_experience_sidebar .team_experience_sidebar_item
{	
	border-left: 4px solid #AF6D04;
	margin-bottom: 50px;
	padding: 5px 20px;
}
.team_experience_sidebar .team_experience_sidebar_item:last-child
{
	margin-bottom: 0;	
}
.team_experience_sidebar .team_experience_sidebar_item h3
{
	color: #AF6D04;
	font-size: 20px;
	font-family:"p22-underground-pc";
	text-align: left;
	margin-bottom: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.team_experience_sidebar .team_experience_sidebar_item ul
{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.team_experience_sidebar .team_experience_sidebar_item ul li
{
	margin-bottom: 13px;
	color: #6E6F78;
	font-size: 16px;
}
.team_experience_sidebar .team_experience_sidebar_item ul li:last-child
{
	margin-bottom: 0;	
}
.team_experience_sidebar .team_experience_sidebar_item ul li a
{
	color: #6E6F78;
	font-size: 16px;
	display: block;
}
.team_experience_sidebar .team_experience_sidebar_item ul li a:hover
{
	text-decoration: underline;	
}
.team_experience_sidebar .team_experience_sidebar_item ul li span
{
	display: block;
	padding-left: 10px;
}
.team_experience_content
{

}
.team_experience_content  a
{
	color: #af6d32;
}
.team_experience_content h1,
.team_experience_content h2,
.team_experience_content h3,
.team_experience_content h4,
.team_experience_content h5,
.team_experience_content h6
{
	color: #1D1F2A;
	font-size: 25px;
	text-align: left;
	font-family:"p22-underground-pc";
	margin-bottom: 25px;
	margin-top: 42px;
    font-weight: 400;
    text-transform: capitalize;
}
.team_experience_content h1:first-child,
.team_experience_content h2:first-child,
.team_experience_content h3:first-child,
.team_experience_content h4:first-child,
.team_experience_content h5:first-child,
.team_experience_content h6:first-child
{
	margin-top: 0;
}
.team_experience_content p,
.team_experience_content ul,
.team_experience_content ol
{
	color: #6E6F78;
	font-size: 16px;
	margin-bottom: 25px;
	padding-left: 15px;
}
.team_experience_content p
{
	padding-left: 0;
}
.team_experience_content ul li,
.team_experience_content ol li
{
	margin-bottom: 7px;
}
.team_experience_content ul li:last-child,
.team_experience_content ol li:last-child
{
	margin-bottom: 0;
}
.team_experience_content ul ul
{
	margin-bottom: 0 !important;
	padding-left: 25px;
	margin-top: 4px;
}
.team_experience_content ol ol
{
	margin-bottom: 0 !important;
	padding-left: 25px;
	margin-top: 4px;
}
@media only screen and (max-width: 991px)
{
	.team_experience_sidebar
	{
		margin-bottom: 50px;
	}
	.team_experience_section
	{
		padding: 55px 0px 45px;
	}		
	.team_experience_sidebar .team_experience_sidebar_item
	{
		margin-bottom: 40px;
	}

}
.law_family_image_content
{
	padding: 30px 30px;
}
.law_family_image_content img
{
	margin:0 auto;
	margin-bottom: 30px;
	display: block;
	max-width: 307px;
}
.law_family_image_content h2
{
	font-family:"p22-underground-pc";
	font-size: 50px;
	color: #000000;
	text-align: center;
	margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize; 
}
.law_family_desc_content
{
	background-color: #CBCCCF;
	padding: 200px 30px;
	position: relative;
}
.law_family_desc_content .top_left_pattern
{
	position: absolute;
	left: 25px;
	top: 25px;
}
.law_family_desc_content .top_right_pattern
{
	position: absolute;
	right: 25px;
	top: 25px;
}
.law_family_desc_content .bottom_left_pattern
{
	position: absolute;
	left: 25px;
	bottom: 25px;
}
.law_family_desc_content .bottom_right_pattern
{
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.law_family_desc_inner_content
{
	max-width: 430px;
	display: block;
	margin: 0 auto;
}	
.law_family_desc_content p
{
	color: #43454F;
	font-size: 25px;
	text-align: left;
}
.law_family_desc_content p.down_arrow_p
{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px)
{
	.law_family_desc_content
	{
		padding: 170px 30px;
	}
	.law_family_image_content h2
	{
		font-size: 40px;
	}
	.law_family_image_content img
	{
		max-width: 215px;
	}
}
@media only screen and (max-width: 991px)
{
	.law_family_image_content
	{
	    padding: 65px 15px;
	}
	.law_family_desc_content
	{
	    padding: 110px 30px;
	}
}
@media only screen and (max-width: 767px)
{
	.law_family_image_content h2
	{
		font-size: 35px;
	}
	.law_family_desc_content {
	    padding: 90px 30px;
	}
}
@media only screen and (max-width: 575px)
{
	.law_family_desc_content p
	{
		font-size: 21px;
	}
}
.practice_area_section
{
	background-color: #E5E5E7;
	padding: 100px 0 0;
}
.practice_area_heading_content h2
{
	text-align: center;
	font-family:"p22-underground-pc";
	font-size: 42px;
    font-weight: 400;
    text-transform: capitalize;
}
.practice_area_heading_content ul
{
	text-align: center;
	font-family:"p22-underground-pc";
	margin-bottom: 15px;
	font-weight: 400;
    text-transform: capitalize;
	padding-left: 0;
    
}
.practice_area_heading_content ul li {
    color: #6E6F78;
    font-size: 30px;
    margin-right: 45px !important;
}
.practice_area_heading_content ul li span
{
	font-size: 40px;
	font-weight: normal;
}
.practice_area_heading_content ul li:first-child
{
	margin-right: 80px !important;
	text-transform: capitalize;
}
.practice_area_heading_content ul li:last-child
{
    margin-right: 0px !important;
}
.practice_area_heading_content ul li a
{
	color: #AF6D04;
	font-size: 42px;
	text-transform: capitalize;
}
.practice_area_heading_content ul li.active a
{
	text-decoration: underline;	
    font-weight: 600;
}
@media only screen and (max-width: 767px)
{
	.practice_area_heading_content ul li a
	{
		font-size: 30px;
	}
	.practice_area_heading_content ul li
	{
		font-size: 22px;
	}
}
@media only screen and (max-width: 575px)
{
	.practice_area_heading_content ul {
	    margin-bottom: 0;
	    text-align: left;
	    padding-left: 0;
	}
}
.practice_boxes_content
{
	position: relative;
	display: flex;
	height: 100%;
}
.practice_boxes_content .practice_boxes_inner_content
{
	position: relative;
	border: none;
	padding-left: 27px;
	display: flex;
	flex-direction: column;
}
.practice_boxes_content .practice_boxes_inner_content h3
{
	color: #6E6F78;
	font-size: 35px;
	text-align: left;
	margin-bottom: 25px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.practice_boxes_content .practice_boxes_inner_content p
{
	color: #43454F;
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
	display: flex;
	height: 100%;
	align-items: flex-end;
}
.practice_boxes_content .practice_boxes_inner_content p.bold_text
{
	font-size: 19px;
	font-style: italic;
	margin-bottom: 7px;
	display: block;
}
.practice_boxes_content .learn_more_p
{
	text-align: left;
	margin-bottom: 0;
	margin-top: 32px;
	display: block;
	padding-left: 28px;
	position: absolute;
	bottom: -70px;
}
.practice_boxes_content .learn_more_p a
{
	position: relative;
	font-size: 23px;
	color: #AF6D04;
	padding-left: 45px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family:"p22-underground-pc";
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform:capitalize;
}
.practice_boxes_content .learn_more_p a:hover
{
	text-decoration: none;	
	color: #9A6004;	
}
.practice_boxes_content .learn_more_p a img
{
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}
.practice_boxes_row
{
	margin-top: 75px;	
}
.practice_boxes_row .practice_boxes_col
{
	margin-bottom: 150px;
}
@media only screen and (max-width: 991px)
{
	.practice_boxes_row .practice_boxes_col
	{
		margin-bottom: 125px;
	}
	.practice_boxes_row .practice_boxes_col:last-child
	{
		margin-bottom: 0;
	}
	.practice_area_section {
	    background-color: #E5E5E7;
	    padding: 80px 0 65px;
	}
	.practice_area_section
	{
		padding: 60px 0 135px;
	}
	.practice_boxes_content .practice_boxes_inner_content h3
	{
		font-size: 30px;
	}
	.practice_boxes_content .practice_boxes_inner_content h3 br
	{
		display: none;
	}
}
.clients_testimonial_section
{
    padding: 100px 0 150px;
}
.clients_testi_heading_content_row
{
	margin-bottom: 65px;
}
.clients_div_content
{
	background-color: #fff;
	-webkit-box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.40);
	box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.40);
}
.clients_testi_heading_content h2
{
	text-align: center;
	color: #1D1F2A;
	font-size: 42px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.clients_testimonial_outer_content
{
	padding: 50px 30px;
}
.clients_testimonial_content
{
	max-width: 415px;
	display: block;
	margin: 0 auto;
}
.clients_testimonial_content p span
{
	color:
	#AF6D04;
	font-size: 50px;
	display: block;
	line-height: 50px;
	margin-bottom: -20px;
}
.clients_testimonial_content p
{
	color: #43454F;
	font-size: 18px;
	margin-bottom: 30px;
}
.clients_testimonial_content p:last-child
{
	margin-bottom: 0;
}
.clients_testimonial_content p.testimonial_about
{
	font-size: 16px;
	font-style: italic;
}
@media only screen and (max-width: 991px)
{
	.clients_testimonial_section {
	    padding: 80px 0;
	}
	.clients_testi_heading_content h2
	{
		font-size: 38px;
	}
	.clients_testi_heading_content_row
	{
		margin-bottom: 70px;
	}
	.clients_testimonial_outer_content {
	    padding: 0px 15px 50px;
	    margin-top: 50px;
	}
	.clients_testimonial_content
	{
		max-width: 700px;
	}
	.clients_image_content img
	{
		display: none;
	}
	.clients_image_content 
	{
		background-image: url(../images/clients_image_background.png);
		background-size: cover;
		background-position: center center;
		padding-top: 50%;
	}
}
@media only screen and (max-width: 575px)
{
	.clients_testi_heading_content h2 {
	    font-size: 35px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
.testimonial_slider_arrows {
    max-width: 415px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.testimonial_slider_arrows .testimonial_left_arrow
{
	float: left;
}
.testimonial_slider_arrows .testimonial_right_arrow
{
	float: right;	
}
@media only screen and (max-width: 991px)
{
	.testimonial_slider_arrows {
	    display: flex;
	    max-width: 105px;
	    text-align: center;
	}
	.testimonial_slider_arrows .testimonial_left_arrow
	{
		margin-right: 35px;
	}
}
.law_business_content
{
	background-color: #CBCCCF;
    padding: 130px 0px 60px;
}
.law_business_content .law_business_inner_content
{
	max-width: 810px;
    display: block;
    margin: 0 auto;
}
.law_business_content .law_business_inner_content .how_can_serve_content ul
{
	margin-top: 0;
}
.how_can_serve_section.famility_business_section
{
    padding: 210px 0px 130px;
    margin-bottom: 35px;
}
.famility_business_section .how_can_serve_content ul
{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0
}
@media only screen and (max-width: 991px)
{
	.how_can_serve_section.famility_business_section
	{
	    margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px)
{
	.how_can_serve_section.famility_business_section {
	    padding: 100px 0px 120px;
	}
}
@media only screen and (max-width: 460px)
{
	.how_can_serve_section.famility_business_section {
	    padding: 80px 0px 90px;
	}
}
@media only screen and (max-width: 575px)
{
	.question_section {
    	padding: 15px 0px 65px;
	}
}
.businesss_cooperation_section .law_family_desc_content
{
	background-color: #43454F;
}
.businesss_cooperation_section .law_family_desc_content p
{
	color: #CBCCCF;
}
.business_transaction_header
{
	position: relative;
	padding: 40% 0% 7% 8%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.business_transaction_header .overlay
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/section_overlay_background.png);
	background-size: cover;
	background-position: center center;
}
.business_transaction_header .container-fluid
{
	position: relative;
	z-index: 1;
}
.business_transaction_content
{
	max-width: 900px;
}
.business_transaction_content h2
{
	color: #CBCCCF;
	font-size: 50px;
	text-align: left;
	font-family:"p22-underground-pc";
	margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
	
}
.business_transaction_content p
{
	color: #CBCCCF;
	font-size: 25px;
}
.business_transaction_content p.link_container_p
{
	text-align: left;
	margin-bottom: 0;
}
.business_transaction_content p.link_container_p a
{
	position: relative;
	font-size: 23px;
	color:
	#AF6D04;
	padding-left: 45px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family:"p22-underground-pc";
	font-weight: 400;
	text-transform: lowercase;
}
.business_transaction_content p.link_container_p a:hover
{
	text-decoration: none;
	color: #9A6004;		
}
.business_transaction_content p.link_container_p a img
{
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}

@media only screen and (max-width: 991px)
{
	.business_transaction_header
	{
		padding: 30% 0% 7% 8%;		
	}
	.business_transaction_content h2
	{
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 767px)
{
	.business_transaction_content h2
	{
		font-size: 40px;
	}
	.business_transaction_header {
	    padding: 30% 0% 7% 5%;
	}
}
@media only screen and (max-width: 575px)
{
	.business_transaction_header {
	    padding: 145px 15px 55px 15px;
	}
	.business_transaction_content h2
	{
		font-size: 35px;
		text-align: center;
	}
	.business_transaction_content p.link_container_p
	{
		text-align: center;
	}
}
.business_cooperate_about_section
{
	background-color: #fff;
	padding: 70px 0px 20px;
}
.business_cooperate_about_content h3
{
	margin-bottom: 50px;
}
.business_cooperate_about_content p
{
	text-align: left;
	color: #6E6F78;
	font-size: 20px;
}
.practice_area_heading_content {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.practice_area_heading_content p
{
	text-align: center;
	margin-top: 30px;
	color: #6E6F78;
	font-size: 18px;
}
@media only screen and (max-width: 991px)
{
	.business_cooperate_about_section
	{
		padding: 60px 0px 50px;
	}
}
@media only screen and (max-width: 575px)
{
	.business_cooperate_about_section {
	    padding: 45px 0px 50px;
	}
	.business_cooperate_about_content h3
	{
		margin-bottom: 40px;
	}
	.business_cooperate_about_content p
	{
		font-size: 18px;
	}
}
.business_cooperate_about_content
{
	max-width: 820px;
	display: block;
	margin: 0 auto;
}
.services_section
{
	background-color: #CBCCCF;
	padding: 80px 0px 35px;
}
.practice_area_section_2 
{
	position: relative;
	padding: 100px 0 110px;
}
.practice_area_section_2 .pattern_bottom_business_about_dark
{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 991px)
{
	.practice_area_section_2
	{
		padding: 85px 0 140px;
	}
}
@media only screen and (max-width: 575px)
{
	.practice_area_section_2 {
	    padding: 75px 0 120px;
	}
}
.services_heading_content
{
	max-width: 850px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.services_heading_content h2
{
	text-align: center;
	color: #1D1F2A;
	font-size: 42px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.services_heading_content p
{
	text-align: center;
	margin-top: 30px;
	color: #6E6F78;
	font-size: 18px;
	margin-bottom: 3px;
}
.services_accordtion .card-header
{
	position: relative;
	cursor: pointer;
}
.services_accordtion .card-header:after {
	content: "-";
	float: right;
	position: absolute;
	left: 0;
	display: block;
	right: 0;
	text-align: center;
	bottom: 18px;
	background-color:
	#AF6D04;
	width: 22px;
	height: 22px;
	line-height: 0;
	padding: 9px 5px;
	font-size: 25px;
	color:
	#fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	line-height: 2px;
}
.services_accordtion .card-body
{
	background-color: #fff;
	color: #6E6F78;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.services_accordtion .card-body .card_body_inner_content
{
	padding: 25px 20px;
}
.services_accordtion .card-header.collapsed:after {
    content: "+"; 
}
.services_accordtion .card
{
	background-color: transparent;
	border: none;
}
.services_accordtion .card .card-header
{
	background-color: #fff;
	border-radius: 0;
	padding-bottom: 40px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.services_accordtion .card .card_outer_container
{
	border: 2px solid
	#5C068C;
	padding: 10px;
}
.services_accordtion .card .card_outer_container .card-title
{
	color:
	#1D1F2A;
	font-family:"p22-underground-pc";
	font-size: 25px;
	text-align: center;
	display: block;
	position: relative;
    font-weight: 400;
    text-transform: capitalize;
}
.services_accordtion_row
{
	margin-top: 60px;
}
.services_accordtion_row .services_accordtion_col
{
	margin-bottom: 45px;
}
@media only screen and (max-width: 991px)
{
	.services_accordtion_row .services_accordtion_col
	{
		margin-bottom: 30px;
	}
	.services_accordtion_row .services_accordtion_col:last-child
	{
		margin-bottom: 0px;
	}
	.services_section
	{
		padding: 75px 0px 85px;
	}
}
.industries_we_serve_section
{
	background-color: #fff;
	padding-bottom: 0;
}
.our_attorneys_section
{
	padding: 80px 0px 0;
}
.our_attorneys_heading_row
{
	margin-bottom: 75px;
}
.our_attorneys_heading_content
{
	position: relative;
}
.our_attorneys_heading_content h2
{
	text-align: center;
	color: #1D1F2A;
	font-size: 42px;
	font-family:"p22-underground-pc";
    font-weight: 400;
    text-transform: capitalize;
}
.testimonials_business_attorney .clients_testimonial_section
{
	padding: 60px 0 60px;
}
@media only screen and (max-width: 991px)
{
	.our_attorneys_section
	{
		padding: 75px 0px 0;
	}
	.our_attorneys_heading_content h2
	{
		font-size: 38px;
	}
	.clients_testi_heading_content_row
	{
		margin-bottom: 55px;
	}
}
@media only screen and (max-width: 575px)
{
	.services_section {
	    padding: 65px 0px 75px;
	}
}
.litigation_business_section_outer
{
	padding: 100px 0px 50px;
}
.litigation_business_section_outer .how_can_serve_content ul li
{
	padding-left: 0;
}
.litigation_business_section_outer .how_can_serve_content
{
	max-width: 650px;
	display: block;
	margin: 0 auto;
}
.litigation_business_section_outer .how_can_serve_section 
{
	padding: 170px 0px 115px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 991px)
{
	.litigation_business_section_outer .how_can_serve_section
	{
		padding: 140px 0px 100px;
	}
}
@media only screen and (max-width: 767px)
{
	.litigation_business_section_outer .how_can_serve_section {
	    padding: 110px 0px 100px;
	}
	.litigation_business_section_outer {
	    padding: 75px 0px 0px;
	    margin-bottom: -45px;
	}
}
.how_can_help_image_content
{
	position: relative;
}
.how_can_help_image_content img
{
	display: block;
}
.how_can_help_desc_content 
{
	position: relative;
	padding-left: 40px;
}
.how_can_help_desc_content p
{
	color: #43454F;
	font-size: 18px;
	text-align: left;
}
@media only screen and (max-width: 991px)
{
	.how_can_help_desc_content
	{
		padding-left: 0;
	}
	.how_can_help_section .practice_boxes_row .practice_boxes_col:first-child
	{
		margin-bottom: 42px;
	}
	.practice_area_heading_content h2
	{
		font-size: 38px;
	}
	.how_can_help_desc_content p:last-child
	{
		margin-bottom: 0;
	}
}
.litigation_business_section_outer .how_can_serve_content ul li h3
{
	margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.our_attorneys_section_2
{
	padding-top: 86px;
}
@media only screen and (max-width: 575px)
{
	.our_attorneys_section_2
	{
		padding-top: 70px;
	}
	.our_attorneys_section_2 .team_boxes_row .team_boxes_col
	{
		margin-bottom: 30px;
	}
}
.bankruptcy_services_section .practice_boxes_row
{
	margin-bottom: -70px;
}
.family_testimonial_container .clients_testimonial_section
{
	padding: 100px 0 70px;
}
@media only screen and (max-width: 991px)
{
	.mobile_represent_separator
	{
		display: block;
		margin: -60px 0px;
	}
	.mobile_represent_separator_one
	{
		margin-bottom: -45px;
	}
}
.apply_career_form br
{
	display: none;
}
.apply_career_form .link_container_p
{
	margin-top: 18px !important;
}
.current_openings_section .wpcf7-response-output
{
	margin-top: 0 !important;
}


.logo_ripple{
	position: absolute;
	right: 4%;
	top: 13.5%;
}
.logo_ripple img{
	transform: rotate(-45deg);
	margin: -15px;
	padding: 0px;
	width: 85%;
	position: relative;
	top: 23px;
	left: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: auto;
}
.logo_ripple .ripple_image_holder {
  width: 120px;
  height: 120px;
  padding: 0px;
  transform: rotate(45deg);
  animation:ripple 1s linear infinite;
  animation-delay:0.2s;
  -webkit-animation:ripple 1s linear infinite;
  -webkit-animation-delay:0.2s;
  -moz-animation:ripple 1s linear infinite;
  -moz-animation-delay:0.2s;
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.3), 
    0 0 0 4em rgba(203, 204, 207, 0.3), 
    0 0 0 8em rgba(203, 204, 207, 0.3), 
    0 0 0 12em rgba(203, 204, 207, 0.3);
  }
  100% {
    box-shadow: 
    0 0 0 4em rgba(203, 204, 207, 0.3), 
    0 0 0 8em rgba(203, 204, 207, 0.3), 
    0 0 0 12em rgba(203, 204, 207, 0.3), 
    0 0 0 16em rgba(101, 255, 120, 0);
  }
}

@keyframes ripple {
	0% {
	box-shadow: 
		0 0 0 0 rgba(203, 204, 207, 0.3), 
		0 0 0 4em rgba(203, 204, 207, 0.3), 
		0 0 0 8em rgba(203, 204, 207, 0.3), 
		0 0 0 12em rgba(203, 204, 207, 0.3);
	}
	100% {
	box-shadow: 
		0 0 0 4em rgba(203, 204, 207, 0.3), 
		0 0 0 8em rgba(203, 204, 207, 0.3), 
		0 0 0 12em rgba(203, 204, 207, 0.3), 
		0 0 0 16em rgba(101, 255, 120, 0);
	}
}
.riple_animate_image_contain_contact .logo_ripple
{
	right: auto;
	left: 10%;
	top: 15%;
}

/* Our Team Ripple */



.logo_ripple_team{
	position: relative;
	right: 0;
	top: 0;
}
.logo_ripple_team img{
	transform: rotate(-45deg);
	margin: 0;
	padding: 0px;
	width: 130%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: auto;
	margin: -80px;
	z-index: 1;
 }
.logo_ripple_team .ripple_image_holder {
  width: 50%;
  height: 50%;
  padding: 0px;
  transform: rotate(45deg);
  animation:rip_team 1s linear infinite;
  animation-delay:0.2s;
  -webkit-animation:rip_team 1s linear infinite;
  -webkit-animation-delay:0.2s;
  -moz-animation:rip_team 1s linear infinite;
  -moz-animation-rip_team:0.2s;
  background-color: #d9dadc;
  position: relative;
}
@-webkit-keyframes rip_team {
  0% {
	    box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.3), 
	    0 0 0 9em rgba(203, 204, 207, 0.3), 
	    0 0 0 18em rgba(203, 204, 207, 0.3), 
	    0 0 0 27em rgba(203, 204, 207, 0.3);
  }
  100% {
	    box-shadow: 
	    0 0 0 9em rgba(203, 204, 207, 0.3), 
	    0 0 0 18em rgba(203, 204, 207, 0.3), 
	    0 0 0 27em rgba(203, 204, 207, 0.3), 
	    0 0 0 36em rgba(101, 255, 120, 0);
  }
}

@keyframes rip_team {
	0% {
		box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.3), 
		0 0 0 9em rgba(203, 204, 207, 0.3), 
	    0 0 0 18em rgba(203, 204, 207, 0.3), 
	    0 0 0 27em rgba(203, 204, 207, 0.3);
	}
	100% {
		box-shadow: 
			0 0 0 9em rgba(203, 204, 207, 0.3), 
			0 0 0 18em rgba(203, 204, 207, 0.3), 
			0 0 0 27em rgba(203, 204, 207, 0.3), 
			0 0 0 36em rgba(101, 255, 120, 0);
	}
}

@media only screen and (max-width: 1199px)
{
	.logo_ripple_team .ripple_image_holder
	{
		width: 100%;
		height: 100%;
	}
	.logo_ripple_team img
	{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.logo_ripple_team .ripple_image_holder
	{
	}
	.logo_ripple_team img
	{
	}
	.single_team_hero
	{
		padding-left: 0;
		padding: 70px 0px 64px;
	}
	.team_single_data
	{
		position: relative;
		z-index: 1;
		bottom: auto;
		right: auto;
		text-align: center;
		margin-top: 45px;
	}
	.team_single_data .partner_text {
	    color: 
	    #1D1F2A;
	    font-size: 20px;
	    font-family:"p22-underground-pc";
        font-weight: 400;
    text-transform: capitalize;
	}
	.team_single_data h2
	{
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px)
{
	.team_single_data h2
	{
		font-size: 38px;
	}
	.team_single_data .partner_text
	{
		font-size: 18px;
	}
}
.single_team_hero .container
{
	position: relative;
}

.header_blog_single
{
	position: relative;
}
.header_blog_single .header_pattern
{
	width: 40vw;
}
.header_blog_single .thumb_image
{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 991px)
{
	.header_blog_single .header_pattern
	{
		display: none;
	}
	.header_blog_single .thumb_image {
	    position: relative;
	    top: auto;
	    left: auto;
	    width: 100%;
	    -webkit-transform: none;
	    transform: none;
	}
	.ut_single_blog_content h2
	{
		font-size: 42px !important;
	}
	.single_posts_mobile_margin
	{
		margin-top: -80px;
	}
	.single_posts_mobile_margin_two
	{
		margin-top: -40px;
	}
}
@media only screen and (max-width: 575px)
{
	.ut_single_blog_content h2
	{
		font-size: 35px !important;
	}
}

.alignleft
{
	float: left;
	margin-right: 25px;
}
.alignright
{
	float: right;
	margin-left: 25px;
}
.post_content ul,
.post_content p,
.post_content ol
{
	color: #6E6F78;
	font-size: 18px;
}
.post_content img
{
	margin-bottom: 20px;
}
.post_content a
{
	color: #AF6D04;
}
.filter_options_list
{
	display: flex;
	font-family:"p22-underground-pc";
	align-items: center;
    font-weight: 400;
    text-transform: capitalize;
}
.filter_options_list li
{
	margin-right: 50px !important;
}
.filter_options_list li.filter_text
{
	color: #1D1F2A;
	font-size: 16px;
}
.filter_options_list button
{
	background-color:
	transparent !important;
	color:
	#9A9BA1 !important;
	border: none;
	padding-right: 22px;
	box-shadow: none !important;
}
.filter_options_list li
{
	margin-right: 50px !important;
}
.filter_options_list li:last-child
{
	margin-right: 0px !important;
}
.filter_options_list .dropdown-menu
{
	min-width: 220px;
	padding: 13px 0px;
	max-height: 300px;
	overflow-y: auto;
}
.filter_options_list .dropdown-menu label
{
	color: #6E6F78;
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 0px 15px;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
}
.filter_options_list .dropdown-menu label:after
{
	content: "";
	position: absolute;
	left: 15px;
	width: 13px;
	height: 13px;
	top: 5px;
	width: 10px;
	height: 10px;
	background-image: none;
	border: 0.187em solid #AF6D04;
	background-color: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filter_options_list .dropdown-menu label.active:after
{
	content: "";
	position: absolute;
	left: 15px;
	top: 5px;
	background-image: none;
	background-color: #AF6D04;
}
/*Category Blog*/
.filter_options_list .dropdown-menu label.category_blog
{
	color: #5C068C;
}
.filter_options_list .dropdown-menu label.category_blog:hover
{
	color: #5C068C;
}
.filter_options_list .dropdown-menu label.category_blog:after
{
	width: 10px;
	height: 10px;
	background-image: none;
	border: 0.187em solid #5C068C;
	background-color: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filter_options_list .dropdown-menu label.category_blog.active:after
{
	background-color: #5C068C;
}
/* Category Event */
.filter_options_list .dropdown-menu label.category_event
{
	color: #AF6D04;
}
.filter_options_list .dropdown-menu label.category_event:hover
{
	color: #AF6D04;
}
.filter_options_list .dropdown-menu label.category_event:after
{
	width: 10px;
	height: 10px;
	background-image: none;
	border: 0.187em solid #AF6D04;
	background-color: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filter_options_list .dropdown-menu label.category_event.active:after
{
	background-color: #AF6D04;
}

/* Industry Category */

.filter_options_list .dropdown-menu label.category_industry-news
{
	color: #9A9BA1;
}
.filter_options_list .dropdown-menu label.category_industry-news:hover
{
	color: #9A9BA1;
}
.filter_options_list .dropdown-menu label.category_industry-news:after
{
	width: 10px;
	height: 10px;
	background-image: none;
	border: 0.187em solid #9A9BA1;
	background-color: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filter_options_list .dropdown-menu label.category_industry-news.active:after
{
	background-color: #9A9BA1;
}

/* ENd */

/* Category Publication */

.filter_options_list .dropdown-menu label.category_publication
{
	color: #1D1F2A;
}
.filter_options_list .dropdown-menu label.category_publication:hover
{
	color: #1D1F2A;
}
.filter_options_list .dropdown-menu label.category_publication:after
{
	width: 10px;
	height: 10px;
	background-image: none;
	border: 0.187em solid #1D1F2A;
	background-color: transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filter_options_list .dropdown-menu label.category_publication.active:after
{
	background-color: #1D1F2A;
}

/* END */

.filter_options_list .dropdown-menu label:hover
{
	color: #AF6D04;
}
.filter_options_list .dropdown-menu label input
{
	width: 100%;
	padding: 0;
	position: absolute;
	left: -999999px;
}

/* End Our Team Ripple */

@media only screen and (min-width: 992px)
{
	.office_staff_boxes_row .office_staff_col
	{
		margin-right: 15px;
	}
	.office_staff_boxes_row .office_staff_col.col-lg-4
	{
		flex: 0 0 32.16%;
		max-width: 33.333%;
	}
	.office_staff_boxes_row .office_staff_col:nth-child(3n)
	{
		margin-right: 0;
	}
	.office_staff_boxes_row {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 991px)
{
	.office_staff_boxes_row {
		padding: 0 15px;
	}
}
.logo_ripple_team .ripple_image_holder
{
	position: relative;
}
.logo_ripple_team .ripple_image_holder:after
{
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	background-color: #fff;
}
@media only screen and (max-width: 1199px)
{
	.logo_ripple_team .ripple_image_holder::after {
		content: "";
		position: absolute;
		left: 22%;
		right: 22%;
		top: 15%;
		bottom: 15%;
		background-color: #fff;
	}
}

#newyear2021 {
    background-color: #5c068c;
    width: 100%;
    height: auto;
    text-align: center;
}

#newyear2021 img {
    margin: 0 auto;
}

.contact_map_section {
    margin: 60px auto 0;
}

.map_outside {
    background-image: url('../images/map-outside.png');
    background-size: cover;
    height: 577px;
    width: 643px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_info {
    text-align: center;
}

.map_info h2 {
  color: #1D1F2A;
  font-size: 42px;
  font-family: "p22-underground-pc";
  margin-bottom: 100px;
    font-weight: 300;
}

.map_info .map_address {
    font-size: 25px;
    font-weight: bold;
    color: #6E6F78;
    font-family: 'AGaramondPro-Regular';
    margin-bottom: 100px;
}

.map_info a {
    color: #AF6D04;
    font-size: 23px;
    font-family: "p22-underground-pc";
    font-size: 23px;
}

.map_info a:hover {
    text-decoration: none;
}

.pay_bill_section {
    text-align: center;
}

.pay_bill_section .pay_bill {
    background-color:#fff;
    box-shadow: 10px 5px 5px rgba(0,0,0,.09);
    padding: 50px;
}

.pay_bill_section p {
    color: #43454F;
    font-size: 25px;
    line-height: 35px;
}

.pay_bill_section .pay_bill h2 {
    font-size: 50px;
    font-family: "p22-underground-pc";
    font-weight: 300;
    padding-bottom: 10px;
}

.pay_bill_section .pay_bill1 h2 {
    color: #5C068C;
}

.pay_bill_section .pay_bill2 h2 {
    color: #AF6D04;
}

.pay_bill_section .pay_bill p a img {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
}

.pay_bill_section .pay_bill p a {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "p22-underground-pc";
    position: relative;
    padding-left: 40px;
    bottom: -15px;
}

.pay_bill_section .pay_bill p a:hover {
    text-decoration: none;
}

.pay_bill_section .pay_bill1 p a {
    color: #5C068C;
}

.pay_bill_section .pay_bill2 p a {
    color: #AF6D04;
}

@media only screen and (max-width: 1200px) {
    .map_outside {
        width: 100%;
        padding: 80px 25px;
        height: auto;
        margin: 25px auto;
    }
}

@media only screen and (max-width: 991px) {
    .map_info h2 {
        margin-bottom: 25px;
    }
    
    .map_info .map_address {
        margin-bottom: 25px;
        font-size: 20px;
    }
    
    .map_outside {
        width: 100%;
        padding: 80px 25px;
        height: auto;
        margin: 25px auto;
    }
    
    .pay_bill_section {
        padding: 0 0px 75px;
    }
}