/*fonts import*/
@import url(fonts.css);
 /*css variables */
@import url(_variables.css);

/*css global @import url(_global.css);*/
/* margin class*/


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

     padding-right: 0px; 
     padding-left: 0px;
	 }
.mymargin-top{
	margin-top:7vw;
}
.gradient{
	background:var(--gradient-color);
}

/* text*/
	.text-uppercase{
		text-transform: uppercase;
	}
	.text-header{
		font-size: 102px;
		font-family:var(--prata);
		color:var(--primary-red-color);
		line-height:93px;
		   /* letter-spacing: 8px;*/
	}
	.text-paragraph{
		color: var(--primary-dark-color);
		font-size: 20px;
		font-family: var(--kanit-light);
		text-align: left;
		line-height: 35px;
		letter-spacing: -0.2px;
   
	}
	.text-prata{
		font-family:var(--prata);
		text-align:center;
	}
	.car-accident-header{
	float:fert;
	font-family:var(--prata);
	font-size:47px;
	line-height:60px;
	letter-spacing: -0.15px;
	
	}
	.text-gold-title{
		color:var(--primary-gold-color);
		font-size:29px;
		font-family:var(--para);
		text-align:left;
		line-height:32px;
	}
	.para, p{
		color:var(--primary-dark-color);
		font-size:17px;
		font-family:var(--kanit-light);
		text-align:justify;
		line-height:30px;
		letter-spacing:-0.15px;
		
	}
	.text-subheader{
		font-size: 80px;
		font-family:var(--kanit-bold);
	
	}

	.text-white{
		color:white;
	}
	.text-dark{
		color:var(--primary-dark-color);
	}
	.gold, strong{
		color:var(--primary-gold-color);
	}
	.red{
		color:var(--primary-red-color);
	}
	small{
		color:var(--primary-dark-color);
		font-size:19px;
		font-family:var(--kanit-medium);
		
		line-height:20px;
		    letter-spacing: 1px;
	}
	.text-cnter{
		text-align:center;
	}

/* buttons*/
	.button.primary-button
	{
		background-color: var(--primary-red-color);
		transition: all .7s ease;
		padding: 22px  120px;
		color:white;
		border:0 solid white;
		border-radius:0;

	}
	

	.button.read-more, .click5-read-more-link
	{
		background-color: transparent;
		transition: all .7s ease;
		padding: 15px  50px;
		color:var(--primary-red-color);
		border:1px solid var(--primary-gold-color);
		border-radius:0;
		position:relative;
		

	}
	 .click5-read-more-link
	{
		margin-top:20px;
		

	}
	.button.read-more:hover, .click5-read-more-link:hover
	{
		background-color: var(--primary-gold-color);
		transition: all .7s ease;
		padding: 15px  50px;
		color:var(--primary-red-color);
		border:1px solid var(--primary-gold-color);
		border-radius:0;
		position:relative;

	}
	.click5-read-more-link:hover
	{
		background-color: white;
		

	}
	.click5-read-more-link::after{
	
	content:'';
	background: url(../img/indicators/button-left-icon.jpg);
	background-size:cover;
	width:25px;
	height:19px;
	position:absolute;
	background-color:white;
	font-family:"Font Awesome";
	transform: translate(33px, 5px);
	transition: all .7s ease;
	/*z-index:1;*/
	}
	.click5-read-more-link:hover::after{
	

	transform: translate(63px, 5px);
	
	}
	.button.primary-button.button-top
	{
		padding: 15px  42px;
	
		font-family:var(--kanit-semibold)!important;
			font-size: 15px;
			letter-spacing: 1px;

	}
	.button.primary-button.button-blue
	{
		background-color:#1f2b4f;
		padding: 22px 102px;

		font-size:17px;

	}
	.button.primary-button.button-red
	{
		background-color:var(--primary-red-color);
		padding: 22px 108px;
		font-size:17px;

	}
	.button.primary-button:hover
	{
		background-color:white;
		color:var(--primary-red-color);

	}
	.phone{
		font-size: 27px;
		font-family: var(--prata);
		color: var(--primary-gold-color);
		margin-right: 6.6vw;
		position: relative;
		line-height: 34px;
		padding-top: 1px;
		transition: all .7s ease;
	}
	.phone::before{
		content:'';
		width:35px;
		height:35px;
		position:absolute;
		top:0;
		left:-50px;
		background:url('../img/phone-top.png');
		background-size:cover;
	}
	

