/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2105                         */
/*******************************************/

/*
GENERAL
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/


/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/


.height-auto {
  height: auto;
}
 
 
 
/* GENERAL > HTML and Structure */
main {
	padding: 60px 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

.no-banner main {
	padding-top: 160px;
}

.sidebar {
	clear: both;
	float: none;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

.content img {
	max-width: 100%;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 00px;
}
.fa, .fas {
	font-weight: bold !important;
}
.content li {
	color: #000;
	padding: 0 0 0 25px;
	position: relative;
	margin-bottom: 15px;
	line-height: 28px;
}

.content ol li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	counter-increment: count-me;
	margin-top: 10px;
	margin-left: 0;
}
.content ol li::before {
	counter-increment: step-counter;
	content: counter(count-me)"" !important;
	display: block !important;
	position: absolute;
	left: 5px;
	width: auto;
	height: auto;
	top: -3px;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding-left: 0;
	padding-top: 4px;
	color: #F47930;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.content ul li::before {
	position: absolute;
	color: transparent;
	content: "\f0da";
	top: 9px;
	left: 4px;
	font-size: 15px;
	font-weight: bold;
	height: 5px;
	line-height: 30px;
	background: #F47930;
	width: 5px;
	border-radius: 66px;
}
 

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
	margin: 20px 0 25px 00px;
}

hr {
	background: #f47920;
    width: 30px;
    height: 6px;
    display: block;
    border: none;
	margin: 40px 0;
}

.sidebar-block hr {
	background: #89ae8f;
	margin: 15px 0 25px 0;
	height: 2px;
	width: 90%;
}

figure {
	margin: 0;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

section.sidebar-block {
	background: #fff;
	padding: 0;
}
.postid-1451 .sidebar-block {
	background: #fff;
	padding: 0 30px;
}

.postid-1451 .sidebar-block h3 {
	color: #404040;
}
.postid-1451 .sidebar-block li {
	color: #404040;
}
.postid-1451 .sidebar section ul li::before {
	position: absolute;
	color: transparent !important;
	content: '';
	top: 12px;
	left: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	background: #404040 !important;
	border-radius: 66px;
	font-weight: 300;
	z-index: 2;
	width: 6px;
	height: 6px;
}
.postid-1451 .sidebar-block li {
	color: #404040;
	margin: 10px 0;
}
section.sidebar-block {
	background: #fff;
	padding: 0px 0;
 
}

.sidebar-block h3 {
	font-size: 22px;
	letter-spacing: 0.44px;
	color: #dd001a;
	text-transform: capitalize;
	margin-bottom: 12px;
}


.sidebar-block.cta-sidebar {
	background-size: cover;
	background-position: center;
	padding: 40px;
}

.side-cta-title {
	text-align: center;
	letter-spacing: 4.32px;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}

.cta-inner-sidebar p {
	letter-spacing: 0.36px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 0px 20px;
	line-height: 25px;
}

.sidebar-block:last-of-type {
	margin: 0;
}


.sidebar section ul li a {
	position: relative;
	z-index: 0;
}
/*.sidebar section ul li a::after {
	background: #1A1818;
	position: absolute;
	content: "";
	width: 150%;
	height: 200%;
	left: -30%;
	z-index: -1;
	top: -50%;
	opacity:0
}
.sidebar section ul li a:hover:after,
.sidebar section ul li a:focus:after {
	background: #1A1818;
	position: absolute;
	content: "";
	width: 150%;
	height: 200%;
	left: -30%;
	z-index: -1;
	top: -50%;
	opacity:1
}*/

.sidebar section {
	margin-bottom: 40px;
}
.sidebar-block.contact-sidebar {
	background: transparent;
	padding: 0;
}
.sidebar-inner {
	padding: 0px 20px;
}

.sidebar section ul li {
	position: relative;
	padding: 12px 0 12px 32px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 17px;
	color: #063b52;
	border-bottom: 1px solid #eaeaea;
}

.sidebar section ul li::before {
	position: absolute;
	/* color: #fff !important; */
	content: "\f061";
	top: 7px;
	left: 6px;
	font-size: 14px;
	line-height: 34px;
	color: #F47930;
	border-radius: 0;
	font-weight: 400;
	z-index: 2;
	height: 0.188rem;
	width: 0.938rem;
}

.attorney-inner-sidebar p {
	font-size: 20px;
	color: #274045;
	position: relative;
	font-family: var(--heading-font-family);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
}


.attorney-inner-sidebar {
	position: relative;
	padding: 40px 70px;
	text-align: center;
}

.attorney-inner-sidebar::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 6%;
	top: 0;
	background: rgba(255, 255, 255, 0.78);
}



.sidebar  .module.module-intro-a.testimonial-section {
	background-size: cover;
	padding: 20px 0 50px 0;
}
.sidebar .testimonial-box {
	padding: 40px 25px;
	margin: 5px 19px 0px 19px;
}

.sidebar .module.module-intro-a.testimonial-section.sidebar-testimonial {
	padding: 20px 0 40px 0;
}

.sidebar .testimonial-source p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
}


.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul ul li {
  margin-top: 15px;
}

.sidebar section button.no-button, .sidebar section ul li a {
	font-size: 17px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: left;
	color: #063b52;
	text-decoration: none;
	background: transparent !important;
}
 
/*.content a {
	font-weight: bold;
	padding:2px
}
.content a:hover,
.content a:focus {
	font-weight: bold;
	padding:2px
}*/



