body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	background: #ffffff;
}


html, body {
	height: 100%;
}
ul, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 ;
}
li {
	list-style: none;
}
a:hover, a:visited, a {
	text-decoration: none;
}
p {
	font-size: 13px;
	color: #6f8494;
}
p b {
	color: #273f51;
}
hr {
	border-top: #e2e6ea 2px solid;
}
img.full-width {
	width: 100%;
}
/** Margins **/

.mar-top-0 {
	margin-top: 0px;
}
.mar-top-5 {
	margin-top: 5px;
}
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-15 {
	margin-top: 15px;
}
.mar-top-20 {
	margin-top: 20px;
}
.mar-top-25 {
	margin-top: 25px;
}
.mar-top-30 {
	margin-top: 30px;
}
.mar-top-35 {
	margin-top: 35px;
}
.mar-top-40 {
	margin-top: 40px;
}
.mar-top-45 {
	margin-top: 45px;
}
.mar-top-50 {
	margin-top: 50px;
}
.mar-top-55 {
	margin-top: 55px;
}
.mar-top-60 {
	margin-top: 60px;
}
.mar-top-70 {
	margin-top: 70px;
}
.mar-top-80 {
	margin-top: 80px;
}
.mar-top-90 {
	margin-top: 90px;
}
.mar-top-100 {
	margin-top: 100px;
}
.mar-top-110 {
	margin-top: 110px;
}
.mar-top-120 {
	margin-top: 120px;
}
.mar-top-130 {
	margin-top: 130px;
}
.mar-top-140 {
	margin-top: 140px;
}
.mar-top-150 {
	margin-top: 150px;
}
.mar-top-160 {
	margin-top: 160px;
}
.mar-top-170 {
	margin-top: 170px;
}
.mar-btm-5 {
	margin-bottom: 5px;
}
.mar-btm-10 {
	margin-bottom: 10px;
}
.mar-btm-15 {
	margin-bottom: 15px;
}
.mar-btm-20 {
	margin-bottom: 20px;
}
.mar-btm-25 {
	margin-bottom: 25px;
}
.mar-btm-30 {
	margin-bottom: 30px;
}
.mar-btm-35 {
	margin-bottom: 35px;
}
.mar-btm-40 {
	margin-bottom: 40px;
}
.mar-btm-45 {
	margin-bottom: 45px;
}
.mar-btm-50 {
	margin-bottom: 50px;
}
.mar-btm-55 {
	margin-bottom: 55px;
}
.mar-btm-60 {
	margin-bottom: 60px;
}
.mar-btm-70 {
	margin-bottom: 60px;
}
.mar-btm-80 {
	margin-bottom: 60px;
}
.mar-btm-90 {
	margin-bottom: 60px;
}
.mar-btm-100 {
	margin-bottom: 60px;
}
/** text aligns **/

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.text-white {
	color: #FFF !important;
}
/** float **/

