@font-face {
	font-family:Lato-Regular;
	src: url(../font/Lato-Regular.ttf);
}
@font-face {
	font-family:Lato-Light;
	src: url(../font/Lato-Light.ttf);
}

@font-face {
	font-family:Prata-Regular;
	src: url(../font/Prata-Regular.ttf);
}
@font-face {
	font-family:Lato-Bold;
	src: url(../font/Lato-Bold.ttf);
}

@font-face {
	font-family:Lato-Italic;
	src: url(../font/Lato-Italic.ttf);
}

@font-face {
	font-family: 'Saans Regular';
	src: url(../font/SaansTRIAL-Regular.ttf);
}

@font-face {
	font-family: 'SaansTRIAL-Light';
	src: url(../font/SaansTRIAL-Light.ttf);
}

@font-face {
	font-family: 'SaansTRIAL-Medium';
	src: url(../font/SaansTRIAL-Medium.ttf);
}

@font-face {
	font-family: 'Merriweather-Regular';
	src: url(../font/Merriweather-Regular.ttf);
}


.main-banner {
    height: 980px;
}
.main-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar{
	    box-shadow: 0 1px 9px rgb(57 63 72 / 9%);
}
.container_full{
	max-width:1600px;
	margin:0 auto;
	width:100%;
}
.nav-inner{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#navbarNav{
	/* justify-content:end; */
	justify-content: center;
}
ul#MobMainMenu {
    display: none;
}
.navbar-nav li{
	/*padding-right:33px;*/
}
.navbar-nav li:last-child a{
	padding-right: 0 !important;
}
/*.navbar-nav li:last-child .nav-link{
	padding-right:0!important;
}*/
.navbar-nav li:nth-child(3){
	position:relative;
}
.nav-link .sub-menu li:nth-child(3):before{
    display:none !important;
}
section.practice-area-main-banner {
    height: 400px;
}

/*.navbar-nav li:nth-child(3):before{
	content:'';
	position: absolute;
	background-image: url(../image/triangle.png);
	width:9px;
	height:5px;
	top: 12px;
    right: 28px;
    cursor:pointer;
}*/
#MainMenu .menu-item-has-children:before {
    content: '';
    position: absolute;
    background-image: url(../image/triangle.png);
    width: 9px;
    height: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    /* background-position: calc(55% - 74px) 17px; */
    background-position: 0px;
}
#MobMainMenu .menu-item-has-children:before {
    content: '';
    position: absolute;
    background-image: url(../image/triangle.png);
    width: 9px;
    height: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    /* background-position: calc(55% - 74px) 17px; */
    background-position: 0px;
    right:25px;
    top:auto;
}
.nav-link{
	/* font-size:18px; */
	font-size: 16px;
	letter-spacing:0.4px;
	/* font-family:Lato-Regular; */
	font-family: 'Saans Regular';
	/* color:#7d7d7d!important; */
	color: #fff !important;
	/* text-shadow:0 0 0 #7d7d7d; */
	padding-right:33px!important;
	padding-top:0!important;
	padding-bottom:0!important;
	padding-left:0!important;
	text-transform: uppercase;
}

.navbar-expand-lg{
	/* padding:30px 0!important; */
	/* background-color:#fff; */
	padding:20px 0!important;
	background-color: #04395e;
	position:fixed!important;
	width:100%;
	z-index:99;
}