/*end globals*/
/* css theme */

body{
    font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: inherit;
    text-decoration: none;

}

hr.divider{
    margin: 5rem 0;
}

ul li, ol li{
    font-size: 17px;
    line-height: 1.8;

	font-family:var(--kanit-light);
	color:var(--primary-dark-color);
}
p{
		color:var(--primary-dark-color);
		font-size:17px;
		font-family:var(--kanit-light);
		
		line-height:30px;
		letter-spacing:-0.15px;
	}
h1{
	font-family:var(--prata);
	color:var(--primary-red-color);

}

 h2, h3 {
    padding: 20px 0;

	font-family:var(--prata);
	color:var(--primary-gold-color);
	
}
h6 {

	font-family:var(--prata);
	color:#394974;

}

.wrapper{
    padding: 80px 0;
}

/*s start  header*/
#wrapper-navbar{
    background-color: white;
}
.header-cotainer-style{
	display:flex; 
	justify-contet:space-between;
	flex-direction:column; 
	padding-top: 11px;
}
#wrapper-navbar #main-menu .dropdown-item:focus{
    background-color: #fff;
    color: #212529;
}
.bg-light { /*bootstrap overwrite class*/
    background-color: white !important;
}


.btn:focus, button:focus {
    outline: none;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: .25rem 1.1rem;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: baseline;
    content: "\f107";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
	color:var(--primary-red-color);
	font-family:"FontAwesome";
	line-height: 38px;
	font-weight:800;
	margin-right: 11px; 
}

.navbar{
	padding-top: 0; 
	padding-bottom: 0;
}	
.navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.navbar-nav{
transform:translateX(0.7vw);
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {

    color: var(--primary-dark-color);
	font-family:var(--kanit-medium);
    line-height: 38px;
    text-transform: uppercase;
	padding: 8px 0.7vw;

}
.navbar-expand-md .navbar-nav .dropdown-menu{
	width: 320px;
}	
.navbar-expand-md .navbar-nav .dropdown-menu li{
	width: 100%;
}
.dropdown-menu{
	margin-top:-1px !important;
}	
.dropdown-item{
	line-height: 24px; 
	white-space: normal;
	padding: .35rem 1.75rem;
}	
.current_page_item,.active, .navbar-dark .navbar-nav .active > .nav-link, .nav-link.active, .current_page_item a, .current_page_item:hover a, .current_menu_item a.dropdown-item, .current_menu_item:hover a, 
.active a{
 color:var(--primary-red-color) !important; 
}
.active li a{ color: #000 !important; } 
.active .active a{
	 color:var(--primary-red-color) !important; 
}

.navbar-dark .navbar-nav .nav-link:hover{
 color: var(--primary-red-color);
 transition:color .3s ease;
}
.navbar{
   width: 100%;
    display: flex;
    justify-content: space-between;
}
.navbar-dark .navbar-brand {
   
    transform: translateX(-20px);
}
/* end header */
/* start hero*/
#hero{
    padding: 0;
}
#hero::after{

    content: '';
    width: 52%;
    height: 50vw;
    position: absolute;
    
    left: 3.2vw;
    z-index: -1;
    background-color: var(--background-color);

}

#wrapper-navbar{
	display:flex;
	justify-contet:space-between;
}
#wrapper-navbar, #hero{
	padding-left:3.2vw;


}

#myCarousel{
/*margin-top: 16px;*/
}


#hero img{
   /* height: 905px;*/
    -o-object-fit: cover;
       object-fit: cover;
}
#hero .carousel-caption {
    position: absolute;
	top:21%;
    
    bottom: 20px;
    left: 45%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
	width:100%;
	
	
}
#hero .carousel-caption h1{

	 font-family: var(--prata);
    font-size: 80px;
    
    line-height: 93px;
     text-align: left;
    margin-bottom: 56px;
	letter-spacing: -2px;
}
#hero .carousel-caption p{
	text-align: left;
	font-family:var(--kanit-semibold);
	font-size:17px;
	/*transform:translateX(-110px);*/

}
#hero .button.primary-button {

    padding: 22px 136px;

    border-radius: 0;
    letter-spacing: 2px;

}


#hero-sub *{
    color: #fff;
    
}
/* end hero*/
/* start philadelphia */