.al {
	float: left;
}
.ar {
	float: right;
}
.trs {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-16 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 15px !important;
}
.font-17 {
	font-size: 17px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-40 {
	font-size: 40px !important;
}
.font-36 {
	font-size: 36px !important;
	line-height: 36px;
}
/*header area*/
.yellow{
	color:#ffc000;
	}
.head-top-wrap {
	border-bottom: #3e6ca0 1px solid;
	padding: 10px 0;
}
.top-right p {
	color: #dfebed;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.top-right p a {
	color: #dfebed;
	margin: 0 4px;
	    display: inline-block;
}
.top-right p a i {
	width: 20px;
	height: 20px;
	background: #dfebed;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #1e65b5;
	margin: 0 3px;
	font-size: 12px;
}
.top-right p a:hover {
	color: #03c6ff;
}
.header-wrapper .logo-wrap {
	float: left;
	width: 340px;
	height:92px;
}
.header-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background-color:#171718;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}


.ws-title-wrapper{
        background: rgba(51, 51, 51, 0);
}


.law-practice {
	padding: 60px 0;
}
h1.main-head {
	font-size: 41px;
	color: #273f51;
	font-weight: 700;
	position: relative;
	padding-bottom: 25px;
}
h1.main-head:after {
	position: absolute;
	width: 30px;
	height: 3px;
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	background: #6f8494;
}
h1.main-head-white {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
}
h1.main-head-white:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	background: #fff;
}
.law-practice-icon {
	width: 150px;
	height: 150px;
	background: #024691;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	padding-top: 25px;
}
.law-practice-boxs h2 {
	font-size: 24px;
	color: #273f51;
	font-weight: 700;
	text-align: left;
}
.law-practice-text {
	text-align: left;
	margin-top: 20px;
	height: 110px;
	overflow: hidden;
}
.law-practice-text p {
	font-size: 18px;
	color: #6f8494;
	line-height: 30px;
}
.law-practice-boxs .read-more {
	background: #024691;
	padding: 10px 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 20px;
}
.law-practice-boxs .read-more:hover {
	background: #007dc6;
}
.testimonials {
	background: #f2f8fd;
	padding: 25px;
}
.testimonials p {
	color: #6f8494;
}
.testi-text {
	font-size: 21px;
	color: #335269;
	line-height: 32px;
	font-weight: bold;
}
.testi-user {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.home-welcome {
	background: url(../images/welcomebg.jpg) no-repeat;
	background-size: cover;
	padding: 0px;
}
.home-about-in {
	background: rgba(5, 96, 195, 0.78);
	padding: 50px;
	min-height: 503px;
}
.home-about-in p {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}
.home-about-in a.learn-more {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	border: #fff 2px solid;
	border-radius: 25px;
}
.home-about-in a.learn-more:hover {
	background: #007dc6;
	border-color: #007dc6;
}
.home-about {
	background: url(../images/aboutbg.jpg) no-repeat;
	background-size: cover;
	padding: 0px;
}
.home-about .home-about-in {
	background: rgba(14, 32, 51, 0.83);
	padding: 50px;
}

/** menu **/

.main-navigation {
	float: right;
	padding-top: 37px;
}
.main-navigation a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 50px 28px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.main-navigation a.active, .main-navigation a:hover {
	color: #f5b900;
	background: #050506;
}
.inn-header {
	position: relative;
}
.about-wrap {
	padding: 80px 0;
}
.img-title {
	background: #f2f8fd;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	color: #273f51;
}
.our-staff {
	padding: 80px 0;
	border-top: #e2e6ea 1px solid;
}
.our-staff-photo {
	width: 100%;
	max-width: 220px;
	max-height: 220px;
	margin: auto;
	border-radius: 50%;
	background: url(../images/staff-bg.jpg);
	overflow: hidden;
	text-align: center;
}
.our-staff-photo img {
}
.our-staff h3 {
	font-size: 24px;
	color: #024691;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}
.our-staff p {
	font-size: 18px;
	color: #6f8494;
	text-align: center;
	margin-top: 10px;
}
h3.sub-head {
	font-size: 24px;
	color: #273f51;
	font-weight: 700;
	position: relative;
	padding-bottom: 25px;
}
h3.sub-head:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
	background: #6f8494;
}



h2.sub-head {
	font-size: 30px;
	color: #273f51;
	font-weight: 700;
}
h2.sub-head span.light-text {
	font-size: 24px;
	color: #6f8494;
	font-weight: 400;
}
.civil-litigation-wrap {
	padding: 80px 0;
}
ul.tick-menu {
}
ul.tick-menu li {
	font-size: 16px;
	color: #273f51;
	line-height: 28px;
	font-weight: 800;
	padding-left: 40px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}
ul.tick-menu li:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 25px;
	height: 25px;
	background: #1b589c;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	line-height: 25px;
}
.index-about{
	float:left;
}

.p1{
	font-family:Roboto;
	font-size:13px;
	line-height:21px;
	color:#757575;
	letter-spacing:normal;
	}
.index-h6{
	color:#3d3d3f;
	line-height:20px;
	}

.projects-bg{
	background-image: url('../images/projects-bg.jpg');
	background-position:center
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size:cover;
	padding-bottom:40px;
	}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 20% 0 0 0;
  padding:25px 55px;
 cursor: default;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.col-tile{
	float:left;
	width:20%;
	padding:7px;
	margin:10px 0px;
	}