.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
 {
	color:#CC9A48;
	text-decoration: none;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus{
/*	background:rgba(143, 208, 221, 0.25);*/
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}
/*.sidebar section ul li:hover,
.sidebar section ul li:focus{ 
	border-color:transparent;
}*/

.sidebar section ul li a:hover::after,
.sidebar section ul li a:focus::after {
	content: "";
	position: absolute;
	left: -15%;
	height: 200%;
	width: 120%;
	top: -50%;
	z-index: 0;
	background: rgba(143, 208, 221, 0.25);
}


.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

.sidebar-block.sidebar-text h2:not(:first-of-type){
  position: relative;
  padding-top: 40px;
}

.sidebar-block.sidebar-text h2:before {
  content: "";
  background: #0d385d;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
}

.sidebar section h2 {
 font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}


.sidebar section.sidebar-block hr  {
	display:none;
 
}
 
  
/* Sidebar Review Box CSS*/

.reviews-inner {
	padding: 80px 30px 50px 30px;
	text-align: center;
	position: relative;
	background-size: 100%;
}

.reviews-inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: -28px;
	background-image: url(images/red-quote.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	background-size: 102px;
	background-position: center top;
	z-index: 99;
}
  
.sidebar section h2.case-title {
	font-size: 17px;
	color: #dd001a;
	letter-spacing: 2.55px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.sidebar-block h3.slider-testimonial-title {
	color: #1a1818;
	font-size: 28px;
	letter-spacing: 0.52px;
	font-weight: normal;
	padding: 0 50px;
	line-height: normal;
}
.slider-testimonial-content {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.slider-testimonial-single .slider-testimonial-source {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	opacity: 0;
}


/* Sidebar Review Box CSS*/

.content ol:last-child, .content ul:last-child {
	margin-bottom: 0;
}
.page-template-template-contact .content.columns .row {
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.page-template-template-contact .form-first-text {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 0;
}

/*.page-template-template-contact .form-container .form-input-group.button-container button {
	background: #2da7c2;
	margin-top: 5px;
}
.page-template-template-contact .form-container .form-input-group.button-container button:hover,
.page-template-template-contact .form-container .form-input-group.button-container button:focus {
	background: #89AE8F;
}*/



.page-template-template-contact .form-second-text {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.page-template-template-contact .form-third-text {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	padding: 0 30px;
}
/*.page-template-template-contact .form-container   input {
	background: #fff !important;
	border: transparent;
	height: 45px !important;
	border-bottom: 0px solid rgba(39, 64, 69,0.45) !important;
	padding: 15px !important;
	 
}
.page-template-template-contact .form-container .form-input-group textarea {
	margin: 0!important;
	padding: 15px !important;
}*/


/*HOME-Section-Badges-css*/   
 
 .module.module-badges-b {
	padding: 30px 0 30px 0;
}

.module-badges-b-inner {
	display: flex;
	justify-content: space-between;
	column-gap: 0;
	align-items: center;
	border-top: 1px solid #d5d5d5;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 25px;
}
 
 
 /*HOME-Practice-css*/
 
.prac-col {
	text-decoration: none !important;
}
.prac-col-inn {
	background-size: cover;
	text-decoration: none;
	height: 265px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px 55px;
	position: relative;
	background-position: center;
	text-decoration: none !important;
	overflow: hidden;
}  
.prac-title, .prac-hover-title {
	color: #fff;
	font-size: 25px;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	margin: 0;
	max-width: 210px;
	position: relative;
}
 
  .prac-intro {
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.prac-col-inn h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background: #fff;
	height: 4px;
}


.prac-col-inn h2.prac-title::after {
	background: #DD001A;
/*		animation: draw4 1s linear;
	animation-fill-mode: forwards;*/
}

 .prac-col-inn h2.prac-title::after {
/*	background: transparent;*/
 
}



@keyframes draw4  {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

 


.pracLink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-decoration: underline;
}
.pracLink .pracIcon i {
	color: #fff;
	font-weight: 300 !important;
	font-size: 36px;
}



.prac-col-inn .prac-hover {
	opacity: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 500ms;
	position: absolute;
}

.prac-col-inn:hover .prac-hover ,
.prac-col-inn:focus .prac-hover {
		display: table;
	position:relative;
	z-index:1;
	width: 100%;	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	opacity:1
}

.prac-col-inn:hover .prac-inner ,
.prac-col-inn:focus .prac-inner {
	display: none;
}

.prac-col-inn::after,
.prac-col-inn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(11, 22, 81, 0) 0%, rgba(10, 25, 60, 0) 70%);
    background: linear-gradient(to bottom, rgba(11, 22, 81, 0) 10%, rgba(10, 25, 60, 0) 50%);
    content: "";
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.prac-col-inn:hover::after,
.prac-col-inn:focus::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: linear-gradient(to bottom, #AA0014 10%, #DD001A 50%);
}




.prac-hover-title {
	margin-bottom: 29px;
}

 
 

@media screen and (min-width: 768px) {
	main {
		padding: 60px 0;
	} 
	.content {
		padding-right: 55px;
		width: 65%;
		margin-bottom: 0;
	}
.content.contact-full-content.columns {
	width: 38%;
}
.sidebar.contact-full-sidebar.columns {
	width: 62%;
}



.page-template-template-contact .sidebar.columns {
	padding: 0;
	
}
	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

.sidebar {
	width: 35%;
	float: right;
	clear: none;
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-template-contact-b .sidebar.columns {
	padding: 0;
}

}

/* GENERAL > Alternate Buttons */
button.alt-01,
.button.alt-01 {
	background-color: #f7b334;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: #231f20;
	color: #fff;
}

button.alt-02,
.button.alt-02 {
	background-color: #000;
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: #E80924;
	color: #fff;
}

button.outline,
.button.outline {
	background: none;
	border: 2px solid #E80924;
	color: #E80924;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #E80924;
	color: #fff;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: #fff;
	color: #fff;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: #fff;
	color: #14172F;
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #f7b334;
	text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: #000;
	text-decoration: underline;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #013967;
	background: none;
	border: 0;
	border-bottom: 1px solid #013967;
	font-size: 0.9rem;
	line-height: 1.0;
	font-family: var(--body-font-family);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 0;
}

p.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    color: #013967;
    position: relative;
}

input,
select,
textarea,
label {
	height: 50px;
	line-height: 50px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #14172F;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: #fff;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/* input:focus:not([type='checkbox'])~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
	padding-left: 0;
	line-height: 0;
	top: 2px;
	font-size: 10px; 
	left: 5px;
	background:#fff;
	line-height: 15px;
} */
/* 
input:focus:not([type='checkbox'])~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
	padding-left: 0;
	line-height: 0;
	top: -5px!important;
	font-size: 10px!important;
	left: 0px!important;
	line-height: 15px; 
	background:transparent !important;
} */

/* .sidebar.contact-full-sidebar.columns input:focus:not([type='checkbox'])~label,
.sidebar.contact-full-sidebar.columns textarea:focus~label,
.sidebar.contact-full-sidebar.columns input.active~label,
.sidebar.contact-full-sidebar.columns textarea.active~label,
.sidebar.contact-full-sidebar.columns select.active~label {
	padding-left: 0;
	line-height: 0;
	top: -15px!important;
	font-size: 10px!important;
	left: 0px!important;
	line-height: 15px; 
	background:#fff !important; 
	width: auto;
	height:25px;
} */




.form-input-group label i {
	color: #f7b334;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 50px;
	color: #fff;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}


.select-wrapper.active:after {
	background: #404040;
	color: #fff;
}

.form-container {
/*	background: #14172F;*/
	padding: 30px;
}
.bottom-contact {
	background: #E3F3F7;
	padding: 40px 40px 20px 40px;
}
.bottom-contact h3 {
	color: #063B52;
}
.cont-tit {
	font-size: 35px;
	margin-bottom: 4px;
	font-weight: 600;
	color: var(--primary-color);
}

.contact-address i {
	color: #F47920;
}
.contact-address a {
	text-decoration: none;
}

.contact-form-heading {
	color: #fff;
	text-align: center;
}

.background-input input:focus:not([type='checkbox'])~label,
.background-input textarea:focus~label,
.background-input input.active~label,
.background-input textarea.active~label,
.background-input select.active~label {
	color: #14172F;
}

.background-input input, .background-input textarea, .background-input select {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #161616;
	padding-left: 10px;
	font-weight: 600;
	font-size: 18px;
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color:#CC9A48;
}

input.has-error {
	border: 1px solid #ff0000;
	-webkit-box-shadow: 0 0 2px #ff0000  !important;
	box-shadow: 0 0 2px #ff0000  !important;
}


.footer-col-inner .form-container input.has-error {
	border: 1px solid #ff0000;
	-webkit-box-shadow: 0 0 2px #ff0000  !important;
	box-shadow: 0 0 2px #ff0000  !important;
}



p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 13px;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
	line-height: normal;
}

/* GENERAL > Slick Customizations */
.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
	opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	color: #E80924;
	font-size: 2rem;
	margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
	opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	color: #000;
	opacity: .75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev .slick-prev-icon:before {
	content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next .slick-next-icon:before {
	content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
	content: "←";
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 30px;
	width: 30px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	color: #707070;
	border: 0;
	background: 0 0;
	cursor: pointer;
	border: 1px solid #707070;
}

.slick-dots li button:focus .slick-dot-icon,
.slick-dots li button:hover .slick-dot-icon {
	opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
	color: #fff;
}

.slick-dots li button .slick-dot-icon {
	color: #cc9a48;
	opacity: 1;
}

.slick-dots li button .slick-dot-icon:before {
	position: absolute;
	top: 50%;

	left: 0;
	content: "•";
	font-family: slick;
	font-size: 2.5rem;
	line-height: 0;
	text-align: center;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
	color: #fff;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
	color: #fff;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
	font-size: 2.5rem;
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: .75;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: #E80924;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "⏸";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "▶";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: #5F6272;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}
.slider-testimonials-b-buttons button {
	color: #cc9a48;
	font-weight: normal;
}
.slider-testimonials-b-buttons button i {
	font-weight: 300 !important;
	font-size: 50px;
}

.button.testimonialBtn {
	position: relative;
	z-index: 1;
	border: 1px solid #fff;
	background: transparent;
	font-size: 0.813rem;
	letter-spacing: 1.3px;
	padding: 18px 24px;
	margin-top: 30px;
}

.button.testimonialBtn:hover,
.button.testimonialBtn:focus {
	position: relative;
	z-index: 1;
	border: 1px solid #CC9A48;
	background: #CC9A48;
	font-size: 0.813rem;
	letter-spacing: 1.3px;
	padding: 18px 24px;
	margin-top: 30px;
}



@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		width: 100%;
		left: 0;
	}
	.slider-testimonials-b-buttons.slick-arrow-container {
	top: calc(10% - 05px);
}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 11;
	position: fixed;
	padding: 8px;
	display: block !important;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #007297 !important;
	color: #fff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#skiptocontent::after {
	display: none;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}




/* GENERAL > Layout */

 

.full-width {
  width: 100%;
}

/*.sidebar {
  clear: both;
  float: none;
}*/

.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.67%;
}

.small-10 {
  width: 83.34%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.67%;
}

.small-7 {
  width: 58.34%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66%;
}

.small-4 {
  width: 33.33%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66%;
}

.small-1 {
  width: 8.33%;
}

@media (min-width: 768px) {
  .medium-12 {
    width: 100%;
  }

  .medium-11 {
    width: 91.67%;
  }

  .medium-10 {
    width: 83.34%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-8 {
    width: 66.67%;
  }

  .medium-7 {
    width: 58.33%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-5 {
    width: 41.67%;
  }

  .medium-4 {
    width: 33.33%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-2 {
    width: 16.66%;
  }

  .medium-1 {
    width: 8.33%;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .large-12 {
    width: 100%;
  }

  .large-11 {
    width: 91.67%;
  }

  .large-10 {
    width: 83.34%;
  }

  .large-9 {
    width: 75%;
  }

  .large-8 {
    width: 66.67%;
  }

  .large-7 {
    width: 58.33%;
  }

  .large-6 {
    width: 50%;
  }

  .large-5 {
    width: 41.67%;
  }

  .large-4 {
    width: 33.33%;
  }

  .large-3 {
    width: 25%;
  }

  .large-2 {
    width: 16.66%;
  }

  .large-1 {
    width: 8.33%;
  }

  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}




/*******************************************************************************************
FOOTER
*******************************************************************************************/
 
 
 .module-footer-a {
	background-color: transparent;
	padding-bottom: 0;
	position: relative;
	background-size: cover;
}

.footer.module-footer-a {
	padding: 40px 0;
	margin-top: 0;
	background: #063b52;
}

.page-template-template-contact-a .footer.module-footer-a{
	margin-top:0px;
}

.page-template-template-contact-a .footer.module-footer-a {
	background-image: none !important;
	padding: 30px 0;
}

.page-template-template-contact-a .footer.module-footer-a::after {
	width: 100%;
	opacity: 1;
}

.page-template-template-contact-a .footer.module-footer-a {
	background-image: none !important;
	padding: 30px 0;
}

 
 
 .page-template-template-contact-b .footer.module-footer-a {
	padding: 30px 0;
}

.module-footer-a .footer-upper-phone {
  font-size: 1.6rem;
  color: #fff;
  margin: 25px 0;
}

.module-footer-a .footer-lower, .module-footer-a p, .module-footer-a a, .module-footer-a h2, .module-footer-a h3 {
	color: #fff;
	 
}
 .page-template-template-contact-b .footer-inner {
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.page-template-template-contact-b .footer.module-footer-a .footer-lower br {
	display: none;
}
.page-template-template-contact-b .footer.module-footer-a .footer-lower .footer-navigation li:last-child {
	display: inline;
}

.page-template-template-contact-b .footer-navigation li:first-child a::before, .page-template-template-contact-b .footer-navigation li:last-child a::before {
	display: inline;
}

.footer-full-col {
	text-align: center;
}

.footer-right-col {
	padding: 0;
	text-align: right;
}

.footer-full-col .footer-logo img {
	max-width: 100px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}
 .footer-full-col .footer-first-title {
	font-weight: normal;
}
.footer-full-col .footer-sec-tit {
	margin-bottom: 15px;
}
.footer-left-col .footer-col-inner h2.footer-text:last-of-type {
	position: relative;
	margin-bottom: 35px;
}
.footer-left-col .footer-col-inner h2.footer-text:last-of-type::after {
	background: #fff;
	height: 4px;
	content: "";
	position: absolute;
	left: -210%;
	width: 300%;
	bottom:-35px;
}

.module-footer-a .footer-phone {
	display: inline-block;
	width: 100%;
	margin: 10px 0 40px 0;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: bold;
	color: #cc9a48;
}

.footer-address {
	border-top: 0px solid rgb(255, 255, 255,0.38) !important;
	margin-right: 37px;
	padding: 30px 0 15px 0;
	margin-top: 0;
	line-height: normal;
}



.footer-address h2 {
	display: none;
}
.footer-contact .footer-mail {
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	font-family: var(--heading-font-family);
}


.footer-contact .footer-mail:hover,
.footer-contact .footer-mail:focus {
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	color:#DD001A
}



.module-footer-a h2,
.module-footer-a h3 {
  margin: 0;
}

.module-footer-a h3 {
	font-size: 1.5rem;
	color: #0f1730;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.6px;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: var(--heading-font-family);
}


.form-first-text.footer-form-first-title {
	text-align: left;
	color: #dd001a;
	font-size: 14px;
	letter-spacing: 1.68px;
	font-weight: bold;
}









.footer-inner {
	position: relative;
}
 
.module-footer-a .footer-lower {
	padding-top: 0;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: capitalize;
	line-height: 26px;
	text-align: center;font-family: var(--heading-font-family);
}

.page-template-template-contact .module-footer-a .footer-lower {
	padding-top: 0px;
}
.module-footer-a .footer-lower a {
	text-decoration: none;
	font-weight: 300;
	text-transform: capitalize;
	position: relative;
	font-family: var(--heading-font-family);
}
.footer-lower a:hover,
.footer-navigation li a:hover ,
.footer-lower a:focus,
.footer-navigation li a:focus {
color:#F47920!important;
}

.footer-navigation, .footer-navigation li {
	display: inline;
	margin:0
}

.footer-col-inner .form-container {
	background: #fff;
	text-align: left;
	padding: 50px;
	max-width: 500px;
	float: left;
	width: 100%;
}

.footer-navigation li:last-child {
	display: inline;
	margin-top: 0;
}

.footer-navigation li:last-child {
	display: block;
	margin-top: 0;
}
.menu-footer-navigation-container {
	display: inline;
}
.module-footer-a .footer-lower a:hover,
.module-footer-a .footer-lower a:focus {
	color: #1A1818;
}
.footer-inner {
	margin: 0 auto;
	z-index: 1;
}

.footer-left-col .footer-col-inner img {
	width: 70px;
	height: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
 
.footer-social-links a {
	font-size: 31px;
	margin: 0 10px 0 3px;
	/* color: #2241f2; */
}
 
.footer-left-col .footer-col-inner {
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 40px;
}

.module-footer-a .footer-contact-title {
	text-align: left;
	color: #fbc549;
	padding: 0 20px;
}
.footer-left-col .footer-first-title {
	font-size: 2.625rem;
	font-weight: 400;
	letter-spacing: -0.84px;
}

.footer-left-col .footer-sec-tit {
	margin-top: 2px;
	margin-bottom: 30px;
	font-size: 2.625rem;
	font-weight: 400;
	letter-spacing: -0.84px;

}
.footer-text {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #fff;
	padding-right: 60px;
}
 

.footer-icon {
	color: #dd001a;
	font-size: 26px;
}
.footer-icon i {
	font-size: 1.125rem;
	color: #cc9a48;
}

.footer-left-col .footer-col-inner address p {
	font-size: 1.25rem;
	line-height: 30px;
	padding-right: 0;
	max-width: 275px;
	font-weight: 600;
	margin-bottom: 0;
}


 
.form-container .form-input-row input {
	background: #fff;
	border: transparent;
	color: #0f1730;
	height: 45px;
	border-bottom: 2px solid rgba(39, 64, 69,0.45);
	padding: 0;
	font-size:14px
}

.form-container label {
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: left;
	color: #404040;
	font-size: 17px;
	padding-left: 0;
}

.form-container label i {
	font-size: 23px;
	line-height: 60px;
	padding-left: 12px;
}
 .form-container label i {
	display: none;
}
.footer-col-inner .form-container .form-input-group.button-container {
	margin-bottom: 0;
	text-align: center;
	margin-top: 30px;
	outline: none;
}

.form-container .form-input-group textarea {
	background: #fff;
	border: transparent;
	color: #0f1730;
	opacity: 1;
	min-height: 45px;
/* 	height: 75px; */
	padding-top: 0;
	padding-bottom: 0;
	line-height: 45px;
	line-height: normal;
	padding: 0;
	border-bottom: 2px solid #707070;
	margin-top: 2px;
    font-size:15px
}

.footer-col-inner .form-container input {
	padding: 0;
	border-bottom: 2px solid #707070;
	font-size: 15px;
	color: #404040;
	background: transparent;
}

.footer-col-inner .form-container .form-input-group textarea {
	min-height: 115px; 
	line-height: normal;
	padding: 0;
	border-bottom: 2px solid #707070;
	margin-top: 20px;
	font-size: 15px;	background: transparent;
}








.footer-col-inner .form-container .error-text {
	color:#ff0000;
}


.footer-col-inner .form-container label {
	color: #0f1730;
	font-size: 0.832rem;
	font-weight: bold;
	letter-spacing: 0.67px;
	text-transform: uppercase;
}

  .form-container .error-text {
	color: #ff0000;
}
 


.footer-phone {
	margin: 15px 0;
}

.module-footer-a .footer-phone a {
	font-size: 30px;
	color: #fbc549;
	text-decoration: none;
}

.module-footer-a .footer-phone a:hover,
.module-footer-a .footer-phone a:focus {
	font-size: 30px;
	color: #2241f2;
	text-decoration: none;
}

 

.footer-col-inner .form-container .form-input-group {
	margin-bottom: 20px;
	 
}
  .form-container input::-webkit-input-placeholder,
  .form-container textarea::-webkit-input-placeholder {
	color: #404040;
	font-size: 17px;
	font-weight: 400;
	opacity: 1;
	letter-spacing: 0px;
	font-family: var(--heading-font-family);
	text-transform: capitalize;
}

  .form-container input:-ms-input-placeholder,
  .form-container textarea:-ms-input-placeholder {
	color: #404040;
	font-size: 17px;
	font-weight: 400;
	opacity: 1;
	letter-spacing: 0px;
	font-family: var(--heading-font-family);
	text-transform: capitalize;
}

 .form-container input::-ms-input-placeholder,
  .form-container textarea::-ms-input-placeholder {
	color: #404040;
	font-size: 17px;
	font-weight: 400;
	opacity: 1;
	letter-spacing: 0px;
	font-family: var(--heading-font-family);
	text-transform: capitalize;
}

.form-container input::placeholder, .form-container textarea::placeholder {
	color: #404040;
	font-size: 17px;
	font-weight: 400;
	opacity: 1;
	letter-spacing: 0px;
	font-family: var(--heading-font-family);
	text-transform: capitalize;
}

.footer-navigation, .footer-navigation li {
	margin: 0;
	display: inline-flex;
	margin-right: 0;
}
.footer-navigation li a::before {
	content: "|";
	margin: 0 6px 0 5px;
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 0;
	font-weight: 300;
	font-family: var(--heading-font-family);
}
 

.form-first-text {
	color: #274045;
	font-size: 25px;
	line-height: normal;
	margin-bottom: 10px;
}

.footer-col-inner .form-container .form-second-text, .footer-col-inner .form-container .form-third-text {
	font-size: 1.5rem;
	color: #0f1730;
	font-family: var(--heading-font-family);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
	letter-spacing: 0.6px;
	text-align: center;
}

.footer-col-inner .form-container .form-third-text {
	margin-bottom: 25px !important;
}
 
.form-container .form-input-group.button-container button {
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
	font-family: var(--body-font-family);
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: normal;
	min-width: inherit;
	background-repeat: no-repeat !important;
	width: 100%;
	background: var(--secondary-color);
	padding:10px;
	text-align: center;
	font-size:20px;
	font-weight: 500;
	margin-bottom: 5px;
	border-radius: 0;
	cursor:pointer;
	border:none;
	letter-spacing:5.4px;
}


 
.form-container .form-input-group.button-container button:hover,
.form-container .form-input-group.button-container button:focus {
	color: #fff;
	background:var(--primary-color);
}
 

 
.page-template-template-contact .footer-lower.hide-for-small-only {
	padding: 0;
} 

.page-template-template-contact .menu-footer-navigation-container {
	display: inline;
}

.page-template-template-contact .footer-navigation li:last-child {
	display: inline;
}


.page-template-template-contact .footer-col-inner{
	text-align:right;
}


.page-template-template-contact .footer-navigation li:last-child a::before {
	display: inline !important;
}



@media screen and (min-width: 280px) and (max-width: 767px) {
.main-serving-content::before {
	display: none;
}

.footer-upper::before {
	display: none;
}
.footer.module-footer-a {
	padding: 30px 15px 25px 15px !important;
	background-position: bottom center;
}

.footer-right-col .footer-col-inner {
	padding: 0 15px;
}

.main-serving-content {
	max-width: 1075px;
	margin: 0 auto;
	padding: 25px 10px;
	position: relative;
}
.main-serving-content .serving-title {
	font-size: 35px;
	color: #0d385d;
	line-height: normal;
	margin-bottom: 40px;
}


.serving-content p {
	color: #231f20;
	padding: 0 30px;
	margin-bottom: 0;
}

.footer-upper {
	max-width: 1075px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	position: relative;
}

.footer-left-col .footer-col-inner img {
	width: 120px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-left-col .footer-col-inner address p {
	font-size: 20px;
	line-height: 1.5;
}

.columns.large-6.medium-6.small-12.footer-right-col {
	padding: 0;
	padding-top: 15px;
}
.footer-navigation li:last-child {
	display: inline-block;
}
.module-footer-a .footer-lower {
	/* padding-top: 55px; */
	text-transform: none;
	font-size: 15px;
	font-weight: 300;
	/* padding-bottom: 30px; */
	text-decoration: none;
	text-align: center;
	/* padding: 50px 0px 50px 0px; */
	line-height: 1.8;
	padding: 0 15px;
}
.footer-navigation li a::before {
	display: inline-block !important;
}
.columns.large-5.medium-5.small-12.footer-left-col {
	padding: 0;
}
.module-footer-a .footer-contact-title {
	padding: 0 0;
	padding-top: 30px;
}

.footer-col-inner .form-container {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.footer-navigation li:last-child a::before {
	display: none;
}
.footer-navigation li:nth-child(2) a::before {
	display: none;
}

.footer-phone i {
	font-size: 27px !important;
}
.result-footer-text {
	text-align: left;
}
.module-footer-a .footer-phone a {
	font-size: 27px !important;
}

.footer-text {
	font-size: 30px;
	text-align: center;
}
.footer.module-footer-a .columns.no-float {
	padding: 0;
}
.columns.large-6.medium-6.small-12.footer-right-col .footer-lower.show-for-small-only br {
	display: none;
}
.module-footer-a .footer-lower a:first-of-type {
	display: inline-flex;
}
.columns.large-7.medium-7.small-12.footer-right-col {
	padding: 0;
}

.footer-col-inner .form-container {
	padding: 30px;
	margin-bottom: 40px;
	margin-top: 25px;
}
.menu-footer-navigation-container li a {
	display: inline !important;
}

.footer-lower span {
	font-weight: 300;
	width: 100%;
 
}
 

.columns.large-6.medium-6.small-12.footer-right-col .footer-lower.show-for-small-only {
	padding: 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

.footer-navigation, .footer-navigation li {
	margin: 0;
	display: inline;
}

.form-first-text {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

 
.footer-col-inner .form-container .form-third-text {
	text-align: center;
}
.footer-col-inner .form-container .form-input-row {
	flex-wrap: wrap;
}
.footer-col-inner .form-container .form-input-group {
	margin-bottom: 10px;
}


 .form-container input::-webkit-input-placeholder,
  .form-container textarea::-webkit-input-placeholder {
	color: #274045;
	font-size:16px;
 
}

  .form-container input:-ms-input-placeholder,
  .form-container textarea:-ms-input-placeholder {
	color: #274045;
	font-size:16px;
 
}

 .form-container input::-ms-input-placeholder,
  .form-container textarea::-ms-input-placeholder {
	color: #274045;
	font-size:16px;
 
}

  .form-container input::placeholder,
  .form-container textarea::placeholder {
	color: #274045;
	font-size:16px;
 
}
.form-container .form-input-group.button-container button {
	width: auto;
	padding: 20px 10px 20px 10px;
	/* background: #274045; */
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer-lower span {
	font-weight: 300;
}

.footer-left-col .footer-col-inner h2.footer-text:last-of-type::after {
	background: #fff;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -35px;
}

.footer-left-col .footer-col-inner {
	text-align: center;
}
.social-links {
	justify-content: center;
}

.footer-left-col .footer-col-inner img {
	width: 280px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.module-footer-a h3 {
	font-size: 1.5rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.6px;
	font-weight: normal;
	margin-bottom: 5px;
}

.module-footer-a .footer-phone {
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px 0;
	font-size: 38px;
	text-decoration: none;
	font-weight: bold;
}

.columns.large-6.medium-6.small-12.footer-right-col .footer-lower.show-for-small-only {
	padding: 15px 15px;
	text-align: center;
	font-size: 1rem;
	text-transform: capitalize;
	padding-bottom: 30px;
}

.module-badges-b-inner {
	justify-content: space-between;
	padding-top: 15px;
	flex-wrap: wrap;
	border: none;
	padding: 15px;
}

.module-badges-b-single img {
	max-width: 140px;
	margin: 0 auto;
	/* margin-bottom: -20px; */
	margin-right: 8px;
	max-height: 60px;
  width: 100%;
}
 
}

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

.footer-navigation li:last-child {
	display: block;
}

.module-footer-a .footer-lower a::before {
	display: inline-block !important;
}

.footer-navigation li:first-child a::before, .footer-navigation li:last-child a::before {
	display: none !important;
}


.module-blog-c-single-inn {
	margin: 0 5px 0 0;
	padding: 40px 30px 20px 30px;
}

.module-footer-a .footer-lower {
	font-size: 14px;
	padding: 0 0;
}













}




@media screen and (min-width: 767px) and (max-width: 1024px) {
	
.footer-left-col .footer-col-inner img {
	width: 280px;
}
.footer-upper {
	max-width: 1075px;
	margin: 0 auto;
	padding: 70px 10px 20px 10px;
	position: relative;
}

.footer-left-col .footer-col-inner address p {
	font-size: 17px !important;
	line-height: 28px;
	padding-right: 30px;
}

.result-footer-text {
	font-size: 11px;
	color: #fff;
	margin-top: 24px;
}

.footer-inner {
	position: relative;
	padding: 0 0;
}

.footer-upper {
	margin: 0 25px;
}

.main-serving-content {
	margin: 0 25px;
}
.module-footer-a .footer-lower {
	font-size: 13px;
}

.main-serving-content .serving-title {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: normal;
}
.serving-inner {
	position: relative;
	padding: 0 12px;
}
.footer-left-col .footer-col-inner img {
	width: 280px;
}
.footer-lower span {
	font-size: 13px;
 
}
.footer-col-inner .form-container {
	background: #fff;
	text-align: left;
	padding: 30px;
}

.footer-left-col .footer-col-inner img {
	width: 70px;
}

.footer-left-col .footer-first-title {
	font-size: 30px;
	font-weight: 600;
}
.footer-left-col .footer-sec-tit {
	font-size: 30px;
	margin-bottom: 10px;
}

.footer-text {
	font-size: 16px;
	line-height: 26px;
	padding-right: 10px;
	max-width: 405px;
}
 
.module-footer-a .footer-lower {
	padding-top: 0;
}
 
.footer-lower span {
	font-size: 13px;
	width: 100%;
	display: inline;
}

.footer-contact .footer-mail {
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
}

.module-badges-b-single img {
	max-width: 230px;
}



}






@media screen and (min-width: 1900px) and (max-width: 12000px) {
 .footer-inner {
	max-width: 1260px;
	margin: 0 auto;
}

.footer-left-col .footer-col-inner h2.footer-text:last-of-type::after {
    left: -30%;
	width: 130%;
	bottom: -35px;
}
.footer.module-footer-a {
	padding: 50px 0 50px 0;
}

.footer-col-inner .form-container {
	max-width: 900px;
	padding: 70px 90px;
	float: right;
	text-align: center;
}


.footer-left-col .footer-first-title {
	font-size: 3.75rem;
	font-weight: normal;
	letter-spacing: -1.2px;
}
.footer-left-col .footer-col-inner {
	padding-top: 80px;
}
.footer-left-col .footer-sec-tit {
	font-size: 3.75rem;
	margin-bottom: 40px;
	letter-spacing: -1.2px;
}

.form-first-text.footer-form-first-title {
	font-size: 20px;
	letter-spacing: 2.4px;
	margin-bottom: 15px;
} 

.footer-col-inner .form-container label {
	font-size: 1.188rem;
}


.footer-col-inner .form-container input {
	font-size: 20px;
	height: 70px;
 
}
.footer-col-inner input:focus:not([type="checkbox"]) ~ label,.footer-col-inner  textarea:focus ~ label, .footer-col-inner input.active ~ label, .footer-col-inner textarea.active ~ label, select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: -5px !important;
	font-size: 14px !important;
	left: 0px !important;
	line-height: 15px;
	background: transparent !important;
}

.footer-col-inner .form-container .form-input-group textarea {
	min-height: 215px;
}
 
.footer-col-inner .form-container .button {
	font-size: 27px !important;
	padding: 30px 25px !important;
}

.footer-col-inner .form-container .form-input-group {
	margin-bottom: 40px;
}
.practice-box span {
	margin: 0;
	font-size: 34px !important;
 
}
.practice-box {
	width: 100%;
	height: 140px!important;
	margin: 0 0 20px!important;
	padding: 0 50px 0 20px!important;
	 
}
.practice-box span.pracIcon {
	width: 115px!important;
	text-align: center!important;
}
.practice-box span.pracIcon img {
	width: 100px!important;
	max-width: 65px!important;
}
.module-badges-a-inner.slider-container.hide-for-small-only {
	max-width: 1400px!important;
}





}





@media screen and (max-width: 767px){
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1284 a::after {
    content: "|";
    margin: 0 7px 0 10px;
    font-size: 14px;
    color: #fff;
}
}
 
 
 
 
 
 
 
 
 
 

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

.module.module-intro-a.section-trust {
	background: #063b52;
	position: relative;
	padding-top: 150px;
}
.trust-list {
	margin: 0 -15px;
}

.trust-col .accordion-item-title.interact.attr-acc-title::before {
	content: "";
	position: absolute;
	background: #8fd0dd;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	z-index: 0;
}

.trust-text {
	position: absolute;
	top: 0;
	font-size: 344px;
	right: 0;
	letter-spacing: -10.32px;
	color: rgb(143, 208, 221,0.08);
	font-weight: 100;
	font-family: var(--heading-font-family);
	text-transform: uppercase;
	line-height: 350px;
}

.trust-first-title, .trust-sec-title {
	font-size: 50px;
	color: #fff;
	line-height: 55px;
	margin: 0;
	letter-spacing: -1.5px;
}

.trust-third-title {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 33px;
	max-width: 572px;
	margin: 15px 0 30px 0;
}




/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 0px solid #dbd8d8;
	background: #001d27;
	margin: 15px 0;
}
  .accordion-item{
	background:#fff;
}
 .accordion-item-title h2{
	padding-left:123px;
	color: #063b52;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:21px;
}
.accordion-item-title {
	padding: 15px 30px 15px 25px;
	font-size: 1.375rem;
	margin: 0;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	letter-spacing: -0.69px;
	font-family: var(--heading-font-family);
	line-height: 1.5;
	min-height: 100px;
}

.accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 6 Pro';
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	text-align: center;
	color: #f47920;
	font-weight: normal;
	position: absolute;
	right: 20px;
}


.trust-col .accordion-item-title.interact.attr-acc-title::before {
	content: "";
	position: absolute;
	background: #8fd0dd;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	z-index: 0;
}
.trust-icon {
	position: absolute;
	z-index: 1;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 100px;
	left: 0;
}
.trust-icon img {
	max-width: 80px;
}

.accordion-item-content {
    margin-bottom: 20px;
    padding: 30px 40px 30px 40px;
    color: #3e3e3e;
    font-size: 17px;
    line-height: 26px;
    background: #fff;
    border: solid 1px #e8e8e8;
}

.accordion-item.active:focus {
	outline: none;
}

/*.accordion-item-title:hover,
.accordion-item-title:focus {
	background: #f47920;
}*/

.accordion-item.active .accordion-item-title:after {
	content: "\f068";
}


.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.16);
}


.accordion-item-content>*:first-child {
	margin-top: 0;
}

.accordion-item-content>*:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid #14172F;
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote cite,
.quote-single cite {
	display: block;
	text-align: right;
	font-weight: 700;
	margin-top: 12px;
	font-style: normal;
}

blockquote:before,
.quote-single:before {
	content: "\f10d";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1.0;
	color: #14172F;
	font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #E9F5F7;
	border: 1px solid #14172F;
	text-align: center;
	margin-bottom: 40px;
}

.cta-single span {
	display: block;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 12px;
}

.cta-single a {
	font-size: 2.0rem;
	line-height: 1.2;
}

 /*HOME-Section-Recent-News-css*/  
  

.module.module-intro-a.section-news {
	position: relative;
	padding: 150px 0;
}

.module.module-intro-a.section-news::after {
	content: "";
	position: absolute;
	background-image: url(images/pattern.png);
	width: 60%;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.module-blog-c-inner.slider-container {
	position: inherit;
	margin-right: -25px;
}
 

.module-blog-c-buttons.slick-arrow-container {
	justify-content: flex-end;
	z-index:1
	
}
.module-blog-c-single h3 {
	font-size: 25px;
	letter-spacing: -0.75px;
	color: #063b52;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.module-blog-c-single-more.no-underline {
	font-size: 18px;
	color: #f47920;
	text-transform: capitalize;
}

.module-blog-c-single p {
	color: #3e3e3e;
	font-size: 17px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
 
.columns.large-9.medium-9.small-12.news-col.right-side {
	padding: 0;
}
.news-slide-inner {
	width: 115%;
}

.module-blog-c-single-inn {
	margin: 0 25px 0 0;
	border: 4px solid #063b52;
	padding: 40px 40px 20px 40px;
	min-height: 430px;
	background: #fff;
}

.slick-slide.slick-current.slick-active + div .module-blog-c-single-inn h3, 
.slick-slide.slick-current.slick-active + div .module-blog-c-single-inn p,
.slick-slide.slick-current.slick-active + div .module-blog-c-single-inn .module-blog-c-single-more.no-underline {
	opacity: 0.5;
}

#slider-blog-c-next {
	background: #063b52;
	width: 116px;
	height: 108px;
	border-radius: 55%;
	right: -40px;
	cursor:pointer
	
}

#slider-blog-c-next i {
	color: #fff;
	font-weight: 300 !important;
	margin-right: 18px;
}
#slider-blog-c-next:hover,
#slider-blog-c-next:focus {
	background: #F47920;
}

.module-blog-c-inner.slider-container .slick-dots {
	text-align: left;
	margin-left: -275px;
}

.news-first-title, .news-bold-title {
	color: #063b52;
	font-size: 50px;
	letter-spacing: -1.5px;
	margin: 0;
	line-height: 1;
}

.news-bold-title {
	font-weight: 600;
	margin-bottom: 35px;
}






#slider-blog-c .slick-dots li.slick-active button .slick-dot-icon {
	color: #fff;
	opacity: 1;opacity:0 !important;
	ba
}
#slider-blog-c  .slick-dots li button .slick-dot-icon {
	color: #fff;
	opacity: 1;opacity:0 !important
}
#slider-blog-c .slick-dots li.slick-active button:focus .slick-dot-icon {
	color: #fff;
	opacity: 1;opacity:0 !important
}
#slider-blog-c .slick-dots li.slick-active button:focus .slick-dot-icon {
	color: #fff;
	opacity: 1;opacity:0 !important
}
 #slider-blog-c .slick-dots li.slick-active button .slick-dot-icon::before {
	font-size: 2rem;  opacity:0 !important
}
 

#slider-blog-c .slick-dots li button:focus .slick-dot-icon:before {
	color: #fff;opacity:0 !important
}
#slider-blog-c .slick-dots li button .slick-dot-icon::before {
	font-size: 2rem;
	opacity:0 !important
}

 
#slider-blog-c .slick-dots li button {
	width: 20px;
	background: #fff;
	border-radius: 55px;
	height: 20px;
	position: relative;
	outline: none;
	margin: 0 3px;
}