#philadelphia{
	margin-top:100px;
	position:reletive;
}
#philadelphia::before{
	/*position:absolute;
	top:0;
	left:0;
	background-color:#fbfbfc;
	z-index:-1;
	width:400px;
	height:500px;
	background-color:red;*/
}


#philadelphia .text-subheader{

    transform: translateX(200px);
    line-height: 13px;
    letter-spacing: 5px;
    font-size: 80px;
	text-transform:uppercase;

}

.attorneys{
	font-size: 80px;
    font-family: var(--prata);
    color: var(--primary-dark-color);
    transform: translateX(145px);
    line-height: 23px;
    letter-spacing: 1px;
}
.about-img{
	display: block;
	margin:90px auto;
	
	
}
.grid-banner{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  box-sizing: border-box;
  width: 100%;
  
  padding: 10px;
}
#philadelphia .card-body{
padding: 0!important;
}
#philadelphia .card-body p{
padding: 0 2.25rem 0 2.25rem;
}
.card{

	background-color:white;
	border:0;
	border-radius:0;
	text-align:center;
	box-shadow:var(--box-shadow);
	transition:all .3s ease;
	position:relative;
	transition-duration: 0.3s;
	padding-left: 0 !important;
}
.banners .card{
	height: 400px;
	transition-duration: 2s;
}
.banners .card .description{
	display: none;
	opacity: 0;
	transition-duration: 0.3s;
	margin-top: 30px;
}
.card-body > .text-header{
	font-size:30px;
	line-height:30px;
	letter-spacing: 0.3px;
}
.banners .more{
	font-size: 15px;
	opacity: 0;
}
.banners .card h5,
.banners .card small,
.banners .card .sevices-img,
.banners .card .sevices-img img,
.banners .card .description,
.banners .more{
	transition-duration: 1s;
}
.banners .points{
	margin-top: 4vw;
}
.banners .card{
	transition-duration: 1.2s;
	overflow: hidden;
}	
.banners .card .in{
	z-index: 1;
	width: 100%;
	position: relative;
}	
.banners .card:after{
	width: 100%;
	height: 100%;
	display: inline-table;
	background:var(--gradient-color);
	position: absolute;
	z-index: 0;
	content: "";
	opacity: 0;
	transition-duration: 1.2s;
}
.banners .card:hover{
	transform:scale(1.05);
	z-index: 10;
}
.banners .card:hover:after{
	opacity: 1;
}
.banners .card:hover h5{
	color: var(--primary-gold-color);
}
.banners .card:hover small{
	color: #fff;	
}
.banners .card:hover .sevices-img{
	padding-bottom: 1.5rem !important;
}	
.banners .card:hover .sevices-img img{
	margin-top: 10px;
}
.banners .card:hover .description{
	display: block;
	opacity: 1;
}
.banners .card:hover .points{
	display: none;
}
.banners .card:hover .more{
	opacity: 1;
}
	
.card.gradient{
	background:var(--gradient-color);
}
.sevices-img img{
	max-width:120px;
	height:70px;
	margin-top: 40px;
}

.card-text{
	font-size:42px;
	font-family:var(--priata);
	line-height:50px;
	color:var(--primary-gold-color);
	/*position:absolute;*/
	margin: 0 auto;
    display: block;
    width: 100%;
	margin-top: 5vw;
}
.p-width-gradient{
	font-size:16px;
	letter-spacing: -0.2px;
	line-height:24px;
	font-family:var(--kanit-extralight);
	

}
/* end philadelphia */
/* start about */
/* end about */

/* start service */

article iframe{
	max-width: 100%;
}

#services .text-header{
	font-size: 95px;
	line-height:77px;
	letter-spacing:-1.5px;
}

#services .text-subheader{
	font-size:46px;
	line-height:23px;
	letter-spacing:8px;
	
}
#services .get-results{
	font-size: 80px;
	line-height:1px;
	letter-spacing:-1.5px;
}
#services .text-2{
	font-family:var(--kanit-semibold);
	font-size:35px;
	line-height:40px;
	letter-spacing:1px;

}
#services.text-paragraph{
		color:var(--primary-dark-color);
		font-size:20px;
		font-family:var(--kanit-light);
		text-align:left;
		line-height:32px;
	}