.main-tile{
	width:100%;
	}
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
	margin-top:20px !important;
    border-radius: 100px;
}
.test-text{
	text-align:center;
	text-transform:uppercase;
	padding:20px 0px 15px;
	font-weight:normal;
	}
.testi-name{
	text-align:center;
	text-transform:uppercase;
	padding:0px 0px 0px;
	margin-bottom:15px;

	}
.staring{
	width:78px;
	margin:0 auto;
	}
.staring i{
	padding:0 1px;
	color:#fbbc05;
	font-size:16px;
	
	}
.p2{
	text-align:center;
	line-height:25px;
	font-size:15px;
	color:#757575;
	font-weight:400;
	}		
/* you can easily find us */
.find-us{
	background-image: url('../images/find-us.jpg');
	background-position:center
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size:cover;
	padding-bottom:40px;
	}
.p3{
	text-align:center;
	line-height:25px;
	font-size:15px;
	color:#fff;
	}
.quote-btn{
	margin:0px 5px;
	text-align:center;
	}
.quote-btn a {
    border: #dcdbdc 1px solid !important;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 36px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
}
.quote-btn a:hover {
    background: #f5b900;
    border-color: #e3ac01 !important;
}
/*.......*/
.cust{}
.counder{
    background:#f6f6f6;
}
.lg-icon{
	/*font-size:30px;*/
	float:left;
	}
.lg-icon-text{
	float:left;
	color:#000;
	margin-left: 25px;
	}
.lg-icon-text h1{
	font-size:50px;
	font-weight:bold;
	}
.lg-icon-text h5{
	font-size:16px;
	letter-spacing:1px;
	}
/*...............foter......................*/
footer{
	overflow:hidden;
	}
.footer-top{
	background:#0d0f12;
	padding:72px 0px 87px 0px;
	}
.footer-bottom{
	background:#ffc000;
	padding:47px 0px 47px 0px;
	z-index:-1;
	left:0px;
	right:0px;
	position:absolute;
	}
.copy-right {
	color:#0d0f12 !important;
}
.footer-links a{
	color:#0d0f12;
	padding:0px 6px;
	}
.footer-links a:hover{
	color:#fff !important;
	}
.link-active{
	color:#fff !important ;
	}
.footer-distributed{
	width: 100%;
	text-align: left;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-second,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
.footer-distributed .footer-left{
	width: 30%;
	margin-right:50px;
}


/*effect*/
.heading {
    margin: auto;
    padding-bottom: 1px;
    position: relative;
    text-align: left;
    width: 110px;
	height:27px;
}
.heading h4{
	border-bottom:1px solid #585755;
}
.heading h4:after{
	background-color: #ffc000;
    bottom: 0;	
    content: "";
    margin-top: 10px;
    margin-bottom: -1px;
    display: block;
    width: 50px;
    height: 3px;
}
/*.heading::before, .heading::after {
    background-color: #ffc000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 68px;
}
*//*
.heading::before {
    margin-left: -48px;
}
.heading::before {
    margin-right: -48px;
	background:#ffc000;
}
.heading:hover::before {
	
    margin-left: -100px; 
    width: 100px; 
}
.heading:hover::after {
    margin-right: -100px;
    width: 100px; 
}/*
/*effect*/
.footer-distributed h3{
	color:  #ffffff;
}
.footer-distributed .heading{
	color:  #ffffff;
	margin:0px 0px 35px;
}
.footer-distributed .footer-company-name{
	color:  #757575;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0px;
}
/*footer center*/
.footer-distributed .footer-center{
	width: 19%;
}
.footer-distributed .footer-center i{
	color: #ababab;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    margin-right:23px;
}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-center p{
	display: inline-block;
	vertical-align: middle;
	margin:0;
	text-transform:uppercase;
	color:#757575;
}
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-distributed .footer-center p a{
	color:  #757575;
	text-decoration: none;
}
.footer-distributed .footer-center p a:hover{
	color:  #868585;
}
/* Footer center second */
.footer-distributed .footer-second{
	width: 23%;
}
.footer-distributed .footer-second i{
	color: #ababab;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    margin: 0 23px 0 0;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}
.footer-distributed .footer-second i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-second p{
	display: inline-block;
	vertical-align: middle;
	margin:0;
	text-transform:uppercase;
	color:#757575;
}
.footer-distributed .footer-second p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-distributed .footer-second p a{
	color:  #757575;
	text-decoration: none;
}
.footer-distributed .footer-second p a:hover{
	color:  #868585;	
}
/* Footer Right */
.footer-distributed .footer-right{
	width: 21%;
}
.footer-distributed .footer-right h5{
	padding:12px 0px;
}
.footer-distributed .footer-right h5 a{
	margin-left:15px;
}
.footer-distributed .footer-right a{
	color:#757575;
}
.footer-distributed .footer-right a:hover{
	color:#757575;
}
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #757575;
	font-size: 13px;
	font-weight: normal;
	margin: 10px;
}
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-distributed .footer-icons{
	margin-bottom:40px;
}
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-color:#2b2b2b;
	border-radius: 50%;

	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 13px;
	margin-bottom: 5px;
}
.white{
	color:#eaeaea;
	}