.main-banner img{
	width:100%;
}
.main-sec{
	position:relative;
}
.banner-details{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner-details-inner h5{
	font-size:20px;
	letter-spacing:0.5px;
	color:#fff;
	font-family:Lato-Light;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	    padding-bottom: 34px;

}
.banner-details-inner h1{
	/* font-family:Prata-Regular;
	font-size:86px;
	line-height:96px; */
	font-family: 'Merriweather-Regular';
	font-size: 100px;
	line-height: 100px;
	color:#fff;
	margin:0;
	    padding-bottom: 18px;

}
.banner-details-inner p{
/* font-family:Lato-Light; */
font-family: 'SaansTRIAL-Light';
/* font-size:20px; */
font-size: 24px;
line-height: 28px;
letter-spacing:0.6px;
color:#fff;	
margin:0;
    /* padding-bottom: 42px; */
}
.practice-btn{
	font-family:Lato-Regular;
	font-size:16px;
	letter-spacing:0.9px;
	color:#fff;
	display:block;
	width:263px;
	height:72px;
	text-decoration:none;
	background-color:#003c7f;
	display:flex;
	justify-content:center;
	align-items:center;
}	
a:hover{

}
.banner-details-inner{
    max-width: 1141px;
    margin: 0 auto;
    text-align:center;
}
.banner-details-inner .practice-btn{
	margin:0 auto;
}
.proactive-flex{
	display:flex;
	    /* padding: 96px 0; */
	padding: 162px 0;
	    
}
.proactive-left h3{
		font-family:Prata-Regular;
		font-size:36px;
		letter-spacing:0.3px;
		color:#000;
		/* display:flex; */
	    padding-right: 76px;
	    /* border-right:1px solid #dbdbdb; */
	    margin:0;
}
.proactive-left{
	width:34%;
}
.proactive-right{
	width:66%;
}
.proactive-left h3 img{
	height:2px;
	    margin-top: 17px;
    padding-right: 17px;
}
.proactive-right p{
	font-size:20px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000;
	font-family:Lato-Light;	
	margin:0;
	    max-width: 826px;
	    margin:0 auto;
}
.proactive-sec{
	background-color:#f9f9f9;	
}

.practice-area-flex{
	display:flex;
	flex-flow:wrap;
	justify-content:space-between;
}
.practice-area-item{
	width:30.8%;
}
.practice-area-img img{
	width:100%;
	height:277px;
	object-fit:cover;
}
.practice-area-title h3{
	font-family:Prata-Regular;
	font-size:46px;
	letter-spacing:0.3px;
	color:#000;
	text-align:center;
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content: center;
    align-items: center;
}
.practice-area-sec{
	padding-top:76px;
	padding-bottom: 16px;
}
.practice-area-title{
	padding-bottom:50px;
}
.practice-area-title h3 img{
	width:75px;
	height:2px;
	    margin-top: 25px;
}
.practice-area-img-con h4{
	font-size:20px;
	line-height:42px;
	letter-spacing:0.9px;
	color:#000;
		font-family:Lato-Regular;
		margin:0;
		text-shadow:0 0 0 #000;
		    padding-top: 13px;

}
.practice-area-img-con  p{
	font-family:Lato-Light;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	    max-width: 362px;
	margin:0 auto;	
}
.practice-area-img-con{
	text-align: center;
}
.practice-area-item{
	margin-bottom:71px;
}
.news-press-sec{
	background-color:#003c7f;
}
.news-press-flex{
	display:flex;
	justify-content:space-between;
}
.news-press-img-con-inn{
	color:#fff;
}
.news-press-item{
	width:30.5%;
}
.news-press-img img{
	width:100%;
	height:470px;
	object-fit:cover;
}
.news-press-inner{
	position:relative;
}
.news-press-img-con{
	position:absolute;
	bottom:0;
}
.news-press-img-con-inn h5{
	font-size:22px;
	line-height:30px;
	color:#fff;
	font-family:Prata-Regular;
	margin:0;
	    margin-left: 16px;
	    margin-right: 16px;
	    padding-bottom:15px;
	    border-bottom:1px solid #686563;
}
.news-press-img-con-inn p{
		font-family:Lato-Regular;
		font-size:12px;
		letter-spacing:0.9px;
		color:#fff;
		   padding-left: 16px;
		   margin:0;
		   padding-bottom:15px;
		   padding-top: 18px;
}
.news-press-title h1{
	font-size:46px;
	letter-spacing:0.4px;
	color:#fff;
	font-family:Prata-Regular;
	margin: 0;
	text-align: center;
	    padding-top: 65px;
	    padding-bottom:53px;
}
.news-press-sec{
	padding-bottom: 65px;
}
.news-press-title h1{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-press-title h1 img{
	    padding-top: 28px;
}
.news-letter-inner{
	text-align:center;
}
.email{
	width:569px;
	height:59px;
	font-size:16px;
	letter-spacing:0.2px;
	color:#6e6e6e;
	padding-left:25px;
	border:none;
	background-color:#f4f4f4;
	font-family:Lato-Regular;
	outline:none;
}
.email::placeholder{
	color:#6e6e6e;
}
.submit{
	width:140px;
	height:59px;
	font-size:16px;
	font-family:Lato-Regular;
	color:#fff;
	background-color:#003c7f;
	border:none;
	letter-spacing:0.3px;
	margin-left: -4px;
}
.news-letter-sec{
	padding:107px 0;
}
.news-letter-title{
	    padding-bottom: 35px;
}
.footer-sec{
	background-color:#000000;
}
.footer-flex{
	display:flex;
	justify-content:space-between;
	    align-items: center;
	    	padding: 73px 0;
}
.footer-logo-adress p{
	color:#cbcbcb;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	font-family:Lato-Light;
	margin:0;	
}
.footer-logo-adress p a{
	color:#cbcbcb;
	text-decoration:none;
}
.footer-nav ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}
.footer-nav ul li a{
	text-decoration:none;
	font-size:18px;
	letter-spacing:0.3px;
	color:#dddddd;
	font-family:Lato-Light;

}
.social-icon-flex ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;	
}
.footer-nav ul li {
    padding-right: 33px;
}
.social-icon-flex ul li{
    padding-right: 13px;
}
.footer-logo{
	margin-bottom: 9px;
}
.footer-sec{

}
.social-icon-flex ul li:last-child{
	padding-right:0;
}
.copy-right p{
		font-family:Lato-Light;
		font-size:14px;
		letter-spacing:0.3px;
		color:#dddddd;
		margin:0;
}
.copy-right p a{
	text-decoration:none;
	color:#dddddd;

}
.copy-right{
	text-align:center;
	padding-bottom:15px;
}
.footer-nav{
	width:50%;
}
.practice-btn:hover
{
	background-color:#04254a;
	color:#fff!important;
}
 .submit:hover{
	background-color:#04254a;
	color:#fff!important;
}

