/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Law Firm - Onepage Html Responsive Template
Version:	1.1
Last change:	10/01/2017 [fixed bug]
Primary use:	Law Firm - Onepage Html Responsive Template 
-------------------------------------------------------------------*/

@import url("default-theme-style.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("flaticon.css");

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');


/*------------------------------------------------------------------
[Table of contents]

1. Body  /  #page-top
2. Navigation / #mainNav
3. Slider
4. Section commen style
5. Intro Box section
6. About section  /  #about
7. Our Attorneys  /  #attorneys
8. Our Services section  /  #services
9. News (Blog) section  /  #news
10. Testimonials section  /  #testimonials
11. Contact section  /  #contactus
12. Footer section  /  #footer
13. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black (text): #333
# Gray  : #222
# Gold : #b89b5e

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Roboto Condensed', sans-serif;
Title and logo:		'Roboto Condensed', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/
 
html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#222;
  	font-family: 'Roboto Condensed', sans-serif;
}

a {
	color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
	color: #b89b5e;
	outline: none;
	outline-offset: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	color: #333;
    text-transform: capitalize;
}

p {
	line-height: 30px;
    font-size: 16px;
	margin-bottom: 0px;
}

.gold{
	color:#b89b5e;
}
.white{
	color: #fff;
}

.text-faded {
	color: #fff;
}

.section {
	padding: 50px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}



/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: #333;
  		border-color: rgba(34, 34, 34, 0.05);
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	transition: all 0.35s;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	letter-spacing:1px;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 70px !important;
}
.navbar-default .navbar-header .navbar-toggle {
  	font-size:1em;
  	color: #222222;
  	text-transform: capitalize;
	background-color:#fff;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  	text-transform: capitalize;
  	color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  	color: #b89b5e;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  	background-color: transparent;	
  	color: #b89b5e !important;
  	outline: none;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  	background-color:transparent;
	    color: #b89b5e !important;
}
@media (min-width: 768px) {
.navbar-default {
    background-color: rgba(255,255,255,0.8);
    border-color:transparent;
	    margin: 0px;
}
.navbar-default .navbar-brand
{
    display: block;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #333;
	padding: 25px 10px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #b89b5e;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
	    margin: 0;
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #b89b5e;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #333;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #b89b5e;
}

}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed; 
    right: 0;
    left: 0;
    z-index: 1030;
    top: 31px;
    background-color: #fff;
}

.navbar-brand {
    float: left;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
    /* height: 50px; */
}

.navbar-brand > img
{
    width: 300px;
}


/*---slider---*/

.slider-banner {
	padding:0; 
}

.flex-caption {
    position: absolute;
    left: 15%;
    right: 15%;
	top:40%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
	text-transform:capitalize;
}
.flex-caption h1{
	margin-bottom:30px;
	color: #fff;
}
.btn-box {
    padding: 10px 30px;
    margin-right: 15px;
    letter-spacing: 1px;
}
.btn-box.call-btn {
    background-color: #b89b5e;
    border: none;
}
.btn-box.mail-btn {
    background-color: transparent;
    border: 1px solid #fff;;
}
.btn-box i {
    padding-right: 10px;
}


/*---Section commen style---*/
.section-title {
    margin-bottom: 15px;
}
.section-title h6 {
    color:#b89b5e;
}
.section-title h2 {
    margin-bottom: 20px;
	font-weight:400;
    text-transform: uppercase;
	
}
.section-title.center-text{
	text-align:center;
}
.section-title.center-text p{
	width:50%;
	margin:10px auto 20px;
}
.section-title p{
	margin:10px auto 20px;
}

/*---intro section---*/