#slider-blog-c .slick-dots {
	position: absolute;
	bottom: 0%;
	z-index: 10;
}
 
#slider-blog-c .slick-dots li button::after {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	width: 14px;
	height: 14px;
	border: 1px solid #707070;
	border-radius: 55px;
	opacity:0
}

#slider-blog-c .slick-dots li button:hover:after,
#slider-blog-c .slick-dots li button:hover:after,
#slider-blog-c .slick-dots li.slick-active button:after {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	width: 14px;
	height: 14px;
	border: 0px solid transparent;
	border-radius: 55px;
	opacity:1;
 
}
#slider-blog-c .slick-dots li button:hover,
#slider-blog-c .slick-dots li button:focus,
#slider-blog-c .slick-dots li.slick-active button {
	background: #f47920;
		border: 1px solid transparent;
 
 
}


/*HOME-Section-Focus-css*/  
  
.module.module-intro-a.section-focus {
	background-size: cover;
	position: relative;
}
  
.module.module-intro-a.section-focus::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(146deg, #7ab2be 0%, rgba(6, 59, 82, 0) 50%);
	z-index: 0;
}

.module.module-intro-a.section-focus .module-intro-content.row-narrow {
	position: relative;
	z-index: 1;
}












/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	display: block !important;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px #000;
	padding: 30px;
	right: 0;
	bottom: 0;
	max-width: 400px;
	opacity: 0;
	z-index: 1;
	transform: translateX(100%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.bottom-slideout.active {
	transform: translateX(0);
	opacity: 1;
}






/* FEATURES > Reviews */
.reviews-container {
	background: #E9F5F7;
	padding: 50px 0;
}

.reviews-star-icon {
	color: #E80924;
	font-size: 1.1rem;
}

.reviews-single-source:before {
	content: "\2014";
	margin-right: 2px;
}

.reviews-star-icon i {
	margin: 0 2px;
}

.reviews-single {
	float: none;
	text-align: center;
}

.reviews-single em {
	font-style: italic;
	margin: 10px 0;
	display: block;
}

















/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-background-position-x: 100%;
	background-position-x: 100%;
	text-decoration: none;
}