/*.desktop-cl{
	display:block;
}
*/.mobile-cl{
	display:none;
}

.desktop-img{
	display:block;
}
.mobile-img{
	display:none;
}

.news-letter-title h1{
	font-size:36px;
	font-family:Prata-Regular;
	color:#000;	
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../image/close.png)!important;
    width: 17px!important;
    height: 17px!important;
}


.navbar-nav li:nth-child(3){
	padding-right:8px;
}
.top-p{
	padding-top:94px;
}

.copy-right p a:first-child {
    padding-left: 10px;
}


.news-banner-img img{
	width:100%;
	height:400px;
	object-fit:cover;
}
.news-update-flex{
	display:flex;
	flex-flow:wrap;
	/*justify-content:space-between;*/
	    gap: 0 65px;
	    padding-top: 62px;
}
.news-update-item{
	width:30.6%;
	    margin-bottom: 52px;
	background-color:#fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.news-update-inner h1{
	font-family:Prata-Regular;
	color:#000;;
	letter-spacing:0.3px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0;
    font-size:46px;
}
.news-update-inner h1 img{
	    padding-top: 20px;
}
.news-update-inner{
	padding-top:98px;
}
.news-update-sec{
background-color:#f9f9f9;
}

.date-desc p{
font-family:Lato-Regular;
font-size:14px;
letter-spacing:0.3px;	
color:#000;
text-transform:uppercase;
margin:0;
    padding-bottom: 15px;
}
.date-desc p span{
	color:#003c7f;
	text-transform:uppercase;
}
.date-desc h4{
	font-family:Lato-Regular;
	font-size:26px;
	line-height:36px;
	color:#003c7f;
	margin:0;
	    padding-bottom: 19px;
}
.date-desc h6{
font-family:Lato-Light;
font-size:16px;
line-height:28px;
letter-spacing:0.3px;
color:#000;
margin:0;
    padding-bottom: 58px;
}

