/*-----------------------------------------------------------------------------------
	High Point Recovery
	About: High Point Recovery's website
	Author: Admin
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CormorantGaramond-Bold';
	src: url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.woff2');
	src: url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.woff2') format('woff2'),
	url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.woff') format('woff'),
	url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.eot?#iefix') format('embedded-opentype'),
	url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.ttf') format('truetype'),
	url('./fonts/CormorantGaramond-Bold/cormorant-garamond-v5-latin-700.svg#CormorantGaramond-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Outfit-SemiBold';
	src: url('./fonts/Outfit-SemiBold/Outfit-SemiBold.ttf');
	src: url('./fonts/Outfit-SemiBold/Outfit-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Outfit-Regular';
	src: url('./fonts/Outfit-Regular/Outfit-Regular.ttf');
	src: url('./fonts/Outfit-Regular/Outfit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Outfit-Bold';
	src: url('./fonts/Outfit-Bold/Outfit-Bold.ttf');
	src: url('./fonts/Outfit-Bold/Outfit-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08)!important;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1400px;
}
p{
	font-family:"Outfit-Regular";
	font-size:22px;
	line-height:28px;
}
h1{
	font-family:"CormorantGaramond-Bold";
	font-size:70px;
}
.btn-clean{
	text-shadow:0px 0px 0px transparent;
	box-shadow:0px 0px 0px transparent;
	font-family:"Outfit-SemiBold";
	font-size:20px;
	background-color:#D6AE5D;
	color:#1F2731!important;
	border-style:solid;
	border-color:transparent!important;
	min-width:200px;
	padding:17px 25px 17px 25px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.btn-clean:hover{
	border-style:solid;
	border-color:#D6AE5D!important;
	background-color:#1F2730;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
h2{
	font-family:"CormorantGaramond-Bold";
	font-size:45px;
}
.name{
	font-family:"CormorantGaramond-Bold";
	font-size:35px;
}
.cases{
	background-color:#3B434E;
	min-height:100px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	padding:20px 20px 20px 20px;
}
.years{
	background-color:#D0B069;
	color:#1F2730!important;
	min-height:100px;
	padding:20px 20px 20px 20px;
}
.number{
	background-color:#1F2730;
	color:#FEFFFF!important;
	font-family:"Outfit-Bold";
	padding:10px 10px 10px 10px;
	border-radius:6px 6px 6px 6px;
}
.grey-box{
	background-color:#1F2730;
	width:100%;
	padding:30px 30px 30px 30px;
}
h3{
	font-family:"CormorantGaramond-Bold";
	font-size:35px;
}
.divider-background-color{
	background-color:#424242;
}
.dark-grey-box{
	width:100%;
	background-color:rgba(23,29,38,0.70);
	padding:60px 60px 60px 60px;
}
h4{
	font-family:"Outfit-SemiBold";
	font-size:22px;
}
.image{
	height:100%;
	background-image:url("img/athens-academy-marble-column-athens-greece.jpg");
	background-image: -webkit-image-set(url("img/athens-academy-marble-column-athens-greece.webp") 1x,
url("img/athens-academy-marble-column-athens-greece.webp") 2x);background-image: image-set(url("img/athens-academy-marble-column-athens-greece.jpg") 1x,
url("img/athens-academy-marble-column-athens-greece.jpg") 2x,url("img/athens-academy-marble-column-athens-greece.webp") 1x,
url("img/athens-academy-marble-column-athens-greece.webp") 2x);
	background-size:cover;
	background-position:left center;
	width:auto;
	margin-right:10%;
	margin-left:10%;
}
.opinions{
	background-color:#3B434E;
	margin-top:0px;
	border-bottom-left-radius:40px;
	height:100%;
	margin-bottom:0px;
	padding:40px 40px 40px 40px;
}
.opinion-name{
	margin-top:30px;
}
.opinions-top{
	background-color:#3B434E;
	margin-top:0px;
	border-bottom-left-radius:0px;
	height:100%;
	margin-bottom:0px;
	border-top-left-radius:40px;
	padding:40px 40px 40px 40px;
}
.lawyer{
	width:auto;
	margin-left:20%;
	margin-right:20%;
	position:relative;
	top:-75px;
	height:auto;
	background-color:#FEFFFF;
	padding:27px 20px 20px 20px;
}
.social{
	font-size:22px;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:30px;
	color:#FEFFFF!important;
}
.lawyer-text{
	font-family:"CormorantGaramond-Bold";
	font-size:30px;
	color:#161D24!important;
}
.consultation{
	border-style:_popUpItemAction:;
	border-color:#E5E3E3!important;
	height:100%;
	background-color:#FEFFFF;
	color:#000000!important;
	margin:0px 0px 0px 0px;
	padding:35px 35px 35px 35px;
	border-width:10px 10px 10px 10px;
}
.consultation-inner{
	height:100%;
	border-style:solid;
	border-color:#A9A9A9!important;
	padding:30px 30px 30px 30px;
	border-width:15px 15px 15px 15px;
}
.phone{
	color:#1F2730!important;
	text-decoration:none;
	font-family:"Outfit-Bold";
	font-size:30px;
}
.phone:hover{
	color:#D6AE5C!important;
}
.clients{
	background-color:#F1F1F1;
	min-height:140px;
	margin-top:10px;
	margin-bottom:10px;
	color:#161D26!important;
	padding:20px 20px 20px 20px;
}
.circle{
	border-style:solid;
	border-color:#D0B06A!important;
	width:100px;
	height:100px;
	padding-top:35px;
	font-family:"Outfit-Bold";
	background-color:#CBAD68;
	color:#FEFFFF!important;
	border-radius:100px 100px 100px 100px;
	border-width:2px 2px 2px 2px;
}
.clients-img{
	min-height:140px;
	margin-top:10px;
	margin-bottom:10px;
	color:#FEFFFF!important;
	background-image:url("img/Attorney_Template_19.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_19.webp") 1x,
url("img/Attorney_Template_19.webp") 2x);background-image: image-set(url("img/Attorney_Template_19.jpg") 1x,
url("img/Attorney_Template_19.jpg") 2x,url("img/Attorney_Template_19.webp") 1x,
url("img/Attorney_Template_19.webp") 2x);
	background-position:center top;
	background-size:cover;
	background-blend-mode:darken;
	background-repeat:no-repeat;
	display:flex;
	padding:20px 20px 20px 20px;
}
.tel-icon{
	border-style:solid;
	background-color:#D6AE5C;
	color:#FEFFFF!important;
	font-size:38px;
	text-align:center;
	width:65px;
	padding:10px 10px 10px 10px;
}
.call{
	margin-left:20px;
}
.text-grey{
	color:#919191!important;
}
.counter{
	width:100px;
	font-family:"Outfit-Bold";
	font-size:60px;
	line-height:60px;
}
.fixed{
	background-color:#151D25;
}
.grey-box-big{
	background-color:#1F2730;
	width:100%;
	margin-bottom:30px;
	padding:50px 50px 50px 50px;
}
.div-icon{
	background-color:#161D25;
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:23px;
	margin-bottom:30px;
	border-radius:100px 100px 100px 100px;
}
.social-black{
	font-size:22px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	color:#161D25!important;
}
.btn-dark{
	background-color:#161D25;
	color:#FEFFFF!important;
	border-color:#161D25!important;
}
.btn-dark:hover{
	background-color:#CFB06A;
	color:#161D25!important;
}
.formfield{
	background-color:transparent;
	border-style:solid;
	border-color:#FEFFFF!important;
	margin-bottom:40px;
	font-family:"Outfit-SemiBold";
	color:#FEFFFF!important;
	font-size:20px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 2px 0px;
}
.dark-box{
	width:100%;
	background-color:#171D26;
	color:#FEFFFF!important;
	padding:60px 60px 60px 60px;
}
.divider-0-background-color{
	background-color:#929292;
	margin-left:auto;
	margin-right:auto;
}
.pricing{
	font-family:"Outfit-Bold";
	color:#CFB06A!important;
	margin-top:50px;
	font-size:60px;
	line-height:70px;
}
.text-border{
	width:100%;
	padding:30px 30px 30px 30px;
}
.divider-faq{
	background-color:#A9A9A9;
	margin-top:100px;
}
.guarantee-image{
	background-image:url("img/Attorney_Template_10.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_10.webp") 1x,
url("img/Attorney_Template_10.webp") 2x);background-image: image-set(url("img/Attorney_Template_10.jpg") 1x,
url("img/Attorney_Template_10.jpg") 2x,url("img/Attorney_Template_10.webp") 1x,
url("img/Attorney_Template_10.webp") 2x);
	background-size:cover;
	width:100%;
	height:400px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:60px 60px 60px 60px;
}
.text-image{
	font-family:"CormorantGaramond-Bold";
	font-size:60px;
	line-height:60px;
	color:#1F2730!important;
}
.nav-bloc{
	height:auto;
	width:auto;
	padding-left:5%;
	padding-right:5%;
	min-height:60vh;
}
.nav-line{
	border-style:solid;
	padding:40px 0px 40px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 0px 1px 0px;
}
.heading{
	margin-top:130px;
	margin-bottom:120px;
}
.navbar-nav li a{
	font-family:"Outfit-SemiBold";
	font-size:22px;
	color:#FEFFFF!important;
}
.nav-phone{
	color:#D0B06A!important;
	font-family:"Outfit-Bold";
	font-size:18px;
}
.nav-phone-link{
	color:#FEFFFF!important;
	text-decoration:none;
	font-family:"Outfit-Bold";
	font-size:23px;
}
.nav-phone-link:hover{
	color:#D6AE5C!important;
}
.nav phone link:hover{
	color:#CFB06A!important;
}
.navbar-nav li a:hover{
	color:#CFB06A!important;
}
.logo{
	font-family:"CormorantGaramond-Bold";
	font-size:50px;
	line-height:50px;
}
.nav-bloc-home{
	height:auto;
	padding-left:5%;
	padding-right:5%;
	min-height:100vh;
}
.line-re{
	width:100%;
	border-style:solid;
	border-color:#A9A9A9!important;
	padding-right:40px;
	margin-right:25px;
	border-width:0px 1px 0px 0px;
}
.line-le{
	width:100%;
	border-style:solid;
	border-color:#A9A9A9!important;
	padding-left:40px;
	margin-left:0px;
	border-width:0px 0px 0px 1px;
}
.line-middle{
	width:100%;
}
.numbers{
	background-color:#3B434E;
	min-height:100px;
	margin-top:12px;
	width:100%;
	margin-bottom:20px;
	padding:20px 20px 20px 20px;
}
.text-color{
	color:#FEFFFF!important;
}
.sterne{
	width:200px;
	background-color:rgba(254,255,255,0.90);
	position:fixed;
	left:5%;
	height:auto;
	display:flex;
	bottom:5%;
	box-shadow:8px 17px 50px rgba(0,0,0,0.10);
	justify-content:center;
	align-items:center;
	z-index:9999999;
	padding:15px 15px 15px 15px;
}
.brand{
	width:100px;
	z-index:99999;
	margin-top:0px;
}
.feedback{
	font-family:"Outfit-Bold";
	color:#171C24!important;
	text-decoration:none;
	font-size:16px;
}
.close:hover{
	color:#D6AE5C!important;
}
.close{
	color:#D6AE5C!important;
}
.feedback:hover{
	color:#D6AE5C!important;
}
.close-icon{
	position:relative;
	top:-45px;
	left:48px;
}
h5{
	font-family:"CormorantGaramond-Bold";
	font-size:27px;
}
.divider-footer{
	background-color:#5E5E5E;
}
.link-footer{
	font-family:"Outfit-Regular";
	color:#FEFFFF!important;
	text-decoration:none;
}
.link-footer:hover{
	color:#CFB06A!important;
}
.scrollToTop{
	background-color:#CBAC67;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 10px 10px 10px;
	border-radius:100px 100px 100px 100px;
}
.cases-box{
	background-color:#161D26;
	height:auto;
	padding:50px 50px 50px 50px;
}
.cases-heading-small{
	margin-top:20px;
	font-family:"Outfit-SemiBold";
	font-size:22px;
	color:#CFB06A!important;
}
.dollar-text{
	font-family:"Outfit-Bold";
	width:40%;
	height:55px;
	justify-content:center;
	align-items:center;
	background-color:#CDAE69;
	display:flex;
	position:relative;
	top:-170px;
	margin-right:auto;
	margin-left:auto;
	align-content:center;
}
.dollar-text:hover{
	background-color:#161D25;
}
.cases-image{
	z-index:0;
}
.p-style{
	font-size:35px;
}
.link-style{
	font-size:18px;
}
.p-bloc-2-style{
	font-size:30px;
}
.p-bloc-1-style{
	font-size:35px;
}
.img-style{
	height:175px;
	width:175px;
}
.container-div-style{
	width:100%;
}
.h4-style{
	font-size:35px;
}
.h4-bloc-4-style{
	font-size:35px;
}
.h4-7-style{
	font-size:35px;
}
.img-residentia-style{
	width:200px;
	height:200px;
}
.img-commercia-style{
	width:200px;
	height:200px;
}
.img-industria-style{
	width:200px;
	height:200px;
}
.img-lega-style{
	width:200px;
	height:200px;
}
.img-constructio-style{
	width:200px;
}
.img-trasnportatio-style{
	width:200px;
}
.img-medica-style{
	width:200px;
	height:200px;
}
.img-financia-style{
	width:200px;
	height:200px;
}
.h2-style{
	width:100%;
	font-size:50pt;
}
.p-57-style{
	font-size:35pt;
}
.link--469-214-3554-style{
	font-size:18px;
	opacity:0.8;
}
.divider-bloc-3-background-color{
	background-color:#929292;
}
.divider-0-bloc-3-background-color{
	background-color:#929292;
}
.link-bloc-2-style{
	font-size:21px;
	opacity:0.8;
}
.link--469-930-2672-style{
	font-size:21px;
}
.txt-white{
	color:var(--swatch-var-7684)!important;
}
.row-style{
	width:100%;
}
.usertxt-black{
	color:var(--swatch-var-2869)!important;
	background-color:var(--swatch-var-2822);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7684:#FFFEFE;
	
	--swatch-var-7116:#D0B06A;
	
	--swatch-var-7773:#1F2731;
	
	--swatch-var-6861:#161D26;
	
	--swatch-var-2822:#FFFFFE;
	
	--swatch-var-2869:#000000;
	
	--swatch-var-6509:#FCDB00;
	
}


/* Background colour styles */