.videos-single:hover:before,
.videos-single:focus:before {
	opacity: 0.6;
}

.videos-single:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #f7b334;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: #14172F;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.videos-single {
		width: 48%;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		justify-content: flex-start;
	}

	.videos-single {
		width: 31.3%;
		margin: 0 3% 110px 0;
	}

	.videos-single:nth-child(3n) {
		margin-right: 0;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #404040;
	margin: 20px 0 30px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner::after, .videos-single::after {
	content: "\f04b";
	font-family: 'Font Awesome 6 Pro';
	font-size: 2rem;
	/* opacity: 0.8; */
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #fff;
	pointer-events: none;
	z-index: 1;
	font-weight: bold;
	background: #93a3bc;
	width: 75px;
	text-align: center;
	height: 75px;
	line-height: 75px;
	border-radius: 55%;
	padding-left: 9px;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
		background:#404040;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0.7;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	justify-content: flex-start;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 45px;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	margin: 0 12px;
	color: #cc9a48;
	position: relative;
}

.social-links a:hover,
.social-links a:focus {
	color: #fff;
}

.social-links a::after {
	background: transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #cc9a48;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	border-radius: 6px;
}

.social-links {
	margin-bottom: 40px;
}



/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #f7b334;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #14172F;
	margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

.animation-characters-fly-up {
	overflow: hidden;
	letter-spacing: -6px;
	font-size: 3rem;
}

.animating-child-elements span {
	display: inline-block;
	opacity: 0;
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
	padding: 80px 0;
}

.module-dark {
	background: #14172F;
}
 
h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f0e3";
	font-family: 'Font Awesome 6 Pro';
	width: 50px;
	line-height: 50px;
	font-size: 2.0rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #14172F;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #C0C3D3;
}

