/*!
Theme Name: TRIBUNAL - Lawyer, Law Firm and Legal Attorney single page Theme
Theme URI: https://www.templatemonster.com/wordpress-themes.php
Author: DuezaThemes
Author URI: https://www.templatemonster.com/authors/duezathemes/
Description: TRIBUNAL is a Lawyer, Law Firm and Legal Attorney Template for online professional/creative person who wants to showcase their portfolio on the internet in the modern way. It’s a fresh and clean design. It’s a 100% bootstrap responsive design and compatible with all major browsers, tablets and phones. It’s built with Bootstrap, using HTML5, CSS3, JS and jQuery. You can easily change the text, color, images etc. It can be the best and great way to showcase your portfolio.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: law-tribunal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.TEAM CSS STYLE
* 07.WORK CSS STYLE
* 08.CALL TO ACTION US CSS STYLE
* 09.TESTIMONIAL CSS STYLE
* 10.PRICING CSS STYLE
* 11.NEWS LETTER CSS STYLE
* 12.BLOG CSS STYLE
* 13.CONTACT CSS STYLE
* 14.FOOTER CSS STYLE
* 15.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	height: 100%;
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: #333;
}

html,
body {
	height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: black;
	font-family: "Montserrat", sans-serif;
}

img {
	width: 100%;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

p {
	line-height: 32px;
}

ul,
li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.no-padding {
	padding: 0
}

.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.section-title p {
	font-weight: 300;
}

.white-title {
	color: #fff;
}

a.read-more {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 25px;
	border: 1px solid #000;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 12px;
}

a.white-read-more {
	margin-top: 20px;
	display: inline-block;
	color: #333;
	background: #fff;
	padding: 10px 25px;
	border: 1px solid #fff;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
}

a.read-more:hover {
	color: #000;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #fff;
	background: transparent;
}

a.white-read-more:hover {
	background: transparent;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.scrollup {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	font-size: 30px;
	color: #333;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 55px;
	cursor: pointer;
	display: none;
	z-index: 2;
}

.scrollup:hover {
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.title-divider:after, .title-divider:before {
	content: "";
	display: inline-block;
	width: 8%;
	height: 1px;
	vertical-align: middle;
	text-align: center;
}

.title-divider:after {
	background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
	margin-left: 4px
}

.title-divider:before {
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
	margin-right: 4px
}

.title-divider i {
	color: #b1b1b1
}

.title-divider {
	display: inherit;
	text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.status-mes {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-right: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	border-left: 2px solid #000;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
	height: 100vh;
}

.welcome-image-area {
	position: relative;
	height: 100vh;
	background: url(assets/images/bg/2900x2000.png);
	background-size: cover;
	z-index: 1;
}

.welcome-image-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.header-text {
	margin-top: 60px;
}


.header-text h2 {
	color: #fff;
	font-size: 80px;
	letter-spacing: 5px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.header-text p {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom: 20px;
}

.header-top-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.logo {
	padding-top: 18px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.logo a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 10px;
}
.logo a:hover {
	color: #fff;
}

.logo img {
	width: 40px;
}

.mainmenu .navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 30px 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.mainmenu .navbar-nav li a:hover,
.navbar-nav > li.active {
	background: none;
	color: #777;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
	background: none;
	color: #777;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar {
	margin: 0;
}

.menu-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #000;
}

.menu-bg .logo {
	padding-top: 14px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
	color: #fff;
	padding: 20px 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover,
.menu-bg .mainmenu .navbar-nav li.active a {
	color: #777;
}

a.slide-btn {
	margin: 0px 5px;
	display: inline-block;
	color: #333;
	background: #fff;
	padding: 10px 25px;
	border: 1px solid rgba(255, 255, 255, .5);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 500;
}

a.slide-btn:hover {
	background: transparent;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.btn-contact-us {
	display: none;
}

a.slide-btn:hover .btn-contact-us {
	display: inline-block;
}

.btn-hire-us {
	display: inline-block;
}

.hire-us-slide-btn {
	margin: 0px 5px;
	display: inline-block;
	background: transparent;
	color: #fff;
	padding: 10px 25px;
	border: 1px solid rgba(255, 255, 255, .5);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
}

.hire-us-slide-btn:hover {
	color: #333;
	background: #fff;
}

a.slide-btn:hover .btn-hire-us {
	display: inline-block;
}

.hire-us-slide-btn:hover .btn-hire-us {
	display: none;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-slider-area,
.welcome-slider-area div {
	height: 100vh;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
	height: auto;
}

.single-slide-item-table {
	display: table;
	width: 100%;
}

.single-slide-item-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.single-slide-item {
	background-image: url(assets/images/bg/2900x2000.png);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.single-slide-item:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}


.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center center;
}

.welcome-video-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}


/*
* ----------------------------------------------------------------------------------------
* 04.QUICK CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.quick-contact-area {
}

.single-contact-details {
	margin-bottom: 40px;
	border: 1px solid #f1f1f1;
	padding: 40px;
	position: relative;
	top: 0;
	transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-contact-details:hover {
	color: #333;
	-webkit-transition: .3s;
	box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
	top: -7px;
	transition: all 0.3s ease 0s;
}

.single-contact-details h4 {
	color: #333;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

.single-contact-details span {
	font-size: 30px;
}

.lnr-phone-handset::before {
	color: #000;
}

.lnr-envelope::before {
	color: #000;
}

.lnr-map-marker::before {
	color: #000;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
}

.about-image,
.about-video {
	margin-top: 30px;
	padding: 10px;
}

.about-text {
	margin-top: 0px;
}

.about-text h2 {
	margin-top: 0px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 0;
	letter-spacing: 0;
	font-weight: 700;
}

.about-text p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
}

.single-project-complete {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
}

.single-project-complete:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.single-project-complete span {
	font-size: 50px;
}

.single-project-complete:hover .lnr::before {
	color: #fff;
}

.single-project-complete:hover h6 {
	color: #f1f1f1;
}

.lnr-thumbs-up::before {
	color: #000;
}

.lnr-smile::before {
	color: #000;
}

.lnr-code::before {
	color: #000;
}

.lnr-bullhorn::before {
	color: #000;
}

.single-project-complete h2 {
	margin: 20px 0px;
	font-size: 18px;
	line-height: 0;
	letter-spacing: 0;
	font-weight: bold;
}
.single-project-complete h6 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 500;
}
.skill-text p {
	text-align: justify;
}

.our-skill,
.skill-text {
	margin-top: 30px;
}

.progress-bar-text span {
	float: right
}

.progress-bar-text {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}

.progress-bar {
	background: #ccc none repeat scroll 0 0;
	box-shadow: 0 0 0;
	height: 2px;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}

.progress-bar > span {
	background: #333 none repeat scroll 0 0;
	display: block;
	height: 100%;
	width: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
}

.single-service {
	margin-bottom: 30px;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 30px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #333;
	text-align: center;
}

.last-service-item {
	margin-bottom: 0px !important;
}

.single-service span {
	color: #333;
	font-size: 50px;
}

.single-service:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.single-service:hover .fa::before {
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.single-service:hover p {
	color: #f1f1f1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.single-service:hover .single-service p {
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.single-service h4 {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 900;
}

.lnr-camera::before {
	color: #000;
}

.lnr-laptop::before {
	color: #000;
}

.lnr-keyboard::before {
	color: #000;
}

.lnr-earth::before {
	color: #000;
}

.lnr-layers::before {
	color: #000;
}

.lnr-user::before {
	color: #000;
}

.single-service p {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 500;
}


/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {
}

.single-team {
	margin-top: 30px;
	background: #f1f1f1;
	border-radius: 10px;
	margin-top: 70px;
	padding: 0 0 30px 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.single-team img {
	width: 100%;margin-top: -60px;
}

.single-team h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 900;
}

.team-description {
	margin-top: 15px;
}

.team-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-social ul li {
	display: inline-block;
	margin: 0px 5px;
}

.team-social ul li a {
	display: block;
	color: #333;
	font-size: 16px;
}

.team-social ul li a:hover {
	color: #000;
}

.single-team .team-description h6 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 500;
}
.single-team:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.single-team:hover .team-social ul li a {
	color: #fff;
}

.single-team:hover .team-description h6 {
	color: #f1f1f1;
}

/*
* ----------------------------------------------------------------------------------------
* 08.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
	padding: 100px 0px;
	background-image: url(assets/images/bg/1920x600.png);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.call-to-action-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.call-to-action-area h2 {
	color: #fff;
	margin-top: 0;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 900;
	text-transform: uppercase;
}

.call-to-action-area p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
}

.work-inner .mix {
	display: none;
}

ul.work {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: left;
	text-align: center;
}

ul.work li {
	background: #f1f1f1;
	display: inline-block;
	padding: 8px 12px;
	margin: 0 8px;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	text-indent: 5px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 500;
}

ul.work li:hover {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	-webkit-transition: .3s;
	transition: .3s;
}

ul.work li.active {
	color: #fff;
	border: 1px solid #000;
	background: #000;
}

.work .item {
	margin-top: 30px;
	position: relative;
}

.work .item img {
	border-radius: 10px;
	width: 100%;
}

.item {
	-webkit-transition: .3s;
	transition: .3s;
}

.item:hover {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: .3s;
	transition: .3s;
}

.item .tooltip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.tooltip a {
	border: 1px solid #fff;
	padding: 10px 15px;
	color: #fff;
}

.tooltip a.work-popup {
	margin-left: 10px;
}

.item .align {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.carousel-indicators a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.item:hover .tooltip {
	opacity: 1;
	border-radius: 10px;
}

.item:hover .work .item img {
	border-radius: 10px;
}

.item h3 {
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
	background-image: url(assets/images/1920x800.png);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.testimonial-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.testimonial-list {
	padding: 0 30px;
	margin-top: 0px;
}

.single-testimonial img {
	width: 120px;
}

.single-testimonial {
	padding: 0px 100px;
	color: #fff;
}

.single-testimonial h6 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
}
.single-testimonial h6.text-muted {
	font-weight: 400;
}

.owl-theme .owl-controls {
	margin-top: 30px;
}
.single-testimonial p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	border-radius: 50%;
	border: 1px solid #ccc;
	background: none;
}

.buyer-rating {
	padding-top: 7px;
}

.buyer-rating ul li {
	display: inline-block;
	margin-right: 4px;
}

.buyer-rating ul li a i {
	color: #777;
	font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 10.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {
}

.pricing-table {
	background: #f1f1f1;
	padding: 30px 40px;
	color: #303030;
	position: relative;
	border-radius: 10px;
}

.price-title {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 600;
}

.price p {
	display: inline-table;
	margin: 30px 0 20px 0;
	font-size: 42px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 700;
}
.pricing-table > p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
}
.pricing-table a.read-more{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 600;
}
.price span.dollor {
	font-size: 20px;
	vertical-align: middle;
}

.price span {
	display: table-cell;
}

.price span.month {
	font-size: 15px;
	font-weight: normal;
}


.pricing-table:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.pricing-area .active {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.pricing-table:hover a.read-more,
.pricing-area .active a.read-more {
	background: #f1f1f1 none repeat scroll 0 0 !important;
	border: 1px solid #f1f1f1 !important;
	color: #000 !important;
}


.pricing-table:hover a.read-more,
.pricing-area .active a.read-more {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 11.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
	padding: 100px 0px;
	background: url(assets/images/1920x800.png);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.our-news-letter:after {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.our-news-letter h2 {
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 600;
}

.our-news-letter input[type='email'] {
	display: block;
	width: 35%;
	text-align: center;
	margin: 0px auto;
	border-radius: 5px;
	border: none;
	height: 50px;
	background: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-size: 44px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.our-news-letter input[type='submit'] {
	margin-top: 20px;
	display: inline-block;
	color: #333;
	background: #fff;
	padding: 10px 25px;
	border: 1px solid #fff;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 600;
}

.our-news-letter input[type='submit']:hover {
	background: transparent;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 12.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
}

.single-blog {
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #f1f1f1;
	padding-bottom: 30px;
}

.single-blog img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.meta-block-container {
	position: relative;
}

.post-meta-block {
	background-color: #000;
	display: inline-block;
	position: relative;
	padding: 5px 20px;
	margin-bottom: 10px;
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
}

.post-meta-block a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.45px;
	line-height: 30px;
	text-transform: uppercase;
}

.post-user {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 10px;
}

.post-user a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.post-comment {
	display: inline-block;
}

.post-comment a {
	color: #fff;
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.post-date {
	display: inline-block;
}

.post-date a {
	color: #fff;
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.blog-description a h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 700;
}

.single-blog:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.single-blog:hover .blog-description a h3 {
	color: #fff;
}

.single-blog:hover a.read-more {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.single-blog:hover .blog-description p {
	color: #f1f1f1;
}
.blog-description p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
	padding: 0 10px;
}
.blog-description a.read-more {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
}

.single-blog:hover .post-meta-block {
	background-color: #f1f1f1;
}

.single-blog:hover .post-user i,
.single-blog:hover .post-user a,
.single-blog:hover .post-date a,
.single-blog:hover .post-comment a {
	color: #000;
}

.single-blog:hover .blog-description a.read-more {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	color: #000;
}


/*
* ----------------------------------------------------------------------------------------
* 13.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
	background: #f1f1f1;
	margin-bottom: 40px;
	border-radius: 10px;
}

.single-contact-details:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.single-contact-details h4 {
	color: #333;
	margin-top: 5px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
}

.single-contact-details p {
	margin: 0px !important;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.single-contact-details:hover .lnr::before {
	color: #fff;
}

.single-contact-details:hover h4 {
	color: #fff;
}

.single-contact-details:hover p.text-muted {
	color: #fff !important;
}

.single-contact-details span {
	font-size: 30px;
}

.contact-no {
	margin-top: 12px;
}

.lnr-phone-handset::before {
	color: #000;
}

.lnr-envelope::before {
	color: #000;
}

.lnr-map-marker::before {
	color: #000;
}

.contact-form p {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}
.contact-form select {
	margin: 0;
	padding: 0 !important;
}

.form-control {
	display: block;
	border: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-indent: 10px;
	border: 1px solid rgba(51, 51, 51, .5);
	border-radius: 10px;
}

.form-control:focus {
	border-color: #333;
	outline: 0;
	box-shadow: none;
}

.contact-form [type="submit"] {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 25px;
	border: 1px solid rgba(0, 0, 0, .5);
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
}

.contact-form [type="submit"]:hover {
	-webkit-transition: .3s;
	transition: .3s;
	color: #000;
	background: transparent;
}

.success {
	background: #fff none repeat scroll 0 0;
	color: #333;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 14.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
	padding: 50px 0 50px 0;
	background: #000;
}

.footer-text h6 {
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.footer-social-link {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer-social-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social-link ul li {
	display: inline-block;
	margin: 0px 10px;
}

.footer-social-link ul li a {
	display: block;
	color: #fff;
}

.footer-social-link ul li a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
}

.footer-social-link ul li a:hover {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
}

/*
* ----------------------------------------------------------------------------------------
* 15.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-area {
	background: #000;
	padding-top: 100px;
	padding-bottom: 50px;
}

.single-blog-heading h2 {
	color: #fff;
	text-transform: uppercase;
}

.single-blog-meta-container {
	position: relative;
}

.single-blog-details img, .recent-single img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0;
}

.single-comment img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.recent-post h4 {
	text-transform: uppercase;
	text-align: center;
}

.categories h4 {
	text-transform: uppercase;
	text-align: center;
}

.recent-single h4 {
	text-align: left;
}

.single-blog-heading-text h4 a {
	color: #f8f8f8;
}

.comment-section {
	margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
	border-radius: 3px;
	padding-top: 30px;
}

.search input {
	border: 1px solid #e3e8f0;
	box-shadow: none;
	color: #333;
	height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 10px;
}

.single-sidebar,
.recent-single {
	margin-bottom: 30px;
}

.recent-single a h4:hover, .single-blog-details h3 a:hover {
	color: #000;
}

.single-blog-details > h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-blog-details p, .single-comment p {
	text-align: left;
	line-height: 30px;
}

.single-blog-details p {
	margin-top: 20px;
	line-height: 30px;
}

.single-blog-details h4 {
	margin: 20px 0px;
}

.single-comment {
	margin-bottom: 20px;
}

.single-comment img {
	width: 120px;
}

.recent-single h4 {
	color: #333;
}

.categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.categories ul li {
	margin-bottom: 10px;
	color: #333;
}

.categories ul li a {
	color: #333;
}

.categories ul li a:hover {
	color: #000;
}

.blog-social-sharing-area {
	margin-top: 20px;
	padding: 10px 0;
	display: block;
	overflow: hidden;
}

.social-sharing-icon {
	display: block;
	text-align: left;
	width: 100%;
}

.social-sharing-icon ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.social-sharing-icon ul li {
	margin: 0 5px 0 0;
	display: inline-block;
}

.social-sharing-icon ul li a,
.social-icon-left ul li a {
	border: 1px solid #000;
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	padding: 10px;
}

.social-sharing-icon ul li a:hover {
	color: #333;
}

.single-blog-heading .title-icon i {
	color: #fff;
	font-size: 30px;
	left: 0%;
	position: relative;
}
/*
* ----------------------------------------------------------------------------------------
* 16.COMMON STYLING FIX
* ----------------------------------------------------------------------------------------
*/
.admin-bar .header-top-area{
	top:32px
}
section.child-comments.comments-list {
	margin-left: 30px;
}
a#cancel-comment-reply-link {
	margin-left: 20px;
}
a.comment-reply-link, a#cancel-comment-reply-link, .logged-in-as a {
	font-weight: bold;
	color: #000;
}
p.logged-in-as {
	margin-left: 17px;
}

