/*
    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
================================================
*/
* {
	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
================================================
*/
/*
================================================
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: 29px 0;
	position: relative;
}
/*
================================================
6. Top Bar 
================================================
*/

.top-bar {
	padding:0;
	font-size: 13px;
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
}
.top-bar p {
	color: #666;
	margin: 0px;
	padding: 0;
	font-size: 13px;
}
.top-bar a {
	color: #666;
}
.top-bar a:hover .fa-envelope, .top-bar a:hover {
	color: #1e88e5;
}
.top-bar .fa {
	color: #666;
	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: #666;
	padding:10px 9px 11px 15px;
	display:inline-block;
}
.top-header-wrapper ul li a:hover i {
	color: #1e88e5;
	}
.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: 520px;
	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.html) 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: 18px 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: 82%;
}
.legal  {
	width: 78%;
}
.criminal  {
	width: 85%;
}
.finance  {
	width: 65%;
}
.property  {
	width: 90%;
}
.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: 16%;
}
.bar2 {
	right: 26%;
}
.bar3 {
	right: 11%;
}
.bar4 {
	right: 31%;
}
.bar5 {
	right: 7%;
}
/*
================================================
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: center;
	transition: 0.3s ease-out;
	margin-bottom: 50px;
	padding:30px;
	background:#444;
	border-radius:0 30px;	
}
.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
}
/******* Responsive About Page - Tablet *******/
@media (min-width: 768px) and (max-width: 991px) {
	.mission-icon, .vision-icon, .values-icon {
		font-size: 42px !important;
		margin-bottom: 18px;
	}

	.aboutus h4 {
		font-size: 20px;
	}

	.caption-text h3 {
		font-size: 22px;
	}

	.call-to-action-left h3 {
		font-size: 22px;
	}

	.satisfied-wrapper {
		background-attachment: scroll;
		padding: 60px 0;
	}
}
/******* 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: 30px;
	left: -35px;
}
section h2 {
	font-size: 25px;
}
.section-title h2:after {
	width: 30px;
	right: -35px;
}
/******* Responsive About Page Styles *******/
.mission-icon, .vision-icon, .values-icon {
	color: #dca44d !important;
	font-size: 48px !important;
	margin-bottom: 20px;
}

.founder-credentials {
	margin-top: 20px;
}

.credentials-title {
	color: #dca44d !important;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.credentials-list {
	list-style: none;
	padding: 0;
}

.credentials-list li {
	margin-bottom: 8px;
	font-size: 14px;
}

.credentials-list li i {
	color: #dca44d;
	margin-right: 10px;
	width: 16px;
	text-align: center;
}

/******* Hero About Section *******/
.hero-about {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	text-align: center;
}