.module-title span {
	font-size: 80%;
	display: block;
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 1025px) {
	.modules-skip {
		justify-content: flex-start;
	}

	.modules-skip a {
		margin-bottom: 0;
	}
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}


/*******************************************************************************************
MODULE - HOME-Testimonial-content
*******************************************************************************************/

.module.module-intro-a.testimonial-section {
	background-size: cover;
	padding: 70px 0 80px 0;
}

.testimonial-box {
	border: 7px solid #fbc549;
	padding: 45px 131px;
}

/*.testi-quote {
	padding: 0.2em 65px;
	margin: 0 auto;
	background-image: url(images/quote-bg.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;
	background-position: center;
	background-size: 60px;
}*/

.testimonial-source p {
	font-size: 27px;
	color: #fff;
	line-height: 45px;
}

.testimonial-source p:last-child {
	font-size: 20px;
	margin-bottom: 5px;
}


/* TEMPLATES > Practices Landing */

.focus-first-title, .focus-sec-title {
	font-size: 50px;
	color: #fff;
	margin: 0;
	letter-spacing: -1.5px;
	line-height: 55px;
}
.focus-sec-title {
	margin-bottom: 10px;
}
.focus-third-title {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
}

.page-template-template-practices .practice-box-list {
	padding-top: 0;
}

