@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900|Open+Sans:400,600');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 45px;
	color: #222222;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
}

a:hover {
	color: #17a7f1;
	text-decoration: underline;
}

a.active {
	color: #17a7f1 !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
	border-radius: 30px;
}

.btn-primary,
.btn-default {
	background-color: #174b02;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
}

.btn-default {
	color: #174b02;
	background-color: #fff;
}

.btn-primary:hover {
	background-color: #fff;
	color: #174b02;
}

.btn-md {
	font-size: 16px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.top-bar {
	background: #103302;
	line-height: 35px;
}

.top-bar span {
	color: #FFF;
	font-size: 12px;
}

.top-bar span.tp-contact {
	float: left;
}

.tp-con {
	float: right;
	padding-top: 5px
}

.tp-con li {
	float: left;
	padding: 0 12px;
}

.tp-con li a {
	color: #fff;
	font-weight: 700;
}

header {
	background: #174b02;
	padding: 15px 0 10px 0;
	position: relative;
	z-index: 9999;
}

header .navbar {
	background: transparent;
	border: 0;
	margin-bottom: 5px;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-toggle:hover {
	background-color: #174b02 !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navbar-right li a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all .4s;
	font-family: 'Open Sans', sans-serif;
}

.navbar-right li a:hover {
	color: #fff !important;
}

.navbar-right li:last-child a {
	padding-right: 0;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: top;
	height: 70vh;
	position: relative;
}

.hero-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.hero-txt h1 {
	font-size: 66px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 40px 0 50px 0;
	text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.4);
}

.hero-txt .small-txt {
	font-size: 32px;
	color: #fff;
	text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.5);
}

.header-txt .divider {
	height: 3px;
	background: #174b02;
	width: 250px;
	margin: 20px auto;
}

.whower {
	margin: 100px 0;
}

.whower h2 {
	color: #222222;
}

.whower h4 {
	margin: 30px 0 20px 0;
}

.whower p,
.our-history p {
	font-size: 16px;
	color: #777777;
}

.our-history {
	padding: 40px 0;
}

.our-history .year-op {
	font-size: 25px;
	color: #222222;
}

.our-history p {
	margin-top: 10px;
}

.our-history .hist-txt {
	margin-top: 65px;
	padding: 0 0 30px 0px;
}

.services {
	margin: 70px 0;
	background: #174b02;
	padding: 70px 0 30px 0;
}

.services .sec-heading h2,
.services .sec-heading p {
	color: #fff;
}

.services .sec-heading {
	margin-bottom: 65px;
}

.sec-heading p {
	font-size: 12px;
	line-height: 20px;
}

.services .icon {
	width: 15%;
	float: left;
}

.services .icon {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.services .icon img {
	width: 50px;
	margin: 0 auto;
	display: block;
	border: 1px solid rgb(112, 111, 111);
}

.services .service-block {
	margin-bottom: 40px;
	text-align: center;
	transition: all .4s;
	padding: 20px 15px;
	transition: all .4s;
	cursor: default;
}

.service-nm {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
	transition: all .4s;
}

.services .service-block p {
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	margin-top: 8px;
	transition: all .4s;
}

.reviews {
	margin: 80px 0;
	position: relative;
}

.reviews .owl-dots {
	display: none !important;
}

.reviews .sec-heading {
	margin-bottom: 80px;
}

.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 40px;
}

.review-text .name {
	color: #174b02;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #2b1702;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #7a8491;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 25px;
}

.testimonials {
	padding: 70px 0;
	background-color: #fafafa;
}

.testimonials h2 {
	margin-bottom: 5px;
}

.testimonials .sub-heading {
	font-size: 22px;
	color: #777777;
	margin-bottom: 40px;
}

.client-img {
	margin-top: 30px;
}

.client-img img {
	border-radius: 50%;
	border: 7px solid #fff;
	width: 100%;
}

