@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400|Playfair+Display:400,700');
html,
body{
	height: 100%;
	min-height: 100%;
}
body{
	background: #fff;
	font-family: 'Playfair Display', serif;
	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{
	color: #222222;
	font-size: 60px;
}
h3{
	font-size: 17px;
}
h4{
	color: #2e2d2d;
	font-size: 20px;
}
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{
	border: 0;
	border-radius: 0;
	transition: all .3s;
}
.btn-primary{
	background-color: #1a4cdc;
	border: 1px solid transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 50px;
	text-transform: capitalize;
}
.btn-primary:hover{
	background-color: #fff;
	border: 1px solid #1a4cdc;
	color: #1a4cdc;
}
.btn-md{
	font-size: 19px;
}
.no-js #loader{
	display: none;
}
.js #loader{
	display: block;
	left: 100px;
	position: absolute;
	top: 0;
}
.se-pre-con{
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
header{
	background: transparent;
	padding: 15px 0 0 0;
	position: relative;
	z-index: 9999;
}
.navbar.purple-bg{
	background-color: #1a4cdc;
}
header .navbar{
	background: transparent;
	border: 0;
}
.navbar-toggle{
	background: none;
	border: 0;
	border-radius: 0;
}
.navbar-toggle .icon-bar{
	background-color: #fff !important;
}
.navbar-toggle:hover{
	background-color: #1a4cdc !important;
}
.navbar-toggle:visited{
	background-color: transparent;
}
.navbar-right li a{
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all .4s;
}
.navbar-right li a:hover{
	color: #1a4cdc !important;
}
.navbar-right li:last-child a{
	padding-right: 0;
}
.navbar-toggle{
	background: transparent !important;
	border: none;
}
.navbar-toggle:hover{
	background: transparent !important;
}
.navbar-toggle .icon-bar{
	transition: all 0.2s;
	webkit-transition: all 0.2s;
	width: 22px;
}
.navbar-toggle{
	background: transparent !important;
	border: none;
}
.navbar-toggle:hover{
	background: transparent !important;
}
.navbar-toggle .icon-bar{
	transition: all 0.2s;
	width: 22px;
}
.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-position: center;
	background-size: cover;
	height: 100vh;
	margin-top: -130px;
	position: relative;
}
.hero-txt{
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}
.hero-txt h1{
	color: #fff;
	font-size: 66px;
	font-weight: 700;
	margin: 40px 0 50px 0;
	text-transform: uppercase;
}
.hero-txt .small-txt{
	color: #fff;
	font-size: 32px;
}
.whower{
	margin: 100px 0;
}
.whower h2{
	color: #222222;
}
.whower h4{
	margin: 30px 0 20px 0;
}
.whower p,
.our-history p{
	color: #777777;
	font-size: 16px;
}
.our-history{
	background: #fafafa;
	padding: 40px 0;
}
.our-history img{
	width: 430px;
}
.our-history .year-op{
	color: #222222;
	font-size: 25px;
}
.our-history p{
	margin-top: 10px;
}
.our-history .hist-txt{
	margin-top: 40px;
}
.services,
.faq-block{
	margin: 100px 0;
}
.services .icon{
	float: left;
	width: 15%;
}
.services .icon img{
	margin: 0 auto;
	width: 67px;
}
.services .service-txt{
	float: right;
	width: 85%;
}
.services .service-block{
	display: inline-block;
	margin-bottom: 40px;
}
.service-nm{
	color: #222222;
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.services .service-block p{
	color: #777777;
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
}
.testimonials{
	background-color: #fafafa;
	padding: 70px 0;
}
.testimonials h2{
	margin-bottom: 5px;
}
.testimonials .sub-heading{
	color: #777777;
	font-size: 22px;
	margin-bottom: 40px;
}
.client-img{
	margin-top: 30px;
}
.client-img img{
	border: 7px solid #fff;
	border-radius: 50%;
	width: 100%;
}
.testimonial div.client-text{
	background-color: #e1e0e0;
	margin-top: 40px;
	max-width: 660px;
	min-width: 660px;
	padding: 40px 70px 40px 100px;
}
.testimonial div.client-text p{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 5px;
}
.testimonial div.client-text .name-occ{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.testimonial div.client-text1{
	clip-path: polygon(100% 0, 100% 100%, 5% 100%, 5% 58%, 0 48%, 5% 40%, 5% 0);
	webkit-clip-path: polygon(100% 0, 100% 100%, 5% 100%, 5% 58%, 0 48%, 5% 40%, 5% 0);
}
.testimonial div.client-text2{
	clip-path: polygon(0% 0%, 96% 0, 96% 37%, 100% 48%, 96% 61%, 96% 100%, 0 100%);
	float: right;
	webkit-clip-path: polygon(0% 0%, 96% 0, 96% 37%, 100% 48%, 96% 61%, 96% 100%, 0 100%);
}
.testimonial .right-sec{
	float: right;
}
.testimonial .left-sec{
	float: left;
}
.barristers{
	background-color: #f5f2f2;
	padding: 100px 0;
}
.barristers .sub-heading{
	color: #777777;
	font-size: 16px;
	margin: 15px 0 70px 0;
}
.barristers .barrister-img{
	border: 5px solid #e8e8e8;
	overflow: hidden;
}
.barristers .barrister-img:hover img{
	transition: all 1s;
}
.barristers .barrister-img:hover img{
	transform: scale(1.5);
}
.barristers .b-name,
.barristers .des{
	color: #111111;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0 7px 0;
	text-transform: capitalize;
}
.barristers .des{
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.barristers .b-social-link{
	display: inline-block;
	margin: 0 auto;
}
.barristers .b-social-link li{
	float: left;
	padding: 0 7px;
}
.barristers .b-social-link li a{
	background-color: #111111;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 36px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
	width: 36px;
}
.barristers .b-social-link li:first-child a:hover{
	background-color: #3a5793;
}
.barristers .b-social-link li:nth-child(2) a:hover{
	background: #f09433;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.barristers .b-social-link li:nth-child(3) a:hover{
	background-color: #00aced;
}
.barristers .b-social-link li a:hover{
	transform: rotate(360deg);
}
.barristers .col-md-4{
	margin-bottom: 20px;
}
footer{
	background: url(../images/footer-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-color: #070707;
	background-position: bottom center;
	background-size: cover;
	padding: 100px 0 35px 0;
}
footer h5{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0 24px 0;
	text-transform: capitalize;
}
footer p{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
footer .contact{
	color: #fff;
	display: block;
	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{
	color: #fff;
	font-size: 25px;
}
footer .map{
	border: 5px solid #fff;
	border-radius: 5px;
}
footer .map iframe{
	min-height: 350px;
	width: 100%;
}
footer ul{
	margin-top: 25px;
}
footer ul li a:hover{
	color: #1a4cdc;
}
footer .divider{
	background-color: #5d5e61;
	height: 1px;
	margin: 30px 0;
	width: 100%;
}
footer .copy{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.page-headers{
	background-image: url(../images/pageheader.jpg);
	background-size: cover;
	margin-top: -130px;
	padding: 150px 0 100px 0;
	text-align: center;
}
.page-headers .page-title{
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}
.about-us{
	margin: 70px 0;
}
.about-us h1,
.vision h1,
.contact-sec h1,
.contact-form h1{
	color: #222222;
	font-size: 40px;
	margin-bottom: 70px;
	text-transform: capitalize;
}
.about-us p{
	color: #777777;
	font-size: 16px;
}
.about-us .main-text{
	color: #2e2d2d;
	font-size: 20px;
	margin-bottom: 10px;
}
.vision ul li{
	padding: 15px 0;
}
.vision ul li .fa{
	color: #1a4cdc;
	font-size: 18px;
	margin-right: 5px;
}
.vision .img{
	text-align: center;
	width: 100%;
}
.v-list{
	margin: 70px 0 0 0px;
	position: relative;
}
.vision .btn{
	margin-top: 15px;
}
.contact-sec{
	margin: 70px 0;
}
.contact-sec h4{
	font-size: 20px;
	margin-bottom: 15px;
}
.contact-sec p{
	font-size: 16px;
	line-height: 30px;
}
.contact-sec p .fa{
	color: #222222;
	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: #1a4cdc;
}
.contact-form .form-group{
	overflow: hidden;
}
.contact-form .form-control{
	border: 1px solid #e0e1e2;
	box-shadow: none;
	min-height: 48px;
}
.contact-form .form-control:focus{
	border-color: #1a4cdc;
}
.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;
}
.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: #1a4cdc;
}
.responsive-accordion .responsive-accordion-head i{
	color: #1a4cdc;
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.responsive-accordion-head{
	border: 2px solid #1a4cdc;
	border-radius: 4px;
}
.responsive-accordion-panel{
	padding: 15px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px){
	.hero-txt{
		margin-top: 50px;
	}
	.intro-sec{
		padding: 70px 0;
		text-align: center;
	}
	.intro-text{
		margin-bottom: 40px;
		padding-right: 0;
	}
	.services, .faq-block {
    	margin: 70px 0;
	}
	.choose-block .white-col, .choose-block .no-pad {
    	width: 50%;
	}
	.choose-overview{
		padding-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px){
	.hero-txt{
		margin-top: 50px;
	}
	.hero-txt h1{
		font-size: 50px;
	}
	.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;
		text-align: center;
		width: 100%;
	}
	.vision .col-md-4,
		.about-us .col-md-6{
		text-align: center;
	}
	.vision{
		padding-bottom: 50px;
	}
	.about-us .main-text{
		margin-top: 20px !important;
	}
	.intro-sec{
		padding: 70px 0;
	}
	.services, .faq-block {
    	margin: 70px 0;
	}
	.choose-block .white-col, .choose-block .no-pad {
    	width: 50%;
	}
	.choose-overview{
		padding-right: 0;
	}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	.client-text{
		min-width: 350px !important;
	}
}
@media screen and (max-width: 767px){
	header #navbar{
		background-color: #1a4cdc;
	}
	.hero-txt{
		margin-top: 50px;
	}
	.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{
		float: none;
		text-align: center;
		width: 100%;
	}
	.client-img{
		text-align: center;
		width: 100%;
	}
	.client-img img{
		max-width: 300px;
	}
	.testimonial div.client-text{
		margin: 20px auto;
		max-width: 500px;
		min-width: 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 .social-links{
		display: inline-block;
		margin: 0 auto;
	}
	footer .col-md-8{
		display: inline-block;
		width: 100%;
	}
	.about-us{
		margin: 50px 0;
	}
	.about-us .main-text{
		margin-top: 20px;
	}
	.v-list ul{
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.vision .col-md-4,
		.about-us .col-md-6{
		text-align: center;
	}
	.about-us h1,
		.vision h1,
		.contact-sec h1,
		.contact-form h1{
		margin-bottom: 40px;
	}
	.contact-sec{
		margin: 50px 0;
	}
	.vision{
		padding-bottom: 50px;
	}
	.contact-sec .col-md-4{
		margin-bottom: 30px;
	}
	.contact-form .btn-primary{
		width: 100%;
	}
	.intro-sec {
    	text-align: center;
    	padding: 50px 0;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 40px;
	}
	.content-wrapper .services h2, .faq-block h2{
		margin-bottom: 40px;
		font-size: 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 {
	    padding-right: 15px;
	    text-align: center;
	}
	.responsive-accordion-head span {
	    display: inline-block;
	    padding-right: 25px;
	}
}
@media screen and (max-width: 420px){
}
@media only screen and (min-width: 768px) and (max-width: 991px){
}
@media only screen and (min-width: 320px) and (max-width: 767px){
}