/*
    Template Name    : Trivitolaw
	Description		 : Responsive HTML Attorney One Page Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Playfair Display and Open Sans
2. Common CSS
3. Loader CSS
4. Navigation
5. Hedader
6. Featured Servies
7. About Sec
8. Services Sec
9. portfolio Sec
10. Pricing Wrapper
11. CTA Banner Wrapper
12. Our Team Wrapper
13. Testimonials Wrapper
14. Blog Sec
15. Contact Sec
16. Responsive CSS

/*
================================================
1. Fonts - Playfair Display and Open Sans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Open+Sans:400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #cacaca;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
	margin-top: 0;
}
span, a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
	margin-bottom: 30px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: rgb(0, 0, 0);
}
.title {
	margin: 0 0 40px;
	text-align: center;
	width: 100%;
}
.sub-title, .sub-title-one {
	text-align: center;
	position: relative;
	z-index: 3;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0 15px;
	color: white;
}
.sub-title-one {
	padding: 0 !important;
}
.sect-title {
	letter-spacing: -1px;
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	position: relative;
	z-index: 3;
	color: #b1915d;
}
.sub-title:before, .sub-title:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #b1915d;
	position: absolute;
	bottom: 7px;
}
.sub-title:before {
	left: -40px;
}
.sub-title:after {
	right: -40px;
}
.with-color {
	color: #fff !important;
}
.o-hidden {
	overflow: hidden;
}
.position-re {
	position: relative;
}
.full-width {
	width: 100% !important;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-fixed {
	background-attachment: fixed;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background: #b1915d;
}
#scrollUp:hover {
	background: #121232;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	margin: 0 0 10px;
}
.separator::after {
	background: #666;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 30px;
}
.separator {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	display: block;
	height: 5px;
	margin: 0 auto;
	position: relative;
	width: 60px;
}
.title-border-left::after {
	content: "";
	position: absolute;
	width: 50px;
	border: 1px solid #033d75;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background: #f2f2f2;
}
.padding-20 {
	padding: 20px;
}
.border-left-four {
	border-left: 1px solid #b1915d;
}
.border-three {
	border: 1px solid #b1915d;
}
.margin-bottom3 {
	margin-bottom: 25px;
}
/* Button Effects */
.bttn {
	padding: 17px 30px;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	margin: 10px 2px 0;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	display: inline-block;
	background: #fff;
}
.bttn:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #b1915d;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bttn:hover {
	border-color: #b1915d;
}
.bttn:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.bttn:hover span {
	color: #fff;
}
.bttn span {
	position: relative;
	z-index: 2;
}
/*
================================================
3. Loader CSS
================================================
*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 9999999999999;
}
.loading .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}
.sb {
	width: 64px;
	height: 64px;
	clear: both;
	margin: 20px auto;
}
.sb-sphere {
	border-radius: 50%;
	border-left: 0px #b1915d solid;
	border-right: 0px #b1915d solid;
	-webkit-animation: spSphere 1s infinite linear;
	animation: spSphere 1s infinite linear;
}
 @-webkit-keyframes spSphere {
 0% {
 border-left: 0px #b1915d solid;
 border-right: 0px #b1915d solid;
}
 33% {
 border-left: 64px #b1915d solid;
 border-right: 0px #b1915d solid;
}
 34% {
 border-left: 0px #b1915d solid;
 border-right: 64px #b1915d solid;
}
 66% {
 border-left: 0px #b1915d solid;
 border-right: 0px #b1915d solid;
}
}
@keyframes spSphere {
 0% {
 border-left: 0px #b1915d solid;
 border-right: 0px #b1915d solid;
}
 33% {
 border-left: 64px #b1915d solid;
 border-right: 0px #b1915d solid;
}
 34% {
 border-left: 0px #b1915d solid;
 border-right: 64px #b1915d solid;
}
 66% {
 border-left: 0px #b1915d solid;
 border-right: 0px #b1915d solid;
}
}
/*
================================================
4. Navigation
================================================
*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 600;
	color: #eee;
	letter-spacing: .5px;
	margin: 15px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar .navbar-nav .active {
	color: #b1915d !important;
}
.nav-scroll {
	background: #01010179;
	border-bottom: 1px solid rgba(12, 12, 12, 0.04);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.nav-scroll .icon-bar {
	color: #ffffff;
}
.nav-scroll .navbar-nav .nav-link {
	color: #ffffff;
}
.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}
.logo {
	padding: 15px 0;
	width: 100px;
}
.logo img {
	width: 300px;
	height: auto;
}
/*
================================================
5. Hedader
================================================
*/
[data-overlay-dark], [data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container, [data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before, [data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #000;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
	opacity: 0.7;
}
.header {
	min-height: 100vh;
	overflow: hidden;
}
.header .caption .o-hidden {
	display: inline-block;
}
.header .caption h4 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0px;
	color: #b1915d;
	padding: 0px 5px 3px;
	display: inline;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.header .caption h1 {
	margin: 10px 0;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 4px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	text-transform: uppercase;
}
.header .caption h2 {
	font-size: 55px;
	font-weight: 600;
}
.header .caption p {
	font-size: 15px;
	font-weight: 300;
	color: #eee;
	letter-spacing: 1px;
	word-spacing: 2px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.header .arrow {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 8;
}
.header .arrow a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.header .arrow i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header .arrow i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.header .arrow i:hover:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
/*
================================================
6. Featured Servies
================================================
*/
.featured-sec {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
}
.featured-sec .title {
	margin: 0;
}
/** Icon Box **/
.icon-box {
	background: #fff;
	padding: 40px 20px;
	z-index: 4;
	box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	margin: 40px 0 0;
}
.icon-box:hover {
	box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.4);
}
.icon-box i {
	color: #b1915d;
}
.icon-box .h4-heading {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 10px 0 0;
}
.icon-box .h4-heading span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #888;
}
/*
================================================
7. About Sec
================================================
*/
.about-title {
	margin-top: -8px;
}
.about-title span {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: inline-block;
}
.about-title h2 {
	font-size: 38px;
	margin-bottom: 30px;
	color: #b1915d;
	font-weight: 700;
}
.about-title ul {
	margin-bottom: 20px;
}
.about-title ul li {
	margin-bottom: 10px;
	color: #cacaca;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-title ul li:hover {
	color: #b1915d;
}
.about-title ul li:hover i {
	margin-right: 5px;
}
.about-sec .bttn {
	background: #f8f8f8;
}
.about-sec .bttn:hover span {
	color: #fff;
}
.about-us-img {
	position: relative;
}
.about-us-img img {
	border-radius: 4px;
}
.about-us-img .about-img-2 {
	position: absolute;
	top: 62px;
	right: 0;
}
/*
================================================
8. Services Sec
================================================
*/

.services-sec .title {
	margin: 0;
}
/** Single Services Item **/
.service-item {
	padding: 60px 30px 45px;
	text-align: center;
	background: #ffffff;
	margin-top: 40px;
	position: relative;
}
.service-item .service-thumb {
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid rgba(158,112,68,.25);
	font-size: 50px;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #d0a15e;
	margin: auto;
}
.service-item .service-thumb i {
	font-size: 50px;
	line-height: 1;
	background: -webkit-linear-gradient(177deg, #cfae79 0%, #b1915d 54%, #b1915d 96%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service-item .service-content h4.title {
	margin: 20px 0 15px;
}
.service-item .service-content h4.title a {
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	transition: all ease 0s;
	font-weight: 700;
}
.service-item::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(177deg, #cfae79 0%, #b1915d 54%, #b1915d 96%);
	display: none;
	position: absolute;
	content: '';
}
.service-item p, .service-item h4.title, .service-item i {
	position: relative;
	z-index: 1;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	transition: all ease 0s;
}

@media screen and (max-width: 400px) {
.service-item {
	padding: 40px 30px;
}
.service-item .service-thumb {
	margin-bottom: 23px;
}
.service-item .service-content h4.title {
	margin-bottom: 19px;
}
}
.service-item:hover p, .service-item:hover h4.title a {
	color: #ffffff;
	z-index: 1;
}
.service-item:hover p {
	opacity: .9;
}
.service-item:hover::before {
	display: block;
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}
.service-item:hover .service-thumb i {
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service-item:hover .service-content {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-duration: .4s;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
}
/*
================================================
9. portfolio Sec
================================================
*/
.portfolio {
	overflow: hidden;
	padding-bottom: 0;
}
.portfolio .filtering span {
	padding: 12px 30px;
	border-radius: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}
.portfolio .filtering .active {
	background: #b1915d;
	color: #fff;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .gallery {
	margin-top: 20px;
}
.portfolio .items {
	padding: 2px;
}
.portfolio .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .item-img img {
	width: 100%;
}
.portfolio .item-img:hover .item-img-overlay {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img:hover h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img h6 {
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 30px;
}
.portfolio .item-img-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: white;
	color: #35424C;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 2;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.portfolio .item-img-overlay a {
	font-size: 30px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #b1915d;
}
/*
================================================
10. Pricing Wrapper
================================================
*/
.pricing-wrapper .title {
	margin: 0;
}
/** Single Pricing **/
.pricing-area .single-pricing {
	padding: 55px 40px;
	box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	text-align: center;
	margin: 40px 0 0;
}
.pricing-area .single-pricing i {
	font-size: 42px;
	margin-bottom: 30px;
	display: block;
	color: #b1915d;
}
.pricing-area .single-pricing h3 {
	font-size: 52px;
	color: #434a53;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
.pricing-area .single-pricing h3 span {
	position: relative;
	bottom: 30px;
	font-size: 26px;
	margin-right: 0px;
	font-weight: 700;
}
.pricing-area .single-pricing h3 b {
	font-weight: 400;
	font-size: 18px;
}
.pricing-area .single-pricing h2 {
	font-size: 28px;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
.pricing-area .single-pricing ul {
	margin-bottom: 30px;
}
.pricing-area .single-pricing ul li {
	position: relative;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.pricing-area .bttn-small {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
	text-transform: uppercase;
}
.pricing-area .single-pricing .btn-emt {
	background: transparent;
	color: #b1915d;
	border: 2px solid #b1915d;
}
.pricing-area .btn-emt:hover {
	transform: translate3d(0, -3px, 0);
	color: #fff;
	box-shadow: none;
	background: #b1915d;
	border: 2px solid transparent;
}
/*
================================================
11. CTA Banner Wrapper
================================================
*/
.contact-banner {
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
	background-color: black;
}
.contact-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.9;
	z-index: -1;
}
.contact-banner-title {
	max-width: 700px;
	margin: auto;
}
.contact-banner-title h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
}
.default-btn {
	color: #ffff;
	border: 3px solid #b69d74;
	padding: 10px 40px;
	display: inline-block;
	font-size: 15px;
	position: relative;
	z-index: 1;
}
.default-btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #b69d74;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
}
.default-btn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0;
}
/*
================================================
12. Our Team Wrapper
================================================
*/
.our-team .title {
	margin: 0;
}
/** Single Item **/
.expert-item {
	margin: 40px 0 0;
}
.expert-img {
	position: relative;
}
.expert-img img {
	width: 100%;
}
.expert-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
	transition: .5s;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: rgba(18,18,50,.72);
	transform: perspective(500px) rotateX(90deg);
	transform-origin: bottom;
}
.social-style-one {
	display: inline-block;
}
.social-style-one a {
	margin: 0 9px;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	margin-left: 0;
}
.expert-description {
	background: #eaeaea;
	padding: 15px 0;
}
.expert-description h5 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 25px;
	margin-top: 0px;
}
.expert-description span {
	color: #b69d74;
}
.expert-item:hover .expert-overlay {
	opacity: 1;
	transform: perspective(500px) rotateX(0deg)
}
/*
================================================
13. Testimonials Wrapper
================================================
*/	
/* .testimonials-area {
	background: url("../images/testimonials-bg.jpg") left top no-repeat;
} */
.testimonial-nav {
	margin: auto auto;
	text-align: center;
	width: 310px;
	margin-bottom: 30px;
}
.testimonial-nav button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #333333;
	font-size: 20px;
	left: -50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial-nav button.slick-next {
	left: auto;
	right: -50px;
}
.testimonial-thumb > img {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	width: 100%;
	border-radius: 50%;
}
.testimonial-thumb img:focus, .testimonial-thumb img:hover {
	outline: none;
	border: none;
	box-shadow: none;
}
.testimonial-thumb.slick-center > img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.testimonia-item-active .slick-dots li button {
	background: #cfd7e1;
	padding: 0;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
	border: 0;
	border-radius: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonia-item-active .slick-dots li.slick-active button {
	background: #b1915d;
}
.testimonia-item-active .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.testimonia-item-active .slick-dots {
	text-align: center;
}
.testimonials-area h3 {
	font-weight: 700;
}
.testimonials-area .designation {
	margin: 0 0 30px;
}
/*
================================================
14. Blog Sec
================================================
*/
.blog-sec {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: black;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
}
.blog-sec .title {
	margin: 0;
}
/* Single Blog Sec */
.single_blog {
	width: 100%;
	position: relative;
	margin-top: 40px;
	box-shadow: 0px 0px 18px 8px rgba( 0, 0, 0,0.14 );
	border-bottom: 2px solid #571f9c;
}
.single_blog .img {
    position: relative;
    overflow: hidden;
}
.single_blog .img img {
    transform: scale(1);
    transition: all 0.4s ease 0s;
	width:100%;
}
.single_blog:hover .img img {
    transform: scale(1.2);
    transition: all 0.4s ease 0s;
}
.single_blog .content {
	padding: 30px 15px;
	background-color: white;
}
.single_blog .content li a {
	color: #232323;
}
.single_blog .content li {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #232323;
	font-size: 12px;
	line-height: 30px;
}
.single_blog .content li img {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
}
.single_blog .content li i {
	color: #b1915d;
	padding-right: 5px;
}
.single_blog .content h4 {
	padding-top: 18px;
	font-weight: 700;
	margin-bottom:0;
	color: #232323;
	font-size:20px;
}
.single_blog .content h4 a {
	color: #232323;
}
.single_blog .content p {
	padding-top: 10px;
	color: #232323;
}
.single_blog .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #121232;
	color: #fff;
	padding: 8px 14px;
	font-size: 16px;
	border-radius: 0;
}
.single_pagePagi.pagination .page-item .page-link {
	border-radius: 0 !important;
	margin: 0 5px;
	border: 1px solid #571f9c;
	color: #571f9c;
}
.single_pagePagi.pagination .page-item .page-link.active, .single_pagePagi.pagination .page-item .page-link:hover {
	background-color: #571f9c;
	color: #fff;
}
/*
================================================
15. Contact Sec
================================================
*/
.contact-info-area {
	padding:80px 0 50px;
}
.contact-info-area .single-contact-info {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}
.contact-info-area .single-contact-info i {
  color: #b69d74;
  font-size: 30px;
  margin-bottom: 12px;
}
.contact-info-area .single-contact-info h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px;
}
.contact-info-area .single-contact-info p {
  margin-bottom: 0;
}
.contact-info-area .single-contact-info a {
  color: #b69d74;
}
/** contact-area **/
.contact-area {
	padding: 0 0 80px;
	float:left;
	width:100%;
	background-color: black;
}
.contact-area .map-area iframe {
	width: 100%;
	height: 700px;
	border: none;
}
.contact-bg {
	background-color: #f1f1f1;
	padding: 30px;
}
.contact-bg h3 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #e1d7d7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contact-bg .default-btn-2 {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.contact-bg .form-group {
	margin-bottom: 30px;
}
.contact-bg .form-control {
	height: 60px;
	color: #999797 !important;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	padding: 10px 20px;
}
 .contact-bg .form-control::-webkit-input-placeholder {
 color: #999797;
}
 .contact-bg .form-control:-ms-input-placeholder {
 color: #999797;
}
 .contact-bg .form-control::-ms-input-placeholder {
 color: #999797;
}
 .contact-bg .form-control::placeholder {
 color: #999797;
}
.contact-bg .form-control:focus {
	border: 1px solid #b69d74;
}
.contact-bg textarea {
	margin: 0 0 30px;
}
.contact-bg textarea.form-control {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	height: 200px;
}
/** Copyrights **/
.copyright {
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #121232;
}
.copyright p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.copyright .color {
	color: #eee;
	font-weight: 600;
}
/*
================================================
16. Responsive CSS
================================================
*/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
/** Common Styles **/ 
.bg-fixed {
	background-attachment: scroll !important;
}
/** Navigation **/
.navbar .navbar-collapse {
	max-height: 400px;
	overflow: auto;
	background: #111;
	text-align: center;
	padding: 10px 0;
}
.navbar .nav-link {
	margin: 5px auto !important;
}
.nav-scroll {
	border-bottom: none;
}
.nav-scroll .navbar-collapse .nav-link {
	color: #fff !important;
}
.nav-scroll .navbar-collapse .active {
	color: #b1915d !important;
}
/** header Styles **/ 
.header {
	background-attachment: scroll !important;
	background-position: 50% 0% !important;
}
.header .caption h4 {
	font-size: 30px;
}
.header .caption h1 {
	font-size: 45px;
	line-height: 1.4;
}
.hero .h-img {
	padding-left: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767.98px) {
/** header Styles **/ 	
.header .caption h4 {
	font-size: 16px;
}
.header .caption h1 {
	font-size: 21px;
}
.header .caption p {
	font-size: 14px;
	word-spacing: 0;
}
.hero .cd-headline {
	font-size: 20px;
}
/** About Sec **/ 	
.about-title {
	margin-bottom: 30px;
}
.about-us-img img {
	width: 100%;
}
.about-us-img .about-img-2 {
	position: unset;
	margin-top: 30px;
}
/** Portfolio  Sec **/ 
.portfolio .filtering span {
	margin-bottom: 10px;
}
}

@media (max-width: 575.98px) {
/** Navigation **/
.nav-scroll .logo {
	padding-left: 15px;
}
}