section.introbox {
    margin: 5% 0px;
    position: relative;
    z-index: 10;
}
.intro-ser {    
    color: #fff;
    padding:60px 40px 30px;
    text-align: center;	
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	box-shadow: 0px;
}
.intro-ser:hover, .intro-ser.in-one:hover, .intro-ser.in-two:hover, .intro-ser.in-three:hover { 
	background-color:#f7f7f7;   
    color: #222;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.intro-ser:hover h3{
	color:#333;
}
.intro-ser:hover p.icon{
	border:1px solid #b89b5e;
}
.intro-ser.in-one{
	background-color: #b89b5e;
}
.intro-ser.in-two{
	background-color: #b48a55;
}
.intro-ser.in-three{
	background-color: #a17b4b;
}
.intro-ser p.icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding: 14px;
    background-color: #fff;
	font-size:2.5714285714285716em;
}
.intro-ser p i {
    color: #b89b5e;
    vertical-align: middle;
}
.intro-ser h3{
	margin-top:30px;
	color:#fff;
}
.intro-ser hr {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border: none;
}
.intro-ser:hover hr {
    background-color: #b89b5e;
}



/*---About section---*/


.about{
	background-color: #f3f3f3;
	padding-bottom: 0;
}
.about images{
	display:inline-block;
}
.about .left-side{
	padding-right: 100px;
}
.about .right-side{
	padding-top: 50px;
}
.about-content {
    padding-top: 10px;
	    padding-bottom: 10px;
} 
.about-images {
	text-align:center;
}
.about-images figure {
	margin-bottom:0px;
	margin-top:15px;
}
.about hr {
    border-top: 1px solid #ccc;
}
.newsletter{
	text-align:left;
	padding:5px 0px;
}
.newsletter .form-control {
    width: 320px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
}
.newsletter .btn{
    border-radius: 0;
    height: 50px;
    background-color: #b89b5e;
		border:1px solid #b89b5e;
	    padding: 0px 30px;
    font-weight: 400;
    color: #fff;
	    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	text-transform: capitalize;
}
.newsletter .btn:hover{
    background-color: transparent;
	color:#b89b5e;
	    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.newsletter p {
    margin-bottom: 30px;
}

/* Shine */
.about-images figure {
	position: relative;
}
.about-images figure::before {
	position: absolute;
	top: 0;
	left: -87%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-images figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
figure {
	overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




/*---our attorneys Section---*/
.attorneys 
{
    background-color: #fff;
}


.attorneys .section-title{
	
}
.team-block {
    text-align: center;
}
.details-text {
    background-color: rgba(0, 0, 0, 0.8);
	    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
}
.hover {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #ddd;
    background-color: #fff;
}
.hover images {
    display: block;
    position: relative;
}
.ehover .overlay {
    /*background-color: rgba(75,75,75,0.7);*/
    transition: all 0.4s ease-in-out;
}
.hover .overlay {
    width: 100%;
    height: 100%;
    
}
.ehover .name-block {
    transform: translateY(310px);
    transition: all 0.4s ease-in-out;
}
.hover .name-block {
    text-transform: capitalize;
    color: #333;
    text-align: center;
    position: relative;
    padding: 10px;
    
}
.hover .name-block .h3{
	color:#333;
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.hover .name-block p{
    color:#333;
    margin-top: 14px;
    
    font-family: 'Roboto Condensed', sans-serif !important;
}
.ehover button.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    font-weight: normal;
}
.hover button.info {
    display: inline-block;
    text-decoration: none;
	width: 50px;
    height: 50px;
    text-transform: capitalize;
    color: #fff;
    border:2px solid #b89b5e;
    margin: 50px 0 0 0;
    border-radius: 100%;
    background-color: #b89b5e;
}
.hover button.info:hover {
    border:2px solid #fff;
    background-color: transparent;
}
.ehover:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.ehover:hover .name-block {
    transform: translateY(260px);
}
.ehover:hover button.info {
    opacity: 1;
    transform: scale(1);
}


/*--- our services section---*/

.services{
	
}
.ser-block {
    text-align: center;
	background-color: #f3f3f3;
    padding: 20px 5px;
	    margin: 15px 0px;	
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}
.ser-block h4 
{
    padding-top: 10px;
}
.ser-block p.content{
	line-height:30px;
	padding:10px 20px 0px;
}
.ser-block hr {
    width: 30px;
    height: 3px;
    background-color: #b89b5e;
    border: none;
}
.ser-block:hover hr {
    background-color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.ser-block:hover {
    background-color: #b89b5e;
	color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}
.ser-block:hover .ser-icon {
	color:#fff;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.ser-icon {
	font-size:3.4285714285714284em;
	color:#222;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


/*---blog section---*/


.date i {
    font-size:1.2857142857142858em;
	padding-right:20px;
}
.date p {
    font-size:1.7142857142857142em;
    color: #c2c2c2;
}
.author i {
	padding-right:10px;
}
.author i.fa-user {
	padding-left:30px;
}
.blog-title h3 {
	margin-bottom: 0px;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}
.blog-content {
    padding: 20px 15px;
}
.read-btn a.btn {
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 20px 0px;
	padding-left:0px;
	    color: #222;
}
.read-btn a.btn:hover {
	padding-left:10px;
}
article.blog-post {
    padding: 20px 0px;
    display: block;
}
article.blog-post images {
    display:block;
	width:100%;
}
article.blog-post .images-right {
    padding-left: 0px;
}
article.blog-post .images-left {
    padding-right: 0px;
}


/*---Testimonials section---*/

.testimonials{
	background-image:url(../images/bg-01.jpg);
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.testimonials h2{
	color:#fff;
}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
blockquote{
	font-size:14px;
}
#fade-quote-carousel.carousel {
	margin-top: 0px;
}
#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 {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	    margin-bottom: 0;
}
blockquote p.quate-text{
	color: #ccc;
	font-style:italic;
	font-weight:300;
	    width: 80%;
    margin: 15px auto
}
#fade-quote-carousel .profile-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
	    background: #b89b5e;
	    margin-bottom: 10px;
}
#fade-quote-carousel .profile-circle images {
    border-radius: 100px;
}
#fade-quote-carousel blockquote .person{
	color:#ccc;
	    margin-bottom: 0;
		    text-transform: capitalize;
    letter-spacing: 2px;
}
#fade-quote-carousel blockquote .per-den{
	color:#ccc;
	font-size:0.8571428571428571em;
	margin-top: 10px;
}
#fade-quote-carousel .carousel-control {
	width: auto;
    color: #222;
    opacity: 1;
	text-shadow:none;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .icon-prev {
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .fa-long-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-next {
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    right: 50%;
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control.left {
	left:5%;
}
#fade-quote-carousel .carousel-control.right {
	right:5%;
}



/*---Contact section---*/

.contactus{
	background-color:#f3f3f3;
	    padding: 0;
}
.contactus .section-title{
	text-align:left;
}
.contact-bock {
    padding: 30px;
}
.map{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map iframe{
    pointer-events: none;
	width:100%;
	border:none;
}
.contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;	
    border-radius: 0px;
    background-color: #fff;
    color: #333;
	height: 50px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .btn {
    border-radius: 0px;
    background-color: #b89b5e;
    border: solid 2px #b89b5e;
    width: 180px;
    height: 50px;
    margin-left: 15px;
	color:#fff;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.contact-form .btn:hover {
    background-color:transparent;
    border: solid 2px #b89b5e;
	color:#b89b5e;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}



/*---Footer section---*/

.footer{
	background-color:#333;
	padding: 40px 0 0px;
}

.social{
	margin-top: 30px;
}
.social li {
	text-align:center;
}
.social li a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: solid 2px #222;
	border-radius:100%;
    color: #222;
    display: block;
	line-height:37px;
}
.social li a:hover {
    background-color:#fff;
    color: #b89b5e;
	border: solid 2px #b89b5e;
}
.contact-info {
    color: #fff;
    text-align: right;
}
.contact-info h5, .contact-info p i, .contact-info span {
    color: #b89b5e;
}
.contact-info p i{
    margin-right:10px;
}
.contact-info .address {
    margin-bottom:5px
}
.contact-info .email-add {
    margin-top: 35px;
}
.copyright{
	border-top: 1px solid #707070;
	margin-top: 40px;
}
.copy{
	color:#fff;
	text-align:center;
	    margin-bottom: 0;
    padding: 15px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
}
.copy span{
	color:#b89b5e;
}




@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    padding: 25px 15px;
}
}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    padding: 15px;
}
.navbar-brand > images{
	max-width:90px;
}
.flex-caption {
    top: 30%;
}
.about .left-side {
    padding-right: 0px;
}
.about-content {
    padding-bottom: 0px;
}
.blog-title h3 {
    margin-bottom: 10px;
}
.read-btn a.btn {
    margin: 5px 0px;
}
.blog-content {
    padding: 5px 0px;
}