/*Default Element*/

ul {
	margin-left: 16px;
}

select {
	width: 100%;
}

th {
	padding: 5px 19px;
}

/*Sidebar Search*/

.screen-reader-text {
	display: none;
}

.search-form input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	display: none;
}

.search-field {
	border: 1px solid #e3e8f0;
	box-shadow: none;
	color: #333;
	height: 50px;
	border-radius: 0px;
	letter-spacing: 2px;
	padding-left: 10px;
	font-weight: 400;
}

.search-form input[type="search"] {
	width: 364px;
}

.blog-index {
	margin-top: 30px;
}

.blog-index .post-left .blog-item {
	border-bottom: 1px solid;
	padding-bottom: 30px;
	padding-top: 30px;
}

.post-right img {
	max-width: 100%;
	height: auto;
}

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

/*Pagination*/

.pagi a {
	margin-right: 10px;
	text-decoration: none;
	color: #333333;
	font: 13px Arial, sans-serif;
	background: #fff;
	padding: 5px 7px;
	border-radius: 4px;
	border: 1px solid #333333;
}

.pagi span.current, .pagi a:hover {
	transition: .3s;
	color: #fff;
	background: #333;
	transition: .3s;
	padding: 5px 7px;
	border-radius: 4px;
	margin-right: 7px;
}