.view-article{
font-family:Lato-Bold;
text-transform:uppercase;
font-size:16px;
letter-spacing:1px;
color:#003c7f;
text-decoration:none;
}
.news-update-item-part{
	padding-top:49px;
}
.date-desc{
	padding-left:31px;
	    padding-bottom: 53px;
	        padding-right: 50px;
}
.news-update-sec{
	padding-bottom:46px;
}
.news-article-banner-inner p{
	font-family:Lato-Regular;
	margin:0;
	font-size:16px;
	letter-spacing:0.3px;
	color:#fff;
	text-transform:uppercase;
	    padding-bottom: 13px;

}
.news-article-banner-inner h1{
	font-family:Lato-Regular;
	margin:0;
	font-size:46px;
	line-height:48px;
	color:#fff;
}
.news-articles-sec{
	position:relative;
	z-index: -1;
}
.news-article-banner-content{
	position:absolute;
	top:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	left:0;
	right:0;

}
.news-article-banner-inner{
	    max-width: 809px;
    margin: 0 auto;
    text-align: center;
        margin-top: 36px;
}
.news-articles-sec .news-banner-img img{
	height:350px;
}
.news-articles-data p{
font-family:Lato-Light;
font-size:20px;
line-height:34px;
letter-spacing:0.4px;
color:#000;
margin:0;	
padding-bottom: 34px;
text-shadow:0 0 0 #000;

}
.news-article-content-inner{
	max-width:897px;
	margin:0 auto;
	background-color:#fff;
	padding:55px;
	    margin-bottom: 27px;

}
.news-article-content-sec{
	z-index:9999;
	margin-top:-52px;
}
.news-articles-data{
	border-bottom:1px solid #c6c6c6;
	    padding-bottom: 16px;
}
.previous_btn,.next_btn{
	width:182px;
	height:59px;
	display:block;
	font-size:16px;
	color:#fff;
	letter-spacing:0.2px;
	background-color:#003c7f;
	text-decoration:none;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:Lato-Regular;
}
.prev-next-btn{
	display:flex;
	justify-content:space-between;
}
.previous_btn:hover{
	color:#515151;
	background-color:#c6c6c6;
}
.next_btn:hover{
	color:#515151;
	background-color:#c6c6c6;
}
.prev-next-btn{
	margin-top:44px;
}
.news-press-item{
	background-color:#fff;
}


/*16:02*/
.profile-sec{
	background-color:#f9f9f9;
}

.back-to-att{
	font-family:Lato-Regular;
	color:#7b7b7b;
	font-size:16px;
	text-decoration:none;
	display:flex;
	align-items:center;
	/*display:inline-block;*/
	width:196px;
	/*justify-content:center;*/
}
.back-to-att img{
	padding-right:15px;
}
.profile-sec-inner{
	padding-top: 53px;
}
.back-to-attorny{
	padding-bottom:55px;
}
.profile-img{
	width:100%;
}
.profile-img img{
	width:100%;
}
.profile-img-name h4{
font-family:Lato-Bold;
font-size:30px;	
color:#000;
text-transform:uppercase;
margin:0;
    padding-top: 33px;
    padding-bottom: 8px;
}
.profile-img-name h5{
	font-family:Lato-Regular;
	font-size:26px;
	letter-spacing:1.2px;
	color:#003c7f;
	margin:0;
}
.profile-sec-flex{
	display:flex;
	justify-content:space-between;
}
.profile-sec-left{
	width:23.4%;
	/*padding-right: 74px;*/
}
.profile-sec-right{
	width:72%;
}


.profile-sec-right-inner .new-part-info .panel {
    display: none;
}

.profile-sec-right-inner .new-part-info a.accordion:after{
content: '';
    position: absolute;
    right: 0;
  	background-image:url(../image/plus.png);
  	width:14px;
  	height:15px;
  	top:25px;
}
.profile-sec-right-inner .new-part-info a.accordion.active:after{
   
}

.profile-sec-right{
background-color:#fff;
}
.profile-sec-right-inner .accordion{
	position:relative;
	font-family:Lato-Bold;
	font-size:24px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	display: flex;
	    padding: 15px 0;
	

}

.profile-sec-right-inner .accordion-option{
	border-bottom:1px solid #c3c3c3;
}
.profile-sec-right-inner{
	padding:53px;
	    padding-top: 45px;
	border-top:15px solid #003c7f;
	padding-right: 67px;
}
.profile-sec-right{
	margin-top: 79px;
	    box-shadow: 0 1px 9px rgb(57 63 72 / 9%);
}
.profile-sec-right-inner .panel-body p{

	font-family:Lato-Light;
	font-size:18px;
	letter-spacing:0.3px;
	line-height:30px;
	margin:0;
	    padding-bottom: 32px;
	    max-width: 962px;
}
.profile-sec-right-inner .accordion-option:first-child .accordion{
	padding-top:0;
}
.profile-sec-right-inner .panel-body{
	padding-bottom: 18px;
}

.profile-sec-inner{
	margin-bottom:130px;
}
.back-to-att:hover{
	color: #7b7b7b;
}

.profile-sec-right-inner .new-part-info .accordion-option:first-child .accordion:after{
	top:9px;
}