.news .author p{
	margin-bottom:5px;
}
article.blog-post {
    padding: 5px 0px;
}
.blog-title h3 {
    margin-bottom: 5px;
	margin-top:5px;
}
.blog-text p{
	margin-bottom:5px;
}
.contact-bock {
    padding: 20px;
}
}

@media only screen and (max-width: 991px) {
body{
	font-size:100%;
}
.navbar-brand > images{
	max-width:110px;
}
.navbar-collapse{
	overflow:auto !important;
	height: auto !important;
}
.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: -15px;
}
.navbar-default {
    background-color: rgba(0,0,0,0.7);
    border-color:transparent;
}
.navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
}
/*#mainNav.navbar-default .navbar-header .navbar-brand p {
    font-size: 18px;
    margin: 5px;
}*/
#mainNav.navbar-default .navbar-header .navbar-brand p {
    line-height:1;
    margin: 0;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    text-align: center;
}
section {
    padding: 40px 0;
}
section.introbox {
    margin-top: -15px;
}
.about .left-side {
    padding-right: 0px;
}
.about-content {
    padding-bottom: 0;
}
.newsletter p{
    margin-bottom: 30px;
}
.ehover .name-block {
    transform: translateY(150px);
}
.ehover:hover .name-block {
    transform: translateY(180px);
}
.ehover:hover button.info, .ehover button.info{
    margin-top:0px;
}
.newsletter .form-control {
    width: auto;
}
.contact-bock {
    padding: 10px;
}
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
body{
	font-size:100%;
	    overflow-x: hidden;
}
.navbar-brand > images{
	max-width:110px;
}
.navbar-brand{
	padding: 10px 10px;
}