.footer-menu{}







/*............................... About-Us page Starting........................................*/
.about-banner-img{
	width: 100%;
    height: 400px;
    background-image: url('..images/about-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	}
.container-table{
	/*display: table;*/
	padding-top:17% !important;
	}
.vertical-center-row{
	 text-align:center;
	}
.vertical-center-row h2{
	font-size:37px;
	font-weight:bold;	
	letter-spacing:1px;
	color:#f5b900;
	margin-bottom:35px;
	}
.vertical-center-row h3{
	font-size:35px;
	letter-spacing:1px;
	color:#f5b900;
	}
.about-h6{
	color:#949494;
	line-height:20px;
	font-weight:400;
	}
.about-1block{
		
	}
.about-tile{
	width:100%;
	padding:25px 0px;
	}
.about-img-tile{
	background-color:#2a1e16;
	float:left;
	margin-right:30px;
	color:#fff;
	padding:10px 15px;
}
.about-img-tile h1{
	font-size:33px !important;
	}
.about-img-text{
	width:80%;
	float:left;
	}
.about-img-text p{
	margin-top:6px;
	line-height:19px;
	}
.about-1block{
	margin-top:26px;
	}
/*.....................................contact-us............................................*/
.contact-block1 .p1{
	font-size:12px;
	color:#949494;
	}
.contact-icons{
	float:left;
	margin-top: 25px;
	}
.icons{
	margin:0px 0px;
	float:left;
	width:100%;
	}
.icons i{
	font-size:22px;
	margin-right:11px;
	}
.icons .p1{
	margin-left:34px;
	 margin-top: 5px;
	}
.form-heading-text{
	font-size:11px;
	font-weight:normal;
	color:#949494;
	text-transform:capitalize;
	}
.form-main-div{
	}
#contact-form{
	margin-top:20px;
	}
.send-btn{
	 padding: 13px 68px;
	 text-transform:uppercase;
	}	
button:active {
outline: none;
border: none;
}
/*.........................................products.......................................*/
.products-main-row{
	margin:50px 0px 0px 0px;
	clear:both;
	}
.icon-circle {
    width: 33px;
    height: 33px;
    border-radius: 25px;
    background: #f5b900;
    color: #fff;
    padding: 4px 11px;
    font-size: 21px;
}
.icon-circle span{
	float: left;
    color: #424141;
    margin-top: -20px;
    margin-left: 37px;
	font-weight:bold;
	font-size:19px;
	width:300px;	
	}
.p4{
	text-align:left;
	line-height:25px;
	font-size:15px;
	color:#757575;
	font-weight:400;
	margin-top:20px;
	}
.products-img-row{
	}
.products-img-div{
	border:1px #828a8d solid;
	padding:8px;
	margin-right: 34px;
	margin-top: 20px;
	width:22%;
	float:left;
}

/*.........................................services.......................................*/
.services-main-row{
	margin:20px 0px 0px 0px;
	float:left;
	clear:both;
	
	}
.services-img-box{
	float:left;
	border:1px #dedede solid;
	margin-right: 34px;
	margin-top:15px;
	width:30%;
	background:#f8f8f8;
	margin-bottom:33px;
	}
.services-img-box img{
	width: -moz-available;
}
.services-text{
	padding:15px 12px 20px 20px;
	}
.services-h1{
	font-size:18px;
	color:#404040;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	margin-top:9px;
	}
.p5{
	font-size:12px;
	color:#404040;
	font-weight:400;
	margin-top:5px;
	line-height:20px;
	margin-top:12px;
	}

ul.why-choose-list li{
	    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-size: 13px;
    line-height: 21px;
    color: #757575;
    letter-spacing: normal;
	}
ul.why-choose-list li:before{
	content: "\f00c";
	position:absolute;
	left:0px;
	font-family:FontAwesome;
	
	}




	
	
/*footer responsive */
@media (max-width: 880px) {
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		/*text-align: center;*/
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
/*scroll-top*/
.scroll-top {
   bottom:0;
   right:6%;
   z-index:100;
   background: #191300;
   font-size:24px;
   border-radius:5px;
   margin-top:-22px;
   margin-right:20px;
   padding:4px 13px;
}
.scroll-top i{
	color:#fff;
	}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
/*scroll-top*/



/******************************responsive HEADER AREA area********************************//* md */

@media (min-width: 992px) and (max-width: 1199px) {

h1.main-head-white {
    font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
.banner-contact .banner-contact-boxs {
	padding-left: 15px;
}
.banner-contact .banner-contact-boxs:first-child {
	padding-left: 40px;
}
.banner-contact-boxs-text b {
	font-size: 16px;
}
#wowslider-container1 .ws-title div {
	margin-left: 7%;
	margin-right: 7%;
}
.our-attorneys-photo {
	max-width: 150px;
	max-height: 150px;
}
.our-attorneys-photo img {
	max-width: 130px;
}
.our-staff-photo {
	max-width: 150px;
	max-height: 150px;
}
.our-staff-photo img {
	max-width: 150px;
}

.home-about-in { 
    min-height: 787px;
}
h1.main-head-white {
    font-size:24px;
	
}
.law-practice-boxs h2{
	font-size:21px;
}
.our-attorneys h3 {
	font-size:18px;
}
}
@media (max-width: 767px) {
.site-logo {
	max-width: 200px;
}
.site-logo img {
	max-width: 200px !important;
}
.header-wrapper .logo-wrap {
	float: none;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
.header-wrapper .logo-wrap img {
	max-width: 256px;
	margin: auto;
}
#wowslider-container1 .ws-title div {
	margin-left: 7%;
	margin-right: 7%;
}
#wowslider-container1 .ws-title {
	font-size: 28px;
	line-height: 32px;
}
#wowslider-container1 .ws-title div {
	font-size: 18px;
	line-height: 24px;
}
.pushmenu {
	/*this is the nav*/   
	background: #333333;
	text-align: center;
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
	position: fixed;
	float: none !important;
	margin-top: 0 !important;
}
.pushmenu-left {
	left: -250px;
}
.pushmenu-left.pushmenu-open {
	left: 0;
}
.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.pushmenu-push-toright {
	left: 250px;
}
/*Transition*/
.pushmenu,  .pushmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav_list {
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: #ffc000;
	position: absolute;
	left: 15px;
	top: 0;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 21px;
}
nav-list.active {
	background-position: -270px top;
}
.main-navigation {
	padding-top: 15px;
}
.main-navigation a {
	display: block;
}
/*Transition*/
    
.pushmenu,  .pushmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav_list {
	cursor: pointer;
}
nav-list.active {
	background-position: -270px top;
}
.main-navigation {
	padding-top: 15px;
}
.main-navigation a {
	display: block;
	border-radius: 0px;
	padding: 10px 15px;
}
#wowslider-container1 .ws-title span {
	font-size: 26px;
	line-height: 32px;
}
#wowslider-container1 .ws-title div h2 {
	font-size: 26px;
	line-height: 32px;
}
h1.main-head {
	font-size: 28px;
}
h1.main-head-white {
	font-size: 28px;
}
.top-right {
	float: none !important;
}
.top-right p a {
	display: block;
	text-align: left;
	padding-left:30px;
	position:relative;
}
.top-right p a i{
	position:absolute;
	left:0px;
	top:7px;
}
.footer-top p a {
	display: block;
	text-align: left;
	position:relative;
}
.footer-top p a i{
	position:absolute;
	left:0px;
	top:7px;
}
.copy-right {
	float: none;
}
.contact-info p a {
	display: block;
	text-align: left;
}
.footer-links a {
	margin-bottom: 10px;
}
}
/* xs */