.soft-background{
	background-color:#fbfbfc;
	border:0;
	

}

#services.wrapper {
    padding: 80px 0 0 0;
}
#services{
position:relative;
}
#services::after{
    content: '';
    width: 82%;
    height: 780px;
    position: absolute;
    top: 7%;
    left: 5.5%;
    z-index: -1;
    background-color: var(--background-color);

}
.services-img{

max-height:860px;
transform: translate(28px, 63px);
}
/* end service */
/* start practicese */
.practices-background{
	background: url(../img/pratices-image1.jpg);
    background-position-y: -6vw;
    background-position-x: center;
	    background-size: contain;
    background-repeat: no-repeat;
    padding-top:15vw;
    border-bottom: 0px solid #fbfbfc;
}
}
.button-grup{
	width:100vw;
	padding-left:0vw;
	margin:0 auto;
	}
#practices.wrapper {
    padding-top:0;
	margin-top:0;
}
#practices .grid-banner{
	display: grid;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	  grid-gap: 0px;
	  box-sizing: border-box;
	  width: 100%;
	  
	  padding: 10px;
}
#practices .text-subheader{
	
	font-size:22px;
	    letter-spacing: 4px;
	text-align:center;
	line-height:120px;
	font-family:var(--kanit-bold);
	text-shadow:var(--text-shadow);

}
#practices .text-prata{
	font-size:33px;
	line-height:33px;
}

#practices .text-header{
	font-size:85px;
	text-align:center;
	line-height:1px;
	text-shadow:var(--text-shadow);
	margin-bottom:70px;
}

.witout-bottom{
	margin-top:-16px!important;
	margin-bottom:5px!important;
}
#practices .card .text-header{
	font-size:24px;
	line-height:20px;
	text-shadow:none;
}
#practices .card-body{
	min-height:200px;
}
#practices .card-text:first-child {
	font-size:13px;

}
.first-child{
font-size:13px!important;
}


/* end practices */
/* start testimaials */
#testimonials-wrapper .wraper{
padding-top:0!important;
}
#testimonials-wrapper{
    background-color: #eeeeee;
	height: 750px;
}

.home .carousel-inner{
	height: auto;
}		
.home #testimonials-wrapper .carousel{
	height:	360px;
}
#testimonials-wrapper .carousel {
	margin: 50px auto;
	padding: 0 70px;
	transform:translateY(1px);
}
#testimonials-wrapper .carousel .carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 380px;
	position:relative;
}
#meet-wrapper {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
	position:relative;
	margin-bottom: -150px;
}
#meet-wrapper .img-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	border: 0px solid #ddd;
	border-radius: 0;
	position:relative;
	
}
#meet-wrapper .img-box  img{
	width: 100%;

	
}
#meet-wrapper .img-box .text-subheader{
font-size: 24px;
    position: absolute;
    z-index: 9;
    top: 8vw;
    left: 9vw;
    color: var(--primary-gold-color);
    letter-spacing: 6px;
	font-family:var(--kanit-bold);

}
#meet-wrapper .img-box .read-more{
	    position: absolute;
    bottom: 5vw;
    left: 10vw;
    padding: 22px 95px;
    font-size: 24px;
    font-family: var(--prata);

}
.carousel  .carousel-item .img-box .read-more:after{
	content:'';
}
.testimonial-name{
position: absolute;
    font-size: 140px;
    line-height: 140px;
    top: 27%;
    left: 170px;
    font-family: var( --kanit-extrabold);
    letter-spacing: 50px;
}
.testimonial-name.red{

	top:calc(27% + 145px);

}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0;
}
#testimonials-wrapper .carousel .testimonial {
	    padding: 88px 180px;
	font-size:38px;
	line-height:60px;
	letter-spacing:-0.2px;
	
}
#testimonials-wrapper p {

    padding: 3vw 10vw;
    font-size: 38px;
    line-height: 60px;
    letter-spacing: -0.2px;
    font-family: var(--prata);
    color: white;
    text-align: center;
    min-height: 290px;

}
.testimonial-header{
	font-family:var(--kanit-bold);
	font-size:22px;
	line-height:22px;
	text-align:center;
	letter-spacing: 4px;
}
.home .testimonial-header{
	margin-top: 120px !important;

}
	