.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
    color: #222222;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #333;
}
.navbar-default.affix-top .navbar-header .navbar-brand:hover, .navbar-default.affix-top .navbar-header .navbar-brand:focus {
    color: #fff;
}
.flex-caption p, .flex-caption button{
	display:none;
}
.flex-caption h1 {
    font-size: 1.4285714285714284em;
}
.intro-ser p i {
    padding-top: 20px;
}
section.introbox {
    margin-top: 0;
	padding-top:15px;
	padding-bottom:0px;
}
.intro-ser{
	margin-bottom:15px;
}
.about .left-side {
    padding-right: 0px;
}
.about-content {
    padding-bottom: 0px;
}
.newsletter .form-control {
    width: 100%;
}
.about {
    padding-bottom: 30px;
	padding-top: 10px;
}
.section-title.center-text p {
    width: 100%;
}
.services {
    padding: 20px 0px;
}
.ser-block p.content {
    line-height: 1.5;
}
.hover {
	margin-bottom:15px;
}
.hover images {
    display: inline-block;
}
.ehover .name-block {
    transform: translateY(250px);
}
.ehover:hover .name-block {
    transform: translateY(300px);
}
.ehover:hover button.info, .ehover button.info {
    margin-top: 50px;
}
.news{
	padding:20px 0px;
}
#fade-quote-carousel blockquote {
    padding: 10px 5px;
}
.contact-bock {
    padding: 15px 0px 15px;
}
.contact-info {
    text-align: center;
}
.map {
    padding-top: 15px;
}
.social {
    text-align:center
}
.contact-info{
	font-size:16px;
	padding-top:15px;
}
.social {
    margin-top: 10px;
}
.contact-info .email-add {
    margin-top: 0px;
}
.slider-banner {
    margin-top: 50px;
}
.navbar-default {
    background-color: rgba(0,0,0,1);
}
.blog-content {
    border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-post images{
	display:inline-block;
	width:100%;
}
article.blog-post .images-right {
    padding-left: 15px;
}
article.blog-post .images-left {
    padding-right: 15px;
}

}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}