.testimonial div.client-text {
	background-color: #e1e0e0;
	max-width: 660px;
	min-width: 660px;
	padding: 40px 70px 40px 100px;
	margin-top: 40px;
}

.testimonial div.client-text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
}

.testimonial div.client-text .name-occ {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.testimonial div.client-text1 {
	-webkit-clip-path: polygon(100% 0, 100% 100%, 5% 100%, 5% 58%, 0 48%, 5% 40%, 5% 0);
	clip-path: polygon(100% 0, 100% 100%, 5% 100%, 5% 58%, 0 48%, 5% 40%, 5% 0);
}

.testimonial div.client-text2 {
	-webkit-clip-path: polygon(0% 0%, 96% 0, 96% 37%, 100% 48%, 96% 61%, 96% 100%, 0 100%);
	clip-path: polygon(0% 0%, 96% 0, 96% 37%, 100% 48%, 96% 61%, 96% 100%, 0 100%);
	float: right;
}

.testimonial .right-sec {
	float: right;
}

.testimonial .left-sec {
	float: left;
}

.barristers .sub-heading {
	font-size: 16px;
	color: #777777;
	margin: 15px 0 70px 0;
}

.barristers .barrister-img {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.barristers .b-name,
.barristers .des {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	display: block;
	margin: 15px 0 7px 0;
}

.barristers .des {
	font-size: 15px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px 0;
}

.barristers .b-social-link {
	display: inline-block;
	position: absolute;
	left: -300px;
	bottom: 20px;
	transition: all 1s ease-in-out;
}

.barrister-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px 0 15px 15px;
	transition: all 1s;
	text-align: center;
	background: #174b02;
}

.barristers .barrister-img:hover .b-social-link {
	left: 50%;
	transform: translate(-50%, -0);
}

.barristers .barrister-img:hover .barrister-info {
	left: 100%;
}

.barristers .b-social-link li {
	float: left;
	padding: 0 7px;
}

.abt-our-team .b-social-link li {
	padding: 0 3px;
}

.barristers .b-social-link li a {
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background-color: #174b02;
	border-radius: 50%;
	transition: all 1s;
}

.barristers .b-social-link li a:hover {
	background: #174b02;
}

.barristers .col-md-4 {
	margin-bottom: 20px;
}

footer {
	background-color: #174b02;
	background-position: bottom center;
	padding: 80px 0 60px 0;
}

.ft-sc li {
	float: left;
	padding: 0 12px;
}

.ft-sc li:first-child {
	padding-left: 0;
}

.ft-sc li a {
	font-size: 24px;
}

.ft-about p {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	margin-top: 20px;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0 24px 0;
}

footer ul li {
	padding: 10px 0;
}

footer ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
}

footer .ft-news {
	margin-bottom: 15px;
}

footer .ft-news img {
	width: 70px;
	float: left;
	padding-right: 10px;
}

footer p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

