
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,800');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');*/

@import url('https://fonts.googleapis.com/css?family=Playfair Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');


/*@font-face {
    font-family: 'Cinzel', serif;
	src: url("../fonts/cinzel-regular-webfont.woff2") format('woff2'),
		 url("../fonts/cinzel-regular-webfont.woff") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel', serif;
    src: url("../fonts/cinzel-bold-webfont.woff2") format('woff2'),
         url("../fonts/cinzel-bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel', serif;
    src: url("../fonts/cinzel-black-webfont.woff2") format('woff2'),
         url("../fonts/cinzel-black-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}*/


/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

/*------Normal Text------- */
/*
font-family: 'Playfair Display', serif;
*/

/*------Heading Text------- */
/*
font-family: 'Cinzel', serif;
*/

/*-----------------------*/

html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Playfair Display', serif;
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	background:#22346e;
}
p{
	font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    text-align: justify;
}
h4,h1, a.headerTextLink {
    /*font-family: 'Roboto Slab', serif;*/
	font-family: 'Cinzel', serif;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: block;	
}
a.headerTextLink:hover{
	color:#000000;
}

a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:focus,a:hover {
  outline:none;
  outline-offset:0;
  text-decoration:none;
}
ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.center-block{
	display:block;
	margin:0px auto;
}
.uppercase{
	text-transform:uppercase !important;
}
.txtBold{
	font-weight: 700 !important;
}

.container {
  width: 90%;
}
.half{
  width: 50%;
  float: left;
}

.modal{
    z-index: 999999;	
}
a.readmore{
    display: inline-block;
    padding: 0px 6px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #22346e;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 24px;
    background: #e6e6e6;;	
}
a.readmore:hover{
	color:#fff;
	background:#000000;
}

/*---------------*/

nav.TopMenu{
  width: 100%;
  float: left;
  background: #22346e;
  padding: 0;
}
#NavMenu ul{
    background: #22346e;	
}
.logoArea{
  width: 100%;
  float: left;
  background: #22346e;  
}
.logoArea a{
  display: block;
  width: 100%;
  float: left;
padding: 10px 15px;
}
.logoArea a img{
	max-width:400px;
}
.logoArea a span.logoThumbs{
	float:left;
}
.logoArea a span.subTitile{
font-family: 'Cinzel', serif;
    padding: 0px;
    margin: 60px 0 0 20px;
    /* font-size: 14px; */
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    text-align: center;
    line-height: 22px;
    color: #22346e;
}

#NavMenu .over {
  color: #FFF;
  background-color: rgba(0,0,0,0.3);
}
#NavMenu a:hover {
  text-decoration: none;
}
#NavMenu .dropdown {
    /* border: none; */
    border-top: none;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.3);
}
#NavMenu .top-heading{
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#NavMenu h3 {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #bcbdbf;
}
#NavMenu .dropdown a {
    font-family: 'Cinzel', serif;
    color: #000;
    line-height: 36px;
    text-decoration: none;
    transition: color 0.4s;
    padding: 6px 0;
    display: block;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: 0.2px;
}
#NavMenu .dropdown a:hover, #NavMenu .dropdown a:focus {
  text-decoration: none;
  color: #374f9b;
}



/**--------------*/

.bannerArea{
  width: 100%;
  float: left;
}
.bannerArea ul li{
  width: 25%;
  float: left;
}
/* .bannerArea ul li a{
  display: block;
  height: calc(100vh - 169px);
  position: relative;
}
.bannerArea ul li a span{
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
}
.bannerArea ul li a span p{
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  line-height: 24px;
}
.bannerArea ul li a{
  background-position: 50% 50%;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-position .6s ease;
  -moz-transition: background-position .6s ease;
  -ms-transition: background-position .6s ease;
  -o-transition: background-position .6s ease;
  transition: background-position .6s ease;
}
.bannerArea ul li.banner1 a{
  background-image: url("../img/banner_img_1.jpg");
}
.bannerArea ul li.banner2 a{
  background-image: url("../img/banner_img_2.jpg");
}
.bannerArea ul li.banner3 a{
  background-image: url("../img/banner_img_3.jpg");
}
.bannerArea ul li.banner4 a{
  background-image: url("../img/banner_img_4.jpg");
}

.bannerArea ul li a:hover{
  -webkit-transition: background-position .6s ease;
  -moz-transition: background-position .6s ease;
  -ms-transition: background-position .6s ease;
  -o-transition: background-position .6s ease;
  transition: background-position .6s ease;

  background-position: 100% 100%;
} */

