@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif; */

html, body{
	height:100%;
	overflow-x: hidden;
}
body{
	font-family: "Roboto", serif;
	/*color: #515151;*/
	color: #6f6f6f;
	background:#ffffff;
	font-size:16px;
	position: relative;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", serif;
	font-weight: 600;
	color: #494949;
	margin-top:0; 
	margin-bottom: 15px;
}
h1{
	
}
h2{
	font-size:30px;
	line-height:30px;
	font-weight:500;
}
h3{
	
}
h4{
	font-size:20px;
	font-weight: 500;
}
a{
	text-decoration:none;	
	color: #515151;
}
a, .btn, span, div, img, .navbar-toggler{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ts-18{
	font-size: 18px;
	line-height: 28px;
}
.ts-20{
	font-size: 20px;
	line-height: 30px;
}
.txt-orange{
	color:#d4ac5f;
}
.header{
	position:relative;
	z-index: 9;
}
.hdr-top{
	background: rgba(0, 0, 0, 0.6);
	padding: 16px 0;
	color: #a8a8a8;
}
/*.hdr-top .fa{
	color: #d4ac5f;
	font-size: 22px;
	margin-right: 8px;
}*/
.hdr-top .address{
	padding-left: 25px;
	position: relative;
	display: inline-block;
}

.hdr-top .address.icon::before {
  color: #d4ac5f;
  font: normal 22px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.hdr-top .address.phone::before {
  content: "\f095";
}
.hdr-top .address.map::before {
  content: "\f041";
}

.navcustom {
	margin-top:25px;
}
.navcustom .navbar-brand{
	max-width: 350px;	
	padding: 0;
}
.navcustom .navbar-brand .logo{
	width: 100%;
}
.navcustom .navbar-nav li{
	text-transform: uppercase;
	margin:0 20px;
}
.navcustom .navbar-nav .li:last-child{
	margin-right:0;
}
.navcustom .dropdown-item{
	color:#fff;
	padding: 12px 10px;
	position:relative;
}
.navcustom .nav-sec{
	margin-top: auto;
}
.navcustom .nav-item.active .dropdown-item::after, .navcustom .nav-item:hover .dropdown-item::after{
	content: "";
	height: 2px;
	background: #d4ac5f;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
}
.hdr-banner{
	position: relative;
	
	min-height:100%;
	overflow: hidden;
	display: flex;
  	flex-direction: column;
}
.inner-hdr{
	padding-bottom:20px;
	min-height:auto;
	overflow: initial;
}
.banner-sec{
	position: relative;
	color: #fff;
	z-index: 3;
	text-align: center;	
	height:100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.banner-sec .container{
	display: flex;
}
.home-banner-img{
	position: absolute;
	width: 100%;
	top:0;
	bottom: 0;
	overflow: hidden;
	background: url("../images/home-banner.jpg") no-repeat;
	background-size: cover;
}
.inner-hdr .home-banner-img{
	background-position: 0 50%;
}
.banner-sec h1, .banner-sec p{
	color:#fff;
}
.banner-overlap{
	background: rgba(35, 30, 30, .85);
	position: absolute;
	left: 0;
	top:0;
	right:0;
	bottom: 0;
	z-index: 1;
}
.banner-sec h1{
	font-family: "Poppins", sans-serif;
	font-size: 76px;
	line-height: 76px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-sec .bdr{
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}
.banner-sec .bdr::after{
	content: "";
	width: 140px;
	height: 2px;
	background: #d4ac5f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.banner-sec p{
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 0;
}
.sec{
	padding: 90px 0;
}
.img1{
	padding-left: 40px;
	padding-bottom: 40px;
}
.img1 img{
	border-radius: 10px;
	
	-webkit-box-shadow: -40px 40px 0px 0px rgba(37,36,35,1);
    -moz-box-shadow: -40px 40px 0px 0px rgba(37,36,35,1);
    box-shadow: -40px 40px 0px 0px rgba(37,36,35,1);
}
.img1.orange-shade img{
	-webkit-box-shadow: -40px 40px 0px 0px #d4ac5f;
    -moz-box-shadow: -40px 40px 0px 0px #d4ac5f;
    box-shadow: -40px 40px 0px 0px #d4ac5f;
}
.bdr-btm{
	margin-bottom: 20px;
}
.bdr-btm span{
	display:inline-block;
	position:relative;
	padding-bottom:10px;
}
.bdr-btm span::after{
	content:"";
	height:2px;
	background:#d4ac5f;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.mail-sec{
	display:flex;
}
.mail-sec .icon{
	width:120px;
}
.mail-sec a{
	color:#6f6f6f;
}
.mail-sec a:hover{
	text-decoration: underline;
}
.attorneys-sec .attorneys-img{
	max-width: 200px;
	border-radius:50%;
	overflow: hidden;
	border: 2px solid #d4ac5f;
	margin-bottom: 20px;
}
/*==Footer==*/
.ftr-top{
	background: url("../images/footer-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
	color:#c5c5c5;
}
.list1{
	list-style:none;
	padding: 0;
	margin: 0;
}
.list1 li{
	padding-left: 20px;
	line-height: 26px;
	position: relative;
}
.list1 li::before{
	content: "";
	width: 7px;
	height: 7px;
	background: #d4ac5f;
	border-radius: 50%;
	position: absolute;
	left: 0;
    top: 10px;
}
.ftr-top .navbar-brand{
	max-width: 280px;
	display: block;
	margin-bottom: 30px;
}
.ftr-top h2{
	font-size:24px;
	color: #bc964d;
}
.ftr-top a{
	color:#c5c5c5;
}
.ftr-top a:hover{
	color: #d4ac5f;	
}
.ftr-wrap1{
	max-width:400px;	
}
.ftr-btm{
	font-size:13px;
	background: #151515;
	padding: 15px 0;
	text-align:center;
	color:#c5c5c5;
}
.address-list{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.address-list li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 8px;
}
.address-list .icon::before{
	color: #d4ac5f;
  	font-size: 22px;
	font: normal 18px/1 FontAwesome;
	position: absolute;
	left:0;
	top: 5px;
}
.address-list .map::before{
	content: "\f041";
}
.address-list .phone::before{
	content: "\f095";
}
/*==Media Query==*/
@media screen and (max-width:1399px){
	
}
@media screen and (max-width:1199px){
	.navcustom .navbar-brand {
  		max-width: 300px;
	}
	.navcustom .navbar-nav li{
		margin: 0px 6px;		
	}
	.banner-sec h1{
		font-size: 70px;
  		line-height: 70px;
	}
}
@media screen and (max-width:991px){
	.navcustom .dropdown-item{
		padding: 10px 4px;
	}
	.navcustom .navbar-nav .nav-item{
		font-size: 14px;
	}
	.banner-sec h1{
		font-size: 60px;
		line-height: 60px;
	}
	.banner-sec p {
		font-size: 20px;
		line-height: 32px;
	}
	.banner-sec .bdr {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.img1 {
	  padding-left: 20px;
	  padding-bottom: 20px;
	}
	.img1 img{
		-webkit-box-shadow: -20px 20px 0px 0px rgba(37,36,35,1);
		-moz-box-shadow: -20px 20px 0px 0px rgba(37,36,35,1);
		box-shadow: -20px 20px 0px 0px rgb(37, 36, 35);
	}
	.img1.orange-shade img {
		-webkit-box-shadow: -20px 20px 0px 0px #d4ac5f;
		-moz-box-shadow: -20px 20px 0px 0px #d4ac5f;
		box-shadow: -20px 20px 0px 0px #d4ac5f;
	}
	.ftr-wrap1{
	    max-width: 100%;
	}
}
@media screen and (max-width:768px){
	h2 {
  		font-size: 25px;
  		line-height: 25px;
	}
	.ts-18 {
		font-size: 16px;
		line-height: 25px;
	}
	.hdr-top{
		padding: 10px 0;
		font-size: 13px;
	}
	.navcustom {
	  margin-top: 20px;
	  border-bottom: 1px solid #4c4848;
	}
	.navcustom .navbar-brand {
  		max-width: 270px;
	}
	.navcustom .nav-sec{
		margin-top: inherit;
	}
	.navcustom .container{
		padding-bottom: 15px;
		position: relative;
	}
	.navcustom .navbar-collapse{
		position: absolute;
		left: 0;
		right: 0;
		z-index: 999;
		background: #1b1919;
		top: calc(100% + 10px);
		padding-bottom: 5px;
	}
	.navcustom .navbar-nav .nav-item{
		margin: 0;
		margin-top: 5px;
	}
	.navcustom .dropdown-item {
		padding: 10px 20px;
	  }
	.navcustom .nav-item.active .dropdown-item::after, .navcustom .nav-item:hover .dropdown-item::after{
		height: auto;
		left: 10px;
	  	right: 10px;
	  	top: 0;
	  	z-index: -1;
	  	border-radius: 5px;
	}
	.banner-sec h1 {
	  font-size: 50px;
	  line-height: 50px;
	}
	.sec, .ftr-top{
	  padding: 70px 0;
	}
	.inner-hdr {
 		 padding-bottom: 0;
	}
	.ftr-top .navbar-brand {
  		max-width: 250px;
	}
	.ftr-top h2 {
  		font-size: 22px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.navcustom .navbar-brand {
	    max-width: 250px;
		margin-right: 0;
	}
	.banner-sec .bdr {
    	padding-bottom: 30px;
    	margin-bottom: 30px;
  	}
	.banner-sec h1 {
	  font-size: 40px;
	  line-height: 40px;
	}
	.banner-sec p {
		font-size: 18px;
		line-height: 26px;
	  }
	.sec, .ftr-top{
		padding: 50px 0;
	 }
	.ts-20 {
	  font-size: 18px;
	  line-height: 28px;
	}
}
@media screen and (max-width: 480px) {
	  .navcustom .navbar-brand {
		max-width: 212px;
	  }
	 .banner-sec h1 {
		font-size: 30px;
		line-height: 30px;
	  }
}