/*==================== Why choose us ==================*/
.why_choose_us {
    
}
.why_choose_us .left_side,
.why_choose_us .right_side {

    
}
.why_choose_us .left_side {
    background: url(../images/home/7.jpg) no-repeat center;
    background-size: cover;
    height: 550px;
}
.why_choose_us .right_side {

    width: 80%;
    
}
.why_choose_us .right_side .text {
    margin-top:50px;
    width: 100%;
}
.why_choose_us .right_side:before {
    content: '';
    width:4px;
    height:100%;
    background: #bb9338;
   
}
.why_choose_us .right_side .opacity {
   
}
.why_choose_us .choose_reason {
    position: relative;
    margin-bottom: 40px;
    margin-left: 40px;
}
.why_choose_us .right_side .choose_reason .item1 {
    font-family: "Flaticon";
    color:#fff;
    font-size: 37px;
    width:80px;
    height:80px;
    line-height: 80px;
    text-align: center;
    background: #bb9338;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top:0;
    left: -24%;
    z-index: 99;
}
.title_holder h3
{
  margin-left: 40px;
  margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;

    font-family: 'Roboto Condensed', sans-serif !important;
    color: #333;
}
.why_choose_us .choose_reason h4 {
    line-height: 28px;
}
.why_choose_us .choose_reason.item1:before {
    content: "\f115";
}
.why_choose_us .choose_reason.item2:before {
    content: "\f103";
}
.why_choose_us .choose_reason.item3:before {
    content: "\f113";
}

/*Start Case Evaluation area css*/
#case-evaluation-area {
  
  background: url(../images/case-evaluation-area-bg.jpg) no-repeat;
  background-position:left;
  background-size:cover;
}
.case-evaluation-form {
  padding-bottom: 64px;
  padding-top: 70px;
  padding-right: 70px;
}
.case-evaluation-form-title h1 {
  background: rgba(0, 0, 0, 0) url("../images/case-form-title-bg.png") no-repeat scroll left top;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 34px;
  padding-left: 0px;
  padding-top: 5px;
  text-transform: capitalize;
}
.case-evaluation-form input[type="text"] {
  color: #aba9a9;
  height: 42px;
  margin-bottom: 15px;
  padding: 0 20px;
  width: 100%;
}
.case-evaluation-form textarea {
  height: 121px;
  padding: 10px 20px 0;
  width: 100%;
  color:#8d8d8d;
}
.case-evaluation-form button[type="submit"] {
  background: #b89b5e none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 9px 21px;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.case-evaluation-form button[type="submit"]:hover {
  background: #3B3946;
  border: 1px solid #fff;
}
.case-evaluation-form input[type="text"]:focus{
  border:1px solid #b89b5e;
}
.case-evaluation-form textarea:focus {
  border:1px solid #b89b5e;
}
.case-evaluation-image images {
  float: left;
  max-width: none;
}
.case-evaluation-image {
  position: relative;
}
.case-evaluation-image:before {
  content: '';
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 200%;
  background: #b89b5e;
  display: block;
  opacity: .65;
  transition: all .3s ease;
  z-index: 999;
}
.case-evaluation-image:hover:before {
  left: 0;
}
/*End Case Evaluation area css*/



