/*
    Template Name    : Advocate
	Description		 : Responsive HTML5 Attorney Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Top Bar 
7. Navigation
8. Banner Area
9. About Us
10. Services
11. Our Team
12. Call to Action
13. Testimonials Wrapper
14. Satisfied Wrapper
15. Pricing Table
16. Video Wrapper
17. Contact Us
18. Footer
19. Media Quries

/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Open+Sans:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
.form-alert {
    margin: 1rem 0;
    display: block;
    color: var(--invalid-color);
}

.form-alert.valid {
    color: var(--valid-color);
}

.form-alert.invalid {
    color: var(--invalid-color);
}


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #272727;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-0 {
	margin-bottom: 0;
}
.pad-l4 {
	padding-left: 40px;
}
.nopadding {
	margin: 0;
	padding: 0;
}
.white {
	color: #fff;
}
.white-bg {
	background: #fff !important;
}
h6 {
	font-size: 16px;
	margin: 0 0 5px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
.section-lg {
	float: left;
	width: 100%;
}
.lspace-1 {
	letter-spacing: 10px;
}
.title-line.align-center {
	float: none;
	height: 2px;
	margin: 0 auto 30px;
	padding: 0;
	width: 34px;
}
.title-line {
	background-color: #161616;
	float: left;
	height: 2px;
	margin: 0 auto 60px;
	padding: 0;
	width: 34px;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 30px;
}
.section-title h2:before {
	content: "";
	left: -60px;
	margin-top: -2.5px;
	position: absolute;
	top: 55%;
	width: 50px;
}
.section-title h2 {
	font-size: 35px;
	letter-spacing: 1.2px;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.section-title h2:after {
	content: "";
	margin-top: -2.5px;
	position: absolute;
	right: -60px;
	top: 55%;
	width: 50px;
}
.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 40%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 50px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-active:after {
  background-color: #fbb829;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 0 8px 20px 0 rgba(255, 255, 255, 0.2);
	background:#282828;

}
#switcher .theme-color:after {
    content: "";
    height: 74px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 30px;	
	}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	overflow:hidden;
}
#switcher .theme-active {
	background: #433c36;
}
#switcher .theme-color-two {
	background: #ff6b00;
	left: 40px;
}
#switcher .theme-color-two:after {
	background: #15273f;	
	}
#switcher .theme-color-three {
	background: #433c36;
	left: 80px;
}
#switcher .theme-color-three:after {
	background: #fe9200;	
	}
#switcher .theme-color-four {
	background: #2e2e2e;
	left: 120px;
}
#switcher .theme-color-four:after {
	background: #005fa3;	
	}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp i {
	display: block;
	line-height: 40px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
	background: #fff;
}
.logo a {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}
header .logo:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	z-index: 999;
	background:#f6f6f6;
}
header .logo {
	height: 100%;
	margin: 0;
	padding: 1px 0;
	position: relative;
}
/*
================================================
6. Top Bar 
================================================
*/

.top-bar {
	padding:0;
	font-size: 13px;
}
.top-bar p {
	color: #ffffff;
	margin: 0px;
	padding: 0;
	font-size: 13px;
}
.top-bar a {
	color: #ffffff;
}
.top-bar a:hover .fa-envelope, .top-bar a:hover {
	color: #fff;
}
.top-bar .fa {
	color: #ffffff;
	margin-right: 6px;
}
.top-bar ul {
	margin:0;
	padding:10px 0;
}
.top-bar ul li {
	margin-right: 15px;
	padding: 0;
}
.top-header-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-header-wrapper ul li:first-child {
	margin: 0;
}
.top-header-wrapper ul li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}
.top-header-wrapper ul li a {
	color: #b8bcc8;
	padding:10px 9px 11px 15px;
	display:inline-block;
}
.top-header-wrapper ul li a:hover i {
	color: #fff;	
	}