.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links > span {
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	line-height: 3.5em;
	margin-right: 1.2em;
	text-align: center;
}

.page-links a {
	margin-right: 10px;
	text-decoration: none;
	color: #333333;
	font: 13px Arial, sans-serif;
	background: #fff;
	padding: 5px 7px;
	border-radius: 4px;
	border: 1px solid #333333;
}

.page-links > .page-links-title {
	border: 0;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/*Post Image*/

.post-left img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.wp-post-image {
	margin-bottom: 20px;
}

.col-md-8.post-left {
	overflow: hidden;
}

.col-md-4.post-right {
	overflow: hidden;
}

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*Comments*/

section.child-comments.comments-list {
	padding-left: 20px !important;
}

.work .item {
	margin-top: 30px;
	position: relative;
}

.item {
	-webkit-transition: .3s;
	transition: .3s;
}

.logged-in-as a {
	color: #333;
}

p.logged-in-as {
	text-align: center;
}

.comment-form p.form-submit {
	margin: 0 14px;
}

/* WooCommerce*/
.panel {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce .quantity .qty {
	height: 36px;
	color: black;
}

.woocommerce form .form-row input.input-text {
	height: 35px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 4px 4px;
	line-height: 100%;
}

.woocommerce span.onsale {
	min-width: 50px;
	min-height: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 6px;
}

select {
	color: black;
	height: 35px;
	margin: 6px 0;
}

.single-blog-details h4 {
	margin-top: 0;
}

/*Multi Level Menu Fix*/

.mainmenu .dropdown-menu {
	padding: 0;
}

.mainmenu .dropdown-menu li a {
	background: #0c0c0c;
	padding: 20px 15px;
}

.mainmenu .dropdown-menu li a:hover {
	background: #191919;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none;
	font-weight: 700;
}
.post.sticky {
	background-color: #E8E8E8;
	padding-bottom: 10px;
}
.post.sticky > h3,.post.sticky > p,.post.sticky .blog-social-sharing-area {
	margin-left: 10px;
	margin-right: 10px;
}
a:hover {
	 color: #333333;
 }
.elementor-widget-tribunal-banar-background, .elementor-widget-tribunal-banar-background .elementor-widget-container,
.elementor-widget-tribunal-banner-video, .elementor-widget-tribunal-banner-video .elementor-widget-container,
.elementor-widget-tribunal-banner-slider, .elementor-widget-tribunal-banner-slider .elementor-widget-container{
	height: 100%;
}
.elementor .img-circle {
	border-radius: 50%;
}