footer .contact {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

footer .contact .fa {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

footer .social-links li:first-child {
	padding-left: 0;
}

footer .social-links li a {
	font-size: 25px;
	color: #fff;
}

footer .map {
	border: 5px solid #fff;
	border-radius: 5px;
}

footer .map iframe {
	width: 100%;
	min-height: 350px;
}

footer ul {
	margin-top: 25px;
}

footer ul li a:hover {
	color: #42cc0c;
}

footer .ft-divider {
	height: 1px;
	background-color: #174b02;
	width: 100%;
	margin: 50px 0 30px 0;
}

.cred .copy {
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.cred {
	background: #103302;
	text-align: center;
	padding: 20px 0;
}

.page-headers {
	padding: 40px 0 40px 0;
	text-align: left;
	background: #e0e3df;
}

.page-headers .page-title {
	font-size: 20px;
	color: #174b02;
	text-transform: uppercase;
	font-weight: 300;
}

.about-us {
	margin: 70px 0;
}

.about-us h1,
.contact-sec h1,
.contact-form h1 {
	font-size: 40px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 70px;
}

.about-us p {
	font-size: 16px;
	color: #777777;
}

.about-us .main-text {
	font-size: 20px;
	color: #2e2d2d;
	margin-bottom: 10px;
	text-align: center;
}

.contact-map {
	margin-bottom: 40px;
}

.contact-map iframe {
	width: 100%;
	min-height: 550px;
}

.contact-sec {
	margin: 70px 0;
}

.contact-sec h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}

.contact-sec p {
	font-size: 16px;
	line-height: 30px;
	text-transform: lowercase;
	color: #3d3d3d;
}

.contact-sec p .fa {
	color: #174b02;
	margin-right: 10px;
}

.contact-sec ul {
	display: inline-block;
	margin: 0 auto;
}

.contact-sec ul li {
	float: left;
	padding: 0 9px;
}

.contact-sec ul li a {
	font-size: 20px;
}

.contact-sec ul {
	margin-top: 15px;
}

.contact-sec ul li:first-child {
	padding-left: 0;
}

.contact-form {
	margin: 30px 0 70px 0;
}

.contact-form label {
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-form label span {
	color: #174b02;
}

.contact-form .form-group {
	overflow: hidden;
}

.contact-form .form-control {
	min-height: 48px;
	box-shadow: none;
	border: 1px solid #e0e1e2;
}

.contact-form .form-control:focus {
	border-color: #174b02;
}

.contact-form .btn {
	margin-top: 15px;
}
.intro-sec{
	background: #f6f6f6;
	padding: 100px 0;
}
.intro-text{
	padding-right: 40px;
}
.intro-text span,
.highlight-title{
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.intro-text .intro-title,
.choose-block h2{
	color: #333;
	font-size: 30px;
	line-height: 37px;
	margin-top: 10px;
}
.content-wrapper .services h2,
.faq-block h2{
	color: #222;
	text-align: center;
	margin-bottom: 80px;
	font-size: 40px;
}
.choose-block{
	background: #f6f6f6;
	display: table;
	height: 100%;
	width: 100%;
}
.choose-img{
	background: url(../images/choose-img.jpg) no-repeat;
	background-position: top center !important;
	background-size: cover;
	float: left;
	height: 100%;
	margin: 0;
	min-height: 710px;
	padding: 0;
	position: relative;
	width: 100%;
}
.choose-overview{
	padding-right: 100px;
	text-align: left;
}
.choose-block h2{
	margin-bottom: 30px;
}
.choose-block .white-col, .choose-block .no-pad {
    display: table-cell;
    float: none;
    text-align: left;
    vertical-align: middle;
}
.no-pad {
    margin: 0 !important;
    padding: 0 !important;
}
.faq-block{
	text-align: center;
	padding: 100px 0;
}
.accordion-wrap{
	margin-top: 20px;
}
.responsive-accordion{
	text-align: left;
}
.responsive-accordion .responsive-accordion-head{
	cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head{
	font-size: 20px;
	line-height: normal;
	padding: 12px 15px;
	position: relative;
	color: #103302;
}
.responsive-accordion .responsive-accordion-head i{
	color: #103302;
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.responsive-accordion-head{
	border: 2px solid #103302;
	border-radius: 4px;
}
.responsive-accordion-panel{
	padding: 15px;
}
.content-wrapper .services {
    margin: 0;
}
.content-wrapper .services h2 {
    margin-bottom: 5px;
    color: #fff;
}

/*=================Media Queries================*/

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.hero {
		height: 100vh;
	}
	.choose-block .white-col, .choose-block .no-pad{
		width: 50%;
	}
	.choose-overview{
		padding-right: 15px;
	}
	.intro-sec{
		padding: 70px 0;
		text-align: center;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 30px;
	}
	.choose-block h2{
		font-size: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero {
		height: 100vh;
	}
	.hero-txt h1 {
		font-size: 40px;
	}
	.client-text {
		min-width: 350px !important;
	}
	.client-text p {
		font-size: 16px !important;
	}
	.testimonial div.client-text .name-occ {
		font-size: 16px !important;
	}
	.v-list ul {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.about-us .col-md-6 {
		text-align: center;
	}
	.about-us .main-text {
		margin-top: 20px !important;
	}
	.choose-block .white-col, .choose-block .no-pad{
		width: 50%;
	}
	.choose-overview{
		padding-right: 15px;
	}
	.intro-sec{
		padding: 70px 0;
		text-align: center;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 30px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	.client-text {
		min-width: 350px !important;
	}
}

@media screen and (max-width: 767px) {
	.navbar-right {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	.hero .btn {
		margin-bottom: 10px;
	}
	.ft-sc {
		display: inline-block;
		margin: 25px auto 0 auto;
	}
	.hero-txt {
		text-align: center;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.hero-txt h1 {
		font-size: 45px;
		margin: 20px 0 20px 0;
	}
	.hero-txt .small-txt {
		font-size: 20px;
	}
	h2 {
		font-size: 35px;
	}
	.whower {
		margin: 50px 0;
	}
	.hist-txt {
		text-align: center;
	}
	.services {
		margin: 60px 0;
	}
	.service-block .icon,
	.service-block .service-txt {
		width: 100%;
		float: none;
		text-align: center;
	}
	.client-img {
		width: 100%;
		text-align: center;
	}
	.client-img img {
		max-width: 300px;
	}
	.testimonial div.client-text {
		max-width: 500px;
		min-width: auto;
		margin: 20px auto;
		padding: 40px 20px 40px 60px;
	}
	.client-text1 {
		padding-right: 20px !important;
	}
	.client-text2 {
		padding-left: 25px !important;
	}
	.testimonial .right-sec {
		float: right !important;
		width: 100%;
	}
	.testimonial .left-sec {
		float: right !important;
	}
	.client-text p {
		font-size: 16px !important;
	}
	.testimonial div.client-text .name-occ {
		font-size: 16px !important;
	}
	.barristers {
		padding: 50px 0;
	}
	footer {
		text-align: center;
	}
	footer h4 {
		margin: 35px 0 0 0;
	}
	footer .col-md-3 h4:last-child {
		margin-bottom:
	}
	footer .social-links {
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8 {
		width: 100%;
		display: inline-block;
	}
	.about-us {
		margin: 50px 0;
	}
	.about-us .main-text {
		margin-top: 20px;
	}
	.v-list ul {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.about-us .col-md-6 {
		text-align: center;
	}
	.about-us h1,
	.contact-sec h1,
	.contact-form h1 {
		margin-bottom: 40px;
	}
	.contact-sec {
		margin: 50px 0;
	}
	.contact-sec .col-md-4 {
		margin-bottom: 30px;
	}
	.contact-form .btn-primary {
		width: 100%;
	}
	.page-headers {
		padding: 30px 0 30px 0;
	}
	.mb-imgs img,
	.testi-img {
		margin-bottom: 25px;
	}
	.intro-sec,
	.faq-block {
    	padding: 50px 0;
    	text-align: center;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 30px;
	}
	.choose-block .white-col, .choose-block .no-pad{
		display: block;
	}
	.choose-img{
		min-height: 500px;
	}
	.choose-block .white-col {
    	clear: both;
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.choose-overview{
		text-align: center;
		padding-right: 15px;
	}
	.responsive-accordion-head span {
    	display: inline-block;
    	padding-right: 25px;
	}
}

@media screen and (max-width: 525px) {
	.top-bar .logo {
		width: 100%;
		float: none;
		display: inline-block;
		text-align: center;
	}
	.tp-con li a {
		font-size: 12px;
	}
	.tp-con {
		float: none;
		width: 100%;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.hero-txt h1 {
		font-size: 35px;
	}
}