/*Start Footer widget area css */
#footer-widget-area {
  background: #1f1f1f none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer-logo {
  margin-top: -14px;
}
.widget-text {
  padding-top: 0px;
}
.widget-text p {
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
}
.footer-read-more a {
  color: #b89b5e;
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto Condensed",sans-serif;
}
.widget-social-links {
  margin-top: 27px;
}
.widget-social-links a i.mysocial_style {
  border: 1px solid #fff;
  border-radius: 0%;
  color: #fff;
  font-size: 13px;
  height: 30px;
  margin: 0 4px 0 0;

  width: 30px;
  line-height: 30px;
    text-align: center;
}
.widget-social-links a i.mysocial_style:hover{
  border:1px solid #b89b5e;
  color:#b89b5e;  
}

.single-footer-widget h3 {
  border-bottom: 1px solid #363637;
  color: #b89b5e;

  font-size: 20px;
  font-style: italic;
  margin-bottom: 27px;
  padding-bottom: 21px;
}
.single-footer-widget ul {
  color: #636363;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed",sans-serif;
}
.quick-links ul.left-quick-links {
  margin-right: 30px;
}
.quick-links ul li {
  margin-bottom: 12px;
}
.quick-links ul li i {
  font-size: 16px;
  padding-right: 12px;
  trasition: all .3s ease;
}
.quick-links ul li a {
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-size:14px;
  transition: all .3s ease;
}
.quick-links ul li a:hover {
  color: #BF9E58;
}
.quick-links ul li:hover i {
  color: #BF9E58;
}

.widget-get-intouch {
  padding-left: 90px;
}
.widget-get-intouch ul li {
  margin-bottom: 19px;
  padding-left: 35px;
  color: #fff;
}
.widget-get-intouch ul li.location {
  background: rgba(0, 0, 0, 0) url("../images/location.png") no-repeat scroll 0 7px;
}
.widget-get-intouch ul li.phone {
  background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left top;
  background-position: 0px 0px;
}
.widget-get-intouch ul li.envelop {
  background: rgba(0, 0, 0, 0) url("../images/envelop.png") no-repeat scroll left top;
  background-position: 0 0px;
}
.widget-get-intouch ul li.website {
  background: rgba(0, 0, 0, 0) url("../images/website.png") no-repeat scroll left top;
  background-position: 0 0px;
}
/*End Footer widget area css */