@media (max-width: 480px) {
.header-wrapper .logo-wrap img {
	max-width: 220px;
	margin: auto;
	margin-left: 53px;
}
}
/*.................................................header AREA.................................*/











/*........................................ SITE RESPONSIVE AREA ..............................................*/
@media (min-width: 992px) and (max-width: 1199px) {
	
	.header-wrapper{
		height:106px !important;
	}
	.main-navigation a {
		padding: 50px 20px;
	}
	.hovereffect a.info{
		 margin: 10% 0 0;
		 padding:25px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 18px;
    	line-height: 30px;
    	font-weight: 400;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	#wowslider-container1 .ws-title div{
		margin-right:26%;
		}
	.about-1block{
		margin-top:0 !important;
	}
	.products-img-div {
    	margin-right: 28px;
	}
	.services-img-box{
		margin-right:31px;
		}
}

	
@media (max-width: 992px) {
	.footer-distributed .footer-left{
		width:100%;
		border-bottom:1px solid #191b1f;
		}
	.footer-distributed .footer-center{
		width:100%;
		margin-top:50px;
		}
	.footer-distributed .footer-second{
		width:100%;
		border-bottom:1px solid #191b1f;
		padding-bottom:10px;
		}
	.footer-distributed .footer-right{
		margin-top:50px;
		width:100%;
		}
	.footer-second .mar-btm-60{
		display:none;
		}
	.footer-distributed .heading{
		margin-bottom:45px;
		}
	.footer-distributed .footer-icons{
		margin-bottom:0px;
		}
	.footer-top{
		padding:60px 0 50px;
		}
	.form-main-div{
		clear:both;
	}
}
	
