    /*Main style sheet for theme
    
	note: just find #/.element from below table of content in order to modify the settings.

	*** CSS - table of contents ***
		
	[Layout]
	
	0.#Body
		1. section #home
			1.1 Header #main_header
			1.2 Navigation #nav/.nav
			1.3 Carousel #main_slider
			1.4 welcome section #home_content
			1.5 Service Highlights .service-highlight
		-----------------------------------------------
		2. section #aboutus
			2.1 about img .about-img
			2.2 About Content .about-info
		-----------------------------------------------
		3. section #attorneys
			3.1 #attorneys-slide
		-----------------------------------------------
		4. section #services
			4.1 tabs #tabs/.tabs
			4.2 services details #service-info/.service-info
		-----------------------------------------------
		5. section #news
		-----------------------------------------------
		6. section #testimonial
			6.1 #testmonials-slide
		-----------------------------------------------
		7. section #googlemap
		-----------------------------------------------
		8. section #contactus
		-----------------------------------------------
		9. section #footer
		-----------------------------------------------
		10. find font settings @ #fonts	
			10.1 #typography
		-----------------------------------------------
		11. #responsive setting css

	*/
    /* fonts*/
    
    @import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
    @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
    @import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700');
    /* #Body */
    
    body {
    	color: #797979;
    	font: 400 15px / 24px 'Hind';
    	-webkit-font-smoothing: subpixel-antialiased;
    }
    /*	#home */
    
    .toplinks {
    	padding: 13px 0px;
    }
    .toplinks a {
	color: #FFFFFF;
	font: 300 16px / 25px 'Hind';
    }
    .toplinks a span {
    	font-size: 13px;
    }
    /*	#main_header*/
    
    .social-media-header {
    	margin: 0px;
    	padding: 0px;
    	list-style: none;
    	color: #6b6b6b;
    	font: 400 16px / 25px 'FontAwesome';
    }
    .social-media-header a {
    	display: inline-block;
    	padding-left: 15px;
    }
    .link-spacer {
    	padding: 0px 5px;
    }
    .brand {
    	float: left;
    	padding-top: 6px;
    }
    .icon-bar {
    	background: #fff none repeat scroll 0 0;
    }
    header {
    	position: absolute;
    	top: 0px;
    	width: 100%;
    	z-index: 2;
    }
    /*	Navigation #nav */
    
    .navbar-toggle {
    	border: 1px solid rgba(255, 255, 255, 0.5);
    	border-radius: 0;
    }
    nav ul.navbar-nav {
    	float: right;
    }
    .navbar-nav a {
    	color: #cecece;
    	font: 400 15px / 25px "Quattrocento";
    	text-transform: uppercase;
    }
    .nav > li > a {
    	padding: 5px 12px;
    }
    .nav > li > a:hover,
    .nav > li > a.active {
    	background-color: transparent;
    	text-decoration: none;
    	color: #E1B873
    }
    .nav > li > a:focus {
    	background-color: transparent;
    	text-decoration: none;
    }
    header.sticky {
    	background: #2f2f2f none repeat scroll 0 0;
    	padding: 10px 0;
    	position: fixed;
    }
    header.sticky .toplinks {
    	display: none;
    }
    header.sticky .brand img {
    	width: 80%;
    }
    .sticky .nav.navbar-nav {
    	margin-top: 15px;
    }
    /* Carousel #main_slider */
    
    #main_slider {
    	position: relative;
    }
    #main_slider .slick-slide {
    	position: relative;
    }
    #main_slider .slick-arrow {
    	position: absolute;
    	top: 400px;
    	top: 50vh;
    	z-index: 1;
    	background-color: transparent;
    	border: 0px;
    	text-indent: -500px;
    	padding: 5px 15px;
    	overflow: hidden;
    }
    #main_slider .slick-next {
    	background: url(../images/next.png) no-repeat center center rgba(255, 255, 255, 0.13);
    	right: 0px;
    }
    #main_slider .slick-prev {
    	background: url(../images/prev.png)no-repeat center center rgba(255, 255, 255, 0.13);
    }
    .slide-caption {
    	position: absolute;
    	width: 100%;
    	top: 400px;
    	z-index: 1;
    }
    .slide-caption h1 {
	color: #0000FF;
	font: 700 59px / 57.01px 'Hind';
	text-transform: uppercase;
    }
    .slide-caption h6 {
	color: #FFFFFF;
	font-family: 'Hind';
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
    }
    .slide-caption span {
	color: #000000;
	font: 400 46px 'Quattrocento';
	display: block;
	text-transform: capitalize;
    }
    .slick-active .slide-caption *,
    .service-highlight,
    .service-highlight * {
    	-webkit-transition: all 0.5s ease 1 s;
    	-webkit-transition: all 0.5s ease 1s;
    	transition: all 0.5s ease 1s;
    }
    .down {
    	height: 0px;
    }
    .left {
    	padding-left: 100px;
    }
    .fade {
	opacity: 0;
	color: #000;
    }
    .slick-active .fade {
    	opacity: 1;
    }
    .slick-active .down {
    	height: 50px;
    }
    .slick-active .left {
    	padding-left: 0px;
    	-webkit-transition-delay: 2.5s;
    	transition-delay: 2.5s;
    }
    /* welcome section #home_content */
    
    .welcome-heading {
    	color: #e0b772;
    	font: 400 33px 'Quattrocento';
    }
    .welcome-heading span {
    	color: #ffffff;
    	font: 400 33px 'Quattrocento';
    }
    .welcomeSec {
    	position: absolute;
    	width: 100%;
    	top: 800px;
    }
    /* Service Highlights */
    
    .service-highlight {
    	padding: 40px;
    	min-height: 100px;
    	text-align: center;
    	color: #bcbcbc;
    	position: relative;
    	top: 130px;
    }
    .service-highlight i {
    	color: #e0b772;
    	font: 400 40px / 24px 'FontAwesome';
    	width: 43px;
    	height: 43px;
    	display: block;
    	margin: 0px auto;
    	text-align: center;
    }
    .service1 {
    	background-color: #1d58a2;
    }
    .service2 {
    	background-color: #144888;
    }
    .service3 {
    	background-color: #0b3366;
    }
    .service-heading {
    	color: #ffffff;
    	font: 400 23px / 24px 'Quattrocento';
    	margin: 0px;
    	padding: 15px 0 21px;
    	text-transform: uppercase;
    }
    .readmore {
    	font-size: 0px;
    	line-height: 0px;
    }
    .readmore:after {
    	content: "\f0c1";
    	padding: 10px 9px;
    	background: rgba(255, 255, 255, 0.5);
    	display: block;
    	position: absolute;
    	border-radius: 50%;
    	color: #144888;
    	font: 400 29px / 24px FontAwesome;
    	text-align: center;
    	top: 60%;
    	left: 50%;
    	margin: -19px 0 0 -20px;
    	/*    display: none;*/
    	opacity: 0;
    	-webkit-transition: all 0.5s ease 0.5 s;
    	-webkit-transition: all 0.5s ease 0.5s;
    	transition: all 0.5s ease 0.5s;
    }
    .readmore:before {
    	content: "";
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.3);
    	top: 0px;
    	left: 0px;
    	/*    display: none;*/
    	opacity: 0;
    	-webkit-transition: all 0.5s ease 0.5 s;
    	-webkit-transition: all 0.5s ease 0.5s;
    	transition: all 0.5s ease 0.5s;
    }
    .service-highlight:hover .readmore:after,
    .service-highlight:hover .readmore:before {
    	display: block;
    	opacity: 1;
    }
    .service-highlight:hover .readmore:after {
    	top: 50%;
    }
    .aboutus-content,
    .services-content,
    .testimonial-content,
    .contact-content {
    	background-color: #f2f2f2;
    	min-height: 200px;
    	margin-top: -125px;
    	position: relative;
    }
    /* #typography */
    
    .typography * {
    	margin: 0px;
    	padding: 0px;
    }
    .typography {
    	padding: 50px 0px 20px;
    	text-align: center;
    }
    .typography:after,
    .typography:before,
    .clearBoth {
    	visibility: hidden;
    	display: block;
    	content: "";
    	clear: both;
    	height: 0;
    }
    .typography i {
    	color: #e0b772;
    	font: 400 23px / 24px 'FontAwesome';
    }
    .style1 .text1 {
    	color: #283c61;
    	font: 400 15px / 24px 'Hind';
    	text-transform: uppercase;
    	position: relative;
    	display: table;
    	margin: 0 auto;
    }
    .style1 .text1:before {
    	content: "";
    	height: 1px;
    	background: #e0b772;
    	width: 50px;
    	position: absolute;
    	display: inline-block;
    	margin-left: -60px;
    	margin-top: 10px;
    }
    .style1 .text1:after {
    	content: "";
    	height: 1px;
    	background: #e0b772;
    	width: 50px;
    	position: absolute;
    	display: inline-block;
    	margin-left: 10px;
    	margin-top: 10px;
    }
    .style1 .text2 {
    	color: #1d58a2;
    	font: 700 30px / 24px 'Quattrocento';
    	text-transform: uppercase;
    	padding: 5px 0px;
    }
    .style2 .text1 {
    	color: #f2f2f2;
    	font: 400 15px / 24px 'Hind';
    	text-transform: uppercase;
    	position: relative;
    	display: table;
    	margin: 0 auto;
    }
    .style2 .text1:before {
    	content: "";
    	height: 1px;
    	background: #e0b772;
    	width: 50px;
    	position: absolute;
    	display: inline-block;
    	margin-left: -60px;
    	margin-top: 10px;
    }
    .style2 .text1:after {
    	content: "";
    	height: 1px;
    	background: #e0b772;
    	width: 50px;
    	position: absolute;
    	display: inline-block;
    	margin-left: 10px;
    	margin-top: 10px;
    }
    .style2 .text2 {
    	color: #f2f2f2;
    	font: 700 30px / 24px 'Quattrocento';
    	text-transform: uppercase;
    	padding: 5px 0px;
    }
    /* section #aboutus */
    /* about img .about-img*/
    
    .about-img {
    	width: 100%;
    }
    /* About Content .about-info*/
    
    .about-info {
    	max-width: 390px;
    	margin-top: 125px;
    	color: #797979;
    	width: 100%;
    	padding-right: 10px;
    	box-sizing: border-box;
    	margin-bottom: 60px;
    }
    .italic {
    	font: 400 19px / 24px 'Hind';
    	padding-bottom: 24px;
    }
    .about-info p {
    	font: 400 15px / 24px "Hind";
    	padding-bottom: 24px;
    }
    .btn {
    	background-color: #e0b772;
    	color: #ffffff;
    	font: 400 19px / 24px "Hind";
    	border-radius: 0px;
    }
    /* section #attorneys */
    
    #attorneys-slide {
    	margin-bottom: 115px;
    }
    .attorneys-content {
    	background: #144888 url(../images/attorneys-bg.png) no-repeat center top;
    	margin-top: -125px;
    }
    .attorneys {
    	text-align: center;
    	text-transform: uppercase;
    	margin: 50px 0px 70px;
    }
    .avtar {
    	width: 236px;
    	height: 236px;
    	border-radius: 50%;
    	background-color: #f2f2f2;
    	overflow: hidden;
    	margin: 0px auto;
    	margin-bottom: 40px;
    }
    .attorneys .name {
	color: #333333;
	font: 700 23px / 24px 'Quattrocento';
    }
    .attorneys .designation {
    	color: #f2f2f2;
    	font: 400 15px / 24px 'Hind';
    	padding: 5px 0px 10px;
    }
    .attorneys .social-media a {
    	color: #979797;
    	font: 400 16px / 25px "FontAwesome";
    	padding: 0px 10px;
    }
    /* #attorneys-slide */
    
    #attorneys-slide .slick-arrow {
    	border: 0px;
    	overflow: hidden;
    	text-indent: -500px;
    	width: 35px;
    	height: 35px;
    	position: absolute;
    	top: 25%;
    }
    #attorneys-slide .slick-next {
    	background: url(../images/next.png) no-repeat center center rgba(255, 250, 250, 0.14);
    	border-radius: 50%;
    	background-size: 30%;
    	right: 0px;
    }
    #attorneys-slide .slick-prev {
    	background: url(../images/prev.png) no-repeat center center rgba(255, 250, 250, 0.14);
    	border-radius: 50%;
    	background-size: 30%;
    	left: 0px;
    	z-index: 1;
    }
    #attorneys-slide .slick-dots li.slick-active button::before {
    	color: #e0b772;
    	opacity: 0.75;
    	content: "\f111"
    }
    #attorneys-slide .slick-dots li button::before {
    	color: white;
    	content: "\f10c";
    	font-family: "fontAwesome";
    	font-size: 15px;
    	height: 20px;
    	left: 0;
    	line-height: 20px;
    	opacity: 0.25;
    	position: absolute;
    	text-align: center;
    	top: 0;
    	width: 20px;
    }
    #attorneys-slide .slick-dots li button {
    	background: transparent none repeat scroll 0 0;
    	border: 0 none;
    	color: transparent;
    	cursor: pointer;
    	display: block;
    	font-size: 0;
    	height: 20px;
    	line-height: 0;
    	outline: medium none;
    	padding: 5px;
    	width: 20px;
    }
    #attorneys-slide .slick-dots {
    	bottom: 25px;
    	list-style: outside none none;
    	margin: 0;
    	padding: 0;
    	position: relative;
    	text-align: center;
    	width: 100%;
    }
    #attorneys-slide .slick-dots li {
    	cursor: pointer;
    	display: inline-block;
    	height: 20px;
    	margin: 0 5px;
    	padding: 0;
    	position: relative;
    	width: 20px;
    }
    /* section #services */
    
    .services-content .service-highlight {
    	top: 0px;
    }
    .service-info {
    	padding-right: 30px;
    }
    .theme-listing li {
    	padding: 3px 0px 3px 20px;
    	position: relative;
    }
    .theme-listing li:before {
    	content: "\f10c";
    	font-family: "fontAwesome";
    	font-size: 13px;
    	left: 0px;
    	position: absolute;
    	color: #1D58A2;
    }
    .service-highlight.active:after {
    	border-color: transparent #F2F2F2;
    	border-style: solid;
    	border-width: 15px 15px 15px 0;
    	content: "";
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 50%;
    	width: 0;
    	z-index: 1;
    	margin-top: -15px;
    }
    /*  tabs #tabs/.tabs  */
    
    .service-highlight.service1.active:before,
    .tabs:hover.service-highlight.service1:before {
    	background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    	content: "";
    	height: 100%;
    	left: 0;
    	position: absolute;
    	top: 0;
    	width: 100%;
    	cursor: pointer;
    }
    .tabs:hover.service-highlight:after {
    	border-color: transparent #1a5093;
    	border-style: solid;
    	border-width: 15px 0 15px 15px;
    	content: "";
    	display: block;
    	margin-top: -15px;
    	position: absolute;
    	right: -15px;
    	top: 50%;
    	width: 0;
    	z-index: 1;
    }
    /* section #news */
    
    .news-content {
    	margin-top: -125px;
    	background: #dedede;
    	padding-bottom: 150px;
    }
    .news-holder {
    	background: #ffffff;
    	padding: 15px 20px;
    	margin-bottom: 15px;
    	overflow: hidden;
    }
    .post-cont-info {
    	color: #797979;
    	font: 400 13px / 16px 'Hind';
    	padding-bottom: 5px;
    	border-bottom: 1px solid #E7E7E7;
    	margin-bottom: 10px;
    }
    .post-cont-info span span {
    	font-weight: bold;
    }
    .news-title {
    	color: #1d58a2;
    	font: 700 18px / 24px Quattrocento;
    }
    .news-details img {
    	width: 100%;
    }
    .readmore {
    	color: #9e9c9c;
    	font: 400 15px / 24px "Hind";
    }
    .news img {
    	display: inline-block;
    	float: left;
    }
    .news .news-title {
    	margin-top: 0px;
    	margin-bottom: 5px;
    }
    .news-holder img[class*="col-"],
    .news-holder img[class^="col-"] {
    	padding: 0px;
    }
    .news-holder div[class*="col-"] {
    	padding-right: 0px;
    }
    .news:last-child > .news-holder {
    	margin-bottom: 0px;
    }
    .news-scroller {
    	max-height: 551px;
    }
    .mCSB_inside > .mCSB_container {
    	margin-right: 20px;
    }
    a.news-more {
    	background: #1d58a2 none repeat scroll 0 0;
    	bottom: -15px;
    	display: inline-block;
    	font: 700 30px/22px "hind";
    	height: 30px;
    	position: absolute;
    	right: -20px;
    	text-align: center;
    	text-decoration: none;
    	width: 30px;
    }
    .news-more:hover {
    	color: rgba(255, 255, 255, 0.51);
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    	background-color: #1d58a2
    }
    .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    	background-color: #0B3366
    }
    /* section #testimonial */
    
    .testmonials {
    	text-align: center;
    	width: 1000px;
    	margin: 0 auto;
    	overflow: hidden;
    }
    .testmonial img {
    	width: 112px;
    	height: 112px;
    	border-radius: 50%;
    	overflow: hidden;
    	margin: 0 auto;
    }
    .client-name {
    	color: #797979;
    	font: 700 15px / 30px 'Hind';
    	margin-top: 10px;
    }
    .testmonial .designation {
    	color: #797979;
    	font: 400 15px / 30px "Hind";
    }
    .client-quote {
    	color: #797979;
    	font: 400 19px / 30px 'Hind';
    	margin: 30px 0px;
    	font-style: italic;
    	max-width: 839px;
    	margin: 0 auto;
    }
    /*#testmonials-slide*/
    
    #testimonial .slick-arrow {
    	border: 0px;
    	overflow: hidden;
    	text-indent: -500px;
    	width: 35px;
    	height: 35px;
    	position: absolute;
    	top: 25%;
    }
    #testimonial .slick-next {
    	background: url(../images/next.png) no-repeat center center rgba(255, 250, 250, 0.14);
    	border-radius: 50%;
    	right: 0px;
    }
    #testimonial .slick-prev {
    	background: url(../images/prev.png) no-repeat center center rgba(255, 250, 250, 0.14);
    	border-radius: 50%;
    	left: 0px;
    	z-index: 1;
    }
    #testimonial .slick-dots li.slick-active button::before {
    	color: #1e3051;
    	content: "\f111"
    }
    #testimonial .slick-dots li button::before {
    	color: #acacac;
    	content: "\f111";
    	font-family: "fontAwesome";
    	font-size: 12px;
    	height: 20px;
    	left: 0;
    	line-height: 20px;
    	position: absolute;
    	text-align: center;
    	top: 0;
    	width: 20px;
    }
    #testimonial .slick-dots li button {
    	background: transparent none repeat scroll 0 0;
    	border: 0 none;
    	color: transparent;
    	cursor: pointer;
    	display: block;
    	font-size: 0;
    	height: 20px;
    	line-height: 0;
    	outline: medium none;
    	padding: 5px;
    	width: 20px;
    }
    #testimonial .slick-dots {
    	bottom: 25px;
    	list-style: outside none none;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	width: 100%;
    	margin: 20px 0px;
    }
    #testimonial .slick-dots li {
    	cursor: pointer;
    	display: inline-block;
    	height: 20px;
    	margin: 0 5px;
    	padding: 0;
    	position: relative;
    	width: 20px;
    }
    /* section #googlemap */
    
    #google-container {
    	height: 600px;
    	z-index: -1;
    	margin-top: -125px;
    }
    /* section #contactus */
    
    .form-controls {
    	padding: 0px 30px;
    }
    .left-sec {
    	padding-right: 0px;
    	padding-top: 30px;
    }
    .right-sec {
    	padding-left: 0px;
    	padding-top: 30px;
    }
    .contact-content {
    	padding-bottom: 30px;
    }
    .content-holder {
    	padding: 0px 30px
    }
    .form-controls input[type="text"],
    .form-controls textarea {
    	width: 100%;
    	margin-bottom: 15px;
    	padding: 5px;
    	border: 1px solid #D9D9D9;
    }
    .form-controls textarea {
    	height: 140px;
    	resize: none;
    }
    /* section #footer */
    
    address {
    	font-weight: 700;
    	line-height: 1.42857;
    	margin-bottom: 10px;
    }
    .word-separator {
    	padding-right: 15px;
    	margin-right: 15px;
    	border-right: 1px solid #666666;
    }
    footer {
    	margin-top: 80px;
    }
    .footer-logo {
    	padding-bottom: 25px;
    	display: inline-block;
    }
    .footer-content {
    	background-color: #072246;
    	padding: 65px 0px;
    	color: #797979;
    	font: 400 15px / 24px 'Hind';
    }
    .footer-heading {
    	color: #f2f2f2;
    	font: 400 21px / 25px 'Myriad Pro';
    	display: inline-block;
    	margin-top: 0px;
    }
    .footer-links {
    	border-top: 1px solid #e0b772;
    	display: block;
    	clear: both;
    	padding-top: 18px;
    }
    .footer-links .col-md-8 a {
    	color: #cecece;
    	font: 400 15px / 25px 'Quattrocento';
    	text-transform: uppercase;
    	padding-left: 22px;
    }
    .footer-media a {
    	font: 400 19px / 25px 'FontAwesome';
    	padding: 0px 10px;
    }
    .credit {
    	background-color: #144888;
    	padding: 23px 0px;
    }
    .credit {
    	color: #acacac;
    	font: 400 15px / 30px 'Myriad Pro';
    }
    [data-animate] {
    	opacity: 0;
    }
    [role="tab-associate"] {
    	display: none;
    	opacity: 0;
    }
    .active[role="tab-associate"] {
    	display: block;
    	opacity: 1;
    }
    input:required:invalid,
    textarea:required:invalid,
    input:focus:invalid {
    	background-image: url(../images/invalid.png);
    	background-position: right 9px;
    	background-repeat: no-repeat;
    }
    input:required:valid,
    textarea:required:valid {
    	background-image: url(../images/valid.png);
    	background-position: right 9px;
    	background-repeat: no-repeat;
    }
    .typography.webkit {
    	-webkit-margin-before: 125px;
    }
    div#ts::before {
    	-moz-border-bottom-colors: none;
    	-moz-border-left-colors: none;
    	-moz-border-right-colors: none;
    	-moz-border-top-colors: none;
    	background: #ffffff none repeat scroll 0 0;
    	border-color: #c5c5c5 -moz-use-text-color #c5c5c5 #c5c5c5;
    	-o-border-image: none;
    	border-image: none;
    	border-style: solid none solid solid;
    	border-width: 1px 0 1px 1px;
    	content: "\f013";
    	font: 400 25px / 25px "fontAwesome";
    	left: -42px;
    	padding: 10px;
    	position: absolute;
    	cursor: pointer;
    }
    .hideme {
    	right: -150px;
    }
    .showme {
    	right: 0px;
    }
    .displayBlock {
    	display: block;
    }
    .contact-content a {
    	display: inline-block;
    }
    /* responsive setting css */
    
    @media (min-width: 1900px) {
    	#main_slider img {
    		display: block;
    		margin-left: auto;
    		position: relative;
    		margin-right: auto;
    	}
    	#main_slider .slick-slide {
    		height: 1280px;
    	}
    }
    @media (max-width: 1900px) {
    	#main_slider img {
    		display: block;
    		margin-left: auto;
    		position: absolute;
    		right: 0%;
    	}
    	#main_slider .slick-active {
    		z-index: 2;
    	}
    	#main_slider .slick-slide {
    		height: 1280px;
    	}
    }
    @media (max-width: 1199px) {
    	#main_slider .slick-slide {
    		height: 1517px;
    	}
    	#main_slider img {
    		right: -20%;
    	}
    	.service-highlight p {
    		display: none;
    	}
    	#services .service-highlight {
    		width: 25%;
    		float: left;
    		padding: 40px 20px;
    	}
    	#services .service-heading {
    		font: 400 2vw/24px "Quattrocento";
    	}
    	#services .service-highlight > i {
    		font: 400 32px/24px "FontAwesome";
    	}
    	.service-info {
    		padding: 0px 30px 30px;
    	}
    	.service-highlight.active::after {
    		border-color: #f2f2f2 transparent;
    		border-style: solid;
    		border-width: 0 15px 15px;
    		bottom: 0;
    		content: "";
    		display: block;
    		left: 50%;
    		margin-left: -15px;
    		position: absolute;
    		width: 0;
    		z-index: 1;
    	}
    	.tabs.service-highlight:hover:after {
    		border-color: #1a5093 transparent;
    		border-style: solid;
    		border-width: 15px 15px 0;
    		top: initial;
    		bottom: -15px;
    		content: "";
    		display: block;
    		left: 50%;
    		margin-left: -15px;
    		position: absolute;
    		width: 0;
    		z-index: 1;
    	}
    	.testmonials {
    		width: 80%;
    	}
    	.footer-links .col-md-8 a {
    		padding-left: 21px;
    	}
    }
    @media (max-width: 1024px) {
    	#main_slider img {
    		right: -30%;
    	}
    }
    @media (max-width: 991px) {
    	#main_slider .slick-slide {
    		height: 1442px;
    	}
    	.welcomeSec {
    		top: 773px;
    	}
    	.news-scroller {
    		max-height: 670px;
    	}
    	nav {
    		background: rgba(52, 53, 57, 0.86) none repeat scroll 0 0;
    	}
    	.navbar-header {
    		float: none;
    	}
    	.navbar-toggle {
    		display: block;
    	}
    	.navbar-collapse {
    		border-top: 1px solid transparent;
    		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    	}
    	.navbar-collapse.collapse {
    		display: none!important;
    	}
    	.navbar-nav {
    		float: none!important;
    		margin: 7.5px -15px;
    	}
    	.navbar-nav>li {
    		float: none;
    	}
    	.navbar-nav>li>a {
    		padding-top: 10px;
    		padding-bottom: 10px;
    	}
    	.navbar-text {
    		float: none;
    		margin: 15px 0;
    	}
    	.navbar-collapse.collapse.in {
    		display: block!important;
    	}
    	.collapsing {
    		overflow: hidden!important;
    	}
    	.about-info {
    		max-width: 100%;
    		margin: 50px 0px;
    	}
    	.no-padding-sm {
    		padding: 0px;
    	}
    }
    @media (max-width: 768px) {
    	#home_content .service-heading {
    		font-size: 3vw;
    	}
    	.service-highlight {
    		padding: 30px 10px;
    	}
    	#main_slider .slick-slide {
    		height: 1422px;
    	}
    	.brand {
    		padding-left: 15px;
    	}
    	.slide-caption {
    		top: 580px;
    	}
    	.slide-caption h1 {
    		font: 700 5vw/5vw "Hind";
    	}
    	.slide-caption span {
    		font: 400 4vw "Quattrocento";
    	}
    }
    @media (max-width: 767px) {
    	.aboutus-content,
    	.services-content,
    	.testimonial-content,
    	.contact-content,
    	.attorneys-content,
    	.news-content,
    	#google-container {
    		margin-top: 15px;
    	}
    	.typography.webkit {
    		-webkit-margin-before: 0px;
    	}
    	#main_slider .slick-slide {
    		height: 1340px;
    	}
    	.service-highlight {
    		top: 20px;
    	}
    	#main_slider img {
    		right: -60%;
    	}
    	.form-controls.left-sec {
    		padding: 30px 30px 0px 30px
    	}
    	.form-controls.right-sec {
    		padding: 0px 30px 0px 30px;
    	}
    	.credit div[class*="col-"] {
    		text-align: center;
    	}
    	.news-content {
    		padding-bottom: 30px;
    	}
    }
    @media (max-width: 480px) {
    	.social-media-header {
    		display: none;
    	}
    	.toplinks .col-xs-8 {
    		width: 100%;
    	}
    	.brand {
    		width: 240px;
    	}
    	.brand img {
    		width: 100%;
    	}
    	.service-heading {
    		padding: 0px;
    	}
    	.service-highlight {
    		padding: 15px 10px;
    	}
    	.service-highlight i {
    		font: 400 25px/24px "FontAwesome";
    	}
    	.slide-caption h1 {
    		font: 700 9vw/6vw "Hind";
    	}
    	.slide-caption span {
    		font: 400 8vw "Quattrocento";
    	}
    	.welcome-heading {
    		font: 400 26px "Quattrocento";
    	}
    	.welcome-heading span {
    		font: 400 28px "Quattrocento";
    	}
    	#main_slider img {
    		right: -110%;
    	}
    }
    @media (max-width: 479px) {
    	#services .service-highlight {
    		width: 50%;
    	}
    	#services .service-heading {
    		font: 400 4vw/24px "Quattrocento";
    	}
    }
    @media (max-width: 375px) {
    	.news-holder .col-xs-5,
    	.news-holder .col-xs-7 {
    		width: 100%;
    		padding: 0px;
    	}
    	.news-holder .col-xs-7 {
    		padding-top: 10px;
    	}
    }
    @media (max-width: 320px) {
    	#main_slider img {
    		right: -138%;
    	}
    }