.bannerArea ul li a{
  display: block;
  position: relative;
  overflow: hidden;
}
.bannerArea ul li a span{
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 10px 15px 20px;
  z-index: 10;
  margin-bottom: 20px;
}
.bannerArea ul li a span::after{
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.bannerArea ul li a span::before{
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/right-arrow.svg) no-repeat;
  position: absolute;
  right: 20px;
  bottom: 0;
  background-size: 40px;
  opacity: 0.2;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.bannerArea ul li a:hover span::before{
  opacity: 0.5;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.bannerArea ul li a span p{
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0px;
  line-height: 28px;
  color:#fff;
}

.bannerArea ul li a::after{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bannerArea ul li a img{
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;

  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.bannerArea ul li a:hover img{
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*--------------- */

footer{
  width: 100%;
  float: left;
  background: #22346e;
  padding: 20px 0 10px;
}
footer .topSection,
footer .bottomSection{
  width: 100%;
  float: left;
}
footer .topSection p{
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
ul.termsCondLink{
  width: 100%;
  float: left;
  text-align: right;
}
ul.termsCondLink li{
  display: inline-block;
}
ul.termsCondLink li a{
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0px;
  padding: 0px 10px; 
}
ul.termsCondLink li:last-child a{
  padding: 0px 0px 0 10px; 
}

footer .bottomSection {
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottomSection p{
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px; 
}
footer .bottomSection p a{
	color: #fff;
}
footer .bottomSection p a:hover{
	color: #a8b4da;
}

#NavMenu .serviceDropdown .column {
    padding: 0 30px 0 0;
}

/**------------- Disclaimer -----------*/

.disclaimerModal .modal-content{
    border-radius: 0px;
    border: 10px solid rgba(255,255,255,0.2);
}
.disclaimerModal .modal-title {
text-transform: uppercase;
    color: #22346e;
    float: left;
    line-height: 38px;
    font-weight: 800;
    font-size: 20px;
}
.disclaimerModal .close {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    position: absolute;
    right: -20px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #22346e;
    border-radius: 100px;
    /* border: 1px solid #000; */
    box-shadow: none;
	outline:none;
}
.disclaimerModal .modal-body {
    position: relative;
    padding: 25px 30px;
	
	max-height: 500px;
  	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
}
.disclaimerModal .modal-header {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.disclaimerModal .modal-header .topButtonArea{
	float:right;
}

a.disclaimerAgreeBtn{
	font-family: 'Cinzel', serif;
	color:#fff;
	background:#22346e;
	border:1px solid #22346e;
	padding:8px 20px;
	border-radius:0px;
}
a.disclaimerAgreeBtn:hover{
	background:#000000;
	color:#fff;
}
a.disclaimerBtnDefault{
    font-family: 'Cinzel', serif;
    background: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    border: 1px solid #bdbdbd;
    color: #9e9e9e;
}
a.disclaimerBtnDefault:hover{
    border: 1px solid #545454;
	color: #545454;	
}

/*-----------*/

.bodyContentArea,
.homeServicesSection{
	width:100%;
	float:left;
}
.homeServicesSection{
	padding:30px 0;
	position:relative;	
}
.homeServicesSection::after{
	content:"";
	width:100%;
	float:left;
	height:100%;
    background: rgba(255, 255, 255, 0.9);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.homeServicesSection .container{
	position:relative;
	z-index:1;	
}
.homeServicesSection.serviceBg1{
	background:url(../img/home_servicesBg_1.jpg) 50% 50% no-repeat;
	background-size:cover;
	/*  -webkit-filter: grayscale(1);
	  filter: grayscale(1);*/
}
.homeServicesSection.serviceBg2{
	background:url(../img/home_servicesBg_2.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.homeServicesSection.serviceBg3{
	background:url(../img/home_servicesBg_3.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.homeServicesSection.serviceBg4{
	background:url(../img/home_servicesBg_4.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.homeServicesSection.servicePageBg{
	background:url(../img/serviceBg.jpg) 50% 50% no-repeat;
	background-size:cover;	
}

.headerSection{
	width:100%;
	float:left;
}
.headerSection h4{
   	font-family: 'Cinzel', serif;
	/*font-family: 'Playfair Display', serif;*/
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    padding: 0 0 10px 0px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
	position:relative;
}
.headerSection h4::after{
    content: "";
    width: 20px;
    height: 3px;
    float: left;
    background: #22346e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.serviceContentArea{
	width:100%;
	float:left;
	padding: 0;
}

/*-------- accordion ----------*/

.accordionjs{
	margin-bottom:0px;
	margin-top:0px;
}
.accordionjs .acc_section:first-of-type, .accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordionjs .acc_section:last-of-type, .accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordionjs .acc_section.acc_active > .acc_head {
    background: #fff;
    border-bottom: none;
}
.accordionjs .acc_section .acc_content {
    padding: 20px;
    background: #fff;
}
.accordionjs .acc_section {
    border: none;
    position: relative;
    z-index: 10;
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordionjs .acc_section .acc_head{
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    color: #22346e;
    line-height: normal;
    padding: 20px;
    margin: 0 0 0px 0;
    border-left: 4px solid #03A9F4;
    text-transform: uppercase;
	text-decoration:none;
	display:block;
}
.accordionjs .acc_section .acc_head:hover,
.accordionjs .acc_section.acc_active .acc_head{
    color: #03A9F4;
}
.contentInner{
	width:100%;
	float:left;
    padding: 20px;
	background:#fff;
}
.contentInner p{
	
}

#NavMenu a, #NavMenu a:link, #NavMenu a:hover {
    color: inherit;
    outline: none;
}

/*--------------*/

.pageDescriptionArea{
	width:100%;
	float:left;
	padding:20px 0 50px;
	background: #f1f2f3;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    float: left;
}
.breadcrumb li{
	float:left;
}
.breadcrumb li a,.breadcrumb li span{
    display: block;
    padding: 0px 6px;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-transform: uppercase;
}
.breadcrumb li a:hover{
	background:#000000;
	color:#fff;
}
.breadcrumb li span{
	color: #828282;
}
.pageHeader{
	width:100%;
	/*float:left;*/
	margin-bottom:20px;
}
.pageHeader h4,
.subTitle h4{
    font-family: 'Cinzel', serif;
    padding: 0px 0 10px 0;
    margin: 0px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #000000;
    position: relative;
}

.careerPageSection .contactForm {min-height: 450px;}

.carrier h4{
font-family: 'Cinzel', serif;
padding: 0px 0 10px 0;
margin: 0px 0 0 0;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
line-height: 32px;
color: #000000;
position: relative;
}

.carrier h4::after{
content: "";
width: 30px;
height: 4px;
float: left;
background: #22346e;
position: absolute;
left: 0;
bottom: 0;
}


.pageHeader h4::after{
    content: "";
    width: 30px;
    height: 4px;
    float: left;
    background: #22346e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subTitle h4{
    padding: 10px 0;
    margin: 0px 0 0 0;
    font-size: 22px;
    font-weight: 600;
	text-transform:none;
    line-height: 26px;	
}
.pageContent{
	width:100%;
	float:left;
	padding:20px 0;
}
.pageContent.contactPage{
	padding:0px;
}
ul.listItem{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
ul.listItem li{
	width:100%;
	float:left;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin-bottom: 15px;
    padding: 0px 0 0 30px;
	position:relative;
	text-align: justify;
}
ul.listItem li i{
    font-size: 14px;
    color: #6b6b6b;
    position: absolute;
    left: 0;
    top: 5px;
}
ul.listItem li i.pawnIcon{
    width: 15px;
    height: 20px;
	float:left;
	background:url(../img/pawn_icon.png) 50% 50% no-repeat;
}


/*------------*/
.serviceList li{
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
.serviceList li a{
	font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    padding: 18px 50px 18px 18px;
    margin: 0 0 0px 0;
    /* border-left: 4px solid #03A9F4; */
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position:relative;
}
.serviceList li a:hover{
	color:#22346e;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.serviceList li a span{
    width: 25px;
    height: 25px;
    background: #22346e;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.serviceDescSection{
	width:100%;
	float:left;
    padding: 50px 0 20px;
}

a.ScrollTop {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    bottom: 12%;
    right: 5%;
    background: #22346e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999999;
}
a.ScrollTop:hover{
    background: #000000;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);	
}

/*-------------*/

.peoplePageSection{
	width:100%;
	float:left;
}
.peoplePageSection .authorDescription{
	width:80%;
	float:left;
	padding-right:30px;
}
.peoplePageSection .twitterSection{
	width:20%;
	float:left;
}
.authorDescription .profileArea,
.LawyersProfileSection .profileArea{
    width: 30%;
    float: left;
}
.authorDescription .descriptionArea,
.LawyersProfileSection .descriptionArea{
	width:70%;
	float:left;
	padding-left:30px;
}
.profileArea .displayPic{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
.profileArea .displayPic img{
	border-radius:100%;
}
.profileArea .titleAre{
	width:100%;
	float:left;
	text-align:center;
}
.profileArea .titleAre h4,
.profileArea .titleAre p{
	margin:0 0 0px 0;
    text-align: center;	
}
.profileArea .titleAre a{
    display: block;
    color: #22346e;
    padding: 8px 0 0px 0;
    font-weight: 700;
}
.profileArea .titleAre a:hover{
	color:#000000;	
}
.profileArea .socialLink{
	width:100%;
	float:left;
	padding:10px 0 0 0;
	text-align:center;
}
.profileArea .socialLink ul li{
	display:inline-block;
}
.profileArea .socialLink ul li a{
	display:block;
	padding:10px;
}
.profileArea .socialLink ul li a img{
	height:30px;
}

.twitterSection .headerTextArea{
	width:100%;
	float:left;
    background: #22346e;
	padding:10px 20px;
}
.twitterSection .headerTextArea h4{
	color:#fff;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	font-size: 14px;
}
.twitterSection .twitterFields{
	width:100%;
	float:left;
	padding:20px 0;
}

.contactLinks{
	width:100%;
	float:left;
	padding:0px 0;
}
.contactLinks a{
    display: inline-block;
    color: #22346e;
    padding: 0 15px 0 0;
}
.contactLinks a img{
    height: 30px;	
}
.contactLinks a i{
	margin-right:5px;
}
.contactLinks a:hover{
	color:#000000;
}

.blogArea{
	width:100%;
	float:left;
	padding:20px 0;
}
.blogArea .bannerArea{
	width:100%;
	float:left;
	position:relative;
	margin:0 0 0px 0;
}
.blogArea .bannerArea .BlogTitleArea{
	position:absolute;
	width:100%;
	float:left;
	left:0;
	bottom:0;
	padding:20px;
	background:rgba(0,0,0,0.65);
	text-align:center;
	z-index:1;
}
.blogArea .bannerArea .BlogTitleArea h4,
.blogArea .bannerArea .BlogTitleArea p{
	color:#fff;
    text-align: center;	
}

.blogArea .bannerArea .BlogTitleArea h4{
    font-family: 'Cinzel', serif;
    padding: 0px 0 10px 0;
    margin: 0px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
}

.blogBody{
	width:100%;
	float:left;
	padding:30px 0 ;
}

.communitySection{
	width:100%;
	float:left;
	margin:0 0 30px 0;
}

.contactList{
	width:100%;
	float:left;
}
.contactList ul li{
    width: 100%;
	margin: 0 2% 20px 0;
}
.contactList ul li a{
    display: block;
    padding: 10px 15px 5px;
    background: #ffffff;
    color: #000000;
    vertical-align: top;
    font-weight: 700;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);	
    text-align: center;
}
.contactList ul li a:hover{
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
.contactList ul li a i{
	display: inline-block;
    margin: 0 6px 0 0;
}
.contactList ul li a span{
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.contactList ul li a i img{
	width:30px;
}

.gmapArea{
	width:100%;
	float:left;
	margin:0 0 0px 0;
}

.LawyersProfileSection{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

#NavMenu ul,nav.TopMenu {
	background: #111111;
}

.careerPageSection{
	width:100%;
	float:left;
    min-height: 55vh;
}

.footerSocialLink{
	width:100%;
	float:left;
	text-align:right;
}
.footerSocialLink li{
	display:inline-block;
}
.footerSocialLink li a {
display: block;
padding: 0 10px;
}
.footerSocialLink li a img{
height:30px;
}

.formsocial .footerSocialLink li a img{
height:37px;
}

.formsocial {
float: left;
width: 100%;
margin: 0px 0 18px;
padding: 6px 15px 5px;
background: #ffffff;
border-radius: 100px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
text-align: center;
}
.formsocial .footerSocialLink {
width: 100%;
float: left;
text-align: center;
}

.hiddenBlogSection{
	width:100%;
	float:left;
	display:none;
}
h4.subHeading{
    border-bottom: 1px solid #dadada;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*--------*/

.innerpageBanner{
    width: 100%;
    float: left;
    height: 200px;
    margin: 0;
    position: relative;
}
.innerpageBanner::after{
	content:"";
	width:100%;
	float:left;
	height:100%;
    background: rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.innerpageBanner.bannerImageDefault{
	background:url(../img/innerpagebanner_default.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner.bannerImageContact{
	background:url(../img/innerpagebanner_contact.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner.bannerImageServices{
	background:url(../img/innerpagebanner_service_2.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner.bannerImageCommunity{
	background:url(../img/innerpagebanner_services.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner.bannerImageLaw{
	background:url(../img/innerpagebanner_law.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner.bannerImageKBD{
	background:url(../img/innerpagebanner_kbd.jpg) 50% 50% no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.innerpageBanner .HeaderTextArea{
	width:90%;
	display:block;
	margin:0px auto;
	position:relative;
	z-index:10;
	padding:0 15px;
}
.innerpageBanner .HeaderTextArea h1{
    font-size: 40px;
    color: #fff;
    margin: 100px 0 0 0;
    text-transform: uppercase;
}
.innerpageBanner.homeServicePageHeader .HeaderTextArea h1{
font-size: 30px;
    color: #fff;
    margin: 6% 0 0 0;
    line-height: normal;
}

.officeAddressArea{
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding: 20px;
    background: #fff;
    min-height: 198px;
}
.officeAddressArea h4{
	margin:0 0 15px 0;
}
.contactForm{
	width:100%;
	float:left;
	padding:20px;
	background:#fff;
	min-height: 400px;
}
.contactForm h4{
	margin:0 0 10px 0;
}


/*--------- Form Alerts ----------- */
   
.alert {
  margin-bottom:9px;
  padding:20px 40px 20px 20px;
  color:#789ab9;
  background:#e4f2ff;
  border-radius:0px;
  border:0px !important;
  text-shadow:none !important;
}
  
.alert-error {
  color:#fff;
  background:#ff5a5a;
}

.alert-info {
  color:#7f7e00;
  background:#dfde88;
}

.alert-success {
  color:#fff;
  background:#6ac663;
}
.error {
  display: none;
    color: #F44336;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

#ajaxsuccess {
  width: 100%;
  display: none;
  clear:both;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding:5px 15px;
  color:#fff;
  background: #CDDC39; 
}


/****************************************/

label {
margin-bottom: 5px;
font-weight: 600;
font-size: 13px;
color: #555;
font-weight: normal;
}
.form-control {
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline:none;
}
textarea.form-control {
    height: 45px;
}
.contactForm.carrier .form-group {margin-bottom: 10px;}
.contactForm.carrier textarea.form-control {height: 40px;}

.submitBtn{
font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
    background: #22346e;
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: none;	
}
.submitBtn:hover,.submitBtn:visited,.submitBtn:focus{
	background:#000000;
	color:#fff;
	outline:none;
}
/* ----------------- Gallery Page Css ------------------------ */

.gallery {margin: 20px 0;}
.gallery img {width: 100%;height: auto;}
.gallery .col-md-4 {margin-bottom: 20px;}
.gallery a {display: block;}

ul.listItemone li {
width: 100%;
float: left;
font-family: 'Playfair Display', serif;
font-size: 14px;
color: #000000;
font-weight: 500;
letter-spacing: 0.2px;
line-height: 20px;
margin-bottom: 15px;
padding: 0px 0 0 20px;
position: relative;
}
ul.listItemone li i{
    font-size: 14px;
    color: #6b6b6b;
    position: absolute;
    left: 0;
    top: 5px;
}
ul.listItemone li i.pawnIcon{
    width: 15px;
    height: 20px;
	float:left;
	background:url(../img/pawn_icon.png) 50% 50% no-repeat;
}
.left-sec {margin-top: 30px;}
.disclaimer {margin-top: 30px;}

.displayPic img {
filter: grayscale(100%); /* By default black & white */
transition: filter 0.3s ease; /* Smooth transition */
}
.displayPic img:hover {
filter: grayscale(0%); /* Hover par asli color dikhai de */
}


/* carousel css start */


.owl-nav {
text-align: center;
font-size: 50px;
display: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block;
}
button.owl-prev{
position: relative;
bottom: 121px;
left: 360px;
}
button.owl-next{
position: relative;
bottom: 121px;
right: 360px;
}

/* carousel css end */

.profileArea .displayPic img {width: 75%;}
.boxarea {
width: 100%;
float: left;
min-height: 250px;
}
.boxarea img {width: 100%;}

/*.download-btn {
    background-color: #22346e;
    font-family: 'Cinzel', serif;
    font-weight:600;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 0 5px #444;
    transition: all 0.3s ease;
    display: table;
}
.download-btn a {color: #fff;}

 .download-btn:hover {
	 box-shadow: 0 0 30px grey;
	 padding: 18px 30px;
	 font-size: 1.4em;
}
*/


.pageHeader.recognize {
    margin-top: 20px;
}

.download-btn-new {
position: relative;
display: inline-flex;
align-items: center;
padding: 10px 11px;
font-weight: bold;
font-size: 16px;
font-family: 'Cinzel', serif;
color: #2e1a3c;
text-decoration: none;
border: 2px solid #22346e;
overflow: hidden;
z-index: 1;
background-color: transparent;
transition: color 0.3s ease;
margin-bottom: 15px;
}

.download-btn-new::after {
content: '';
position: absolute;
top: 6px;
left: 6px;
width: 100%;
height: 100%;
z-index: -2;
}

.download-btn-new::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: #22346e; /* light pink highlight */
transition: left 0.4s ease;
z-index: -1;
}

.download-btn-new:hover::before {
left: 0;
}

.download-btn-new:hover {
  color: #ffffff; /* White text on hover */
}
.download-btn-new svg {
  margin-left: 12px;
}

.download-btn-new svg path,
.download-btn-new svg polyline,
.download-btn-new svg line {
stroke: #22346e;
fill: #22346e;
transition: stroke 0.3s, fill 0.3s;
}

.download-btn-new:hover svg path,
.download-btn-new:hover svg polyline,
.download-btn-new:hover svg line {
stroke: #ffffff;
fill: #ffffff;
}

.award-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.award-content h2 {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}
.award-pic img {
    width: 100%;
}
.awd-sec {
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.commentaries_box {
    width: 30%;
    margin: 15px 8px;
    border-radius: 5px;
    text-align: center;
}
.mrgn_top {
    margin-top: 60px;
}
.commentaries_box .date {
    color: #22346e;
    font-size: 16px;
    font-family: sans-serif;
    font-style: italic;
}
.commentaries_box h2 {
    font-size: 14px;
    margin: 10px 0 15px;
    font-weight: 500;
    color: #404040;
    line-height: 19px;
    text-align: center;
}
/*.commentaries_box a {*/
/*    border: 1px solid #22346e;*/
/*    padding: 5px 10px;*/
/*    display: table;*/
/*    border-radius: 1px;*/
/*    color: #22346e;*/
/*}*/
.commentaries_box img {
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 3px;
    /*min-height: 325px;*/
}
.align {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/*Carousel Gallery*/
.carousel-gallery {
	 padding: 0px;
}
 .carousel-gallery .swiper-slide a {
	 display: block;
	 width: 100%;
	 height: 240px;
	 border-radius: 4px;
	 overflow: hidden;
	 position: relative;
	 /*-webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);*/
	 /*-moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);*/
	 /*box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);*/
}
 .carousel-gallery.meedia .swiper-slide a{
     height:auto;
 }

 .carousel-gallery .swiper-slide a:hover .image .overlay {
	 opacity: 1;
}
 .carousel-gallery .swiper-slide a .image {
	 width: 100%;
	 height: 100%;
	 background-size: cover;
	 background-position: center center;
}
 .carousel-gallery .swiper-slide a .image .overlay {
	 width: 100%;
	 height: 100%;
	 background-color: rgba(20, 20, 20, .8);
	 text-align: center;
	 opacity: 0;
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .carousel-gallery .swiper-slide a .image .overlay em {
	 color: #fff;
	 font-size: 26px;
	 position: relative;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	 display: inline-block;
}
 .carousel-gallery .swiper-pagination {
	 position: relative;
	 bottom: auto;
	 text-align: center;
	 margin-top: 25px;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
	 opacity: 0.7;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	 background-color: #d63031;
	 transform: scale(1.1, 1.1);
}
/*# Carousel Gallery*/
.media-coverage .swiper-slide a {
	 display: block;
	 width: 100%;
	 height: auto;
	 border-radius: 4px;
	 overflow: hidden;
	 position: relative;
	 -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
	 -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
	 box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}
.media-coverage .image.blog_img img {
    width: 262px;
    height: auto;
}
.center {
    margin: 40px auto 25px;
    width: 64%;
}
.center h1 {
     font-family: 'Cinzel', serif;
    padding: 0px 0 10px 0;
    margin: 0px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #000000;
    text-align:center;
}
.center p{text-align:center;}
.heading_center{text-align:center;}
.swiper-slide h3 {
     font-family: 'Cinzel', serif;
    padding: 0px 0 10px 0;
    margin: 0px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin: 14px 0 5px;
}
.swiper-slide p{text-align:center;}
.video_center iframe {
    margin: 20px auto 0;
    display: block;
}
#secondary label.wp-block-search__label {
    font-size: 20px;
    color: #22346e;
}
#secondary input#wp-block-search__input-1 {
    border: 1px solid #ccc;
    padding: 7px;
    font-weight: normal;
    font-size: 15px;
}
#secondary button.wp-block-search__button.wp-element-button {
    background: #22346e !important;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
}
#secondary ul.wp-block-categories-list a {
    color: #404040;
    line-height: 30px;
    font-size: 14px;
}
.mrgn_tb{margin:50px 0 30px 0;}
.mrgn_top{margin-top:20px;}
.image.blog_img img {
    width: 247px;
    height: auto;
}

@media screen and (max-width:640px){
    .commentaries_box {
    width: 37%;
    margin: 20px;
    text-align: left;
}
    .align {
    justify-content: flex-start;
}

.commentaries_box img {
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 3px;
    min-height: auto !important;
}
}

.youtube-gallery .image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px; /* optional */
}

.youtube-gallery .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.image.blog_img img {
/*width:343px;*/
/*min-height: 240px;*/
/*object-fit: cover;*/
    width: 100% !important;
    height: 240px;
    object-fit: fill;
    display: block;
}

/*.image.blog_img img {*/
/*    height: 194px;*/
    
/*}*/
.carousel-gallery {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-gallery .swiper-container {
  flex: 1;
}

.carousel-gallery .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.swiper-button-next, .swiper-button-prev {
    margin-top:0px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:0 !important;
}
.carousel-gallery .swiper-button-next {
      position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
     display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
    width: 30px;
  height: 30px;
  right:0;
}

.carousel-gallery  i{
    font-size: 20px;
}
.carousel-gallery.meedia {
    position: relative;
}
.carousel-gallery .swiper-button-prevss,
.carousel-gallery .swiper-button-nextss {
  position: relative; /* Not absolute since they're outside */
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.carousel-gallery .swiper-button-prevss {
  margin-right: 15px;
}

.carousel-gallery.meedia .swiper-button-nextss {
  margin-left: 15px;
}


.carousel-gallery.meedia .swiper-button-prevss {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}


.carousel-gallery.meedia .swiper-button-nextss {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    right: 0;
}
.youtube-gallery {
  position: relative;
  display: flex;
  align-items: center;
}
.youtube-gallery .swiper-button-prevs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height:30px;
    width:30px;
}
.youtube-gallery .swiper-button-nexts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #22346e !important;
    color: #fff !important;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height:30px;
    width:30px;
}
.youtube-gallery .swiper-container {
  flex: 1;
}

.youtube-gallery .swiper-button-prevs {
  margin-right: 15px;
}

.youtube-gallery .swiper-button-nexts {
  margin-left: 15px;
}
.youtube-gallery  i{
    font-size: 20px;
}
@media only screen and (min-width:3900px){
    .image.blog_img img {
    width: 100%;
}
.carousel-gallery .swiper-slide a ,.image.blog_img img {
    height: 800px;
}
}
@media only screen and (max-width:3900px) and (min-width:2000px){
.image.blog_img img {
    width: 100%;
}
.youtube-gallery .image {
    width: 96%;
}
.carousel-gallery .swiper-slide a {
    width: 95%;
    height: 500px;
}
.image.blog_img img{
     height: 500px;
}
.carousel-gallery .swiper-button-next { 
    right: 20px; 
}
.youtube-gallery .swiper-button-nexts { 
    right: 23px; 
}
.carousel-gallery.meedia .swiper-button-nextss { 
    right: 23px; 
}
.carousel-gallery  i, .youtube-gallery i {
    font-size: 24px;
}
.carousel-gallery .swiper-button-prev, .carousel-gallery .swiper-button-next,.youtube-gallery .swiper-button-prevs, .youtube-gallery .swiper-button-nexts, .carousel-gallery .swiper-button-prevss, .carousel-gallery .swiper-button-nextss {
    width: 35px;
    height: 35px;
}
}
@media only screen and (max-width:2000px) and (min-width:1650px){
    .image.blog_img img {
    width: 415px;
}
.carousel-gallery .swiper-slide a {
    height: 325px;
}
}
/*@media only screen and (max-width:1501px){*/
/*    .image.blog_img img {*/
/*    width: 315px;*/
/*}*/
/*}*/
/*@media only screen and (max-width:1401px){*/
/*    .image.blog_img img {*/
/*    width: 292px;*/
/*}*/
/*}*/
@media only screen and (max-width:1280px){
    .image.blog_img img {
    width: 262px;
  height: 240px;
}
}
@media only screen and (max-width:1200px){
    .image.blog_img img {
    width: 247px;
}
}
@media only screen and (max-width:1024px){
     .image.blog_img img {
    width: 207px;
     }
}
@media only screen and (max-width:940px){
    .image.blog_img img {
    width: 189px;
}
}
@media only screen and (max-width:850px){
    .image.blog_img img {
    width: 156px;
}
}
@media only screen and (max-width:768px){
.image.blog_img img {
    width: 100%;
    height:240px;
 
}
}