@media (min-width: 768px) and (max-width: 992px) {
	.header-wrapper{
		height:213px;
	}
	.cust{
		margin:25px 0px;
		}
	.main-tile{
		width:100% !important;
		margin:0 auto ;
		}
	.col-tile{
		width:20%;
		}
	.hovereffect a.info{
		 margin: 21% 0 0;
		 padding:5px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 18px;
    	line-height: 30px;
    	font-weight: 400;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	.container-table{
		padding-top:34%  !important;
		}	
	.about-1block{
		margin-top:26px;
	}
	.products-img-div {
    	margin-right: 21px;
	}
	.services-img-box{
		margin-right: 24px;
	}
	
}
	
@media (min-width: 640px) and (max-width: 767px) {
	.cust{
		margin:25px 0px;
		}
	.main-tile{
		width:90% !important;
		margin:0 auto ;
		}
	.col-tile{
		width:50%;
		}
	.hovereffect a.info{
		 margin: 20% 0 0;
		 padding:20px 50px;
		}
	.hovereffect a.info{
		/*font-size:10px;*/
		}
	.footer-bottom{
		padding:30px 0px;
		}
	.footer-menu{
		margin-top:20px;
		}
	#wowslider-container1 .ws-title div h2{
		font-size:25px;
		padding-bottom:30px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 14px;
    	line-height: 27px;
    	font-weight: 400;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	.container-table{
		padding-top:31% !important;
		}
	.about-1block{
		margin-top:26px;
	}
	.products-img-div {
    	margin-right: 22px;
		width:46%
	}
	.services-img-box{
		margin-right: 10px !important;
		width:31% !important;
	}
	
	
}
@media (min-width: 480px) and (max-width: 639px) {
	.col-tile{
		width:50%;
		}
	.main-tile{
		width:90% !important;
		margin:0 auto ;
		}
	.hovereffect a.info{
		 margin: 19% 0 0;
		 padding:14px 25px;
		}
	.cust{
		margin:25px 0;
		}
	.lg-icon .fa-4x{
			font-size:4em !important;}
	.lg-icon-text{
		margin-left:20px;
		margin-top:0px;
		}
	.lg-icon-text h1{
		font-size:44px;
		}
	.footer-menu{
		margin-top:20px;
		}
	#wowslider-container1 .ws-title div h2{
		font-size:20px;
		padding-bottom:15px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 14px;
    	line-height: 24px;
    	font-weight: 100;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	.container-table{
		padding-top:41% !important;
		}
/* about us */
	.about-img-text{
		width:76%;
		}
	.about-1block{
		margin-top:26px;
	}
/* product */
	.products-img-div {
    	margin-right: 22px;
		width:45%
	}
	.services-img-box{
		margin-right: 0px !important;
		width:100% !important;
	}

}
	
@media (min-width: 360px) and (max-width: 480px) {
	.cust{
		margin:25px 0px;
		}
	.lg-icon .fa-4x{
			font-size:3em !important;}
	.lg-icon-text{
		margin-left:0px;
		margin-top:10px;
		}
	.col-tile{
		width:50%;
		}
	.main-tile{
		width:99% !important;
		margin:0 auto ;
		}
	.hovereffect a.info{
		 margin: 16% 0 0;
		 padding:14px;
		}
	.cust{
		margin:20px 0 !important;
		}
	.lg-icon{
		font-size:9px;
		}
	.lg-icon-text{
		margin:0 0 0 14px;
		}
	.lg-icon-text h5{
		font-size:12px;
		}
	.lg-icon-text h1{
		font-size:30px;
		}
	.footer-menu{
		margin-top:20px;
		}
	.copy-right{
		font-size:13px;
		}
	.footer-links a{
		font-size:13px;
		}
	#wowslider-container1 .ws-title div h2{
		font-size:20px;
		padding-bottom:10px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 14px;
    	line-height: 24px;
    	font-weight: 100;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	.container-table{
		padding-top:59%  !important;
		}
/* about us */
	.about-img-text{
		width:76%;
		}
	.about-img-tile{
		margin-right:20px;
		padding:50px 8px;
		clear:both;
		margin-bottom:2px;
		}
	.about-img-tile h1{
		font-size:20px !important;
		}
	.about-1block{
		margin-top:26px;
	}
/* product */
	.products-img-div {
    	margin-right: 22px;
		width:43%
	}
	.services-img-box{
		margin-right: 0px !important;
		width:100% !important;
	}
	
}
@media (min-width: 320px) and (max-width: 359px) {
	.law-practice .mar-top-50{
		margin:0px;
		}
	.col-tile{
		width:100%;
		}
	.main-tile{
		width:100% !important;
		margin:0 auto ;
		}
	.cust{
		margin:20px 0 !important;
		}
	.lg-icon{
		font-size:6px;
		}
	.lg-icon-text{
		margin:0 0 0 14px;
		}
	.lg-icon-text h1{
		font-size:17px;
		}
	.lg-icon-text h5{
		font-size:9px;
		}
	.footer-menu{
		margin-top:20px;
		}
	.footer-bottom{
		padding: 30px 0;
		}
	.copy-right{
		font-size:13px;
		}
	.footer-links a{
		font-size:13px;
		 padding:0 2px;
		}
	.scroll-top{
		margin-top:18px;
		}
	#wowslider-container1 .ws-title div h2{
		font-size:20px;
		padding-bottom:7px;
		}
	#wowslider-container1 .ws-title div h3{
		font-size: 14px;
    	line-height: 24px;
    	font-weight: 100;
	}
	#wowslider-container1 .ws-title div h6.banner-link a{
		font-size:12px;
		}
	.container-table{
		padding-top:59% !important;
		}
/* about us*/
	.about-img-text{
		width:76%;
		}
	.about-img-tile{
		margin-right:20px;
		padding:50px 8px;
		clear:both;
		margin-bottom:20px;
		}
	.about-img-tile h1{
		font-size:20px !important;
		}
	.about-1block{
		margin-top:26px;
	}
/* product */
	.products-img-div {
    	margin-right: 0px;
		width:100%
	}
	.services-img-box{
		margin-right: 0px !important;
		width:100% !important;
	}
	
	
}	