.top-header-wrapper i {
	margin-right: 5px;
}
.top-support > span {
	display: block;
}
span.separator {
	margin: 0 10px;
}
/* Get a Free Quote */
.list-unstyled li.quote {
	padding: 0;
	margin:0;
}
.list-unstyled li.quote a {
	background: #fbb829;
	border-radius: 4px;
	padding: 6px 18px;
	font-size: 12px;
	text-transform: uppercase;
}
.list-unstyled li.quote .quote-popup {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
}
.list-unstyled li.quote .quote-popup .fa.fa-times {
	background: #282828;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
}
.list-unstyled li.quote .quote-popup .free-quote {
	bottom: 0;
	height: 550px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
	background: #f5f5f5;
	padding: 35px 50px;
	transition: all 0.3s ease 0s;
	text-align:left;
}
.list-unstyled li.quote .quote-popup .free-quote h2 {
	font-size: 26px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	background: url(../images/free-quote-header.png) no-repeat left 4px;
	padding: 0 0 6px 0;
	line-height: 24px;
	border-bottom: solid 1px #282828;
	margin: 0 0 22px 0;
}
.list-unstyled li.quote .quote-popup .free-quote h2 span {
	font-size: 15px;
	font-weight: 300;
	text-transform: capitalize;
}
.list-unstyled li.quote form .form-group {
	display: inline-block;
	width: 100%;
}
.list-unstyled li.quote form .form-group input, .list-unstyled li.quote form .form-group textarea {
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 2%;
	width: 86%;
	border: 1px solid #e5e5e5;
	margin: 0;
	float: left;
	border-radius: 0 6px 6px 0;
}
.list-unstyled li.quote form .form-group textarea {
	border-radius: 6px;
	width: 100%;
	height: 90px;
	line-height: 18px;
	padding: 10px;
}
.list-unstyled li.quote form .form-group i {
	float: left;
	width: 14%;
	background: #282828;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 6px 0 0 6px;
	padding: 0;
	margin: 0;
}
.list-unstyled li.quote form .form-group span {
	float: left;
	width: 14%;
	background: #cecece;
	height: 50px;
	line-height: 50px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	border-radius: 6px 0 0 6px;
	padding: 0;
}
.list-unstyled li.quote form .btn {
	background: #282828;
	border: 0 none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}