.practice-box-list {
	padding-top:60px;
	padding-bottom:60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.practice-box {
	width: 100%;
	height: 90px;
	margin: 0 0 20px;
	padding: 0 20px;
	background: #fff;
	color: #161616;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	text-decoration: none !important;
	position:relative;
	border: 1px solid #013967;
}

.practice-box:hover,
.practice-box:focus {
	background: #063b52;
	color:#fff !important;
	 
}

.practice-box::after {
	position: absolute;
	content: "\f105";
	right: 32px;
	top: 0;
	font-family: "Font Awesome 6 Pro";
	height: 100%;
	display: flex;
	align-items: center;
	color: #CC9A48;
	font-size: 35px;
	font-weight: normal !important;
	opacity: 0;
}


.practice-box span {
	margin: 0;
	font-size: 23px;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	/* width: 100%; */
	letter-spacing: -0.69px;
	text-transform: capitalize;
	font-weight: 600;
	color: #063b52;
	font-family: var(--heading-font-family);
}

.practice-box:focus span,
.practice-box:hover span {
	color: #fff;
}

.practice-box span.pracIcon {
	width: 65px;
}


.practice-box.prac-accordion-item   {
	position: relative;
}

.practice-box.prac-accordion-item .practice-item-title {
	margin: 0;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 30px;
	padding-left: 30px;
}

.practice-box.prac-accordion-item .practice-item-title a {
	color: #fff;
	display: contents;
	font-weight: normal;
}
.practice-box.prac-accordion-item .practice-item-title i {
	position: absolute;
	color: #fff;
	right: 6px;
	cursor: pointer;
	font-size: 25px;
}

.practice-box.prac-accordion-item .practice-item-content {
	position: absolute;
	top: 90px;
	background: #eee;
	width: 100%;
	left: 0%;
	box-shadow: 0 0 6px rgba(223, 220, 220, 0.5);
	padding: 25px 30px;
	z-index:9
}

.practice-box.prac-accordion-item .practice-item-content ul li {
	position: relative;
	text-align: left;
	margin-bottom: 5px;
}

.practice-box.prac-accordion-item .practice-item-content  ul li::before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	color: #007297;
}

.practice-box.prac-accordion-item .practice-item-content ul li {
	position: relative;
	text-align: left;
	padding-left: 18px;
}

.practice-box.prac-accordion-item:hover i,
.practice-box.prac-accordion-item:focus i {
	color: #231f20;
}

@media screen and (min-width: 768px) {
.practice-box {
	width: 48%;
	margin: 7px 1% !important;
}
}




/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
	display: none;
}

#theme-switcha {
	border: 1px solid #f7b334;
	margin-bottom: 30px;
	color: #14172F;
}



/*******************************************************************************************
MODULE -   Home-Section-Practices
*******************************************************************************************/


.module.module-practices-e.section-practice {
	background: #ececec;
}

.page-template-template-practices .module.module-practices-e.section-practice {
	background: #ececec;
	padding: 40px 0;
}

.module.module-practices-e.section-practice .module-intro-content.row-narrow {
	max-width: 1024px;
}


/*HOME-How-We-Help-css*/

.module.module-practices-c {
	padding-top: 100px;
}

.prac-first-title {
	text-align: center;
	font-weight: 700;
	font-size: 70px;
	margin-bottom: 0;
}

.prac-second-title {
	font-size: 30px;
	line-height: 1.3;
	color: #404040;
	text-transform: capitalize;
	font-family: var(--heading-font-family);
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
} 

.module-practices-e-inner {
	margin: 0;
	padding: 30px 5px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	vertical-align: top;
	list-style-position: inside;
	column-gap: 14px;
}


