/* 
=========================================
Default Style CSS
=========================================
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
html
{
	margin-top: 0 !important
}

body {
    font-family: 'Merriweather', serif;
    padding: 0;
    font-size: 14px;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    display: block;
    color: #000;
    font-size: 14px;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #333333;
}
img {
    max-width: 100%;
}
p {
    margin: 0;
    line-height: 1.9;
    font-size: 14px;
    color: #777777;
}
.ptb-80 {
    padding: 80px 0; 
}
.d-table {
	display: table !important;
	width: 100%;
	height: 100%;
}
.d-table-cell {
	display: table-cell !important;
	vertical-align: middle;
}
#map {
	margin-bottom: -6px;
}
/* Btn Primary */
.btn-primary {
	color: #fff;
}
.btn {
	padding: 12px 33px;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 0;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: unset;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
/* Form Control */
.form-control {
	padding: 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	height: 45px;
}
.form-group #message {
	height: auto;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border: none;
	outline: 0;
}
select.form-control:not([size]):not([multiple]) {
	height: 43px;
}
/* Owl Carousel btn */
.owl-theme .owl-nav [class*="owl-"] {
	color: #969696;
	font-size: 25px;
	margin: 0;
	background: #fff;
	border-radius: 0;
	text-align: center;
	position: absolute;
	top: -27%;
	left: 0;
	margin-top: -20px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 41px;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
/* Section Title */
.section-title {
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	padding-left: 32px;
}
.section-title::before, .section-title::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
}
.section-title::after {
	left: 10px;
}
.section-title h3 {
	font-size: 18px;
	color: #777777;
    text-transform: capitalize;
}
.section-title h2 {
	font-size: 32px;
	margin: 10px 0 0;
}
/* 
=========================================
Preloader Area CSS
=========================================
*/
#preloader-area {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}
.loader {
	width: 3em;
	height: 3em;
	animation: loaderAnim 1.25s infinite ease-in-out;
	outline: 1px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -50px auto 0;
}
.loader #largeBox {
    height: 3em;
    width: 3em;
    outline: 1px solid transparent;
    position: fixed;
}
.loader #smallBox {
    height: 3em;
    width: 3em;
    background-color: #ffffff;
    position: fixed;
    z-index: 1;
    outline: 1px solid transparent;
    animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}