.our-attorneys-title h1{
font-family:Prata-Regular;
font-size:46px;
letter-spacing:0.3px;
color:#000;
display:flex;
justify-content:center;
flex-direction:column;
align-items:center;
padding-bottom: 17px;
margin:0;	
}
.our-attorneys-sec{
	padding-top:95px;
	    padding-bottom: 125px;
}

.our-attorneys-title p{
	font-family:Lato-Light;
	font-size:20px;
	line-height:30px;
	color:#000;
	    max-width: 616px;
	    margin:0 auto;
	    text-align:center;
}
.our-attorneys-title h1 img{
	margin-top:14px;
}
.our-attorneys-flex{
	display:flex;
	gap: 0 20px;
	flex-wrap:wrap;
}
.our-attorneys-img{
	width:100%;
}
.our-attorneys-img img{
	width:100%;
}

.our-attorneys-sec{
background-color:#f9f9f9;
}
.our-attorneys-img-con h4{
font-family:Lato-Regular;
margin:0;
font-size:26px;
letter-spacing:0.3px;
color:#000;	
    padding-bottom: 11px;
}
.our-attorneys-img-con h5{

font-family:Lato-Italic;
font-size:18px;
letter-spacing:1.2px;
color:#003c7f;
/*text-shadow:0 0 0 #003c7f;*/
}
.our-attorneys-img-con{
	padding-left:42px;
	padding-top: 67px;
	padding-bottom: 48px;
}
.our-attorneys-item{
    box-shadow: 0 1px 9px rgb(57 63 72 / 11%);
    width:23.9%;
        border-bottom: 15px solid #003c7f;
}

.our-attorneys-img-con{
	background-color:#fff;
}
.our-attorneys-title{
	padding-bottom: 68px;

}
.practice-area-main-banner{
	padding-top: 96px;
}
.practice-area-main-banner img{
	width: 100%;
	height: 100%;
}
.pa-tabbing-main{
	padding: 100px 0;
}
.pa-main{
	display: flex;
	justify-content: space-between;
}
.pa-heading{
	width: 30%;
}
.pa-heading h5{
	font-size: 26px;
	line-height: 36px;
	font-family:Prata-Regular;
	color: #fff;
	background: #012e80;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.pa-links{
	margin-top: 25px;
}
.pa-links ul{
	padding: 0;
}
.pa-links ul li{
	list-style: none;
}
.pa-links ul li a{
	font-size: 20px;
	line-height: 36px;
	text-decoration: none;
	font-family:Lato-Light;
	color: #000;
}
.pa-links ul li a:active{
	color: #012e80;
}
.pa-right{
	width: 70%;
	padding-left: 212px;
}
.pa-right-heading h5{
	font-size: 46px;
	line-height: 54px;
	letter-spacing: 0.25px;
	font-family:Prata-Regular;
	position: relative;
}
.pa-right-heading h5::before{
	position: absolute;
	content: '';
	height: 1px;
	width: 90px;
	background-color: #012e80;
	left: 0;
	bottom: -20px;
}
.pa-right-info{
	padding-top: 50px;
}
.pa-right-info p{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-family:Lato-Light;
}
.pa-right-services p{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-family:Lato-Light;
}
.pa-right-services ul{
	padding: 0;
}
.pa-right-services ul li{
	list-style: none;
	position: relative;
    padding-left: 20px;
}
.pa-right-services ul li span{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-family:Lato-Light;
	list-style: none;
}
.pa-right-services ul li span:before{
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #012e80;
	left: 0;
	top: 12px;
}

.contact-area-main-banner img{
	height: 100%;
	width: 100%;
}
.contact-main{
	padding: 100px 0;
}
.contact-heading h4{
	font-size: 46px;
	line-height: 54px;
	letter-spacing: 0.25px;
	font-family:Prata-Regular;
	text-align: center;
	position: relative;
}
.contact-heading h4::before{
	position: absolute;
	content: '';
	height: 1px;
	width: 85px;
	background-color: #012e80;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
}
.contact-address{
	padding: 50px 0;
	text-align: center;
}
.contact-address ul{
	padding: 0;
}
.contact-address ul li{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.08px;
	font-family:Lato-Regular;
	list-style: none;
}
.contact-address ul li a{
	text-decoration: none;
	color: #000;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.08px;
	font-family:Lato-Regular;
}
.contact-map{
	text-align: center;
}
.about-us-section{
	padding: 100px 0;
}
.about-heading h5{
	font-size: 46px;
	line-height: 54px;
	letter-spacing: 0.08px;
	font-family:Prata-Regular;
	text-align: center;
	position: relative;
}
.about-heading h5::before{
	position: absolute;
	content: '';
	height: 1px;
	width: 85px;
	background-color: #012e80;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
}
.about-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 78px;
}
.about-left{
	width: 50%;
}
.about-left h6{
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0.08px;
	font-family:Lato-Light;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 561px;
}
.about-left p{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.08px;
	font-family:Lato-Light;
	max-width: 715px;
}
.about-right img{
	width: 100%;
}