.module-practices-e-single {
	margin: 0px 0 12px 0;
	vertical-align: top;
	display: flex;
	vertical-align: top;
	width: 100%;
	background: rgba(255, 255, 255,0.36);
	text-decoration: none !important;
	padding: 0px 25px;
	color: #112d32;
/* 	font-size: 22px; */
	justify-content: flex-start;
	align-items: center;
	height: 100px;
	align-self: flex-start;
	align-content: flex-start;
}
.pracIcon i {
	color: #89ae8f;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
 
.module-practices-e-single:hover,
.module-practices-e-single:focus {
	background-image: linear-gradient(to bottom, #2da7c2, #1d608c);
	color: #fff;
}

.pracText-hover {
	display:none;
/* 		font-size: 22px; */
	text-transform: uppercase;
	line-height: normal;
	color:#fff
}

 
.module-practices-e-single:hover .pracText-hover,
.module-practices-e-single:focus .pracText-hover {
	display:block;
 
}
.module-practices-e-single:hover .pracText,
.module-practices-e-single:focus .pracText {
	display:none;
 
}




.module-practices-e-single:hover .pracText,
.module-practices-e-single:focus .pracText {
	color: #fff;
}


.pracText {
	font-size: 22px;
	text-transform: uppercase;
	line-height: normal;
} 
.prac-link {
	font-size: 20px;
	color: #404040;
	display: inline-block;
	align-items: center;
	column-gap: 0;
	text-decoration: none !important;
	font-family: var(--heading-font-family);
	text-transform: capitalize;
	font-weight: bold !important;
}
.prac-link:hover,
.prac-link:focus {
	color: #1A1818;
}










@media screen and (min-width: 280px) and (max-width: 767px) {
main {
	padding: 40px 0 30px 0;
 
}
.testimonial-box {
	border: 2px solid #fbc549;
	padding: 25px 20px 25px 20px;
	margin: 0 15px;
}
.module.module-intro-a.testimonial-section {
	background-size: cover;
	padding: 30px 0 40px 0;
}

.testi-quote {
	padding: 0.2em 25px;
	width: 100px;
	height: 60px;
	background-position: center;
	background-size: 35px;
}
.testimonial-source p {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}


.module.module-practices-e.section-practice {
	padding: 30px 15px;
}

.prac-first-title {
	font-size: 29px;
	line-height: 44px;
	margin-bottom: 10px;
	text-align: center;
}
.prac-second-title {
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 0;
	text-align: center;
}

.module-practices-e-inner {
	margin: 0 -15px;
	padding: 30px 0;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	vertical-align: top;
	list-style-position: inside;
	column-gap: 0;
}

.pracText {
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
}

.module-practices-e-single {
	height: 80px;
 
}
.prac-button .btn-text {
	width: 64%;
	display: inline-block;
	line-height: normal;
}

.prac-link.firm-link {
	display: flex;
}
.prac-link.firm-link i::after {
	left: -148%;
	top: 11px;
	width: 150%;
	height: 2px;
}
.prac-button {
	display: flex;
	padding-left: 30px;
}

.prac-col {
	padding: 0;
}
.module.module-practices-c {
	padding-top: 0;
}

.prac-first-title {
	font-size: 48px;
	line-height: 44px;
}
.module-practices-c h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.prac-title {
	margin-bottom: 40px;
}
.module-practices-c .practices-single {
	margin-bottom: 50px;
	text-align: center;
}

.module-practices-c .practices-single-content {
	/* margin-bottom: 25px; */
	/* font-size: 0.9rem; */
	padding: 0 30px;
}


.accordion-item-title {
	padding: 20px 15px;
	font-size: 1.25rem;
	letter-spacing: 1.44px;
	letter-spacing: 0;
	min-height: 50px;
}
.trust-col .accordion-item-title.interact.attr-acc-title::before {
	width: 50px;
 
}

.trust-icon {
	width: 50px !important;
 
}
.columns.large-6.medium-6.small-12.trust-col {
	margin-bottom: -15px;
}
.trust-icon img {
	max-width: 35px;
}
.accordion-item-title h2 {
	padding-left: 50px;
	font-size: 16px;
	letter-spacing: -0.48px;
	font-weight: 500;
}

.accordion-item-title::after {
	font-size: 22px;
	right: 10px;
}
.accordion-item-content {
	padding: 25px 25px 25px 25px;
	font-size: 18px;
}


.module.module-intro-a.section-news::after {
	opacity: 0;
	background-image: none !important;
}




.whatWeBtn.button {
	font-size: 16px;
	padding: 10px 18px;
	width: 100%;
}

.footer-left-col .footer-col-inner img {
	width: 70px;
}

.footer-left-col .footer-col-inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

.footer-left-col .footer-sec-tit {
	font-size: 3.125rem;
	margin-bottom: 20px;
	line-height: 3.75rem;
	font-weight: normal;
}

.footer-left-col .footer-first-title {
	font-size: 3.125rem;
	font-weight: normal;
	line-height: 3.75rem;
	letter-spacing: -1px;
}

.footer-text {
	font-size: 1rem;
	text-align: center;
	padding: 0;
	line-height: 1.875rem;
}

.module-footer-a .footer-phone {
	font-size: 1.5rem;
	margin: 10px 0 15px 0;
}
.footer-address {
	margin-right: 0;
	padding: 25px 0 0px 0;
	margin-top: 0;
	line-height: normal;
}
.footer-left-col .footer-col-inner address p {
	padding-right: 0;
	margin: 0 auto;
}

.footer-col-inner .form-container {
	padding: 30px;
	margin-bottom: 40px;
	margin-top: -25px;
}

.form-first-text.footer-form-first-title {
	font-size: 14px;
	letter-spacing: 1.68px;
	font-weight: bold;
	margin-bottom: 13px;
}
 


/*Practice boxes Css Start*/
.prac-col-inn {
	height: 165px;
	padding: 20px;
	margin-bottom: 15px;
	margin: 10px 15px 5px 15px;
}

.prac-title, .prac-hover-title {
	font-size: 15px;
	letter-spacing: 1.35px;
 
}
.pracLink {
	font-size: 14px;
}
.prac-title {
	margin-bottom: 0 !important;
}
 
.prac-hover-title {
	margin-bottom: 15px;
}

.prac-intro {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.module.module-intro-a.section-practice {
	padding-bottom: 30px;
	padding-top: 40px;
}
.sidebar-inner {
	padding: 0px 0;
}

/*Practice boxes Css END*/
.testimonial-bg-title {
	position: absolute;
	width: 200% !important;
	text-align: center !important;
	top: 0;
	color: rgba(255, 255, 255, 0.20);
	width: 100%;
	height: auto;
	top: 11% !important;
	text-align: center;
	font-size: 80px !important;
	text-transform: uppercase;
	z-index: 0;
	font-family: var(--heading-font-family);
	height: 100%;
	letter-spacing: -7px !important;
	left: -56% !important;
}
.footer.module-footer-a::after {
	width: 100%;
 
}

.footer-social .social-links {
	justify-content:center;
}

.trust-text {
	font-size: 126px;
	letter-spacing: -3.78px;
	line-height: 180px;
}


.module.module-intro-a.section-trust {
	padding: 50px 15px;
}

.trust-first-title, .trust-sec-title {
	font-size: 36px;
	line-height: 49px;
	margin: 0;
	letter-spacing: -1.08px;
}
.module.module-intro-a.section-news {
	padding: 60px 0;
 
}
.news-first-title, .news-bold-title {
	font-size: 40px;
	letter-spacing: -1.2px;
 
}
.news-slide-inner {
	width: 100%;
}

.module-blog-c-single-inn {
	margin: 0 0px 0 0;
}
.module-blog-c-inner.slider-container {
	position: inherit;
	margin-right: auto;
	max-width: 90%;
}
.module-blog-c-buttons.slick-arrow-container {
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% + 00px);
	top: calc(50% - 25px);
	display: flex;
    justify-content: space-between;
	pointer-events: none;
}

#slider-blog-c-prev {
	background: #063b52;
	width: 100px;
	height: 100px;
	border-radius: 55%;
	left: -50px;
	border: none;
	padding-left: 20px;cursor: pointer;
}

#slider-blog-c-next {
	background: #063b52;
	width: 100px;
	height: 100px;
	border-radius: 55%;
	right: -50px;
	border: none;
	padding-right: 20px;cursor: pointer;
}

#slider-blog-c-prev i {
	color: #fff;
	font-weight: 300 !important;
	margin-left: 18px;
}
 .news-col-inner {
	text-align: center;
}
 
#slider-blog-c .slick-dots {
	position: relative;
	bottom: 0%;
	z-index: 10;
	margin: 30px 0;
	text-align: center;
}

.newsBtn {
	text-align: center;
	margin-top: 15px !important;
	display: inline-block;
	width: 100%;
}
.button.news-btn.show-for-small-only {
	min-width: 220px;
	display: inline-block;
}

.module.module-intro-a.section-focus {
	padding: 50px 05px;
}
.focus-first-title, .focus-sec-title {
	font-size: 40px;
	color: #fff;
	margin: 0;
	letter-spacing: -1.2px;
	line-height: 50px;
	text-align: center;
}
.focus-third-title {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 33px;
	letter-spacing: 0;
	margin: 0;
}
.practice-box-list {
	padding-top: 30px;
	padding-bottom: 30px;
 
}
.practice-box {
	width: 100%;
	height: 70px;
	margin: 0 0 10px;
	padding: 0 15px;
 
}
.practice-box span.pracIcon {
	width: 90px;
}
.practice-box span.pracIcon {
	width: 50px;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-start;
}

.practice-box span.pracIcon img {
	max-width: 40px;
	width: 100%;
}
.practice-box span {
	width: 85%;
}















 
}








@media screen and (min-width: 600px) and (max-width: 767px) {
.footer-right-col .footer-col-inner {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}	
.footer-col-inner .form-container {
	padding: 30px;
	margin-bottom: 40px;
	margin-top: 25px;
	float: none;
	margin: 35px auto;
	max-width: inherit;
}

.menu-footer-navigation-container li:first-child::after {
	content: "." !important;
	display: none !important;
}


.testimonial-bg-title {
	top: 8% !important;
	letter-spacing: -7px !important;
	left: -51% !important;
}
.module-blog-c-single-inn {
	margin: 0 0px 0 15px;
}




}