.hero-about h1 {
	font-size: 48px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.hero-about h1 span {
	color: #dca44d;
}

.hero-about .hero-subtitle {
	font-size: 20px;
	color: #666;
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.hero-buttons {
	margin-top: 30px;
}

.hero-buttons .btn {
	display: inline-block;
	margin: 0 15px;
	padding: 15px 30px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.hero-buttons .btn-primary {
	background: #dca44d;
	color: #fff;
	border: 2px solid #dca44d;
}

.hero-buttons .btn-primary:hover {
	background: #c6953a;
	border-color: #c6953a;
	color: #fff;
}

.hero-buttons .btn-secondary {
	background: transparent;
	color: #dca44d;
	border: 2px solid #dca44d;
}

.hero-buttons .btn-secondary:hover {
	background: #dca44d;
	color: #fff;
}

/******* logo *******/
.logo {
	padding: 10px 0 !important;
	margin: 0 !important;
	height: auto !important;
}

.logo a {
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	padding: 0 !important;
}

.logo-main {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #dca44d !important;
	letter-spacing: 1px !important;
	line-height: 1.2 !important;
	margin-bottom: 2px !important;
}

.logo-sub {
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #515b78 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
}

/******* Logo Hover Effects *******/
.logo a:hover .logo-main {
	color: #c6953a !important;
	transition: color 0.3s ease;
}

.logo a:hover .logo-sub {
	color: #333 !important;
	transition: color 0.3s ease;
}
/******* navigation *******/
.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 !important;
	padding: 10px 0 !important;
}
.navbar-toggle {
	margin-right: 0;
	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;
}

/******* Desktop Header Styles *******/
@media (min-width: 768px) {
  .top-bar {
    display: block !important;
  }
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  .navbar-nav.navbar-right {
    float: right !important;
    margin: 0;
  }
  .navbar-nav.navbar-right > li {
    float: left;
  }
  .navbar-nav.navbar-right > li > a {
    padding: 30px 16px;
  }
}

@media (max-width: 767px) {
  .top-bar {
    display: none !important;
  }
}

/******* Responsive Header - Mobile *******/
@media (max-width: 767px) {
  .header-top-area .logo {
    padding: 10px 0 !important;
    text-align: center;
  }
  .header-top-area .logo-main {
    font-size: 20px !important;
  }
  .header-top-area .logo-sub {
    font-size: 10px !important;
  }
  .top-bar {
    display: none !important;
  }
  .navbar-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .navbar-toggle {
    margin: 0 !important;
  }
}
  /* Add Free Consultation button to mobile header */
  .mobile-consultation-btn {
    display: inline-block !important;
    background: #1e88e5 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 6px 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
  }
  .mobile-consultation-btn:hover {
    background: #1565c0 !important;
    color: white !important;
    text-decoration: none !important;
  }
  /* General mobile button improvements */
  .btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
  }
  .btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  }
  .navbar-nav.navbar-right {
    text-align: center;
  }
  .navbar-nav.navbar-right li {
    display: block;
    margin: 0;
  }
  .navbar-toggle {
    position: absolute !important;
    left: 15px !important;
    top: 15px !important;
    margin: 0 !important;
    z-index: 1001 !important;
    background: #1e88e5 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    display: block !important;
    visibility: visible !important;
  }
  .navbar-toggle .icon-bar {
    background-color: white !important;
    width: 18px !important;
    height: 2px !important;
    display: block !important;
    margin: 3px 0 !important;
  }
  .navbar-nav.navbar-right li a {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
.navbar-collapse {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border-radius: 0 0 4px 4px;
	margin-top: 1px;
}
}