.list-unstyled li .what-u-get {
	border: dashed 1px #020200;
	padding: 20px 0 0 0;
	border-radius: 5px;
}
.list-unstyled li .what-u-get h3 {
	color: #282828;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 16px 16px;
	border-bottom: dashed 1px #020200;
}
.list-unstyled li .what-u-get ul li {
	padding: 0;
	color: #000;
	font-size: 14px;
	padding: 16px;
	border-bottom: dashed 1px #020200;
	list-style: none;
	background: none;
	width: 100%;
}
.list-unstyled li .what-u-get ul li i {
	color: #000;
	font-size: 14px;
	padding: 3px 0 0 0;
}
.list-unstyled li .what-u-get ul li:last-child {
	border: none;
	padding: 0;
}
.list-unstyled li .what-u-get img {
	width: 100%;
	height: auto;
	border-radius: 0 0 5px 5px;
}
/*
================================================
7. Navigation
================================================
*/
.menu-bg .header-top-area + .banner-wrapper {
	margin-top: 70px;
}
.menu-bg .header-top-area {
	background: rgba(255, 255, 255, 1);
	z-index: 999;
	position: fixed;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .logo {
	padding: 1px 0;
	transition: all 0.3s ease 0s;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding: 30px 16px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 13px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #333;
}
.header-top-area .navbar-nav > li.active > a::before {
	content: "";
	height: 11px;
	left: 3px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 2px;
}
/*
================================================
8. Banner Area
================================================
*/
.banner-wrapper:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.banner-wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/banner.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.3s ease 0s;
	z-index: 9;
	position: relative;
}
.banner-content {
	display: table;
	height: 550px;
	width: 100%;
}
.banner-content-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 25px;
	color: #fff;
}
.banner-content h1 span.morphext {
	padding:5px 15px;
	}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding:15px 0;
}
/* slider btn */
.banner-content .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	background: none;
	color: #fbb829;
	border: 1px solid #fbb829;
}
.banner-content .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.banner-content .btn:hover:before, .banner-content .btn:focus:before, .banner-content .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
9. About Us
================================================
*/
.aboutus {
	padding:65px 0 54px;
}
.about-details img {
	width: 100%;
}
.aboutus h4 {
	font-size: 22px;
	letter-spacing: 0.6px;
	margin: 0 0 8px;
	padding: 0;
}
.readmore {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 8px 20px;
	border-radius: 0;
	border: none;
	background: none;
	margin: 15px 0 20px;
}
.readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.readmore:hover:before, .readmore:focus:before, .readmore:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-details > img {
  margin-top: 10px;
}
.we-do > ul {
	list-style: outside none none;
	margin: 17px 0 0;
	padding: 0;
}
.we-do > ul li {
	margin-bottom: 10px;
}
.we-do > ul li:last-child {
	margin-bottom: 0;
}
.we-do > ul li i {
	margin-right: 10px;
}
.progress-bar {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: left;
	font-family: "Montserrat";
	font-size: 11px;
	font-weight: 300;
	height: 100%;
	letter-spacing: 1px;
	line-height: 18px;
	padding-right: 15px;
	text-align: right;
	width: 0;
	background-color: #FBB829;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aboutme {
	margin-bottom: 20px;
}
.family  {
	width: 96%;
}
.legal  {
	width: 91%;
}
.criminal  {
	width: 89%;
}
.finance  {
	width: 95%;
}
.property  {
	width: 92%;
}
.education  {
	width: 95%;
}
.progress {
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin: 5px 0 25px;
}
.skill-progress {
	color: #999;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}
.web-bar {
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	min-height: 30px;
	min-width: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bar1 {
	right: 0%;
}
.bar2 {
	right: 0%;
}
.bar3 {
	right: 0%;
}
.bar4 {
	right: 0%;
}
.bar5 {
	right: 0%;
}
/*
================================================
10. Services
================================================
*/
.services {
	padding: 66px 0 14px;
	background:#282828;
}
.services h2 {
	color:#fff;
	margin:0;
}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
}
.service-callouts .service-box {
	-webkit-transform: translateZ(0);
	text-align: left;
	transition: 0.3s ease-out;
	margin-bottom: 50px;
	padding:30px;
	background:#444;
	border-radius:0 30px;
	height: 550px
}
.service-callouts .service-box .read_service {
	text-decoration: none;
}
.service-callouts .service-box i.fa {
	margin-top: 15px;
	font-size: 30px;
}
.service-callouts .service-box h3 {
	position: relative;
	margin-top: 20px;
	color:#fff;
}
.service-callouts .service-box p {
	color: #999;
	margin: 0;
}
/*
================================================
11. Our Team
================================================
*/
/* .our-team {
	padding: 64px 0 70px;
	background: url(../images/pattern.png) left top repeat;	
} */
.our-team .section-title {
	margin: 0;
}
.our-team-single {
	margin-top: 30px
}
.caption-text h3 > a {
	display: inline-block;
	font-size: 19px;
	margin-top: 18px;
	color: #2d2d2d
}
.caption-text > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.team-social li {
	display: inline-block;
}
.team-social a {
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.team-social a:hover {
	background: #fff;
}
.team-social > ul {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 17%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 45%;
	visibility: hidden;
	z-index: -1;
}
.our-team-single:hover .team-social > ul {
	visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1;
}
.our-team-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 100%;
}
.our-team-single:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.our-team-img {
	position: relative;
	overflow: hidden
}
.team-social {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
	min-height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: perspective(700px) rotateX(90deg);
	transform: perspective(700px) rotateX(90deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
}
.our-team-single:hover .team-social {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(700px) rotateX(0deg);
	transform: perspective(700px) rotateX(0deg);
	visibility: visible;
}
.caption-text {
	background: #f1f1f1;
	padding: 0 0 20px;
	text-align: center;
}
/*
================================================
12. Call to Action
================================================
*/
.call-to-action {
	padding: 30px 0;
	width: 100%;
	float: left;
}
.call-to-action h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	margin: 0;
	color: #eee;
	position: relative;
}
.call-to-action .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	background: none;
}
.call-to-action .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.call-to-action .btn:hover:before, .call-to-action .btn:focus:before, .call-to-action .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
13. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: #fff;
	padding: 64px 0 70px;
}
.testimonial-img {
	margin: 0 auto 20px;
	width:150px;
	height:150px;
	position:relative;
}
.testimonial-img > i {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0%;
	text-align: center;
	top: 0;
	width: 40px;
}
.carousel-inner .testimonial-img img {
	display: block;
	transform-style: preserve-3d;
}
.testimonial-img > img {
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	width: 150px;
	transform-style: preserve-3d;
}
.textimonial-text {
	margin-top: 0;
	text-align:center;
}
.textimonial-text > p {
	color: #465053;
	font-weight: 400;
	padding:0 50px;	
}
p.client-name {
	margin-top: 30px;
	text-transform: uppercase;
	font-weight:600;
	color:#282828;
}
.testimonial-rating > p {
	display: inline-block;
	font-weight: 600;
	color: #444;
}
.testimonial-rating > ul {
	display: inline-block;
	margin-left: 10px;
}
.testimonial-rating li {
	display: inline-block;
}
.textimonial-text > i {
	color: #0d9587;
	font-size: 20px;
	position: relative;
	right: -95%;
}
.textimonial-text > i {
	font-size: 20px;
	position: relative;
	right: -95%;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -16px;
}
.testimonials-wrapper .carousel-indicators li {
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	background: #eee;
	border: none;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 10px;
	margin: 0 0 0 5px;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	border: none;
}
/*
================================================
14. Satisfied Wrapper
================================================
*/
.satisfied-wrapper:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.satisfied-wrapper {
	padding: 69px 0;
	float: left;
	background: url(../images/satisfied-wrapper-bg.jpg);
	text-align: center;
	width: 100%;
	position:relative;
	z-index:9;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.satisfied-wrapper .counter {
	width:100%;
}
.satisfied-wrapper .counter .icon {
	text-align: center;
}
.satisfied-wrapper .counter .icon span {
	font-size: 34px;
}
.satisfied-wrapper .counter .lnr {
	font-size: 35px;
	display: inline-block;
}
.satisfied-wrapper .counter .number {
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 0 0;
	color: #fff;
}
.satisfied-wrapper .counter p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 0;
}
/*
================================================
15. Pricing Table
================================================
*/
.pricing-table-wrapper {
	background: #fff;
	padding: 66px 0 63px;
}
.pricing-table-wrapper .section-title {
	margin:0;
	}