#testimonials-wrapper .carousel .overview {	
	font-style: italic;
}
 .carousel .overview b {
	text-transform: uppercase;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 18.5%;
	background: none;
	
	transition:transform 0.3s ease;
	
}
.carousel-control-next {
    transform: translateX(-210px) scale(0.3);
}
.carousel-control-next:hover {
transform: translateX(-210px) scale(0.4);
}
.carousel-control-prev {
transform: translateX(210px) scale(0.3);
}
.carousel-control-prev:hover {
transform: translateX(210px) scale(0.4);
}
 .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: var(--primary-gold-color);
    /*text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;*/
}
#testimonials-wrapper .carousel .carousel-indicators {
	bottom: -40px;
}
 .carousel-indicators li, .carousel-indicators li.active {
	width: 35px;
	height: 2px;
	margin: 1px 3px;
	color:var(--primary-gold-color);
	
}
#testimonials-wrapper .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	
}
#testimonials-wrapper .carousel-indicators li.active {	
	background:var(--primary-gold-color)!important;	
color:var(--primary-gold-color)!important;	
	
}
/*end testomails */
/*start news*/
#news{

	background:var(--background-color);
	position:relative;
	margin-top:100px;
}
#news::before{
	 content:"news";
	 position: absolute;
	 font-size:145px;
	 font-family:var( --kanit-extrabold);
	 color:var(--primary-red-color);
	 transform:translate(150px,-98px);
	 text-transform:uppercase;
	 z-index:999;
	 letter-spacing:14px;
}
#news .grid-banner{

  grid-template-columns: 1fr 1fr ;
  grid-gap: 55px;
  
}
#news .card-body {

	padding:80px;
}

#news small{
		padding: 10px 0;
		color:var(--primary-dark-color);
		font-size:13px;
		font-family:var(--kanit-light);
		text-align:left;
		line-height:14px;
		display:block;
		margin:45px 0;
	}
#news .text-gold-title {
   
    font-size: 28px;

    line-height: 40px;
}
/*end news */
/*start form*/

#form .text-header{
	font-size:70px;
	line-height:80px;
	text-align:center;
	color:var(--primary-gold-color);
}

#form small
{
	font-size:21px;
	line-height:28px;
	text-align:center;
	display:block;

}
#form label {
  
    margin-bottom: -0.5rem!important;
	width:100%;
}
#form .col-4 {
 
    max-width: 32.033333%!important;
   
}
/* start form control */
#wpcf7-f5-o1{

}


#wpcf7-f5-o1 input {
font-family:var(--kanit-regular);
color:var(--primary-dark-color);
font-size: 15px;
padding-left:20px;
text-transform:uppercase;
width:99.5%;
height:70px;

}

#wpcf7-f5-o1 textarea {
font-family:var(--kanit-regular);
color: var(--primary-dark-color);
font-size: 15px;
padding:20px 0 0 20px;
text-transform:uppercase;
width:100%;


}
.wpcf7-submit {
	background-color: var(--primary-red-color);
		transition: all .7s ease;
		
		color:white;
		border:0 solid white;
		border-radius:0;
	max-width:400px;
    margin: 20px auto;
    display: block;
	color:white!important;
	text-transform:lowercase!important;
	font-family:var(--prata)!important;
	font-size:25px!important;
	cursor: pointer;
	padding-left: 0;

}
.wpcf7-submit:hover{
background-color: white;
color: var(--primary-red-color)!important;
}
.cf-label{

}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px solid #f7e700;
    color: white;

}
/*end form control */


/* start sidebar style */
#sidebar-area .item{
    padding-bottom: 35px;
}
#sidebar-area .item.our-goal{
	padding-bottom: 10px;
}	
#sidebar-area .item img{
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

#sidebar-area .item .txt{
    padding-top: 15px;
}

#sidebar-area .item .txt p{
    font-size: 14px;
    text-align: left;
}


#sidebar-area .button.primary-button{
		margin-top:20px;
		padding: 22px  40px;
		width: 410px;
}
.sidebar-testimonials-img{
	width:100%;
	height:100%;
}
#sidebar-area .attorney{
	height: 500px;
}	
	