/******* Responsive About Page - Mobile *******/
@media (max-width: 767px) {
	.mission-icon, .vision-icon, .values-icon {
		font-size: 36px !important;
		margin-bottom: 15px;
	}

	.aboutus h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.caption-text h3 {
		font-size: 20px;
		margin-top: 15px;
	}

	.credentials-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.credentials-list li {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.founder-credentials {
		margin-top: 15px;
	}

	.satisfied-wrapper .icon {
		margin-bottom: 15px;
	}

	.aboutus {
		padding: 50px 0;
	}

	.our-team {
		padding: 50px 0;
	}

	.services {
		padding: 50px 0;
	}

	.hero-about {
		padding: 60px 0;
	}

	.hero-about h1 {
		font-size: 36px;
	}

	.hero-about .hero-subtitle {
		font-size: 18px;
	}

	.hero-buttons .btn {
		display: block;
		margin: 10px 0;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	.mission-icon, .vision-icon, .values-icon {
		font-size: 32px !important;
	}

	.banner-content h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	.banner-content p {
		font-size: 16px;
		line-height: 1.4;
	}

	.aboutus .we-do ul li {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.page-header {
		padding: 0;
		min-height: 250px;
		height: 250px;
	}

	.page-header .container {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.page-title {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.breadcrumb-item {
		font-size: 14px;
	}

	.call-to-action-left h3 {
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}

	.call-to-action .btn {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.hero-about h1 {
		font-size: 28px;
		line-height: 1.2;
	}

.hero-about .hero-subtitle {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 20px;
}

	.page-title {
		font-size: 28px;
		margin-bottom: 0;
	}

	.page-header {
		padding: 0;
		min-height: 200px;
		height: 200px;
	}

	.page-header .container {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.breadcrumb {
		flex-wrap: wrap;
		justify-content: center;
	}

	.breadcrumb-item {
		font-size: 13px;
		margin: 2px 0;
	}

	.satisfied-wrapper {
		background-attachment: scroll;
		padding: 50px 0;
	}

/******* Page Header Section *******/
.page-header {
	padding: 0;
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}

.page-header .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.page-header-overlay {
	background: rgba(0, 0, 0, 0.7);
}

.page-title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.breadcrumb-nav {
	justify-content: center;
	margin-top: 20px;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.breadcrumb-item {
	font-size: 16px;
}

.breadcrumb-item a {
	color: #dca44d;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
	color: #fff;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #fff;
	font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #dca44d;
	content: "/";
	font-weight: 400;
}

/******* Mission Vision Background *******/
.mission-vision-overlay {
	background: rgba(0, 0, 0, 0.8) !important;
}

.satisfied-wrapper {
	padding: 80px 0;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/******* Founder Section Responsive *******/
/******* Enhanced Founder Section Styles *******/
.achievement-item:hover {
	transform: translateY(-5px) !important;
}

.qualification-item:hover {
	transform: translateX(5px) !important;
}

.founder-main-image:hover img {
	transform: scale(1.05);
}

.founder-floating-badge:hover {
	transform: scale(1.05);
}

.founder-quote-card:hover {
	transform: translateY(-5px);
}

/******* Location Info Cards *******/
.location-info-card:hover {
	transform: translateY(-10px) !important;
}

/******* Hero Section Styles *******/
.hero-section {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.hero-title {
	font-size: 48px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	line-height: 1.2 !important;
}

.hero-subtitle {
	font-size: 20px !important;
	margin-bottom: 30px !important;
	line-height: 1.6 !important;
	opacity: 0.9 !important;
}

.hero-btn-primary:hover {
	background: #c6953a !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(220, 164, 77, 0.3);
}

.hero-btn-secondary:hover {
	background: rgba(255,255,255,0.3) !important;
	border-color: rgba(255,255,255,0.5) !important;
	transform: translateY(-2px);
}

/******* Hero Animations *******/
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.location-info-card:hover {
		transform: none !important;
	}
}

/******* Founder Sticky Effect *******/
.founder-sticky {
	position: sticky;
	top: 80px; /* Account for fixed header */
	z-index: 5;
	transition: all 0.3s ease;
}

.founder-sticky.sticky-active {
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transform: translateY(-10px);
}

@media (max-width: 768px) {
	.founder-content-section {
		padding-left: 0 !important;
		padding-top: 40px !important;
	}

	.founder-main-image {
		height: 400px !important;
	}

	.founder-header h3 {
		font-size: 28px !important;
	}

	.founder-achievements {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}

	.achievement-item {
		padding: 20px !important;
	}

	.founder-floating-badge {
		top: -15px !important;
		right: -15px !important;
		font-size: 12px !important;
		padding: 10px 15px !important;
	}

	.founder-quote-card {
		bottom: -20px !important;
		left: -20px !important;
		max-width: 250px !important;
		padding: 20px !important;
	}

	.qualifications-list {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 480px) {
	.founder-content h3 {
		font-size: 24px !important;
	}

	.logo-main {
		font-size: 16px !important;
	}

	.logo-sub {
		font-size: 10px !important;
	}

	.logo {
		padding: 8px 0 !important;
	}

	.stat-number {
		font-size: 24px !important;
	}

	.founder-badge {
		font-size: 12px !important;
		padding: 8px 15px !important;
	}

	.founder-header h3 {
		font-size: 24px !important;
		line-height: 1.1 !important;
		word-wrap: break-word !important;
		hyphens: auto !important;
		margin-bottom: 5px !important;
	}

	.founder-achievements {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
	}

	.founder-main-image {
		height: 350px !important;
	}

	.founder-floating-badge {
		display: none !important;
	}

	.founder-quote-card {
		position: static !important;
		margin-top: 20px !important;
		max-width: 100% !important;
	}
}

@media (max-width: 768px) {
	.founder-header h3 {
		font-size: 28px !important;
		line-height: 1.2 !important;
		margin-bottom: 8px !important;
	}
}

@media (max-width: 360px) {
	.founder-header h3 {
		font-size: 20px !important;
		line-height: 1.1 !important;
		margin-bottom: 5px !important;
		padding: 0 5px !important;
	}

	.founder-content-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.founder-sticky.sticky-active .founder-content-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.our-founder {
		padding: 50px 0 !important;
	}

	.founder-main-image {
		margin-bottom: 30px !important;
	}
}

	/* Hero Section Mobile */
	.hero-section {
		padding: 80px 0 !important;
		text-align: center !important;
	}

	.hero-title {
		font-size: 36px !important;
	}

	.hero-subtitle {
		font-size: 18px !important;
		margin-bottom: 20px !important;
	}

	.hero-buttons {
		justify-content: center !important;
	}

	.hero-btn-primary, .hero-btn-secondary {
		display: block !important;
		width: 100% !important;
		max-width: 300px !important;
		margin: 10px auto !important;
		text-align: center !important;
	}

	.hero-image {
		margin-top: 40px !important;
	}

	.floating-element-1, .floating-element-2 {
		display: none !important;
	}

	.hero-features {
		text-align: left !important;
		max-width: 400px !important;
		margin: 0 auto 30px !important;
	}

	.hero-section {
		padding: 100px 0 !important;
		min-height: auto !important;
	}

	.hero-badge {
		font-size: 12px !important;
		padding: 6px 12px !important;
	}

	.geometric-shape-1, .geometric-shape-2 {
		display: none !important;
	}
}
}
.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: 18px 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;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-details > img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.about-details > img.img-responsive {
  display: block;
  margin: 20px auto 0;
  max-height: 400px;
  object-fit: cover;
}

/* Enhanced Header Styles */
.welcome-hero-area {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo a:hover .logo-main {
  color: #c6953a !important;
  transform: translateY(-1px);
}

.navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-link:hover {
  background: linear-gradient(135deg, #dca44d, #c6953a) !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 164, 77, 0.4);
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #dca44d;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::before {
  width: 80%;
}

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

@media (max-width: 768px) {
  .logo-main {
    font-size: 20px !important;
  }

  .logo-sub {
    font-size: 10px !important;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .logo-main {
    font-size: 18px !important;
  }

  .logo-sub {
    font-size: 9px !important;
  }

  .navbar-nav .nav-link {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Navbar Toggle Enhancements */
.navbar-toggler {
  position: relative;
  z-index: 10;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 164, 77, 0.5);
}

/* Desktop: Always show navbar */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    backdrop-filter: none !important;
  }

  .navbar-nav {
    flex-direction: row !important;
    padding: 0 !important;
  }

  .navbar-nav .nav-item {
    margin: 0 5px !important;
  }
}


/* Mobile Menu Styles */
@media (max-width: 767px) {
  .navbar-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(30, 136, 229, 0.2);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 9999;
    padding: 15px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .navbar-collapse.mobile-menu-open {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .navbar-nav.navbar-right {
    text-align: center;
    margin: 0;
  }

  .navbar-nav.navbar-right li {
    display: block;
    margin: 5px 0;
    text-align: center;
  }

  .navbar-nav.navbar-right li a {
    display: block;
    padding: 12px 20px;
    border-radius: 4px;
    background: rgba(30, 136, 229, 0.1);
    color: #1e88e5 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .navbar-nav.navbar-right li a:hover {
    background: #1e88e5;
    color: white !important;
    text-decoration: none;
  }

  .navbar-toggle {
    display: block !important;
    background: #1e88e5 !important;
    border: 1px solid #1e88e5 !important;
    border-radius: 4px;
  }

  .navbar-toggle .icon-bar {
    background-color: white !important;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: #1565c0 !important;
    border-color: #1565c0 !important;
  }
}

/* Desktop Menu Styles */
@media (min-width: 768px) {
  .navbar-collapse {
    display: block !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .navbar-collapse.mobile-menu-open {
    display: block !important;
  }

  .navbar-nav.navbar-right {
    text-align: right;
    float: right;
  }

  .navbar-nav.navbar-right li {
    display: inline-block;
    margin: 0 5px;
    text-align: left;
  }

  .navbar-nav.navbar-right li a {
    display: inline-block;
    padding: 30px 16px;
    background: transparent;
    color: #333 !important;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
  }

  .navbar-nav.navbar-right li a:hover {
    background: transparent;
    color: #1e88e5 !important;
  }

  .navbar-toggle {
    display: none !important;
  }
}

/* Ensure navbar toggler is hidden on desktop */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}
/******* 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;
}

}