.pricing-table-wrapper .pricing-table {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
.pricing-table-wrapper .price-content-wrap {
	background: #fff;
	padding-bottom: 55px;
	text-align: center;
	box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1);
	margin-top:30px;
}
.pricing-table-wrapper .plan-name {
	display: inline-block;
	margin-bottom: 10px;
	padding: 30px 0 20px;
}
.pricing-table-wrapper .price-title {
	color: #222;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
}
.pricing-table-wrapper .plan-price {
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 130px;
	margin: 0 auto;
	place-content: center;
	width: 130px;
}
.pricing-table-wrapper .plan-price > h4 {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-top: -10px;
	color:#fff;
}
.pricing-table-wrapper .plan-price > h4 > span {
	font-size: 20px;
}
.pricing-table-wrapper .duration {
	display: block;
	font-size: 16px;
	margin-top: -2px;
	text-align: center;
}
.pricing-table-wrapper .price-details {
	font-size: 16px;
	font-weight: 500;
	list-style: none;
	margin: 50px 0 0;
}
.pricing-table-wrapper .price-details li {
	padding: 6px 0;
	list-style:none;
}
.pricing-table-wrapper .price-btn {
	margin-top: 30px;
}
.price-btn {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .features-price-btn:hover {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .btn {
	background: #eef1f2 none repeat scroll 0 0;
	border-radius: 5px;
	color: #474646;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 35px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border: none;
}
/*
================================================
16. Video Wrapper
================================================
*/
.video-wrapper:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.video-wrapper {
	padding: 66px 0 70px;
	float: left;
	background: url(../images/video-bg.jpg);
	text-align: center;
	width: 100%;
	position:relative;
	z-index:9;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-wrapper h2 {
	text-align: center;
	margin: 0;
	padding: 0 0 13px;
	font-size: 40px;
	font-weight: 500;
	color:#fff;
}
.video-wrapper h2 span {
	display: block;
	margin:8px 0 0;
}
.video-wrapper .btn {
	background: none;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 40px;
	color: #eee;
	border-radius: 50%;
	border: 6px solid #eee;
	outline: none;
}
.video-wrapper .btn:hover {
	outline: none;
}
/*
================================================
17. Contact Us
================================================
*/

.contactus {
	padding: 64px 0 50px;
	background: #fff;
}
.contact-address {
	color: #0b192d;
	position: relative;
}
.form-group {
	position: relative;
}
.contact-form .fa {
	border-left: 1px solid #dfdfdf;
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	padding-left: 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 29px;
}
.contact-form textarea {
	height:220px;
	}
.form-control {
	background-color: transparent;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
.contact-address .list-unstyled {
	position: relative;
	color: #64686d;
}
.contact-address .list-unstyled p {
	margin: 0 0 20px;
	line-height: 30px;
}
.contact-address .list-unstyled span {
	display: block;
}
.contactus .media-box {
	margin-bottom: 20px;
    padding: 40px 30px;
	background:#f5f5f5;
	} 
.contactus .media-box .media-icon {
  font-size: 30px;
  text-align: center;
  width: 30px;
  display:inline-block;
  position:absolute;
}	
.contactus .media-box .media-content {
  padding-left: 45px;
  display:inline-block;
}
.contactus .list-unstyled .contact-icon > i {
	font-size: 40px;
	margin-bottom: 15px;
}
.google-map {
	float: left;
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}
/*
================================================
18. Footer
================================================
*/
footer {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #212124;
}
footer p {
	color: #b8bcc8;
	text-align: center;
	margin: 0;
	font-size:12px;
}

/*
================================================
19. Media Quries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
/******* Common CSS *******/	
.r-mbot-4 {
	margin-bottom: 40px
}
/******* logo *******/	
header .logo {
	padding: 27px 13px;
}
.menu-bg .logo {
	padding: 18px 13px;
}
.logo {
	float: left;
	padding-top: 22px;
}
.logo a {
	font-size:15px;
	}
.navigation {
	padding: 0;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	padding: 30px 10px;
	font-size: 12px;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 8px;
}
.navbar {
	margin-top: 0px;
}
/******* banner *******/
.banner-content h1 {
	font-size:40px;
	}
/******* skill *******/	
.skill {
	margin: 20px 0 0;
}	
/******* satisfied wrapper *******/	
.satisfied-wrapper {
	padding: 99px 0 10px;
}
.satisfied-wrapper .counter {
	margin: 0 0 59px;
}
/******* Testimonials *******/	
.testimonial-img > i {
	right: 40%;
}
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricing-table .space1 {
	margin-top: 30px;
}
/******* video wrapper *******/
.video-wrapper h2 {
	font-size:30px;
	}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
/******* Common CSS *******/	
.section-title > p {
	padding: 0 10px;
}
.section-title > p span {
	display: inherit;
}
.section-title h2:before {
	width: 25px;
	left: -25px;
}
section h2 {
	font-size: 25px;
}
.section-title h2:after {
	width: 25px;
	right: -25px;
}
/******* logo *******/	
.logo {
	padding: 15px 0 13px;
}
/******* navigation *******/
.header-top-area, .menu-bg .header-top-area {
	background:#f6f6f6;
	}
header .logo:before {
	display:none;
	}		
.menu-bg .navbar-toggle {
	margin-top: -43px;
}
.navbar {
	z-index: 9999;
}
header .logo {
	margin: 0 0 -2px;
}
.navbar-toggle {
	margin-right: 1;
	margin-top: -56px;
	border: none;
	background: #fff;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: #f7f7f7;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #eee;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding: 11px 15px;
}
.menu-bg .logo {
	padding: 1px 0 10px;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
/******* slider *******/	
.banner-content {
	height: 450px;
}
.banner-content h1 {
	font-size: 30px;
}
div.banner-content h1 span.morphext {
	border:none;
	display:block;
	}
.banner-content p {
	padding: 0 0 30px;
}
/******* about details *******/
.about-details > img {
  margin-top: 20px;
}
/******* skill *******/	
.skill {
	margin: 20px 0 0;
}
/******* Call to action *******/
.call-to-action {
	text-align:center
	}
.call-to-action h3 {
	font-size:20px;
	margin:0 0 20px;
	}
.call-to-action .pull-right {
	float:none !important;
	}	
/******* satisfied wrapper *******/
.satisfied-wrapper {
	padding: 25px 0 68px;
}
.satisfied-wrapper .counter {
	margin: 50px 0 0;
}
/******* testimonials *******/
.textimonial-text > p {
	padding:0;
	}
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricing-table .space1 {
	margin: 30px 0;
}
/******* video wrapper *******/
.video-wrapper h2 {
	font-size: 20px;
	}

#scrool-top {
	right: 15px;
}

}