.bgc-7773{
	background-color:var(--swatch-var-7773);
}
.bgc-6861{
	background-color:var(--swatch-var-6861);
}
.bgc-2822{
	background-color:var(--swatch-var-2822);
}
.bgc-7116{
	background-color:var(--swatch-var-7116);
}

/* Text colour styles */

.tc-2822{
	color:var(--swatch-var-2822)!important;
}
.tc-7684{
	color:var(--swatch-var-7684)!important;
}
.tc-6861{
	color:var(--swatch-var-6861)!important;
}
.tc-7116{
	color:var(--swatch-var-7116)!important;
}
.tc-7773{
	color:var(--swatch-var-7773)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}

/* Button colour styles */

.bgc-7684{
	background-color:var(--swatch-var-7684);
}
.tc-7684{
	color:var(--swatch-var-7684)!important;
}
.btn-c-7684,.btn-c-7684:focus{
	background:var(--swatch-var-7684);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7684:hover{
	background:#CCCBCB!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-7684{
	color:var(--swatch-var-7684)!important;
	border-color:var(--swatch-var-7684)!important;
}
.ltc-7684{
	color:var(--swatch-var-7684)!important;
}
.ltc-7684:hover{
	color:#CCCBCB!important;
}
.icon-7684{
	color:var(--swatch-var-7684)!important;
	border-color:var(--swatch-var-7684)!important;
}
/**/.bgc-7116{
	background-color:var(--swatch-var-7116);
}
.tc-7116{
	color:var(--swatch-var-7116)!important;
}
.btn-c-7116,.btn-c-7116:focus{
	background:var(--swatch-var-7116);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7116:hover{
	background:#9D7D37!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-7116{
	color:var(--swatch-var-7116)!important;
	border-color:var(--swatch-var-7116)!important;
}
.ltc-7116{
	color:var(--swatch-var-7116)!important;
}
.ltc-7116:hover{
	color:#9D7D37!important;
}
.icon-7116{
	color:var(--swatch-var-7116)!important;
	border-color:var(--swatch-var-7116)!important;
}
/**/.bgc-7773{
	background-color:var(--swatch-var-7773);
}
.tc-7773{
	color:var(--swatch-var-7773)!important;
}
.btn-c-7773,.btn-c-7773:focus{
	background:var(--swatch-var-7773);
	color:#FFFFFF!important;
}
.btn-c-7773:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-2822{
	color:var(--swatch-var-2822)!important;
}
.ltc-2822:hover{
	color:#CCCCCB!important;
}

/* Icon colour styles */

.icon-7116{
	color:var(--swatch-var-7116)!important;
	border-color:var(--swatch-var-7116)!important;
}

/* Bloc image backgrounds */

.bg-supreme-court-united-states-columns-row{
	background-image:url("img/Attorney_Template_30.jpg");
}
.bg-man-holding-judge{
	background-image:url("img/Attorney_Template_26.jpg");
}
.bg-handshake-business-men-concept{
	background-image:url("img/Attorney_Template_15.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_15.webp") 1x,
url("img/Attorney_Template_15.webp") 2x);background-image: image-set(url("img/Attorney_Template_15.jpg") 1x,
url("img/Attorney_Template_15.jpg") 2x,url("img/Attorney_Template_15.webp") 1x,
url("img/Attorney_Template_15.webp") 2x);
}
.bg-partnership-two-business-people-shaking{
	background-image:url("img/Attorney_Template_13.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_13.webp") 1x,
url("img/Attorney_Template_13.webp") 2x);background-image: image-set(url("img/Attorney_Template_13.jpg") 1x,
url("img/Attorney_Template_13.jpg") 2x,url("img/Attorney_Template_13.webp") 1x,
url("img/Attorney_Template_13.webp") 2x);
}
.bg-Attorney-Template-09{
	background-image:url("img/Attorney_Template_09.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);background-image: image-set(url("img/Attorney_Template_09.jpg") 1x,
url("img/Attorney_Template_09.jpg") 2x,url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);
}
.bg-Attorney-Template-09{
	background-image:url("img/Attorney_Template_09.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);background-image: image-set(url("img/Attorney_Template_09.jpg") 1x,
url("img/Attorney_Template_09.jpg") 2x,url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);
}
.bg-Attorney-Template-09{
	background-image:url("img/Attorney_Template_09.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);background-image: image-set(url("img/Attorney_Template_09.jpg") 1x,
url("img/Attorney_Template_09.jpg") 2x,url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);
}
.bg-Attorney-Template-09{
	background-image:url("img/Attorney_Template_09.jpg");
	background-image: -webkit-image-set(url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);background-image: image-set(url("img/Attorney_Template_09.jpg") 1x,
url("img/Attorney_Template_09.jpg") 2x,url("img/Attorney_Template_09.webp") 1x,
url("img/Attorney_Template_09.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.fixed{
		background-color:transparent;
	}
	.dark-grey-box{
		margin-bottom:100px;
	}
	.guarantee-image{
		background-position:center center;
	}
	.nav-bloc{
		height:auto;
	}
	.heading{
		margin-bottom:120px;
	}
	.line-re{
		border-right-width:0px;
		padding-right:0px;
		margin-right:0px;
		margin-bottom:50px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		padding-left:0px;
	}
	.portrait-opinion{
		height:100px;
		margin-bottom:20px;
	}
	.lawyer{
		margin-right:5%;
		margin-left:5%;
	}
	.grey-box{
		margin-bottom:50px;
	}
	.opinions{
		margin-top:30px;
	}
	.consultation{
		margin-top:100px;
	}
	.image{
		height:150px;
		margin:100px 0% 100px 0%;
	}
	.portrait{
		height:100px;
		margin-bottom:30px;
	}
	.years{
		margin-bottom:100px;
		margin-top:10px;
	}
	.cases{
		margin-bottom:100px;
	}
	.numbers{
	}
	.div-icon{
		margin-bottom:30px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.nav-bloc-home{
		min-height:100vh;
		height:auto;
	}
	.cases-box{
		margin-bottom:100px;
	}
	.dollar-text{
		top:-180px;
		display:flex;
	}
	.navbar-nav li a{
		font-size:18px;
	}
	.nav-phone-link{
		font-size:19px;
	}
	.nav-phone{
		font-size:16px;
	}
	.nav-line{
		padding-bottom:20px;
		padding-top:20px;
	}
	.call{
		text-align:left;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.fixed{
		background-color:#161B24;
	}
	.dark-grey-box{
		margin-bottom:100px;
	}
	.div-icon{
		margin-top:50px;
		margin-bottom:30px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.guarantee-image{
		background-position:center center;
	}
	.heading{
		margin-bottom:120px;
	}
	.line-re{
		margin-right:0px;
		padding-right:0px;
		margin-bottom:50px;
		border-right-width:0px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		margin-left:0px;
		padding-left:0px;
	}
	.text-border{
		padding:0px 0px 0px 0px;
	}
	.portrait-opinion{
		height:100px;
		margin-bottom:20px;
	}
	.opinions{
		margin-top:0px;
	}
	.consultation{
		margin-top:100px;
	}
	.tel-icon{
	}
	.formfield:active{
		background-color:transparent;
	}
	.formfield:focus{
		background-color:transparent;
	}
	.formfield:visited{
		background-color:transparent;
	}
	.portrait{
		height:100px;
		margin-bottom:30px;
	}
	.cases{
		margin-bottom:0px;
	}
	.numbers{
		margin-bottom:0px;
	}
	.nav-bloc-home{
		height:auto;
	}
	.cases-box{
		margin-bottom:50px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.dark-grey-box{
		padding:30px 30px 30px 30px;
	}
	.div-icon{
		margin-top:50px;
		margin-bottom:30px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.guarantee-image{
		padding:30px 30px 30px 30px;
	}
	.text-image{
		font-size:50px;
		line-height:50px;
	}
	.nav-bloc{
		height:auto;
	}
	.heading{
		margin-bottom:120px;
	}
	h1{
		font-size:50px;
	}
	.nav-bloc-home{
		height:auto;
	}
	.cases{
		margin-bottom:20px;
	}
	.grey-box{
		margin-bottom:30px;
	}
	.line-re{
		padding-right:0px;
		margin-right:0px;
		border-right-width:0px;
		margin-bottom:50px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		padding-left:0px;
	}
	.dark-box{
		margin-bottom:30px;
		padding:25px 25px 25px 25px;
	}
	.text-border{
		padding:0px 0px 0px 0px;
	}
	.portrait{
		width:100px;
		float:left;
		margin-bottom:30px;
	}
	.counter{
	}
	.image{
		margin-left:0%;
		margin-right:0%;
		height:150px;
		margin-bottom:100px;
	}
	.portrait-opinion{
		width:100px;
		margin-bottom:30px;
	}
	.lawyer{
		margin-right:5%;
		margin-left:5%;
	}
	.consultation{
		margin-top:100px;
		padding:15px 15px 15px 15px;
	}
	.consultation-inner{
		padding:20px 20px 20px 20px;
		border-width:10px 10px 10px 10px;
	}
	.tel-icon{
		margin-bottom:30px;
	}
	.call{
		margin-left:0px;
		margin-right:0px;
	}
	h2{
		font-size:36px;
	}
	.numbers{
		margin-bottom:20px;
	}
	.grey-box-big{
		padding:30px 30px 30px 30px;
	}
	.cases-box{
		padding:25px 25px 25px 25px;
	}
	.dollar-text{
		width:70%;
		top:-20px;
	}
	.logo{
		font-size:36px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