@media screen and (min-width: 767px) and (max-width: 1024px) {
main {
	padding: 40px 0 30px 0;
 
}

.content h1 {
	font-size: 35px;
}

.content h2 {
	font-size: 25px;
}

.module-practices-e-single {
	height: 90px;
 
}
.module.module-practices-e.section-practice  {
	padding: 50px 10px;
}

.prac-first-title {
	font-size: 32px; 
}
.prac-second-title {
	font-size: 70px;
	line-height: 1.2;
	margin-bottom: 0;
}

.pracText {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
}
.prac-link.firm-link i::after {
	left: -146%; 
}

.module.module-practices-c {
	padding-top: 60px;
}

.prac-title {
	margin-bottom: 10px;
}

.module-practices-c .practices-single {
	width: 46%;
	text-align: center;
	margin-bottom: 30px;
} 

.prac-hover-title {
	margin-bottom: 15px;
}
 
.module-footer-a .footer-phone {
	font-size: 25px !important;
}

section.sidebar-block {
	padding: 0;
}



.footer-left-col .footer-col-inner {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
 .footer-contact .footer-mail {
	font-size: 25px !important;
	font-weight: normal;
	text-decoration: none;
}


/*Practice Box css Start*/
.module.module-intro-a.section-practice {
	padding: 50px 0;
}
.prac-col-inn {
	height: 215px;
	padding: 30px;
 
}
.prac-intro {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.prac-title, .prac-hover-title {
	font-size: 20px;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	margin: 0;
 
}

.pracLink {
	font-size: 15px;
}

/*Practice Box css END*/



.testimonial-bg-title {
	top: 3% !important;
	text-align: center;
	font-size: 100px !important;
 
}

.practice-box.hp-prac-box span {
	margin: 0;
	font-size: 1.175rem;
 
}

.trust-text {
	font-size: 200px;
	line-height: 200px;
}

.module.module-intro-a.section-trust {
	padding-top: 100px;
}

.trust-col .accordion-item-title.interact.attr-acc-title::before {
	width: 80px;
 
}
.trust-icon {
	width: 80px;
 
}
.trust-icon img {
	max-width: 50px;
}
.accordion-item-title h2 {
	padding-left: 70px;
	font-size: 18px;
}

.module.module-intro-a.section-news {
	padding: 100px 0;
}
.module-blog-c-inner.slider-container {
	margin-right: 0;
	max-width: 95%;
}
.module-blog-c-single-inn {
	padding: 30px 30px 20px 30px;
 
}

#slider-blog-c-next {
	right: 0; 
}
.module-blog-c-inner.slider-container .slick-dots {
	text-align: left;
	margin-left: -33%;
}
.focus-first-title, .focus-sec-title {
	font-size: 42px;
	line-height:50px 
}

.focus-third-title {
	font-size: 20px; 
}
.practice-box-list {
	padding-top: 20px;
	padding-bottom: 20px;
 }















}


@media screen and (min-width: 980px) and (max-width: 1024px) {
	
.prac-col-inn {
	height: 250px !important; 
	padding: 30px;
}
.attorney-bg-image-main {
	padding-right: 90px !important;
}
.footer-left-col .footer-col-inner address p {
	max-width: 265px !important;
}
	
	
}



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

.main-serving-content {
	max-width: 1075px;
	margin: 0 25px;
}

.footer-upper {
	max-width: 1075px;
	margin: 0 25px;
 }
 
 
 .footer-upper {
	padding: 70px 30px 20px 30px !important;
 
}

 
.footer-left-col .footer-col-inner address p {
	font-size: 19px;
	line-height: 30px;
	padding-right: 0;
	max-width: 280px;
}

.sidebar-inner {
	padding: 0px 0;
}

#main.attorney-bio-main-a {
	padding-bottom: 0;
}		

}


@media screen and (min-width: 1366px) and (max-width: 1890px) {
.footer.module-footer-a .row {
	max-width: 85%;
}
.footer-left-col .footer-col-inner address p {
	max-width: 300px;
 
}
.footer-col-inner .form-container {
	background: #fff;
	text-align: left;
	padding: 50px;
	max-width: 600px;
	float: none;
	width: 100%;
	margin: 0 auto;
}
.footer.module-footer-a::after {
	width: 60%;
 
}	
	
}




@media screen and (min-width: 1900px) and (max-width: 12000px) { 


.prac-title, .prac-hover-title {
	font-size: 37px;
	letter-spacing: 3.33px;
	max-width: 300px;

}
.prac-col-inn {
	height: 400px;
 
}

.module.module-practices-e.section-practice .module-intro-content.row-narrow {
	max-width: 1400px;
}

.module.module-practices-e.section-practice {
	padding: 160px 0;
}

.prac-first-title {
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 10px;
}
.prac-second-title {
	font-size: 139px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.prac-link {
	font-size: 22px;
}
.practice-icon {
	width: 85px;
	height: 85px;
	margin: 0 auto 15px auto;
 
}
.practice-icon img {
	width: 60px;
	height: auto;
} 
.pracIcon i {
	font-size: 45px;
	width: 60px;
	height: 50px;
	line-height: 50px;
}

.module-practices-e-single {
	margin: 0px 0 12px 0;
	padding: 0px 25px 0px 45px;
	font-size: 32px;
	height: 145px;
 
}

.pracText {
	font-size: 32px;
	padding-left: 15px;
	line-height: 1.3;
}

.prac-link.firm-link i::after {
	height: 3px !important;
	left: -143% !important;
}

.prac-button {
	margin-top: 20px;
}

 .footer.module-footer-a .row {
	max-width: 1920px;
}
.footer-inner {
	max-width: 1950px;
	margin: 0 auto;
}

.footer-left-col .footer-col-inner img {
	width: 100px;
	height: auto;
	margin-top: 0;
	margin-bottom: 40px;
}

.footer-text {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #fff;
	padding-right: 0;
	margin-bottom: 80px;
	max-width: 635px;
}

.module-footer-a .footer-phone {
	display: inline-block;
	width: 100%;
	margin: 00px 0 30px 0;
	font-size: 2.188rem !important;
	text-decoration: none;
	font-weight: bold;
	line-height: 66px;
}

.footer-icon i {
	width: auto;
	font-size: 1.625rem;
}

.footer-icon i {
	width: 50px;
	font-size: 44px;
}


.footer-address {
	margin-right: 37px;
	padding: 55px 0;
	margin-top: 45px;
	line-height: 1.5;
	max-width: 560px;
}
.footer-contact .footer-mail {
	font-size: 44px !important;
	font-weight: normal;
	text-decoration: none;
}

.footer-left-col .footer-col-inner address p {
	font-size: 1.25rem;
	padding-right: 0;
	line-height: 1.695rem;
	max-width: inherit;
}

.module-badges-b-inner {
	max-width: 1400px;
 
}
.accordion-item-title {
	padding: 50px 40px;
	font-size: 2rem;
	letter-spacing: 0.96px;
	line-height: 1.5;
	min-height: 120px;
}

.accordion-item {
	margin: 30px 0;
}
.accordion-item-title::after {
	font-size: 39px;
	right: 45px;
}


.social-links a {
	font-size: 28px !important;
	width: 60px !important;
	line-height: 60px !important;
	height: 60px !important;
	margin: 0 15px !important;
 
}

.module-footer-a .footer-lower {
	font-size: 23px !important;
	line-height: 1.875rem !important;
}


.footer-col-inner .form-container .form-second-text, .footer-col-inner .form-container .form-third-text {
	display: inline;
	margin-right: 7px;
}
.footer-col-inner .form-container .contact-form {
	padding-top: 80px;
}

.module.module-intro-a.section-trust {
	padding-top: 220px;
	padding-bottom: 100px;
}
.trust-first-title, .trust-sec-title {
	font-size: 65px;
	line-height: 75px;
	margin: 0;
	letter-spacing: -1.95px;
}

.trust-third-title {
	font-size: 28px;
	line-height: 42px;
	max-width: 750px;
	margin: 25px 0 80px 0;
}

.trust-text {
	top: 15%;
	font-size: 535px;
	letter-spacing: -15.45px;
	line-height: 350px;
}
 
.accordion-item-title h2 {
	padding-left: 150px;
	font-size: 34px;
	letter-spacing: -1.02px;
	font-weight: 500;
}
.trust-icon {
	align-items: initial;
	width: 142px;
	left: 0;
}

.trust-icon img {
	max-width: 80px;
}
.news-first-title, .news-bold-title {
	font-size: 74px;
	letter-spacing: -2.22px;
	line-height: 74px;
}

.news-bold-title {
	margin-bottom: 55px;
}

.button.news-btn {
	padding: 22px 40px !important;
}
.module-blog-c-inner.slider-container .slick-dots {
	text-align: left;
	margin-left: -400px;
}

.module-blog-c-single-inn {
	padding: 50px 50px 20px 50px;
	margin: 0 45px 0 0;
 
}

.module-blog-c-single h3 {
	font-size: 30px;
	letter-spacing: -0.9px;
	line-height: 40px;
}

.module-blog-c-single p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
 
}
.module.module-intro-a.section-news {
	position: relative;
	padding: 220px 0;
}
.module.module-intro-a.section-news .row {
	margin-right: 0 !important;
}

.module-blog-c-single-more.no-underline {
	font-size: 24px;
	letter-spacing: -0.72px;
}
#slider-blog-c-next {
	width: 150px;
	height: 130px;
	border-radius: 55%;
	right: -60px;
}
#slider-blog-c-next i {
	margin-right: 35px;
}

.module-blog-c-single-inn {
	min-height: 480px;
	background: #fff;
	position: relative;
}
.module-blog-c-single-more.no-underline {
	position: absolute;
	bottom: 50px;
}

.module.module-intro-a.section-focus {
	padding: 180px 0;
}

.module.module-intro-a.section-focus::before {
	background-image: linear-gradient(146deg, #7ab2be 0%, rgba(6, 59, 82, 0) 58%);
	z-index: 0;
}
.focus-first-title, .focus-sec-title {
	font-size: 62px;
	letter-spacing: -1.5px;
	line-height: 70px;
}
.focus-sec-title {
	margin-bottom: 30px;
}
.focus-third-title {
	font-size: 26px;
}
.trust-col .accordion-item-title.interact.attr-acc-title::before {
	width: 150px;
	 
}




}









.content h1.page-title {
    display: none;
}
.top-contact-menu a {
    top: 2px;
}
.slick-slide img {
    max-width: 180px;
 }

.content button {margin-bottom: 20px; }

@media screen and (max-width:800px){
.page-template-template-contact .footer-col-inner{
		text-align:center;
	}
}

.form-input-group label {
  transition: opacity 0.2s ease-in-out;
}

input:focus:not([type='checkbox'])~label,
textarea:focus~label, input.active~label,
textarea:focus~label, textarea.active~label,
textarea.active~label, select.active~label {
  opacity: 0;
}