#sidebar-area .item img {
    width: 100%;
    height: 580px; 
   object-position: right;
    border-radius: 0px;
	margin-bottom:-100px;
}
#sidebar-area.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
	position:relative;
}
#sidebar-area .carousel .item .img-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid #ddd;
	border-radius: 0;
	position:relative;
	
	
}
#sidebar-area .carousel .item .img-box .text-subheader{
	font-size:24px;
	position:absolute;
	z-index:9;
	top:34%;
	text-align:center;
	display:block;
	width:100%;
	color:var(--primary-gold-color);
	text-shadow:var(--text-shadow);
}
#sidebar-area .carousel .item .img-box .read-more{
	position:absolute;
	margin:0;
	bottom:150px;
	transform: translatex(-50%);
	text-shadow:var(--text-shadow);

}
#sidebar-area .carousel .item .img-box .read-more:hover{
background-color:var(--primary-gold-color);

color:var(--primary-red-color);

}
#sidebar-area .carousel .item .img-box  > h2 {
font-size:70px;
font-family:var(--kanit-extrabold);
line-height:27px;
transform:translatey(-220px);
text-shadow:var(--text-shadow);
}

#sidebar-area .testimonial{

font-size: 26px;
line-height:40px;

}
#sidebar-area .overview{

padding: 30px 0;

}

#sidebar-area .card{

	padding-bottom:50px;
}


#menu-sidebar-menu > li {
list-style: none;
	width:100%;

}
#menu-attorneys > li > a,
#menu-sidebar-menu > li  > a{
float: left;
    width: 100%;
    text-align: left;
    text-decoration: none;
	font-size:20px;
	line-height:65px;
	font-family:var(--kanit-regular);
	color:var(--primary-dark-color);
	font-weight: 900;

}
#menu-sidebar-menu > li  > a::before{
	font-family: "FontAwesome"; 
	font-weight: 700; 
	content: "\f105";
	color:var(--primary-red-color);
	margin-right: 15px;

}
#menu-sidebar-menu > li::hover  > a::before{
transform:translateX(-10px);

}

#menu-sidebar-menu .sub-menu{
display:none;
}
.sub-menu > li{
list-style: none;
float:left;

}
.sub-menu > li > a{
	float: left;
    width: 100%;
    text-align: left;
    text-decoration: none;
	font-size:18px;
	line-height:23px;
	font-family:var(--kanit-light);
	color:var(--primary-dark-color);
	font-weight: 700;
	}
.sub-menu > li > a:hover{
	color:var(--primary-red-color);
}
#menu-sidebar-menu > li:hover .sub-menu{
display:block;
}
#menu-sidebar-menu .current-menu-ancestor  .sub-menu{
display:block;
}
#menu-sidebar-menu .current_page_item  > a{

color:var(--primary-red-color);

}
.widget-title{
width: 100%;
}
#sidebar-area ul li{
list-style: none;
text-align:left;
width:100%;
}
#widget-area  li  > a::before{
	font-family: "FontAwesome"; 
	font-weight: 700; 
	content: "\f105";
	color:var(--primary-red-color);
	margin-right: 15px;
	margin-left:-20px;
}
#widget-area  li  > a:hover{
	color:var(--primary-red-color);

}
#widget-area  li:hover  > a::before{

 transform:translateX(10px);
}
#sidebar-area{
margin-top:-6.6vw;}

#archive-wrapper #sidebar-area
{
margin-top:0.6vw;
}
/* end sidebar style*/
/* start footer*/
#footer {
	background:var(--background-color);
    padding: 50px 0;
    font-size: 14px;
    color: #000;
}
#footer .copyright{
	color:var(--primary-dark-color);
	font-size:13px;
	font-family:var(--kanit-light);
	text-align:left;
	line-height:16px;
}
.footer-info{
	color:#939393;
	font-size:14px;
	font-family:var(--kanit-light);
	text-align:center;
	line-height:24px;
	padding:20px 0 20px 0;
	transition:color .3s ease;
}
#footer a{
transition:color .3s ease;
}
#footer a:hover{
color:var(--primary-gold-color);
}
.grid-banner.footer {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
	  grid-gap: 1px;
	     

}
.footer > .card{
	background-color:white;
	border:0;
	border-radius:0;
	text-align:left;
	box-shadow:none;
	transition:all .3s ease;
	position:relative;
}
.footer > .card > .card-body {

    padding: .25rem;
}
.footer  .card small{
	font-size:15px;
	line-height:40px;
	letter-spacing:3px;
	font-family:var(--kanit-medium);
}
.footer  h6{
	font-size:16px;
	line-height:25px;
	
	font-family:var(--prata);
}
.footer h6 a{
	font-size:22px;

}
.footer-call-us{
	font-size:38px;
	text-align:left;
	line-height: 180px;
	display:block;
	width:100%;
	margin-left: 15px;
}
.footer-socials {
	font-size:38px;
	text-align:center;
	display:block;
	width:100%;
	margin-right: 15px;
	float: right;
}
.footer-socials i{
	    width: 65px;
    height: 65px;
    background-color: #c7b189;
    margin-left: 10px;
    color: white;
    padding-top: 20px;
    transform: translateY(57px);
    transition: background-color .6s ease;
    font-size: 27px;
}