/* 20-2-2024 */
.new-header-btn a{
	font-size: 18px;
	color: #fff !important;
	letter-spacing: 0.45px;
	text-transform: capitalize;
	font-family: 'Saans Regular';
	text-decoration: none;
	width: 185px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #9bafbf;
	border-radius: 30px;
	padding-bottom: 4px;
	transition: .5s ease all;
}
.new-proactive-btn a{
	font-size: 18px;
	color: #fff !important;
	letter-spacing: 0.45px;
	text-transform: capitalize;
	font-family: 'SaansTRIAL-Medium';
	text-decoration: none;
	width: 265px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff ;
	border-radius: 30px;
	padding-bottom: 4px;
	transition: .5s ease all;
}
.new-proactive-btn a:hover , .new-header-btn a:hover{
    background-color: #80b7e2;
	border: 1px solid #80b7e2;
}
.new-proactive-btn{
	padding-top: 35px;
}
.proactive-sec.new-proactive-sec {
    background: #04395e;
}
.new-proactive-sec .container_full{
    max-width: 1340px;
}
.new-proactive-sec .proactive-left {
	width: 47%;
}
.new-proactive-sec .proactive-left h3{
	font-size: 66px;
	line-height: 84px;
	color: #fff;
	font-family: 'Merriweather-Regular';
	padding-right: 0;
	letter-spacing: 0;
	margin-top: -15px;
}
.new-proactive-sec .proactive-left h3 span{
	color: #80b7e2;
}
.new-proactive-sec .proactive-right{
	width: 53%;
	padding-left: 100px;
}
.new-proactive-sec .proactive-right p{
	font-family: 'Saans Regular';
	color: #fff;
	line-height: 26px;
}
.new-proactive-sec .proactive-right p+p{
	padding-top: 12px;
}
.practice-area-sec.new-practice-area-sec {
    padding-bottom: 84px;
    padding-top: 100px;
}
.new-practice-area-sec .practice-area-title h3{
	font-family: 'Merriweather-Regular';
	font-size: 44px;
	line-height: 54px;
	color: #30302f;
}
.new-practice-area-sec .practice-area-title h3 img {
    width: 142px;
    height: 7px;
    margin-top: 16px;
}
.new-practice-area-sec .practice-area-flex{
	justify-content: unset;
	margin: 0 -8px;
}
.new-practice-area-sec .practice-area-item{
	width: 33.33%;
	margin-bottom: unset;
	padding: 0 8px;
	padding-bottom: 16px;
}
.new-practice-area-sec .practice-area-inner{
	position: relative;
}
.new-practice-area-sec .practice-area-img {
    overflow: hidden;
}
.new-practice-area-sec .practice-area-img img{
	height: unset;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.new-practice-area-sec .practice-area-inner:hover .practice-area-img img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.new-practice-area-sec .practice-area-img-con{
	text-align: unset;
	position: absolute;
	bottom: 0;
	padding-bottom: 24px;
	padding-left: 35px;
	/* background: linear-gradient(to bottom, #ffffff00 -3%, #0000009e 50%); */
	width: 100%;
}
.new-practice-area-sec .practice-area-img-con h4{
	font-size: 27px;
	line-height: 44px;
	letter-spacing: 2.7px;
	color: #ffffff;
	font-family: 'SaansTRIAL-Light';
	padding-top: 0;
}
.new-practice-area-sec .practice-area-img-con h4 a{
	color: #fff;
	text-decoration: none;
}
.new-home-news-sec{
	padding-bottom: 100px;
}
.new-home-news-sec-part{
	position: relative;
}
.new-home-news-sec-img{
	width: 50%;
}
.new-home-news-sec-img img{
	width: 100%;
}
.new-home-news-sec-info{
	width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.new-home-news-sec-info .container_full{
	max-width: 1675px;
	height: 100%;
    display: flex;
    justify-content: flex-end;
}
.new-home-news-sec-content{
	height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 85px;
}
.new-home-news-sec-title h3{
	font-size: 44px;
	line-height: 54px;
	color: #30302f;
	font-family: 'Merriweather-Regular';
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	margin-bottom: 0;
}
.new-home-news-sec-title h3 img{
	margin-top: 16px;
}
.new-home-news-sec-content-block span{
	font-size: 14px;
	line-height: 30px;
	color: #30302f;
	letter-spacing: 0.35px;
	font-family: 'SaansTRIAL-Light';
}
.new-home-news-sec-content-block h4{
	font-size: 28px;
	line-height: 36px;
	font-family: 'SaansTRIAL-Light';
	max-width: 500px;
	margin-bottom: 0;
    padding-bottom: 13px;
}
.new-home-news-sec-content-block h4 a{
	color: #04395e;
	text-decoration: none;
}
.new-home-news-sec-content-block p{
	font-size: 16px;
	line-height: 24px;
	color: #30302f;
	letter-spacing: 0.4px;
	font-family: 'SaansTRIAL-Light';
	margin-bottom: 0;
	max-width: 600px;
}
.new-home-news-sec-content-block {
    padding-bottom: 23px;
    border-bottom: 1px solid #d5d5d5;
	max-width: 714px;
}
.new-home-news-sec-content-block+.new-home-news-sec-content-block{
	padding-top: 29px;
}
.new-home-news-sec-title {
    padding-bottom: 38px;
}
.new-home-news-sec-content-block:last-child{
	border-bottom: unset;
	padding-bottom: 0;
}
.new-newsletter-sec{
	background-color: #e7f2fa;
	padding-top: 90px;
	padding-bottom: 98px;
}
.new-newsletter-sec .container_full{
	max-width: 1345px;
	margin: 0 auto;
}
.new-news-letter-flex{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.new-news-letter-left{
	width: 38%;
}
.new-news-letter-left h3{
	font-size: 36px;
	color: #000000;
	font-family: 'Merriweather-Regular';
	margin-bottom: 0;
	padding-bottom: 4px;
}
.new-news-letter-left p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #30302f;
	font-family: 'SaansTRIAL-Light';
	margin-bottom: 0;
}
.new-news-letter-right{
	width: 62%;
	padding-left: 116px;
}
.new-news-letter-right-flex {
    display: flex;
    flex-wrap: wrap;
}
.new-news-letter-right-input{
	width: 80%;
}
.new-news-letter-right-input input{
	height: 60px;
	width: 100%;
	border: 1px solid #dbdbdb;
	font-family: 'SaansTRIAL-Light';
	font-size: 16px;
	padding-left: 20px;
}
.new-news-letter-right-input input::placeholder{
	color: #6e6e6e;
}
.new-news-letter-right-input input:focus{
	outline: 0;
}
.new-news-letter-right-submit{
	width: 20%;
	padding-left: 10px;
}
.new-news-letter-right-submit input{
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 60px;
	background: #04395e;
	border: 1px solid #04395e;
	font-family: 'SaansTRIAL-Light';
}
.new-footer-sec {
    background: #04395e;
	padding: 80px 0;
}
.new-footer-sec .container_full{
	max-width: 1605px;
}
.new-footer-flex {
    display: flex;
    justify-content: space-between;
}
.new-footer-block p{
	font-size: 12px;
	letter-spacing: 0.06px;
	color: #ffffff;
	font-family: 'SaansTRIAL-Light';
	padding-top: 12px;
	margin-bottom: 0;
}
.new-footer-block p a{
	color: #ffffff;
	text-decoration: none;
}
.new-footer-block h6{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08px;
	color: #ffffff;
	font-family: 'SaansTRIAL-Medium';
	margin-bottom: 0;
	padding-bottom: 14px;
}
.new-footer-block span , .new-footer-block ul li , .new-footer-block ul li a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08px;
	color: #ffffff;
	font-family: 'SaansTRIAL-Light';
	margin-bottom: 0;
}
.new-footer-block ul{
	margin-bottom: 0;
	padding-left: 0;
}
.new-footer-block ul li{
	list-style: none;
}
.new-footer-block ul li a{
	text-decoration: none;
}
.mobile-privacy{
	display: none;
}
.new-header-btn.new-mobile-header-btn {
    display: none;
}