@keyframes smallBoxAnim {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(0.75);
    }
}
@keyframes loaderAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
/* 
=========================================
Top Header Area CSS
=========================================
*/
.top-header {
	border-bottom: 1px solid #eee;
	padding: 0;
	text-align: center;
    z-index: 2;	
    position: relative;
    background-color: white;
}
.top-header p {
	margin-top: 9px;
}
.top-header p a {
    color: #777777;
}
.top-header p a i {
    margin-right: 3px;
}
.top-header ul li {
	display: inline-block;
	margin-top: 7px;
	margin-right: 1px;
}
.top-header ul li a {
	font-size: 13px;
	width: 28px;
	height: 28px;
	text-align: center;
	border: 1px solid #777777;
	color: #777777;
	line-height: 26px;
	border-radius: 50%;
}
.top-header ul li a:hover, .top-header ul li a:focus {
    color: #fff;
}
.top-header .btn {
	padding: 9px 28px;
}
/* 
=========================================
Main Header Area CSS
=========================================
*/
.header-sticky {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.header-sticky.is-sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main-header-area {
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 9999;
	background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area {
		height: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area {
		height: 70px;
	}
}
.main-header-area .classy-nav-container {
	background-color: transparent;
}
.main-header-area .classy-navbar {
	height: 90px;
	padding: .5em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .classy-navbar {
		height: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area .classy-navbar {
		height: 70px;
		padding: 0.5em 0;
	}
}
.main-header-area .classynav ul li a {
	color: #444444;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
.main-header-area .nav-brand {
	line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .nav-brand {
		margin-right: 0;
	}
}
.main-header-area .classynav ul {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		width: 30px;
	}
	.classynav ul li a {
		padding: 0 7px;
	}
	.classynav ul li.cn-dropdown-item.pr12 {
		padding-right: 7px !important;
	}
	.classynav > ul > li.cn-dropdown-item.has-down > .dd-arrow, .classynav > ul > li.megamenu-item > .dd-arrow {
		right: 7px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		height: 50px;
		width: 100%;
		margin-top: 15px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		height: 50px;
		width: 100%;
		margin-top: 15px;
		line-height: 50px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .south-search-form input {
		width: 550px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .south-search-form input {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area .south-search-form input {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
@media only screen and (max-width: 767px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
@media only screen and (max-width: 991px) {
    .main-header-area .classynav ul li a {
        color: #fff;
    }
}
/* 
=========================================
Search Popup Area CSS
=========================================
*/
#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -45px;
}
#search .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	font-size: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
#search .close:hover {
    color: #fff;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.main-header-area .classynav ul li a.search-btn {
	color: #777777;
	margin-left: 5px;
}
/* 
=========================================
Main Banner Area CSS
=========================================
*/
.main-banner {
	height: 750px;
	background: #ddd;
	background-position: center;
	background-size: cover;
    position: relative;
	background-repeat: no-repeat;
}
.main-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .66;
}
.item-bg-two {
	background-image: url(../img/2.png);
}
.item-bg-three {
    background-image: url(../img/3.png);
}
.item-bg-four {
    background-image: url(../img/4.png);
}
.item-bg-five {
    background-image: url(../img/5.png);
}

.main-banner h3 {
	color: #fff;
	font-size: 20px;
}
.main-banner h2 {
	color: #fff;
	font-size: 60px;
	margin: 15px 0 25px;
	font-weight: 600;
}
.main-banner p {
	color: #fff;
	font-size: 15px;
	max-width: 576px;
	margin-bottom: 45px;
}
.main-banner .btn-primary {
	background-color: #fff;
	border-color: #fff;
    text-transform: unset;
}
.main-banner .btn-primary:hover, .main-banner .btn-primary:focus {
	color: #fff;
}
.main-banner .text-center p {
	margin: 0 auto 45px;
}
/* 
=========================================
About Area CSS
=========================================
*/
.about-area {
    padding-bottom: 0;
}
.about-area .section-title {
    margin-bottom: 40px;
}
.about-text p {
	margin-bottom: 20px;
}
.about-text p b {
	max-width: 934px;
	display: block;
	font-size: 15px;
}
.lawyer-features {
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.lawyer-features .pull-left {
	margin-right: 40px;
}
.lawyer-features ul li {
	color: #777777;
	margin-top: 10px;
}
.lawyer-features ul li:first-child {
	margin-top: 0;
}
.lawyer-features ul li i {
    margin-right: 3px;
}
.about-text .blockquote {
	margin-bottom: 20px;
	margin-top: 10px;
}
.about-text .blockquote p {
	margin-bottom: 13px;
}
.about-image {
    margin-top: 10px;
}
/* 
=========================================
Services Area CSS
=========================================
*/
.services-area {
    background: #f2f2f2;
}
.services-box {
	height: 350px;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	background: #fff;
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
}
.services-box:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.services-box .icon {
    font-size: 30px;
    display: inline-block;
    width: 100px;
    height: 100px;
	color: #fff;
    line-height: 84px;
    border-radius: 50%;
    margin-bottom: 25px;
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.services-box .icon img
{
	border-radius: 50%;
	height: 100%;
}

.services-box:hover .icon {
	background: #fff;
	color: #e4353a;
}
.services-box h3 a {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}
.services-box:hover h3 a {
    color: #fff;
}
.services-box p {
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.services-box:hover p {
    color: #fff;
}
.browse-all-btn {
	text-align: center;
	margin-top: 20px;
}
/* 
=========================================
Register Area CSS
=========================================
*/
.contactus-area {
    /* background-image: url(../img/appointment-bg.jpg); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.contactus-area::before, .contactus-area::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
}
.contactus-area::after {
	width: 50%;
    opacity: 1;
}
.contact-now {
	position: relative;
	z-index: 1;
	padding-right: 30px;
	margin-top: 160px;
}
.contact-now {
	position: relative;
	z-index: 1;
}
.contact-now h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
.contact-now p {
	color: #fff;
    font-size: 16px;
}
.contact-now .btn.btn-primary {
	background: #fff;
}
.contact-now .btn.btn-primary:hover {
	background: transparent;
	color: #fff;
}
.appointment-form {
	padding-left: 30px;
}
.contactus-area .section-title h3 {
	color: #fff;
}
.contactus-area .section-title h2 {
	color: #fff;
}
.contactus-area .btn.btn-primary {
	margin-top: 25px;
}
.contactus-area .btn-primary:hover, .contactus-area .btn-primary:focus {
	background-color: #fff;
	border-color: #fff;
}
/* 
=========================================
Practice Area CSS
=========================================
*/
.sector-box {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.sector-box:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.sector-box .thumb {
	overflow: hidden;
	position: relative;
}
.sector-box .thumb::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.sector-box:hover .thumb::before {
    opacity: .66;
}
.sector-box .practice-link {
	left: 0;
    position:absolute;
    text-align:center;
    top: 30px;
    width: 100%;
	opacity: 0;
	transform: scale(0);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	z-index: 2;
}
.sector-box:hover .practice-link {
	opacity: 1;
    transform: scale(1);
}
.sector-box .practice-link a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #fff;
	line-height: 35px;
	border-radius: 50%;
}
.sector-box .practice-link a:hover {
    color: #fff;
}
.sector-box .thumb img {
    transform: scale(1);
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.sector-box:hover .thumb img {
    transform: scale(1.3);
}
.practice-text {
	padding: 35px 20px 20px;
}
.practice-text h3 a {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}
.sector-box:hover h3 a {
	color: #fff;
}
.sector-box p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.sector-box:hover p {
	color: #fff;
}
/* 
=========================================
Our Working Way Area CSS
=========================================
*/
.our-working-way {
    background: #f2f2f2;
}
.single-working {
	background: #fff;
	padding: 25px;
	margin-bottom: 1em;
    -o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.single-working:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 20px;
    cursor: pointer;
}

.single-working .icon {
	font-size: 45px;
	border-radius: 50%;
    -o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.single-working:hover .icon {
    color: #fff;
}
.single-working .working-content h3 {
    font-size: 20px;
    margin: 18px 0 14px;
    -o-transition: .4s;
    -ms-transition: .4s;
    font-weight: 600;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-working:hover .working-content h3 {
    color: #fff;
}
.single-working .working-content p {
    -o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.single-working:hover .working-content p {
    color: #fff;
}
/* 
=========================================
Why Choose Us Area CSS
=========================================
*/
.why-choose-us {
	padding-bottom: 40px;
}
.single-choose {
	margin-bottom: 40px;
	position: relative;
}
.single-choose h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.single-choose span {
	position: absolute;
	font-size: 120px;
	top: 0;
	color: #eee;
	right: 0;
	z-index: -1;
    -o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
/* 
=========================================
Why Choose Us Two Area CSS
=========================================
*/
.why-choose-us-two {
	position: relative;
}
.why-choose-us-two::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/why-choose-us-bg.jpg);
	width: 48%;
	height: 100%;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
}
.why-choose-us-two .section-title h3 {
	color: #fff;
}
.why-choose-us-two .section-title h2 {
	color: #fff;
}
.why-choose-us-two .section-title h2 span {
	color: #fff;
}
.why-choose-us-two .section-title::before, .why-choose-us-two .section-title::after {
	background: #fff;
}
.why-choose-us-accordion .card-header {
	background-color: rgba(0,0,0,.3);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.why-choose-us-accordion .card-body {
	background: rgba(0,0,0,.06);
	color: #fff;
}


.separator-area {
	text-align: center;
    background-image: url(../img/separator-bg.png);
	background-position: center;
	background-size: 100% 100%;
	min-height: 500px;
}
.separator-area::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
}

/* 
=========================================
Advertise Area CSS
=========================================
*/
.advertise-area {
	background-image: url(../img/advertise-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0;
	background-attachment: fixed;
}
.advertise-area::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
}
.advertise-area h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.advertise-area p {
	color: #fff;
	font-size: 13px;
}
.advertise-area .contact-btn {
	text-align: right;
	margin-top: 25px;
}

/* 
=========================================
Lawyer Boxes Area CSS
=========================================
*/
.lawyer-boxes {
	margin-top: -116px;
	position: relative;
	z-index: 1;
	background: transparent;
}
.lawyer-boxes .box {
	background: #fff;
	padding: 30px 20px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}
.lawyer-boxes .box.bg-1 {
	background-image: url(../img/blog-img1.jpg);
}
.lawyer-boxes .box.bg-2 {
	background-image: url(../img/blog-img2.jpg);
}
.lawyer-boxes .box.bg-3 {
	background-image: url(../img/blog-img3.jpg);
}
.lawyer-boxes .box::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.lawyer-boxes .box:hover::before {
	background: #000;
	opacity: .77;
}
.lawyer-boxes .box i {
	font-size: 25px;
	position: relative;
    color: #fff;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	transform: rotate(0deg);
}
.lawyer-boxes .box:hover i {
	color: #fff;
	transform: rotate(360deg);
}
.lawyer-boxes .box h3 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin: 20px 0 17px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.lawyer-boxes .box:hover h3 {
    color: #fff;
}
.lawyer-boxes .box p {
    -ms-transition: .4s;
    position: relative;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.lawyer-boxes .box:hover p {
    color: #fff;
}

/* 
=========================================
Page Title CSS
=========================================
*/
.page-title {
	text-align: center;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    height: 300px;
}
.page-title::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
}
.page-title h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-title ul li {
	display: inline-block;
	margin: 0 3px;
}
.page-title ul li a {
	color: #fff;
}
/* 
=========================================
Our MissionVision Area CSS
=========================================
*/
.our-missionVision {
	background: #fcfcfc;
}
.our-missionVision ul {
	margin: 30px 0;
}
.our-missionVision ul li {
	color: #777777;
	margin-top: 12px;
}
.our-missionVision ul li:first-child {
	margin-top: 0;
}
.our-missionVision ul li i {
    margin-right: 3px;
    font-size: 16px;
}
/* 
=========================================
Our Mission Area CSS
=========================================
*/
.our-mission .mission-content p {
	margin-bottom: 20px;
}
.our-mission ul li {
	color: #777777;
	margin-top: 12px;
}
.our-mission ul li:first-child {
	margin-top: 0;
}
.our-mission ul li i {
    margin-right: 3px;
    font-size: 16px;
}
/* 
=========================================
Gallery Area CSS
=========================================
*/
.single-gallery {
	position: relative;
	overflow: hidden;
}
.single-gallery::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.single-gallery:hover::before {
    opacity: .76;
}
.single-gallery img {
	transform: scale(1);
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-gallery:hover img {
    transform: scale(1.3);
}
.single-gallery .picture-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -10px;
	z-index: 2;
	opacity: 0;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    transform: scale(0);
}
.single-gallery:hover .picture-icon {
	opacity: 1;
    transform: scale(1);
}
.single-gallery .picture-icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #fff;
	border-radius: 50%;
	font-size: 15px;
}
.single-gallery .picture-icon a:hover {
	color: #fff;
}


/* 
=========================================
Contact Style One Area CSS
=========================================
*/
.contact-info {
	text-align: center;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	padding: 25px;
}
.contact-info i {
	font-size: 35px;
	color: #fff;
	width: 65px;
	height: 65px;
	line-height: 66px;
	border-radius: 50%;
}
.contact-info h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 30px 0 15px;
}
.contact-info p a {
	color: #777777;
}
.contact-area .content {
	margin-top: 50px;
}
.contact-form {
	background: #eee;
	padding: 30px 25px;
}
.contact-form .btn {
	display: block;
	width: 100%;
	margin-top: 15px;
}
/* 
=========================================
Contact Style Two Area CSS
=========================================
*/
.contactBox p a {
	display: inline-block;
}
.contactBox p {
    position: relative;
    font-weight: 600;
    padding-left: 30px;
}
.contactBox p i {
	position: absolute;
	left: 0;
	font-size: 25px;
	top: 0;
}
.contactBox p .fa.fa-envelope {
	left: -5px;
}
.contactBox p a {
	display: inline-block;
	color: #777777;
}
.contact-style-two .contact-form {
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	margin-top: 50px;
}
.contact-style-two .form-control {
	border: 1px solid #eee;
}
.contact-style-two .btn {
	display: inline-block;
	width: auto;
}
/* 
=========================================
Partner Area CSS
=========================================
*/
.partner-area {
	text-align: center;
	background: white;
}
.partner-area .item img {
	width: 140px;
	height: 110px;
}
/* 
=========================================
Footer Area CSS
=========================================
*/
.footer-area {
	background-image: url(../img/footer-pattern.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-area .widgets p {
	color: #fff;
	font-size: 13px;
}
.footer-area .widgets .social {
	margin-top: 20px;
}
.footer-area .widgets .social li {
	display: inline-block;
}
.footer-area .widgets .social li a {
	background: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.footer-area .widgets .social li a:hover {
	color: #fff;
	border-radius: 0;
}
.footer-area .widgets h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-area .widgets .usefull-links li {
	margin-top: 10px;
}
.footer-area .widgets .usefull-links li a {
	color: #fff;
}
.footer-area .widgets .usefull-links li a i {
    margin-right: 3px;
}
.footer-area .widgets .usefull-links li a:hover {
	padding-left: 7px;
}
.footer-area .widgets .latest-tweets-post {
	overflow: hidden;
	margin-bottom: 20px;
}
.footer-area .widgets .latest-tweets-post .icon {
	float: left;
	color: #1da1f2;
	font-size: 25px;
}
.footer-area .widgets .latest-tweets-post .content {
	padding-left: 40px;
}
.footer-area .widgets .latest-tweets-post .content a {
	display: inline-block;
	font-size: ;
	color: #1da1f2;
}
.footer-area .widgets .latest-tweets-post .content span {
	color: #eee;
	display: inline-block;
	margin-top: 14px;
	font-size: 12px;
}
.footer-area .widgets .contact-us li {
	color: #fff;
	padding-left: 30px;
	position: relative;
	margin-top: 12px;
}
.footer-area .widgets .contact-us li:first-child {
    margin-top: 0;
}
.footer-area .widgets .contact-us li i {
	position: absolute;
	left: 0;
	font-size: 20px;
}
.footer-area .widgets .contact-us li a {
	color: #fff;
	display: inline-block;
}
.copyright-area {
	background: #000;
	margin-top: 80px;
	padding: 30px 0;
	text-align: center;
}
.copyright-area p {
	color: #fff;
}
.copyright-area p a {
	display: inline-block;
	text-decoration: underline;
}
/* 
=========================================
Go Top CSS
=========================================
*/
.go-top {
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	transition: .4s;
	z-index: 1;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	filter: alpha(opacity=8000);
}
.go-top:hover {
	color: #fff;
	filter: alpha(opacity=9000);
}

.nav-brand img
{
    height:60px
}

.classynav ul li ul li
{
	position: relative;
    z-index: 10;
}

.services-box .modal-content
{
	display: none
}

/* 
=========================================
Fun Facts Area CSS
=========================================
*/
.fun-facts-area {
	text-align: center;
    background-image: url(../img/fun-facts-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.fun-facts-area::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
}
.funFacts .icon {
	color: #fff;
	font-size: 35px;
	border: 3px solid #fff;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 75px;
	border-radius: 50%;
	margin-bottom: 30px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.funFacts:hover .icon {
    color: #fff;
}
.funFacts .text h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
}
.funFacts .text p {
	color: #fff;
}


/* sectors modal */
#single-sector-modal .modal-lg
{
	max-width: 80%;

}

#single-sector-modal .modal-dialog .modal-header 
{
	background: #b58324;
	padding: 19px 0;
	position: relative;
}

#single-sector-modal .modal-dialog .modal-header .close 
{
	position: absolute;
	right: 40px;
	top: 18px;
	line-height: 1px;
	color: #000000;
	width: 32px;
	height: 32px;
	background: white;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 50%;
	margin: 0;
	z-index: 9999999;
	text-indent: 1px;
}

#single-sector-modal .modal-dialog .modal-header .close span
{
	margin-left: -8px;
}
#single-sector-modal .modal-dialog .modal-header h4 
{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#single-sector-modal .modal-dialog .modal-body 
{
	padding: 40px;
}

#single-sector-modal .modal-dialog .modal-body .item-image 
{
	text-align: center;
	margin-bottom: 2em
}

#single-sector-modal .modal-dialog .modal-body .item-text img
{
	width: 200px;
	margin: 1em 0;
}

#single-sector-modal .modal-dialog .modal-body p 
{
	font-size: 15px;
	color: #797979;
	line-height: 26px;
}

#single-sector-modal .modal-dialog h5
{
	margin: 1em 0;
}

.dd-arrow, footer .qtranxs-lang-menu
{
	display: none
}

.wpcf7-response-output
{
	color:white 
}