.footer-socials i:hover{

	background-color:var(--primary-red-color);

}

#footer small {
    display: block;
    padding-top: 10px;
    font-size: 12px;
}

#footer a{
    text-decoration: none;
    padding: 0;
}

#footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
	font-family:var(--kanit-regular);
	color:var(--primary-dark-color);
	font-size:13px;
	
}

#footer ul li{
    position: relative;
    float: left;
    background: none;
    padding: 0 20px;
}

#footer ul li:before{
    display: none;
}

#footer ul li:after{
    content: '|';
    position: absolute;
    right: 0;
    top: -3px;
}

#footer ul li:first-child{
    padding-left: 0;
}

#footer ul li:last-child{
    padding-right: 0;
}

#footer ul li:last-child:after{
    display: none;
}

#footer ul li a{
    font-size: 14px;
}

.row .mobile-reverse-column{
	padding-left: 15px;
	padding-right: 15px;
}	

.hrLocations{ margin-top: -20px; }
/*end footer*/


/* start single page style*/

#main a {
    text-decoration: underline;
	transition: all 0.3s ease;
}
#main a:hover {
    text-decoration: none;
}

#hero-sub{
	
	
    position: relative;
    background-size: cover;
	min-height:290px;
	padding:10px 150px 0;
	margin-bottom:3vw;

    background-color: white;
    
    background-position-x: 3.5vw;
    background-repeat-x: no-repeat;
    background-repeat: no-repeat;


}
.slogan{
	display: block;
    /* position: absolute; */
    width: 100%;
    min-width: 800px;
    /* height: 300px; */
    transform: scale(0.7) translatex(25vw) translatey(-30px);
    /* transform: translatex(300px); */
    /* transform: translatey(290px); */
    z-index: 99;
}
.slogan >.text-header {
	font-size: 80px; 
	line-height: 63px;
	margin-top: 30px;
}
.slogan >.text-subheader {
	font-size: 65px;
	margin-top: -10px;

transform:translatex(150px);
line-height: 42px;
}
.slogan >.attorneys {}
#page-wrapper{
	position:relative;
}
#page-wrapper::after{
	    content: '';
    width: 68%;
    height: 80%;
    position: absolute;
    top: 0.8%;
    left: 3.5%;
    z-index: -1;
    background-color: var(--background-color);
}
.main-page-title{
line-height: 60px;
    text-align: left;
    margin-top: -2vw;
	padding:1vw 0;
	}
#main{
padding: 0 4vw 0 10vw;

}
#main li {
    list-style: none;
}
#main li::before {
   	font-family: "FontAwesome"; 
	font-weight: 700; 
	content: "\f0da";
	color:var(--primary-red-color);
	margin-right: 15px;
}
.entry-content{
text-align:left;
}
.entry-content br{
	
}
.entry-title{
	text-align: left;
}
.entry-meta{
	text-align: left;
	margin: 15px 0;
}	

.nav-links{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px; 
	margin-bottom: 40px;
}
.nav-previous, 
.nav-next{
	padding: 20px;
	border:1px solid #eee;
}		
#main img {
    vertical-align: middle;
    border-style: none;
    max-width: 300px;
    height: auto;
    float: left;
    padding: 10px;
}
#main .alignleft{
padding: 1vw 1vw 0 0vw;
margin-top: 15px;

}
#main .alignright{
	padding: 0;
    margin-top: 0;
    margin:10px 0 10px 20px;
	max-width: 300px;
	height:auto;
	float:right;


}
#main .aligncenter{
	FLOAT: right;
    TEXT-ALIGN: right;
    margin-left: 20px;
    WIDTH: 100%;
    DISPLAY: block;
}