/*Start Footer area css */
#footer-area {
  background: #191919 none repeat scroll 0 0;
  padding-bottom: 17px;
  padding-top: 27px;
}
.copy-right-text p {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-family: "Roboto Condensed",sans-serif;
}
.created-text p {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-family: "Roboto Condensed",sans-serif;
}
.created-text p a {
  color: #fff;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
/*End Footer area css */

.btn-book
{
    background-color: #b89b5e;
    border-radius: 0px;
    color: #fff !important;
}
.btn-book:hover
{
    background-color: #b89b5e !important;
    color: #fff !important;
}
.top_header_menu ul
{
    margin-bottom: 0px;
}
.top_header_menu ul li 
{
    display: inline-block;
    padding-left: 10px;
}

.top_header
{
    
    padding: 5px;
    border-bottom: 1px solid rgba(1,35,63,.1)
    
}
.top_header a
{
    
}

.social_li_a a
{
    margin: 0px 10px;
}

.counter-count
{
    margin-bottom: 0px;
    line-height: normal;
    font-size: 25px;
    color: #333;
}
.order i
{
    background-color: #b89b5e;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
}

.order-p
{
    font-size: 20px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #333;
    font-family: 'Lora', serif;
    text-transform: capitalize;
}

.rs-blog {
  position: relative;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-item .blog-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.rs-blog .blog-item .blog-img .date {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8d6e63;
  color: #ffffff;
  padding: 8px 14px 4px;
  border-radius: 5px 5px 0 0;
}
.rs-blog .blog-item .content-wrapper {
  border-top: none;
  background: #ffffff;
  padding: 24px 25px 22px;
  border: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
}
.rs-blog .blog-item .content-wrapper .blog-meta {
  position: relative;
  padding-bottom: 12px;
}
.rs-blog .blog-item .content-wrapper .blog-meta h4 {
  margin-bottom: 7px;
}
.rs-blog .blog-item .content-wrapper .blog-meta a {
  color: #333333;
}
.rs-blog .blog-item .content-wrapper .blog-meta a:hover {
  color: #8d6e63;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li {
  display: inline;
  margin-right: 8px;
  color: #8d6e63;
  font-size: 14px;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li:first-child {
  position: relative;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li:first-child:after {
  content: '/';
  position: absolute;
  top: -3px;
  right: -10px;
  color: #8d6e63;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li i {
  margin-right: 10px;
}
.rs-blog .blog-item .content-wrapper .blog-desc {
  clear: both;
}
.rs-blog .blog-item .content-wrapper .blog-desc p {
  margin: 0 0 15px;
}
.rs-blog .blog-item .content-wrapper .blog-desc a {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  display: block;
  margin: 0 0 20px;
}
.rs-blog .blog-item .content-wrapper .blog-desc a:hover {
  color: #8d6e63;
}
.rs-blog .blog-item .content-wrapper .blog-desc.big-font a {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
}
.rs-blog .blog-btn {
  line-height: normal;
  color: #8d6e63;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 400;
  display: inline-block;
}
.rs-blog .blog-btn:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: -24px;
  opacity: 1;
  top: 2px;
  font-size: 15px;
  content: "\f178";
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
}
.rs-blog .blog-btn:hover:before {
  right: -30px;
}
.rs-blog .container {
  position: relative;
}
.rs-blog .rs-title {
  position: relative;
  z-index: 1;
}
.rs-blog .blog-wrapper {
  background-image: url(images/bg/test_wraper_bg.png);
  background-repeat: repeat;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

@media only screen and (max-width: 768px)
{
    .modal-dialog {
    width: 100%;
    margin: 30px auto;
}
}

.page-title .title {
    padding: 40px 0px;
    background-size: cover;
}
.page-title .title--heading h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.title--content .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.page-title .breadcrumb .active {
    color: #fff;
}
.page-title .breadcrumb a
{
    color: #fff;
}
.page-title .breadcrumb a:hover {
    color: #fff;
}

.contact_box i
{
    color: #b89b5e;
    font-size: 25px;
}
.contact_box
{
    background-color: #f1f1f1;
    padding: 30px;
    height: 200px;
}

.sidebar-area .cate-box ul li:first-child {
    padding-top: 0;
}
.sidebar-area .cate-box ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer;
}
.sidebar-area .cate-box ul
{
    margin: 0px;
    padding: 0px;
}
.sidebar-area .cate-box ul li a
{
    text-decoration: none;
}
.practice-content .title
{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}
.practice-content p
{
    text-align: justify;
}
.practice-content ul li
{
        line-height: 30px;
    font-size: 16px;
    margin-bottom: 0px;
}
.practice-content img
{
    width: auto;
}
.big-img
{
    width: 100% !important;
}
.sidebar-area .cate-box .title {
    margin-bottom: 20px;
}
.sidebar-area .title {
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 25px;
}
.about-content p
{
    margin-bottom: 10px;
    text-align: justify;
}
.about-content ul li
{
    list-style: disc;
    line-height: 30px;
    text-align: justify;
}
.practice-contentul ul li
{
    list-style: disc !important;
    line-height: 30px;
    text-align: justify;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
      padding: 10px;
  }

  .affix + .container {
      padding-top: 70px;
  }

  #page-title
  {
    margin-top: 60px;
    background-size: cover;
    background-position: center;
  }
  .rs-blog-single .blog-item .blog-top {
  margin-bottom: 20px;
}
.rs-blog-single .blog-item .blog-top .blog-date {
  float: left;
  width: 60px;
  height: 60px;
  color: #8d6e63;
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
  border-right: 2px solid #eee;
  margin-right: 20px;
}
.rs-blog-single .blog-item .blog-top .blog-date span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  padding-top: 10px;
}
.rs-blog-single .blog-item .blog-top .blog-title .title {
  margin-bottom: 5px;
  font-size: 30px;
}
.rs-blog-single .blog-item .blog-top .blog-title .title a {
  color: #333333;
}
.rs-blog-single .blog-item .blog-top .blog-title .title a:hover {
  color: #8d6e63;
}
.rs-blog-single .blog-item .blog-top .blog-title div ul li {
  display: inline;
  color: #333333;
}
.rs-blog-single .blog-item .blog-top .blog-title div ul li a {
  color: #333333;
}
.rs-blog-single .blog-item .blog-top .blog-title div ul li a:hover {
  color: #8d6e63;
}
.rs-blog-single .blog-item .blog-top .blog-title div ul li:after {
  content: "/";
  color: #333333;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.rs-blog-single .blog-item .blog-top .blog-title div ul li:last-child:after {
  margin: 0;
  padding: 0;
  content: unset;
}
.rs-blog-single .blog-item .blog-bottom .blog-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.rs-blog-single .blog-item .blog-bottom .blog-image .date {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8d6e63;
  color: #ffffff;
  padding: 8px 14px 4px;
  border-radius: 5px 5px 0 0;
}
.rs-blog-single .blog-item .blog-bottom blockquote {
  margin: 25px 0px;
  padding: 25px 30px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  font-style: italic;
  color: #333333;
  font-size: 15px;
}
.rs-blog-single .blog-item .blog-bottom .single-list {
  margin-left: 20px;
  margin-bottom: 20px;
}
.rs-blog-single .blog-item .blog-bottom .single-list li {
  position: relative;
  padding-left: 20px;
}
.rs-blog-single .blog-item .blog-bottom .single-list li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #8d6e63;
}
.rs-blog-single .blog-item .blog-bottom .image-with-p img {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 9px;
}
.rs-blog-single .blog-item .blog-bottom .blog-tags {
  margin: 50px 0;
  display: block;
}
.rs-blog-single .blog-item .blog-bottom .blog-tags ul li {
  display: inline;
  margin-right: 5px;
}
.rs-blog-single .blog-item .blog-bottom .blog-tags ul li a {
  padding: 10px 13px;
  background: transparent;
  font-size: 13px;
  border: 1px solid #eee;
  color: #333333;
}
.rs-blog-single .blog-item .blog-bottom .blog-tags ul li a:hover {
  background: #8d6e63;
  color: #fff;
}
.rs-blog-single .blog-item .blog-bottom .blog-tags ul li:last-child {
  margin: 0;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li {
  display: inline;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li a {
  color: #333333;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li a i {
  margin-right: 10px;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li a:hover {
  color: #8d6e63;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li:last-child {
  float: right;
}
.rs-blog-single .blog-item .blog-bottom .blog-nav ul li:last-child a i {
  margin-right: 0;
  margin-left: 10px;
}
.rs-blog-single .blog-item .blog-bottom .blog-form h3 {
  font-size: 30px;
}
.rs-blog-single .blog-item .blog-bottom .blog-form form label {
  display: block;
}
.rs-blog-single .blog-item .blog-bottom .blog-form form input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 23px;
}
.rs-blog-single .blog-item .blog-bottom .blog-form form textarea {
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 25px;
}
.rs-blog-single .blog-item .blog-bottom .blog-form form button.readon {
  border: none;
}

.flot_img
{
    float: right;
    width: 40%;
    margin: 0px 0px 10px 10px;
}

.flot_right
{
    float: right;
    width: 30%;
    margin: 0px 0px 40px 40px;
}
.flot_right img 
{
    width: 100%;
}
.about-content h4 
{
    padding: 10px 0px;
    font-size: 24px;
}

b, strong {
    font-weight: 600 !important;
}

.flex-caption h1 
{
    text-transform: uppercase;
    line-height:50px;
}

.ser_courts
{
    border: 1px solid #ddd;
    padding: 20px 0px;
}

.ser_courts i 
{
    font-size: 50px;
    margin-bottom: 10px;

}