/* end single page style*/
/* contact page style */


.slogan-contact{
    transform: scale(0.9) translatex(-18vw) translatey(1px);
}
.slogan-contact >.text-subheader {
    
    line-height: 42px;
    font-size: 40px;
}
.slogan-contact >.text-header {

    line-height: 42px;
    font-size: 72px;
}
.slogan-contact >.text-header span{

   
    font-size: 50px;
}
.pagination > li::before {

    content: ""!important;

}
.page-item.active .page-link {
  
    background-color: var(--primary-gold-color);
    border-color: var(--primary-gold-color);
}
.page-link {
 
    color: var(--praimary-gold-color);
	}
#contact-maps{
margin-bottom:140px;
position:relative;
}
#contact-maps .grid-banner .card-body, .last-map-heigt {
  
    height: 450px;
}
#contact-maps::after{
content:'';
width:95%;
height:80%;
position:absolute;
top:13%;
left:2%;
z-index:-1;
background-color:var(--background-color);


}
#contact .carousel-caption {

    left: 7.5%;
	}

#contact-maps .grid-banner{
	display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  box-sizing: border-box;
  width: 100%;
  
  padding: 0;
}
#contact-maps .grid-banner.card{
background-color:white;

}
#contact-maps .grid-banner .card-body{
padding:0!important;
margin:0;
}
.last-map{
margin-top:32px;
background-color:white;
 transition:transform  .7s ease;
}
.last-map:hover{
transform :scale(1.05);
}
#contact-maps .para{
margin-top:-1rem;
}
.contact-description{
	font-size:25px;
	font-family:var(--prata); 
	line-height:7vw; 
	color:#394974;
}
/* end contact page style */
.footer-mobile-navbar{
	display:none;
}


.mobile-colapse-reverse{
display:none;
}
.mobile-colapse{
display:block;
}
.mobile-hr, .mobile-link{

	display:none;
}
.carousel-indicators li.active{
background-color:var(--primary-gold-color);
}




/* start rachapcha change position to left*/
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}
/* stop rachapcha change position to left*/

.navbar-nav > li:hover > .dropdown-menu {
display: block;
}

.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
  left: -20em;
  top: -1ex;
}
.menu-item-has-children .menu-item-has-children:hover {
    background-color: WhiteSmoke;
}

#testimonials-carousel{
	height: 530px;
	padding-top: 30px;
}

#select-nav{
	display: none;
}
/* Slicknav - mobile nav */
.slicknav_nav{
	padding: 10px !important;
	max-height: calc( 100vh - 210px);
	overflow: scroll;
	margin-top: 235px; 
}
.slicknav_menu {
	background: transparent none repeat scroll 0 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000000;
	display: none;
	margin-top: -100px;
	background: none !important; 
}



.slicknav_nav li { 
	background: none; 
}

.slicknav_btn {
	position: absolute !important;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 85px 13px;
	line-height: 1.125em;
	cursor: pointer;
	left: 50%;
	margin-left: calc( -10% - 130px );
	top:95vh; 
	opacity: 0;
}
.slicknav_nav{
	background-color: #fff !important;
	padding: 10px !important;
}
.slicknav_nav li {
	background-color: #fff !important;
	border-bottom: 1px solid #eee; 
}
.slicknav_nav li a{
	color: #000 !important;
}	
.slicknav_nav li a:hover{
	background-color: #eee !important;
}
.slicknav_nav li a,
.slicknav_nav li li a{
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 500 !important; 
	border: none; 
}

.slicknav_icon-bar{
	opacity: 0;
}
.slicknav_nav .slicknav_arrow{
	font-size: 10px !important;
}



#error-404-wrapper{
	margin: 0 60px; 
}

#searchsubmit{
	background-color: #ff0018;
	border:1px solid #ff0018;
}

.stickybar{
	position:fixed;
	top:0;
	background-color:#ff0018;
	color:#fff;
	font-size:13px;
	line-height:17px;
	text-align:center;
	padding:0px 5px;
	z-index:100;
	height:60px;
	display:table;
	font-weight: 300;
	width:100%;
}
.stickybar strong{
	color:#fff;
}
.stickybar .in{
	display:table-cell;
	vertical-align:middle;
}

#wrapper-navbar{
	margin-top:60px;
}
.sticky-top{
	top:60px;
}