/*------------------------------------------------------------------
Theme Name: Cleanaa - Responsive Bootstrap Landing Page
Version: 1.0
Author: Divine-Store
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. GLOBAL STYLES
	2. COMMON STYLES 
	3. HEADER STYLES 
	4. INTRO STYLES
	5. ICON BOX / SERVICES STYLES 
	6. INFO STYLES 
	7. TESTIMONIAL STYLES 
	8. ABOUT   
	9. VIDEO BOX 
	10. FEATURES 
	11. PRICING TABLE  
	12. CLIENTS 
	13. PAGE HEADER
	14. BLOG STYLES 
	15. SIDEBAR 
	15. PAGE HEADER 
	16. PORTFOLIO 
	17. TEAM 
	18. 404 STYLES
	19. GOOGLE MAP 
	20. CONTACT 
	07. MAILCHIMP 
	22. ELEMENTS 
	23. COMMENTS 
	24. FOOTER 
	25. RESPONSIVE STYLES 

-------------------------------------------------------------------*/
/* Google Fonts now loaded in <head> with display=swap — removed @import to eliminate render-blocking */
/* 1. GLOBAL STYLES */

body {
	background: #fff;
	font-family: Lato, 'Helvetica Neue', sans-serif;
	color: #555;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.5px;
	max-width: 100% !important;
    overflow-x: hidden !important;
}
html {
	overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6 {
	color: #343434;
	font-family:  'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
	letter-spacing: -1px;
}

p {
	font-size: 14px;
	color: #555;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}

b, strong {
	font-weight: 700;
}

a {
	color: #343434;
}

a:hover {
	color: #f68b1e;
}

a, a:hover, a:focus, button, button:hover {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.body {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.boxed {
	background: #262626 url(../images/bg/pattern.png) repeat fixed;
}

.boxed .body {
	background: #fff;
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.boxed .navbar-fixed-top {
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
}

.bg-light{
	background-color: #f2f2f2;
}

/* 2. COMMON STYLES */

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}
.tc h4{
	text-align:center !important;
}
.tc p{
	text-align:center !important;
}


/* 3. HEADER STYLES */

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	font-family: Lato, 'Helvetica Neue', sans-serif;
	border-width: 0;
	border-radius: 0;
	background: transparent;
	min-height: 72px !important;

}

/* Transactional pages (reschedule.php, additional.php, referral-credit.php,
   checklist/, doortodoor/, doortodoorcontract/, admin/contact-service.php,
   admin/ticket.php) all use `nav.navbar-inverse.navbar-lg.navbar-fixed-top`
   without the `-white` or `-green` modifier. Without an opaque background,
   any white card scrolling past the fixed nav bleeds through. Force the
   nav opaque on those pages by targeting the 3-class combo. Homepage uses
   `.navbar-lg.navbar-fixed-top` (no .navbar-inverse) so its hero overlay
   stays transparent — unaffected by this rule. */
nav.navbar-inverse.navbar-lg.navbar-fixed-top {
	background: #fff !important;
	border-bottom: 1px solid #ECEBEA !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}
nav.navbar-inverse.navbar-lg.navbar-fixed-top a,
nav.navbar-inverse.navbar-lg.navbar-fixed-top .navbar-brand {
	color: #1B463C !important;
}

.navbar-fixed-top-white {
	position: fixed;
	right: 0;
	left: 0;
	top: 38px;
	font-family: Lato, 'Helvetica Neue', sans-serif;
	border-width: 0;
	border-radius: 0;
	background: white;
	min-height: 72px !important;

}
.navbar-fixed-top-green {
	position: absolute;
	right: 0;
	left: 0;
	font-family: Lato, 'Helvetica Neue', sans-serif;
	border-width: 0;
	border-radius: 0;
	background: #1B463C !important;
	min-height: 38px !important;

}

.navbar-inverse {
	transition: .4s;
}

.navbar {
	min-height: 86px;
	margin-bottom: 0;
	border: none;
}

.navbar-lg {
	-webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222; 
}


.navbar-lg .navbar-brand {
	padding: 10px 0 0;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-lg .navbar-nav > li > a {
	padding: 25px 12px 25px;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-transform: uppercase;
}
.navbar-lg .navbar-nav > li > a:hover {
	color: #f68b1e;
}

.navbar-login {
	margin-top: 6px;
	margin-left: 10px;
}

.navbar-login a {
	background: #f68b1e;
	border: 1px solid #f68b1e;
	padding: 5px 23px !important;
	border-radius: 4px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin-top: 12.5px;
	float: none;
}

.navbar-login a:hover {
	border: 1px dashed #f68b1e !important;
	background: transparent;
	color: #f68b1e;
}

.ben-hide {
	display: none;
}
.navbar-login2 {
	margin-top: 6px;
	margin-left: 10px;
	display: none;
}

.navbar-login2 a {
	background: #f68b1e;
	border: 1px solid #f68b1e;
	padding: 5px 23px !important;
	border-radius: 4px;
	font-weight: 800;
	letter-spacing: 0.2px;
	margin-top: 12.5px;
}

.navbar-login2 a:hover {
	border: 1px dashed #f68b1e !important;
	background: transparent;
	color: #f68b1e;
}

.dropdown-menu {
	display: block !important;
	padding: 0;
	margin: 0;
	background: #2F2D2D;
	top: 65px;
	left: 0 !important;
	right: auto !important;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	
}

.dropdown-menu li a:after {
	display: none;
}

.navbar-nav > li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transition: .4s;
	border-radius: 4px;
}

.dropdown-menu > li > a {
	padding: 12px 20px;
	color: #fff;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.2px;
	width: 100%;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 14px;
	margin-left: 13px;
	border: none;
}

.dropdown-menu > li > a:hover {
	color: #f68b1e;
	background: transparent;
}

.mega-menu {
	width: 100%;
	position: absolute;
	left: 15px !important;
	right: 0px !important;
	top: 79px;
	max-width: 1155px;
	margin: 0 auto !important;
	float: none;
	padding: 20px 0;
}

.mm-menu ,
.navbar-right {
	position: static !important;
}

.mm-menu .dropdown-menu > li > a {
	border-bottom: none;
}

.dropdown-menu > li > a {
	text-transform: uppercase;
}

.section-head {
	position: relative;
	z-index: 55;
}

.section-head h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 25px;
	letter-spacing: 3px;
}

.section-head-lite h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 25px;
	letter-spacing: 3px;
	color: #fff;
}

.section-head-lite p {
	color: #fff;
	opacity: 0.7;
}

/* 4. INTRO STYLES */

.intro {
	position: relative;
}

.intro .container,
.intro img {
	position: relative;
	z-index: 77;
}

.overlay {
	background: #151515;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlayben {
	background: #151515;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* 4.1. Intro / 1 */

.intro1 {
	background: #262626 url("../images/header.jpg") no-repeat center ;
	background-size: cover;
	padding: 200px 0 150px;
}

.intro1 h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 15px;
	padding-top: 30px;
}

.intro1 p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.intro2 {
	background: #262626 url("../images/header-flipped.jpg") no-repeat center !important;
	background-size: cover;
	padding: 200px 0 150px;
}

.intro2 h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 15px;
}

.intro2 p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.intro23 {
	
	background-size: cover;
	padding: 200px 0 150px;
}

.intro23 h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 15px;
}

.intro23 p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}



.introben {
	background: #262626 url("../images/header.jpg") no-repeat center;
	background-size: cover;
	padding: 130px 0 70px;
}

.introben h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 15px;
}

.introben p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.intro-form {
	padding: 20px 20px 20px;
	border-radius: 15px;
	background: #E7E7E7;
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.intro-form h4 {
	color: #fff;
	font-size: 30px;
	margin: 5px 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 33px;
}

.margin-left-15 {
	margin-left: 15px ;
}

.intro-form input {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0px 25px;
	height: 48px;
	line-height: 48px;
	color: #222;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 18px;
}

.intro-form2 {
	padding: 30px 40px 40px;
	border-radius: 15px;
	background: #f2f2f2;
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.intro-form2 h4 {
	color: #f68b1e;
	font-size: 30px;
	margin: 5px 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 33px;
}

.intro-form2 input {
	display: inline-block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0px 25px;
	height: 48px;
	line-height: 48px;
	color: #222;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 18px;
}

.intro-box {
	margin-top: 30px;
}

.intro-box span  {
	float: left;
	width: 50px;
	color: #fff;
	font-size: 50px;
}

.intro-box i {
	position: absolute;
	left: 23px;
	line-height: 70px;
	top: 0;
}

.intro-box div {
	margin-left: 75px;
}

.intro-box h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin: 0 0 5px;
}

/* 4.2. Intro / 2 */

.intro2 {
	background: #262626 url(../images/header-flipped.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 140px;
}

.intro2 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 60px;
	font-weight: 200;
}

.intro2 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 ;
	line-height: 28px;
}

.intro2 .intro-play-btn {
	margin: 60px 0;
}

.dual-btn a {
	margin: 0 5px;
	min-width: 200px;
	text-align: center;
}

.intro-play-btn {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 130px 0;
	display: block;
}

.intro-play-btn i {
	color: #fff;
	font-size: 30px;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 96px;
	display: inline-block;
	margin: 0 15px;
}

/* 4.3. Intro / 3 */

.intro3 {
	background: #262626 url(../images/bg/3.jpg) no-repeat center;
	background-size: cover;
	padding: 114px 0 0;
}

.intro3 .overlay {
	opacity: 0.45;
}

.intro3 h3 {
	color: #fff;
	margin: -41px 0px 25px;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.intro3 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 0 13px;
}

.intro-newsletter {
	width: 55%;
	margin: 0px auto;
}

.intro-newsletter p {
	margin: 0;
	font-size: 13px;
	color: #fff;
	opacity: 0.7;
	padding: 15px 0 0;
	display: table;
	width: 100%;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.intro-newsletter input {
	height: 50px;
	padding: 0 25px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
	width: 98%;
	border: none;
	border-radius: 4px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.intro-newsletter button {
	padding: 0;
	height: 50px;
	font-size: 14px;
}

.intro-newsletter-full {
	width: 100%;
	padding: 0 15px;
}

.intro-newsletter-full p {
	margin: 0;
	font-size: 11px;
	color: #fff;
	opacity: 0.7;
	padding: 8px 0 0;
	display: table;
	width: 100%;
	letter-spacing: 0.4px;
	font-weight: 400;
	margin: 0;
}

/* 4.4. Intro / 4 */

.intro4 {
	background: #262626 url(../images/bg/4.jpg) no-repeat top center;
	background-size: cover;
	padding: 220px 0 0;
	margin-bottom: 20px;
}

.intro4 .overlay {
	background: #000;
	opacity: 0.05;
}

.intro4 h2 {
	color: #000;
	font-size: 60px;
	text-transform: none;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 30px 0 15px;
}

.intro4 p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	opacity: 0.8;
	padding: 0 13%;
}

.intro4-image {
	top: 100px;
	position: relative;
	margin-top: -20px;
}

/* 4.5. Intro / 5 */

.intro5 {
	background: #262626 url(../images/bg/5.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0 0;
}

.intro5 .overlay {
	background: #000;
	opacity: 0.10;
}

.intro5 h2 {
	color: #fff;
	font-size: 75px;
	text-transform: none;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0 0 15px;
}

.intro5 h3 {
	color: #fff;
	margin: 0px 0px 20px;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.intro5 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 10%;
}

.intro5 img {
	margin-top: 60px;
}

/* 4.6. Intro / 6 */

.intro6 {
	background: #262626 url(../images/bg/6.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
	height: 100vh;
}

.intro6 .overlay {
	background: #000;
	opacity: 0.20;
}

.intro6 .container ,
.intro6 .row {
	height: 100vh;
}

.intro6 h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 15px;
	text-transform: none;
}

.intro6 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	padding: 0 10% 0px;
}

.intro6 p.lead {
	font-size: 35px;
	font-weight: 700;
	color: #f68b1e;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Ubuntu;
}

.intro6 p.lead a {
	color: #fff;
}

/* 4.7. Intro / 7 */

.intro7 {
	background: #262626 url(../images/bg/7.jpg) no-repeat center;
	background-size: cover;
	padding: 185px 0 130px;
}

.intro7 .overlay {
	background: #000;
	opacity: 0.50;
}

.intro7 h2 {
	color: #fff;
	font-size: 53px;
	text-transform: none;
	font-weight: 200;
	margin: 0 0 15px;
}

.intro7 p {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}

.intro-form2-dark {
	padding: 35px 40px 40px;
	border-radius: 5px;
	background: #1a1a1a;
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.intro-form2-dark h4 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 23px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.intro-form2-dark input {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0px 25px;
	height: 48px;
	line-height: 48px;
	color: #999;
	background: #202020;
	border: 1px solid #252525;
	border-radius: 30px;
	margin-bottom: 18px;
}

/* 4.8. Intro / 8 */

.intro-benifits {
	background: #f68b1e;
	background-size: cover;
}
.benifits h3{
	font-size: 28px;
	line-height:45px;
	color:#fff;
	font-weight:700;
}
.benifits p{
	color:#fff;
	font-size: 16px;
	line-height:26px;
}
.benifits p span{
	font-size: 48px;
	font-family: ubuntu;
	font-weight:100;
	vertical-align:-moz-middle-with-baseline;
}
.intro-benifits2 {
	padding-top:50px;
	padding-bottom: 50px;
	background: #fff;
	background-size: cover;
}
.intro-benifits2 h3 {
	font-size: 28px;
	line-height:45px;
	color:#f68b1e;
	font-weight:700;
}
.intro-benifits2 p{
	padding-top:20px;
	padding-bottom:20px;
}
.intro8 {
	background: #262626 url(../images/bg/8.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 0;
}

.intro8 .overlay {
	background: #000;
	opacity: 0.60;
}

.intro8 h3 {
	color: #fff;
	margin: -40px 0px 30px;
	font-size: 55px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 53px;
}

.intro8 p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 0 20px;
	line-height: 28px;
}

/* 4.9. Intro / 9 */

.intro9 {
	background: #262626 url(../images/bg/9.jpg) no-repeat center;
	background-size: cover;
	padding: 180px 0 0;
	overflow: hidden;
}

.intro9 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 54px;
}

.intro9 p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 10% 20px;
	line-height: 28px;
}

.intro9 img {
	border: 40px solid #000;
	border-radius: 30px;
	max-width: 90%;
	margin: -50px 11% -100px;
}

/* 4.10. Intro / 10 */

.intro10 {
	background: #262626 url(../images/bg/10.jpg) no-repeat center;
	background-size: cover;
	padding: 220px 0 170px;
}

.intro10 .overlay {
	background: #000;
	opacity: 0.60;
}

.intro10 h3 {
	color: #fff;
	margin: -10px 0px 25px;
	font-size: 46px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
}

.intro10 .video,
.intro17 .video {
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.intro10-nl {
	width: 85%;
	margin: 0;
}

.intro10-nl input {
	border-radius: 30px 0 0 30px;
	border-right: none;
	margin: 0;
	width: 100%;
}

.intro10-nl .btn {
	border-radius: 0 30px 30px 0;
}

/* 4.11. Intro / 11 */

.intro11 {
	background: #262626 url(../images/bg/11.jpg) no-repeat center;
	background-size: cover;
	padding: 230px 0 220px;
}

.intro11 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 60px;
	font-weight: 200;
}

.intro11 p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 12% 40px;
	line-height: 28px;
}

.intro11-nl {
	width: 90%;
}

.intro11-nl .col-md-4 {
	padding: 0 5px;
}

/* 4.12. Intro / 12 */

.intro12 .overlay {
	background: #000;
	opacity: 0.35;
}

.intro12 {
	background: #262626 url(../images/bg/12.jpg) no-repeat center;
	background-size: cover;
	padding: 260px 0 230px;
}

.intro12 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 55px;
	font-weight: 200;
}

.intro12 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 10%;
	margin: 0 0 -15px;
	line-height: 28px;
}

/* 4.13. Intro / 13 */

.intro13 {
	background: #262626 url(../images/bg/13.jpg) no-repeat center;
	background-size: cover;
	padding: 200px 0 140px;
}

.intro13 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 43px;
	font-weight: 200;
}

.intro13 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0;
	margin: 0 0 -15px;
	line-height: 28px;
}

.intro-video-pop {
	line-height: 70px;
	color: #fff;
	font-size: 12px;
	position: relative;
	font-family: Ubuntu;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border: 1px solid rgba(255,255,255,0.15);
	padding: 12px 18px 12px 12px;
	display: table;
	border-radius: 5px;
	transition:.4s;
}

.intro-video-pop:hover {
	background:rgba(0,0,0,0.2);
	transition:.4s;
}

.intro-video-pop i {
	position: absolute;
	top: 32px;
	left: 60px;
	font-size: 30px;
}

.intro-video-pop img {
	float: left;
	height: 70px;
	margin-right: 15px;
	border-radius: 3px;
	webkit-box-shadow: 0px 0 10px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0 10px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0 10px 1px rgba(0,0,0,0.4);
	width: 110px;
}

/* 4.14. Intro / 14 */

.intro14 {
	background: #262626 url(../images/bg/14.jpg) no-repeat center;
	background-size: cover;
	padding: 170px 0 130px;
}

.intro14 .overlay {
	opacity: 0.5;
}

.intro14 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 55px;
	font-weight: 200;
}

.intro14 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 10%;
	margin: 0 0 -15px;
	line-height: 28px;
}

.features-list {
	margin-top: 120px;
}

.features-list li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
}

.features-list li i {
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	display: table;
	line-height: 78px;
	border-radius: 0px 15px 0px 15px;
	font-size: 34px;
	margin: 0 auto 15px;
}

.features-list li h5 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

/* 4.15. Intro / 15 */

.intro15 {
	background: #262626 url(../images/bg/15.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 0 80px;
}

.intro15 .overlay {
	opacity: 0.60;
}

.intro15 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 59px;
	font-weight: 700;
	letter-spacing: -3px;
	line-height: 70px;
}

.intro15 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0;
	margin: 0 0 -15px;
	line-height: 28px;
}

.hl-container {
	width: 100%;
	max-width: 520px;
	position: relative;
}

.hl-container .hl-image {
	width: 100%;
}

.trigger {
	position: relative;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #3F51B5;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
}

.trigger:after, .trigger:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.trigger:after {
	height: 2px;
	width: 12px;
}

.trigger:before {
	height: 12px;
	width: 2px;
}

.trigger-wrap {
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 50%;
}

.trigger-wrap:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: transparent;
	-webkit-animation: cd-pulse 2s infinite;
	-moz-animation: cd-pulse 2s infinite;
	animation: cd-pulse 2s infinite;
}

.h1-point-info {
	position: absolute;
	width: 350px;
	left: -175px;
	margin-top: 35px;
	background: #fff;
	color: #000;
	padding: 25px;
	border-radius: 5px;
	z-index: 444;
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.h1-point-info.active {
	margin-top: 15px;
	visibility: visible;
	opacity: 1;
	transition: .6s;
}

.h1-point-info h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.h1-point-info p {
	color: #555;
	font-size: 13px;
	line-height: 22px;
	padding: 15px 0 0;
	margin: 0;
}

.hl-point {
	position: absolute;
	z-index: 99;
}

.hl-point2 {
	bottom: 38%;
	right: 29%;
}

.hl-point3 {
	bottom: 15%;
	right: 65%;
}

.hl-point1 {
	top: 35%;
	left: 32%;
}

@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	50% {
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	100% {
		-webkit-transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
	}
}

@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	50% {
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	100% {
		-moz-transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
	}
}

@keyframes cd-pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	50% {
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
	}

	100% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
	}
}

/* 4.16. Intro / 16 */

.intro16 {
	background: #262626 url(../images/bg/16.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 130px;
}

.intro16 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 55px;
}

.intro16 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0;
	margin: 0 0 -15px;
	line-height: 28px;
}

.intro16 li {
	padding: 6px 0 9px 35px;
	position: relative;
	color: #fff;
}

.intro16 li i {
	min-width: 30px;
	color: #f68b1e;
	position: absolute;
	left: 3px;
	top: 5px;
	font-size: 19px;
}

/* 4.17. Intro / 17 */

.intro17 {
	background: #262626 url(../images/bg/17.jpg) no-repeat center;
	background-size: cover;
	padding: 220px 0 170px;
}

/* 4.18. Intro / 18 */

.intro18 {
	background: #262626 url(../images/bg/18.jpg) no-repeat center;
	background-size: cover;
	padding: 190px 0 190px;
	margin-bottom: 0px;
}

.intro18 .intro-form2-dark {
	position: relative;
	top: 20px;
	margin-top: 120px;
	padding: 50px;
	background: #f68b1e;
	webkit-box-shadow: 0px 40px 20px -35px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 0px 40px 20px -35px rgba(0,0,0,0.5) !important;
	box-shadow: 0px 40px 20px -35px rgba(0,0,0,0.5) !important;
}

.intro18 .intro-form2-dark input {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin: 0;
}

.intro18 h3 {
	color: #fff;
	margin: 0px 0px 30px;
	font-size: 55px;
	font-weight: 200;
}

.intro18 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 10%;
	margin: 0 0 -15px;
	line-height: 28px;
}

/* 4.19. Intro / 19 */

.intro19 {
	background: #262626 url(../images/bg/19.jpg) no-repeat center;
	background-size: cover;
	padding: 170px 0 130px;
}

.intro19 .overlay {
	opacity: 0.5;
	background: #000;
}

.intro19 h3 {
	color: #fff;
	margin: 20px 0px 30px;
	font-size: 55px;
	font-weight: 200;
	line-height: 72px;
}

.intro19 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 1;
	padding: 0 17%;
	margin: 0 0 -15px;
	line-height: 28px;
}

.app-btn {
	display: table;
	margin: 0 auto 70px;
}

.app-btn a {
	background: #f68b1e;
	color: #fff;
	padding: 15px 30px 11px 60px;
	position: relative;
	font-size: 20px;
	text-align: left;
	display: table;
	margin-bottom: 11px;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0;
	width: 073px;
	font-family: Ubuntu;
}

.app-btn a span
 {
	display: block;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
	margin-bottom: -4px;
	letter-spacing: 0px;
	font-family: Ubuntu;
}

.app-btn i {
	position: absolute;
	left: 23px;
	line-height: 70px;
	top: 0;
	font-size: 28px;
}

.app-btn a:last-child {
	padding: 15px 30px 11px 65px;
}

.app-btn a:last-child i {
	font-size: 35px;
}

/* 4.20. Intro / 20 */

.intro20 {
	background: #262626 url(../images/bg/20.jpg) no-repeat center;
	background-size: cover;
}

.intro20 .overlay {
	opacity: 0.5;
	background: #262626;
}

.btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform:capitalize;
	padding: 11px 28px;
	border: none;
	border-radius: 4px;
	font-family: Ubuntu;
	color: #f68b1e;
}

.btn i {
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.btn .fa {
	margin-left: 12px;
	position: relative;
	top: 0px;
	font-size: 14px;
}

.btn.btn-primary {
	background: #f68b1e;
	border: 1px #19453b;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.btn.btn-primary:hover {
	border: 1px #f68b1 !important;
 background:  #19453b;
 color: #fff;
}

.btnben {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform:capitalize;
	padding: 11px 28px;
	border: none;
	border-radius: 4px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #f68b1e;
}

.btnben i {
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.btnben .fa {
	margin-left: 12px;
	position: relative;
	top: 0px;
	font-size: 14px;
}

.btnben.btn-primary {
	background: #f68b1e;
	border: 1px #19453b;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.btnben.btn-primary:hover {
	border: 1px #f68b1 !important;
 background:  #ffffff;
 color: #f68b1e;
}

.btn.btn-default {
	color: #000;
	background-color: #ffffff;
	border: 1px solid #fff;
}

.btn.btn-default:hover {
	border: 1px dashed #f68b1e !important;
    background: transparent;
    color: #f68b1e;
}
	
.btn.btn-light:hover {
	border: 1px dashed #fff !important;
	background: transparent;
	color: #fff;
}


.btn.btn-dark {
	color: #fff;
	background-color: #262626;
	border: 1px solid #262626;
}

.btn.btn-lg {
	font-size: 14px;
}

.btn-cta {
	padding: 15px !important;
	width: 100%;
	max-width: 300px;
}

.cta-btn {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.025em;
	color: #343434333;
	border: 2px solid #343434;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 45px;
	display: table;
	margin: 3px 0;
	float: right;
	padding: 0 20px;
}

/* 5. ICON BOX / SERVICES STYLES */

.services {
	padding: 100px 0 0;
}

.service-box {
	text-align: center;
}

.service-box i {
	font-size: 70px;
	color: #f68b1e;
}

.service-box h4 {
	margin: 25px 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.2px;
}

.service-box p {
	font-size: 14px;
	padding: 0 15px;
}

.icon-box {
	padding: 30px 0;
}

.icon-box::before {
	display: none;
}

.service2 {
	background: #f68b1e;
	padding: 100px 0;
}

.s2-box-ico div {
	font-size: 46px;
	line-height: 128px;
	height: 110px;
	width: 110px;
	margin: 0 auto 25px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff inset;
	position: relative;
	overflow: hidden;
}

.s2-box-ico div:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	height: 0;
	width: 100%;
	background-color: #fff;
	transition: .4s;
}

.s2-box:hover .s2-box-ico div:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	transition: .4s;
}

.s2-box:hover .s2-box-ico div i {
	position: relative;
	z-index: 55;
}

.s2-box:hover .s2-box-ico div {
	color: #f68b1e;
}

.s2-box h4 {
	margin: 0px 0px 15px;
	font-size: 07px;
	font-weight: 400;
	color: #fff;
}

.s2-box p {
	color: #fff;
	padding: 0 15px;
}

.service3 {
	padding: 0px 0 100px;
}

.icon-box-square .text-center {
	padding: 30px 30px 15px;
	position: relative;
	text-align: left;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
	background-color: #fff;
    border-radius: 15px;
}

.icon-box-square .text-center span {
	position: absolute;
	border-radius:3px;
	height: 47px;
    width: 47px;
	top: -25px;
	background: #f68b1e;
	color: #fff;
}

.icon-box-square .text-center h2 {
	font-weight: 700;
	font-size: 18px;
	text-transform:capitalize;
	text-align: left;
	letter-spacing: 0.2px;
	margin: 15px 0 15px;
}
.icon-box-square .text-center span i{
	font-size: 26px;
	text-align: center;
	color: #fff;
	padding-left: 12px;
	padding-top: 12px;
}

.icon-box-square .text-center p {
	font-size: 14px;
}

/* 6. INFO STYLES */

.info-content h3 {
	font-weight: 600;
	letter-spacing:0.2px;
	font-size: 24px;
	margin: 0px 0 20px;
}

.keysize i {
	color:#222;
	font-size: 28px;
	padding-right:11px;
}

.info-content h4 {
	font-weight: 400;
	font-size: 30px;
	margin: 0px 0 20px;
	line-height: 40px;
}

.info-content p {
	margin: 0 0 10px;
}

.list li {
	padding: 6px 0 9px 35px;
	position: relative;
	color: #555;
}

.list li i {
	min-width: 30px;
	color: #f68b1e;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 25px;
}

/* 7. TESTIMONIAL STYLES */

.testimonials {
	background: #070707 url(../images/bg/255.html) no-repeat center;
	background-size: cover;
	margin-top: -70px;
	padding: 160px 0;
}

.testimonials p {
	font-size: 23px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	padding: 0 07% 20px;
	letter-spacing: -0.3px;
}

.testimonials .author {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #fff;
}

.testimonials i {
	color: #fff;
	font-size: 75px;
	margin: 0px auto 30px;
	display: table;
}

.slick-initialized .slick-slide {
    display: block;
    background: #fff;
    padding: 10px;
    width: 310px;
    border-radius: 10px;
}


/* 8. ABOUT */

.about-inline {
	padding: 80px 0;
}


.about-inline .ai-slide {
	width: 1080px;
	position: relative;
	margin: 0 auto;
}

.about-inline .ai-slide .center-block {
	width: 1080px;
}

.ai-slide-img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ai-slide-img {
	position: absolute;
	width: 710px;
	overflow: hidden;
	height: 442px;
	margin: 0 auto;
	display: block;
	left: -7px;
	right: 0;
	top: 39px;
}

.ai-slide-img-inner {
	width: 100%;
}

.ai-slide-img img {
	width: 100%;
	float: left;
}

.about-inline h3 {
	color: #343434;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}

.about-inline p {
	font-size: 17px;
	padding: 0 14%;
}

.ai-list {
	margin-top: 40px;
}

.ai-list ul li {
	display: inline-block;
	color: #343434;
	min-width: 160px;
	padding: 0 15px;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	border-left: 1px solid #ddd;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.ai-list ul li:first-child {
	border-left: none;
}

.ai-list ul li i {
	display: block;
	margin-bottom: 22px;
	font-size: 60px;
	color: #f68b1e;
	transition: .4s;
}

.ai-list ul li:hover i {
	transform: scale(1.2);
	transition: .4s;
}

.ai-list ul li:hover {
	cursor: pointer;
}

.ai-slide-img-inner {
	position: relative;
	left: 0%;
	width: 300%;
}

.ai-slide-img-inner div {
	text-align: center;
	float: left;
	width: 33.33333%;
	overflow: hidden;
}

.ai-slide-img-inner {
	transition: .4s;
}

.ai-slide2-active {
	position: relative;
	left: 0%;
}

.ai-slide2-active {
	position: relative;
	left: -100%;
}

.ai-slide3-active {
	position: relative;
	left: -200%;
}

.info-content2 {
	padding: 50px 0 25px !important;
	background: #f68b1e !important;
}
.info-content2 p{
	font-style:italic;
	font-size: 18px;
}
.info-content2 h3 {
	font-weight: 700;
	font-size: 32px;	
	letter-spacing: 0.2px;
	color: #fff;
    text-align: center;
}

.info-content2 p {
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
}

.info-content2 .list li {
	padding: 9px 0 9px 35px;
	font-size: 15px;
	color: #fff;
	position: relative;
}

.info-content2 .list li i {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 7px;
	font-size: 20px;
}

/* 9. VIDEO BOX */

.video-box {
	position: relative;
	display: table;
	width: 100%;
}

.video-box img {
	border-radius: 3px;
}

.video-box span {
	width: 100px;
	height: 100px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	left: 50%;
	webkit-box-shadow: 0px 40px 40px -30px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 40px -30px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 40px -30px rgba(0,0,0,1) !important;
	transform: translate(-50%,-50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.video-box:hover span {
	width: 105px;
	height: 105px;
	color: #f68b1e;
	line-height: 105px;
	font-size: 35px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.video-box:hover a span {
	color: #f68b1e;
}

/* 10. FEATURES */

.features-content {
	padding: 100px 0;
}

.fc-info div {
	padding: 25px 15px;
}

.fc-info h4 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.fc-info p {
	font-size: 14px;
	line-height: 23px;
}

.fc-info a {
	color: #f68b1e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	font-family: Ubuntu;
}

.fc-info a i {
	margin-left: 5px;
}

/* 11. PRICING TABLE */

.pricing {
	padding: 10px 0;
	background: #fff;
}

.pricing__item {
	letter-spacing: 0.2px;
	margin: 0;
	padding: 15px 40px 40px;
	text-align:center;
	color: #000;
	background: #fff;
	position: relative;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
	border: none;
	border-radius: 7px;
}

.pricing__item__popular {
	border-radius: 0 0 3px 3px;
}

.pricing__title {
	font-size: 20px;
	margin: 0px 0px 10px;
	color: #222222;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.pricing__price {
	width:255px;
	height:139px;
	background-color:#f2f2f2;
	margin-left:-40px;
	font-size: 65px;
	font-weight: 700;
	padding: 10px 0 20px;
	color: #000;
	font-family: Ubuntu;
	text-align: center;
}
.pricing__price_blue{
	background-color:#f68b1e !important;
	color:#FFF;
}
.pricing__currency_blue{
	color:#FFF !important;
}
.pricing__currency {
	font-size: 25px;
	vertical-align: super;
	color: #000;
}


.pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 0 0 2.5em;
	list-style: none;
	color: #666;
	padding-top: 30px;
}

.pricing__feature {
	position: relative;
	display: block;
	padding: 0px 0px 20px 0px;
	line-height: 1.5;
	color: #343434;
	text-align: center;
}

.pricing__action {
	margin-top: auto;
	font-size: 1.55em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 30px;
	background: #fff;
	border: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	float: right;
}

.pricing__item .btn {
	background: #f68b1e;
	border-color: #f68b1e;
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
}

.pricing__item:nth-child(2) .pricing__action {
	background: #E25ABC;
}

.pricing__item:nth-child(3) .pricing__action {
	background: #7E5AE2;
}

.pricing__action:hover,
.pricing__action:focus {
	background: #1A1F28 !important;
}



/* 12. CLIENTS */

.clients {
	padding: 50px 0;
}

.clients li {
	width: 16.66%;
	float: left;
	padding: 0 0px;
}

.clients img {
	opacity: 1;
	transition: .4s;
}

.clients img:hover {
	opacity: 0.6;
	transition: .4s;
}

/* 13. PAGE HEADER */

.page_head {
	background: url(../images/bg/1.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 0 80px;
}

.page_head h3 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0 0 10px;
}

.page_head p {
	color: #fff;
}

/* 14. BLOG STYLES */

.blog-content {
	padding: 70px 0;
	border-bottom: 1px solid #eee;
}

.blog-content article {
	margin-bottom: 60px;
}

.blog-content article .post-cat {
	font-family: Ubuntu;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.8px;
	padding: 4px 12px;
	margin: 0 0 17px;
	display: table;
}

.blog-content article .post-cat.food {
	border: 2px solid #e67e22;
	color: #e67e22;
}

.blog-content article .post-cat.automobiles {
	border: 2px solid #3498db;
	color: #3498db;
}

.blog-content article .post-cat.photography {
	border: 2px solid #1abc9c;
	color: #1abc9c;
}

.blog-content article .post-cat.art {
	border: 2px solid #2ecc71;
	color: #2ecc71;
}

.blog-content article .post-title {
	font-size: 26px;
	letter-spacing: -1px;
	padding: 0 0 10px;
	color: #000;
	font-weight: 500;
	line-height: 29px;
}

.blog-single .post-title {
	font-size: 34px !important;
}

.blog-content article .post-title a {
	color: #000;
}

.blog-content article .post-meta {
	font-size: 13px;
	padding: 5px 0 20px;
	display: table;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-content article .post-meta i {
	margin-right: 5px;
}

.blog-content .post-thumb {
	border-radius: 5px;
	margin: 0 0 25px;
	width: 100%;
}

.blog-full-2col h2.post-title {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Ubuntu;
}

.blog-full-3col h2.post-title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Ubuntu;
	line-height: 24px;
}

.rmore {
	color: #f68b1e;
	font-weight: 400;
	padding: 5px 0 0;
	display: table;
	font-family: Ubuntu;
	font-size: 13px;
}

.rmore i {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.pagination {
	display: table;
	margin: 0 auto;
}

.pagination > li > a {
	border-radius: 5px;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	color: #555;
	border: 1px solid #d5d5d5;
}

.pagination > li.active a:hover ,
.pagination > li a:hover ,
.pagination > li a:focus ,
.pagination > li.active a {
	background: #f68b1e;
	border: 1px solid #f68b1e;
	color: #fff;
}

.pagination > li > a i {
	font-style: normal;
	position: relative;
	top: -1px;
	font-size: 22px;
}

/* 15. SIDEBAR */

.un-search {
	position: relative;
}

.un-search input {
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 3px solid rgba(0, 0, 0, 0.1);
	padding: 5px 12px;
	outline: none;
}

.un-search:after {
	content: "\f002";
	font-family: fontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.side-widget {
	margin-bottom: 50px;
}

.side-widget h4 {
	margin: 0 0 20px;
}

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

.widget_categories ul li {
	padding: 11px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.widget_categories ul li:last-child {
	padding: 11px 0 0;
	border-bottom: none;
}

.widget_categories ul li:after {
	content: "\f105";
	font-size: 13px;
	font-family: fontAwesome;
	float: right;
	color: #444;
}

.widget_categories ul li a {
	color: #444;
}

.widget_categories ul li a:hover {
	color: #f68b1e;
}

.widget_about p {
	font-size: 14px;
}

.tagscloud a {
	display: inline-block;
	color: #444;
	background: #eee;
	margin-right: 1px;
	padding: 7px 10px;
	font-size: 13px;
	margin-bottom: 5px;
}

.side-widget {
	padding: 22px;
	border: 1px solid #eee;
}

/* 16. PORTFOLIO */

.portfolio-item {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.portfolio-2col .portfolio-item {
	width: 50%;
}

.portfolio-3col .portfolio-item {
	width: 33.27%;
}

.portfolio-4col .portfolio-item {
	width: 25%;
}

.portfolio-5col .portfolio-item {
	width: 19.7%;
}

.portfolio-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	right: 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item-overlay-inner {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.portfolio-item:hover .portfolio-item-overlay-inner {
	bottom: 50px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.portfolio-item img {
	transform: scale(1);
	transition: .25s;
	width: 100%;
}

.portfolio-item:hover img {
	transform: scale(1.1);
	transition: .25s;
}

.portfolio-item-overlay-inner h3 {
	color: #FFF;
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

.portfolio-item-overlay-inner p {
	color: #FFF;
	font-size: 15px;
	padding-top: 3px;
	margin: 0;
}

.portfolio-wrap {
	padding: 80px 0;
	border-bottom: 1px solid #eee;
}

.portfolio-filter {
	display: table;
	margin: 0 auto 45px;
}

.portfolio-filter {
	position: relative;
}

.portfolio-filter li {
	float: left;
	margin: 0 20px;
	font-family: Ubuntu;
	text-transform: uppercase;
	font-size: 13px;
}

.portfolio-filter li a {
	color: #888;
	border: 2px solid transparent;
	padding: 5px 12px;
}

.portfolio-filter li a.active {
	color: #f68b1e;
	border: 2px solid #f68b1e;
}

.sub-about {
	padding: 80px 0;
}

.sub-about h4 {
	font-size: 23px;
	margin: 0 0 18px;
	text-transform: uppercase;
	color: #000;
}

.sub-about p {
	font-size: 14px;
	line-height: 25px;
}

/* 17. TEAM */

.team {
	padding: 100px 0;
	background: #f2f2f2;
}

.team-box h4 {
	margin: 5px 0 5px;
	font-weight: 700;
	font-size: 20px;
}

.team-box img {
	width: 100%;
}

.team-box small {
	margin: 0px 93px 15px;
	
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #909090;
	letter-spacing: 0.2px;
}

.team-box div {
	padding: 20px;
	text-align: center;
}

.team-box div p {
	margin: 0 0 20px;
}

.team-dark {
	background: #262626;
}

.team-dark .team-box h4 ,
.team-dark .team-box small {
	color: #fff;
}

.team-dark .team-box p {
	color: #fff;
	opacity: 0.5;
}

.social-icons .fa {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rounded .fa {
	border-radius: 5px;
}

.social-icons.icon-flat .fa {
	border-radius: 0;
}

.social-icons .fa-adn {
	color: #504e54;
}

.social-icons .fa-apple {
	color: #aeb5c5;
}

.social-icons .fa-android {
	color: #A5C63B;
}

.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square {
	color: #003366;
}

.social-icons .fa-bitcoin,.social-icons .fa-btc {
	color: #F7931A;
}

.social-icons .fa-css3 {
	color: #1572B7;
}

.social-icons .fa-dribbble {
	color: #F46899;
}

.social-icons .fa-dropbox {
	color: #018BD3;
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square {
	color: #3C599F;
}

.social-icons .fa-flickr {
	color: #FF0084;
}

.social-icons .fa-foursquare {
	color: #0086BE;
}

.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square {
	color: #070709;
}

.social-icons .fa-google-plus,.social-icons .fa-google-plus-square {
	color: #CF3D2E;
}

.social-icons .fa-html5 {
	color: #E54D26;
}

.social-icons .fa-instagram {
	color: #A1755C;
}

.social-icons .fa-linkedin,.social-icons .fa-linkedin-square {
	color: #0085AE;
}

.social-icons .fa-linux {
	color: #FBC002;
	color: #343434;
}

.social-icons .fa-maxcdn {
	color: #F6AE1C;
}

.social-icons .fa-pagelines {
	color: #241E20;
	color: #3984EA;
}

.social-icons .fa-pinterest,.social-icons .fa-pinterest-square {
	color: #CC0727;
}

.social-icons .fa-renren {
	color: #025DAC;
}

.social-icons .fa-skype {
	color: #01AEF2;
}

.social-icons .fa-stack-exchange {
	color: #245590;
}

.social-icons .fa-stack-overflow {
	color: #FF7300;
}

.social-icons .fa-trello {
	background-color: #265A7F;
}

.social-icons .fa-tumblr,.social-icons .fa-tumblr-square {
	color: #314E6C;
}

.social-icons .fa-twitter,.social-icons .fa-twitter-square {
	color: #32CCFE;
}

.social-icons .fa-vimeo-square {
	color: #229ACC;
}

.social-icons .fa-vk {
	color: #375474;
}

.social-icons .fa-weibo {
	color: #D72B2B;
}

.social-icons .fa-windows {
	color: #12B6F3;
}

.social-icons .fa-xing,.social-icons .fa-xing-square {
	color: #00555C;
}

.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square {
	color: #C52F30;
}

/* 18. 404 STYLES */

.error-content {
	padding: 150px 0;
	border-bottom: 1px solid #eee;
	background-color: #c1c1c1;
}

.error-content h4 {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -7px;
	margin: 0 0 17px;
	text-shadow: 3px 4px 5px #aaa;
	text-shadow: 3px 4px 5px rgba(0,0,0,0.3);
}

.error-content p {
	font-size: 18px;
	margin: 0 0 40px;
}




/* 19. GOOGLE MAP */

#map {
	width: 100%;
	height: 300px;
}

/* 20. CONTACT */

#contact-info {
	padding: 0px 0;
	padding-bottom: 80px;
}

.c-info {
	padding: 25px;
	text-align: center;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
	border-radius: 15px;
}

.c-info i {
	color: #f68b1e;
	font-size: 45px;
	margin: 0 0 15px;
}

.c-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}

.c-info p {
}

#contact-form {
	background: #f68b1e;
	padding: 100px 0;
}

#contactForm input {
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #fff;
	border: none;
	border-radius: 5px;
	color: #000;
}

#contactForm textarea {
	height: 100px;
	padding: 20px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #fff;
	border: none;
	border-radius: 5px;
	color: #fff;
}

#contact-form button {
	display: table;
	margin: 0 auto;
}

.error-info {
	padding: 180px 0;
}

.error-info h1 {
	font-size: 200px;
}

.error-info p {
	padding: 0px 25%;
}

.statusMessage, .successmessage, .errormessage {
	display: none;
	width: 100%;
	background: #fff;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 0px;
}

.errormessage p, .statusMessage p, .successmessage p {
	margin: 0px !important;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 !important;
}

.success-ico {
	background: url(../images/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(../images/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color: #00BCD4;
	font-size: 18px;
	margin-right: 10px;
}

#incompleteMessage i {
	color: yellow;
	font-size: 18px;
	margin-right: 10px;
}

/* 07. MAILCHIMP */

.ketchup-error {
	display: none !important;
}

#result {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 12px;
	padding: 5px 15px;
	margin-top: 5px;
}

/* 22. ELEMENTS */

.elements-content {
	padding: 70px 0;
}

.border-top {
	border-top: 1px solid #eee;
}

.progress-bar-success {
	background-color: #f68b1e;
}

.progress {
	margin-top: 40px;
	position: relative;
	overflow: visible;
}

.progress h5 {
	position: absolute;
	top: -22px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000;
}

.progress-bar {
	border-radius: 4px;
}

.progress-stack .progress-bar {
	border-radius: 0px;
}

.progress-stack .progress-bar:first-child {
	border-radius: 4px 0 0 4px;
}

.progress-stack .progress-bar:last-child {
	border-radius: 0 4px 4px 0;
}

#accordion .panel-heading {
	padding: 0;
}

.panel-title > a {
	padding-left: 45px !important;
	position: relative;
}

#accordion .panel-title > a {
	display: block;
	padding: 18px 20px;
	outline: none;
	font-weight: 400;
	text-decoration: none;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0;
}

.accordion-faq .panel-title > a {
	text-transform: none !important;
	color: #000;
	font-size: 15px !important;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	content: "\f077";
	float: left;
	font-family: 'FontAwesome';
	margin-right: 1em;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 15px;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\f078";
}

#accordion .panel-default > .panel-heading {
	background-color: transparent;
	border-color: #ddd;
}

#accordion .panel {
	margin-bottom: 15px;
	border-radius: 0 !important;
}

#accordion .panel-body {
	padding: 20px 25px;
	line-height: 24px;
	font-size: 15px;
}

.accordion-dark .panel {
	background: transparent;
	border: 1px solid #444;
}

.accordion-dark .panel-default > .panel-heading {
	border-color: #444 !important;
}

.accordion-dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #444;
}

.accordion-dark .panel-title > a {
	color: #fff;
}
.faq h4{
	color:rgb(55, 64, 72);
	font-size: 18px;
	font-weight:bold;
	letter-spacing:0.2px;
}
.faq h4 span{
	color:#f68b1e;
	font-size: 48px;
	font-family: ubuntu;
	font-weight:100;
	vertical-align:-moz-middle-with-baseline;
}

.bg-primary {
	background: #f68b1e;
}

.bg-primary-image {
	background:url(../images/5.jpg);
}

.bg-dark {
	background: #222;
}

.bg-dark-image {
	background:url(../images/6.jpg);
}

.nav-tabs {
	border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
}

.nav-tabs > li > a {
	border: none;
	color: #666;
	font-family: Ubuntu;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #f68b1e !important;
	background: transparent;
}

.nav-tabs > li > a::after {
	content: "";
	background: #f68b1e;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.tab-nav > li > a::after {
	background: #f68b1e;
	color: #fff;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 25px 15px 0;
}

.lead a {
	color: #f68b1e;
}

.blog-excerpt p {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 25px;
	margin: 0 0 15px;
}

blockquote {
	padding: 11px 20px;
	margin: 20px 3% 30px;
	border-left: 5px solid #f68b1e;
	line-height: 31px;
	font-style: italic;
	color: #343434;
	font-size: 16px;
	font-family: Ubuntu;
}

blockquote cite {
	font-family: Ubuntu;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

blockquote.inverse {
	border-left: none;
	border-right: 5px solid #f68b1e;
	text-align: right;
}

blockquote.pull-left {
	width: 35%;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

blockquote.pull-right {
	width: 35%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.clients2 {
	list-style: none;
	overflow: hidden;
	display: block;
	width: 100%;
}

.clients2 li {
	width: 20%;
	float: left;
	position: relative;
	padding: 40px 30px;
}

.clients2 li:before {
	content: "";
	height: 100%;
	top: 0;
	left: -1px;
	position: absolute;
	border-left: 1px solid #e5e5e5;
}

.clients2 li:after {
	content: "";
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
}

.clients2 img {
	opacity: 0.3;
	transition: .4s;
	max-width: 140px;
}

.clients2 img:hover {
	opacity: 1;
	transition: .4s;
}

.process-step .btn:focus {
	outline: none;
}

.process {
	display: table;
	width: 100%;
	position: relative;
}

.process-row {
	display: table-row;
}

.process-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.process-row:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	z-order: 0;
}

.process-step {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 20%;
}

.process-step p {
	margin-top: 4px;
}

.btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 1px solid #e5e5e5 !important;
}

.btn-circle:hover,
.btn-info {
	background: #f68b1e !important;
	border-color: #f68b1e !important;
}

.process-step .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.process-step small {
	display: block;
	font-family: Ubuntu;
	color: #000;
	text-transform: uppercase;
	padding-top: 18px;
}

.process-step2 .btn:focus {
	outline: none;
}

.process2 {
	display: table;
	width: 100%;
	position: relative;
}

.process-row2 {
	display: table-row;
}

.process-step2 button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.process-step2 {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 25%;
}

.process-step2 p {
	margin-top: 4px;
}

.process-step2 .btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 1px solid #555 !important;
	background: #555;
	color: #fff;
}

.process-step2 .btn-circle:hover,
.process-step2 .btn-info {
	background: #f68b1e !important;
	border-color: #f68b1e !important;
}

.process-step2 .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.process-step2 small {
	display: block;
	font-family: Ubuntu;
	color: #999;
	text-transform: uppercase;
	padding-top: 18px;
}

.process-row2:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 76%;
	height: 1px;
	border-bottom: 1px dashed #555;
	z-order: 0;
	margin: 0 auto;
	display: table;
	left: 0;
	right: 0;
}

.process2 + .tab-content h3 {
	color: #fff;
}

.process2 + .tab-content p {
	color: #fff;
	opacity: 0.4;
}

/* 23. COMMENTS */

.comments {
}

.comments h2 {
	margin: 40px 0px 30px;
	letter-spacing: 4px;
	font-size: 07px;
	text-transform: uppercase;
	font-weight: 500;
}

.comments .media {
	margin: 0px 0px 20px;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.media-sub {
	width: 95%;
	margin-left: 5% !important;
}

.media-object {
	display: block;
	border-radius: 50%;
	max-width: 80px;
}

.media-heading {
	margin: 0px 0px 12px;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.media-heading small {
	letter-spacing: 0;
}

.media-body {
	font-size: 13px;
	line-height: 22px;
}

.blog-comment {
}

.blog-comment h2 {
	margin: 70px 0px 30px;
	letter-spacing: 4px;
	font-size: 07px;
	text-transform: uppercase;
	font-weight: 500;
}

.comment-form input {
	border: 1px solid #e5e5e5;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 25px;
	border-radius: 0;
	width: 100%;
}

.comment-form textarea {
	border: 1px solid #e5e5e5;
	height: 120px;
	margin-bottom: 15px;
	padding: 25px 25px;
	border-radius: 0;
	width: 100%;
}

/* 24. FOOTER */

footer {
	background: #343434;
	padding: 80px 0 30px;
}

footer .list-inline li {
	width: 20%;
	padding: 0;
	display: inline;
	float: left;
}

.contact-info {
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 13px;
	border-right: 1px solid #fff;
	font-family: Ubuntu;
	letter-spacing: 0.5px;
}

.contact-info i {
	color: #f68b1e;
	display: block;
	font-size: 25px;
	margin-bottom: -5px;
}

.footer-social {
	padding-left: 25px;
	margin-top: 10px;
}

.footer-social a {
	font-size: 19px;
	margin-left: 12px;
	margin-top: 30px;
}

.footer-logo {
	line-height: 110px;
	padding: 0px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	position: relative;
	font-family: Ubuntu;
	letter-spacing: 4px;
}

.footer-copy {
	background: #262626;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.2px;
}

.slick-dots {
	margin: 15px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.slick-dots li {
	float: left;
	margin-right: 7px;
}

.slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

/* Intro DEMO */

.intro-demo {
	background: #222 url(../images/bg/intro.jpg) no-repeat top center;
	background-size: cover;
	padding: 240px 0 100px;
}

.intro-demo .overlay {
	background: #fff;
	opacity: 0;
}

.intro-demo h2 {
	color: #000;
	font-size: 40px;
	line-height: 55px;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 15px;
}

.intro-demo p {
	color: #000;
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 60px;
	font-weight: 300;
	font-family: Ubuntu;
	letter-spacing: 0.2px;
}

.dual-btn a {
	margin: 0 10px;
}

#demo {
	background: #fff;
	padding: 60px 55px 0;
}

#demo h5 {
	color: #262626;
	text-transform: uppercase;
	margin: 0px 0px 65px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}

.demo-img {
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	margin: 0 0 50px;
	border-radius: 8px;
	overflow: hidden;
	
	transform: scale(1);
	transition: .4s;
}

.demo-img:hover {
	transform: scale(1.05);
	transition: .5s;
}

.demo-info h3 {
	color: #fff;
}

.demo-info h3 span {
	color: #e10052;
	font-size: 38px;
}

.demo-info p {
	color: #fff;
	opacity: 0.4;
	font-size: 20px;
	font-weight: 300;
	line-height: 27px;
}

.demo-info {
	background: #252525;
	padding: 100px 0 140px !important;
}

.b-settings-panel {
	width: 200px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    z-index: 1000000;
    padding: 50px 0 0;
    background: #000;
    border-right: none;
    border-radius: 4px;
    color: #676767;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    overflow: hidden;
}

.b-settings-panel.active {
	padding: 80px 0 0;
	top: 0;
	left: 0;
	height: 45%;
	width: 300px;
	border-radius: 0px;
	transform: translateY(0%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.btn-settings {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0;
	cursor: pointer;
	color: #fff;
	font-family: Ubuntu;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 10px;
	background: #262626;
	letter-spacing: 2px;
	padding: 0 25px;
}

.simplebar {
	overflow: scroll;
	overflow-x: hidden;
	display: block;
	height: 100%;
	width: 317px;
}

.btn-settings i {
	float: right;
	font-size: 20px;
	position: relative;
	top: 16px;
	right: -5px;
}

.settings-section {
	padding: 0px;
	font-family: Ubuntu;
	display: table;
	margin: 0 auto;
}

.b-settings-panel span {
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 23px;
}

.b-switch {
	display: inline-block;
	width: 40px;
	height: 24px;
	position: relative;
	margin: 0 9px;
	padding: 1px;
	border-radius: 15px;
	background: #555;
}

.switch-handle {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 24px;
	margin-right: -25px;
	border-radius: 50%;
	background: #f68b1e;
	cursor: pointer;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
}

.switch-handle:before {
	content: '';
	display: block;
	margin: 9px auto;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.switch-handle.active {
	right: 100%;
}

.bg-list, .color-list {
	padding: 25px;
	font-size: 0;
	letter-spacing: -.31em;
	word-spacing: -.43em;
	
}

.bg-list div, .color-list div {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 4px 0px 4px 6px;
	padding: 0;
	border-radius: 4px;
	border: 0;
	background-clip: content-box;
	cursor: pointer;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.bg-list div.active, .color-list div.active {
	opacity: 1;
	border: 1px solid #555;
}

.color-list div.active {
	box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #000;
}

.b-settings-panel h5 {
	margin-left: 3px;
	margin-bottom: 13px;
	text-align: left;
	font-size: 13px;
	color: #555;
	display: none;
}

.gallery-item {
	overflow: hidden;
	position: relative;
}

.gallery-item i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	margin: -20px auto 0;
	z-index: 55;
	font-size: 30px;
	transform: scale(0);
	color: #000;
	transition: .4s;
	text-align: center;
	width: 100%;
}

.gallery-item:hover i {
	transform: scale(1);
	color: #000;
	transition: .4s;
}

.gallery-item img {
	position: relative;
	opacity: 1;
	transition: .4s;
}

.gallery-item:hover img {
	position: relative;
	opacity: 0.3;
	transition: .4s;
}

.parallax-content {
	background:url("../images/we-spray-so-they-can-play.png") no-repeat center fixed;
	background-size: cover;
	padding: 55px 0;
	position: relative;
}

.parallax-content .overlay {
	background: #000;
	opacity: 0.6;
}

.parallax-content .container {
	position: relative;
	z-index: 55;
}

.parallax2 {
	background:url("../images/we-spray-so-they-can-play.png") no-repeat center fixed;
	background-size: cover;
}

.parallax3 {
	background: url(../images/parallax/3.jpg) no-repeat center fixed;
	background-size: cover;
}

.parallax4 {
	background: url(../images/parallax/4.jpg) no-repeat center fixed;
	background-size: cover;
}

.parallax5 {
	background: url(../images/bg/2.jpg) no-repeat center fixed;
	background-size: cover;
}

.parallax-content h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align:left;
	letter-spacing: 0.2px;
}

.parallax-content h5 {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.parallax-content p {
	color: #fff;
	font-size: 16px;
	text-align:left;
	padding: 10px 0 0;
}

.testimonials-white {
	background-color: #f2f2f2;
}

.testimonials-white .author {
	font-weight: bold;
	font-size: 16px;
	text-transform:capitalize;
	letter-spacing: 0.2px;
	color: #f68b1e;
}
.testimonials-white .author-job {
	font-size: 13px;
	text-transform:capitalize;
	letter-spacing: 0.2px;
	color: #555;
}

.testimonials-white i {
	color: #333;
	font-size: 75px;
	margin: 0px auto 30px;
	display: table;
}

.quote2 .slick-dots {
	margin: 15px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.quote2 .slick-dots li {
	float: left;
	margin-right: 7px;
}

.quote2 .slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
	border: 1px solid #000;
}

.quote2 .slick-dots li.slick-active button {
	opacity: 1;
}

.text-white {
	color: #fff !important;
}

#stats1 {
	padding: 120px 0;
}

.stats1-info {
	text-align: center;
}

.stats1-info p {
	color: #000;
	font-size: 40px;
	margin: 0 0 20px;
	font-family: Ubuntu;
}

.stats1-info h2 {
	color: #000;
	font-size: 12px;
	font-family: Ubuntu;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

.stats1-info i {
	color: #f68b1e;
	font-size: 40px;
	margin: 0 auto 25px;
	display: table;
}

#stats2 {
	padding: 120px 0;
}

.stats2-info {
	text-align: center;
}

.stats2-info p {
	color: #fff;
	font-size: 40px;
	margin: 0 0 20px;
	font-family: Ubuntu;
}

.stats2-info h2 {
	color: #fff;
	font-size: 12px;
	font-family: Ubuntu;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

.stats2-info i {
	color: #fff;
	font-size: 40px;
	margin: 0 auto 25px;
	display: table;
}

.elements-content p {
	font-size: 14px;
}

/* flip boxes */
.flips1 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flips1 p {
	color: #fff;
	opacity: 0.7;
}

.flipscont1 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flips1_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips1_front img {
	width: 100%;
	height: 259px;
}

.flips1_front img.full {
	width: 100%;
	height: auto;
}

.flips1_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #222;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}

.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}

.flips1_back .fsoci i:hover {
	background: #fff;
	color: #272727;
}

.flips2 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flips2 p {
	color: #fff;
	opacity: 0.7;
}

.flipscont2 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #eee;
}

.flips2_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips2_front img {
	width: 100%;
}

.flips2_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #222;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_front {
	z-index: 1;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_back {
	z-index: 2;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-sand-transform: rotate(0deg);
}

.testimonials-white.parallax-content {
	padding: 0;
}

.testimonials-white.parallax-content .col-md-6 {
	padding: 120px 30px;
}

.no-margin {
	margin: 0 !important;
}

.dropcap {
	line-height: 28px;
	font-size: 15px;
}

.dropcap .dropcap-square {
	border: 2px solid #e5e5e5;
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	color: #999;
	font-family: Ubuntu;
	margin: 8px 10px 0px 0px;
}

.dropcap .dropcap-radius {
	border: 2px solid #e5e5e5;
	border-radius: 3px;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	color: #999;
	font-family: Ubuntu;
	margin: 8px 10px 0px 0px;
}

.dropcap .dropcap-round {
	border: 2px solid #E5E5E5;
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 32px;
	text-align: center;
	border-radius: 50%;
	color: #999;
	font-family: Ubuntu;
	margin: 8px 10px 0px 0px;
}

.dropcap-dark .dropcap-square {
	border: 2px solid #222;
	color: #222;
}

.dropcap-color .dropcap-square {
	border: 2px solid #f68b1e;
	color: #f68b1e;
}

.dropcap-dark .dropcap-radius {
	border: 2px solid #222;
	background: #222;
	color: #fff;
}

.dropcap-color .dropcap-radius {
	border: 2px solid #f68b1e;
	background: #f68b1e;
	color: #fff;
}

.dropcap-dark .dropcap-round {
	border: 2px solid #222;
	background: #222;
	color: #fff;
}

.dropcap-color .dropcap-round {
	border: 2px solid #f68b1e;
	background: #f68b1e;
	color: #fff;
}

.timeline {
	list-style: none;
	padding: 20px 0 50px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline:after {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: -1px;
	right: 0;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #eeeeee;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
        .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
        .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 45%;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 30px 30px 27px;
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 78px;
	font-size: 25px;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -35px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	color: #000;
	margin: 0 0 12px;
	font-size: 20px;
	text-transform: uppercase;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 105px);
		width: -moz-calc(100% - 105px);
		width: -webkit-calc(100% - 105px);
	}

	ul.timeline > li > .timeline-badge {
		left: 7px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	.timeline::after {
		left: 24px;
		right: auto;
	}
}

.event-list li {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid #F2EDED;
}

.event-list li time, .event-list li img {
	width: 110px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

.event-list li time {
	color: #fff;
	background: #E91E63;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.event-list li:nth-child(2) time {
	background: #673AB7;
}

.event-list li:nth-child(3) time {
	background: #f68b1e;
}

.event-list li time .day {
	display: block;
	font-size: 41px;
	font-weight: 300;
	margin: 7px 0 -5px;
	font-family: Ubuntu;
}

.event-list li time .month {
	font-size: 16px;
	font-weight: 300;
}

.event-list li time .year {
	font-size: 16px;
	font-weight: 700;
}

.event-list li .info {
	padding: 15px 30px;
	height: 110px;
	border-left: 0px;
	border-radius: 0 3px 3px 0;
	float: left;
}

.event-list li .info h2 {
	font-size: 16px;
	color: #000;
	display: table;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 700;
}

.event-list li .info h2 span {
	display: block;
	font-family: Ubuntu;
	font-size: 12px;
	color: #222;
	letter-spacing: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.event-list li .info h2 span + span {
	display: block;
	font-family: Ubuntu;
	font-size: 11px;
	color: #555;
	letter-spacing: 0px;
	margin-top: 15px;
	text-transform: none;
	font-weight: 400;
}

.ticket {
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 27px;
	margin-top: -18px;
	opacity: 0.3;
}

.ticket:hover {
	opacity: 1;
}

.cta-wrap {
	padding: 80px 0 65px;
}

.cta-wrap h2 {
	margin: 0 0 7px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
}

.cta-wrap.bg-dark h2 ,
.cta-wrap.bg-primary h2 {
	color: #fff;
}

.cta-wrap.bg-dark p ,
.cta-wrap.bg-primary p {
	color: #fff;
	opacity: 0.5;
}

.cta-wrap.bg-dark .cta-btn ,
.cta-wrap.bg-primary .cta-btn {
	color: #fff;
	border: 2px solid #fff;
}

.cta-btn:hover {
	background: #f68b1e;
	border: 2px solid #f68b1e;
	color: #fff;
}

.cta-wrap.bg-dark .cta-btn:hover {
	color: #fff;
	background: #f68b1e;
	border: 2px solid #f68b1e;
}

.cta-wrap.bg-primary .cta-btn:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}

.gold, .silver, .plat {
	text-align: center;
	padding: 30px 50px 50px;
	border-radius: 7px;
	box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.2);
}

.gold {
	position: relative;
	top: 0px;
	background: #343434;
	text-align: center;
	border: 1px solid #343434;
}

.pricing2 .gold > .price {
	background: #fff;
	color: #222;
}

.pricing2 .gold > h1, .pricing2 .gold > h2, .pricing2 .gold > p, .pricing2 .gold > span {
	color: #fff;
}

.pricing2 .price {
	height: 120px;
	width: 120px;
	text-align: center;
	background-color: #f68b1e;
	border-radius: 50%;
	line-height: 120px;
	color: #fff;
	font-size: 40px;
	font-family: Ubuntu;
	font-weight: 400;
	margin: 20px auto;
}

.pricing2 h1 {
	margin: 20px 0 10px 0;
	font-size: 28px;
	color: #000;
	font-weight: 700;
}

.pricing2 h2 {
	font-size: 11px;
	color: #555;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.pricing2 p {
	color: #444;
	margin: 10px 0;
	font-weight: 100;
	font-size: 14px;
}

.pricing2 span {
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
	width: 125px;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing2 .btn {
	background: #f68b1e;
	border-color: #f68b1e;
	margin: 15px auto 0;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	padding: 12px 35px;
}

.pricing2 .btn:hover {
	background: #343434;
	border-color: #343434;
	color: #fff;
}

.pricing2 .gold .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #343434;
}

#contact-form2 {
	padding: 0;
}

#contact-form2 .google-map,
#contact-form2 #map {
	height: 640px;
}

#contact-form2 .col-md-6 {
	padding: 100px;
}

#contact-form2 .col-md-6 .col-md-6 {
	padding: 0px 15px;
}

#contact-form2 h3 {
	font-size: 40px;
	font-weight: 700;
	margin: 0px 0px 10px;
}

#contact-form2 #contactForm input {
	padding: 0px;
	border-bottom: 2px solid #e5e5e5;
	box-shadow: none !important;
	color: #000 !important;
}

#contact-form2 #contactForm textarea {
	padding: 15px 0px;
	border-bottom: 2px solid #e5e5e5;
	box-shadow: none !important;
	color: #000 !important;
}

input:focus, textarea:focus {
	box-shadow: none;
	outline: 0;
}

.footer2 {
	background: #1B463C;
}

.footer2 .google-map {
	border: 1px solid #555;
	padding: 5px;
	height: 290px;
}

.footer2 #map {
	height: 280px;
}

.footer2 #contactForm input {
	height: 43px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 10px;
	background: #222;
	border: none;
	border-radius: 5px;
	color: #fff;
	border-top: 1px solid #414141;
}

.footer2 #contactForm textarea {
	height: 80px;
	padding: 12px 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	margin: 0 0 20px;
	background: #222;
	border: none;
	border-radius: 5px;
	color: #fff;
	border-top: 1px solid #414141;
}

.footer2 h5 {
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	font-size: 16px;
	letter-spacing: 0px;
}

.footer2 .footer-logo {
	line-height: 20px;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}

.footer2 p {
	color: #999;
	font-size: 14px;
}

.footer2 .footer-social a {
	font-size: 19px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 30px;
	color: #fff;
}

.footer2 .footer-social {
	padding-left: 0;
	margin-top: -30px;
}

.subscribe-elt .intro-newsletter {
	width: 100%;
	position: relative;
}

.subscribe-elt .intro-newsletter input {
	height: 66px;
	padding: 0 150px 0 25px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #555;
	color: #fff;
	border-radius: 3px;
}

.subscribe-elt .intro-newsletter button {
	border-radius: 3px;
	position: absolute;
	top: 11px;
	right: 10px;
	width: 100px;
	font-size: 11px;
	height: 45px;
}

.subscribe-elt h5 {
	color: #ddd;
	font-size: 18px;
	line-height: 26px;
	width: 75%;
	letter-spacing: 0px;
	font-weight: 400;
	margin-top: 5px;
}

.subscribe-elt2 h5 {
	font-family: Ubuntu;
	font-size: 40px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt2 p {
	color: #555;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	opacity: 0.4;
	padding: 10px 0 15px;
}

.subscribe-elt2 .intro-newsletter input {
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	width: 100%;
	border: none;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #e5e5e5;
	color: #000;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.subscribe-elt2 .intro-newsletter button {
	border-radius: 3px;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	font-size: 14px;
	height: 50px;
}

.subscribe-elt2 {
	padding: 150px 0 160px 0;
}

.subscribe-elt3 h5 {
	font-family: Ubuntu;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}

.subscribe-elt3 p {
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2px;
	opacity: 0.4;
	padding: 10px 0 15px;
}

.services-s5 .service-content i {
	display: table;
	font-size: 40px;
	margin: 0 auto 20px;
	padding: 0px;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	color: #d1d1d1;
	width: 90px;
	height: 90px;
	line-height: 88px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: center;
}

.services-s5 .service-content i:after {
	content: '';
	position: absolute;
	border: #d1d1d1 solid 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	border-radius: 50%;
}

.services-s5 .service-content:hover i:after {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border: #f68b1e solid 3px;
}

.services-s5 .service-content:hover i {
	color: #fff;
	background: #f68b1e;
}

.services-s5 .service-content h4 {
	font-size: 19px;
	margin: 5px 0 14px;
	text-align: center;
	font-weight: 700;
}

.services-s5 .service-content p {
	font-size: 13px;
	text-align: center;
}

.icon-features {
	background: #222;
	padding: 80px 0;
}

.feature-left {
	margin: 80px 0 0;
	text-align: right;
	padding-right: 30px;
}

.feature-left li {
	margin-bottom: 30px;
}

.feature-left li i {
	font-size: 45px;
	color: #f68b1e;
}

.fl-content h4 {
	margin: 30px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.fl-content p {
	font-size: 14px;
	padding-left: 40px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 40px;
}

.feature-right {
	margin: 80px 0 0;
	text-align: left;
	padding-left: 30px;
}

.feature-right li {
	margin-bottom: 30px;
}

.feature-right li i {
	font-size: 45px;
	color: #f68b1e;
}

.fr-content h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.fr-content p {
	font-size: 14px;
	padding-right: 40px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 40px;
}

.quote3 p {
	padding: 1px 10px 15px;
	font-size: 15px;
	font-style: italic;
	color: #555;
}

.quote3 div {
	margin: 0 15px;
}

.quote3 div img {
	max-width: 100%;
    max-height: 100%;
}

.quote3 .slick-dots {
	margin: 50px auto;
	position: relative;
	left: 0;
	display: table !important;
}

.quote3 .slick-dots li {
	float: left;
	margin-right: 7px;
}

.quote3 .slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
	border: 1px solid #000;
}

.quote3 .slick-dots li.slick-active button {
	opacity: 1;
}

.multi-content {
	background: #f68b1e;
	padding: 100px 0;
}

.multi-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

.multi-content h2 {
	color: #fff;
	font-size: 34px;
	letter-spacing: 0px;
	padding: 10px 0 15px;
}

.multi-content p {
	color: #fff;
	opacity: 0.7;
}

.multi-content img {
	position: relative;
	top: 100px;
	margin-top: -100px;
	margin-bottom: -100px;
	max-width: 100%;
}

.multi-features {
	background: #343434;
	padding: 140px 0 100px;
}

.multi-features h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 18px;
	letter-spacing: 0;
}

.multi-features h4 i {
	font-size: 24px;
	margin-right: 15px;
	position: relative;
	top: 4px;
}

.multi-features p {
	color: #888;
	font-size: 14px;
}

.cf2-wrap {
	max-width:600px;
}

.parallax5  .col-md-6.bg-dark {
	max-width:800px;
}


#contact-form2 {
	max-width: 1200px;
	margin: 0 auto;
}

/* 25. RESPONSIVE STYLES */

@media only screen and (min-width: 768px)  and (max-width: 1230px) {

	footer .list-inline li {
		width: 33.3333%;
	}

	footer .list-inline li:nth-child(4) .contact-info {
		border: none;
	}

	footer .list-inline li:first-child ,
	footer .list-inline li:last-child {
		width: 100%;
		text-align: center;
	}

	footer {
		background: #dbdbdb;
		padding: 25px 0 60px;
	}
}

@media only screen and (min-width: 768px)  and (max-width: 1100px) {

	.clients2 img {
		max-width: 100%;
	}

	.about-inline .ai-slide {
		width: 750px;
		position: relative;
	}

	.about-inline .ai-slide .center-block {
		width: 750px;
	}

	.ai-slide-img {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.ai-slide-img {
		position: absolute;
		width: 493px;
		overflow: hidden;
		height: 306px;
		margin: 0 auto;
		display: block;
		left: -7px;
		right: 0;
		top: 26px;
	}
}

@media only screen and (min-width: 768px)  and (max-width: 992px) {

	.container {
		width: 100%;
	
	}

	.mega-menu {
		left: 0px !important;
	}

	.navbar-lg .navbar-nav > li > a {
		padding: 40px 5px 35px;
		font-size: 10px;
	}
	
	.icon-box-square .text-center{ margin-bottom: 50px; }

	.testimonials p {
		padding: 0 30px 07px;
	}

	.pricing__price {
		padding: 35px 0 30px;
		line-height: 20px;
	}

	.pricing__item {
		margin: 0;
		padding: 30px 30px 30px;
	}

	.team .team-box {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.info-content .btn.btn-lg {
		font-size: 11px;
		margin-bottom: 50px;
	}

	.info-content h3 {
		font-size: 36px;
		margin: 0px 0 20px;
	}

	.info-content p {
		margin: 0 0 10px;
		font-size: 13px;
		letter-spacing: 0.1px;
	}

	.center-content-ipad {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.error-content {
		padding: 100px 0;
	}

	.error-content h4 {
		font-size: 75px;
		letter-spacing: -5px;
	}

	.sidebar {
		padding-top: 50px;
	}

	#contact-info .col-sm-6 {
		margin-bottom: 20px;
	}

	.team {
		padding: 100px 0 70px;
	}

	.portfolio-filter li {
		margin: 0 10px;
	}

	.portfolio-4col .portfolio-item {
		width: 50%;
	}

	.intro-form {
		padding: 30px 30px 40px;
	}

	.intro1 h2 {
		font-size: 42px;
	}

	.intro16 h3 {
		margin: 40px 0px 30px;
	}

	.hl-container {
		width: 100%;
		max-width: 550px;
		position: relative;
		float: none !important;
		margin: 0 auto;
	}

	.intro13 h3 {
		margin: 40px 0px 30px;
	}

	.intro10 h3 {
		margin: 40px 0px 25px;
	}

	.intro8 img {
		margin-top: 40px;
	}

	.intro3 h3 {
		margin: 0px 0px 25px;
		font-size: 38px;
	}
}

@media only screen and (min-width: 320px)  and (max-width: 370px) {

	.pricing__price{ margin-left: -27px;}
}
@media only screen and (min-width: 370px)  and (max-width: 370px) {

	.pricing__price{ margin-left: 10px;}
}

@media only screen and (min-width: 280px)  and (max-width: 767px) {

	.footer2 .footer-logo {
		text-align: left;
	}
	
	.icon-box-square .text-center{ margin-bottom: 50px; }
	
	.pricing__price{ margin-left: 20px ;}

	.footer2 .footer-social {
		padding-left: 0;
		margin: -30px 0 20px;
	}

	.footer2 .col-md-4 {
		margin-bottom: 50px;
	}

	.services-s5 .service-content p {
		margin-bottom: 40px;
	}

	.feature-left {
		text-align: center;
		padding-right: 0;
		width: 100%;
	}

	.feature-right {
		text-align: center;
		padding-left: 0;
		width: 100%;
	}

	.fl-content p ,
.fr-content p {
		padding: 0;
	}

	.testimonials .quote3 p {
		font-size: 15px;
		padding: 30px 30px 70px;
	}

	.stats1-info h2 ,
.stats2-info h2 ,
.stats3-info h2 {
		margin-bottom: 40px;
	}

	#stats1,
#stats2 {
		padding: 120px 0 80px;
	}

	.process-step small {
		display: none;
	}

	.btn-circle {
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 7px !important;
		border-radius: 50%;
		padding: 0;
		line-height: 58px;
		font-style: normal;
	}

	.process-step .btn .fa {
		font-size: 20px;
	}

	.process-row:before {
		top: 24px;
	}

	.process-step2 small {
		display: none;
	}

	.process-step2 .btn-circle {
		width: 60px;
		height: 60px;
		text-align: center;
		font-size: 7px !important;
		border-radius: 50%;
		padding: 0;
		line-height: 68px;
		font-style: normal;
	}

	.process-row2:before {
		top: 32px;
	}

	.event-list li img {
		display: none;
	}

	blockquote.pull-left {
		width: 100%;
		max-width: 300px;
	}

	blockquote.pull-right {
		width: 100%;
		max-width: 300px;
	}

	.clients li {
		width: 50%;
		float: left;
		padding: 0 30px;
	}

	.clients2 img {
		max-width: 100%;
	}

	.clients2 li {
		width: 33.333%;
	}

	.about-inline .ai-slide {
		width: 300px;
		position: relative;
	}

	.about-inline .ai-slide .center-block {
		width: 300px;
	}

	.ai-slide-img {
		position: absolute;
		width: 196px;
		overflow: hidden;
		height: 123px;
		margin: 0 auto;
		display: block;
		left: -1px;
		right: 0;
		top: 11px;
	}

	.about-inline h3 br {
		display: inline-block;
	}

	.intro-newsletter {
		width: 75%;
	}

	.h1-point-info {
		width: 250px;
		left: -070%;
	}

	.hl-point2 .h1-point-info {
		width: 250px;
		left: -510%;
	}

	.intro16 img {
		margin-top: 30px;
	}

	.intro16 h3 {
		font-size: 45px;
	}

	.intro17 {
		padding: 130px 0 120px;
	}

	.intro17 h3 {
		margin: 40px 0px 30px;
	}

	.intro18 p {
		padding: 0;
	}

	.intro18 h3 {
		font-size: 38px;
	}

	.intro19 h3 {
		font-size: 38px;
	}

	.intro19 p {
		padding: 0;
	}

	.app-btn a {
		float: none;
	}

	.intro2 h3 {
		font-size: 34px;
	}

	.intro2 p {
		font-size: 15px;
		padding: 0;
	}

	.dual-btn a {
		margin: 0 5px 15px;
	}

	.intro3 h3 {
		font-size: 37px;
	}

	.intro-newsletter input {
		width: 100%;
		margin-bottom: 15px;
	}

	.intro4 h2 {
		font-size: 40px;
		margin: -30px 0 15px;
	}

	.intro1 {
		padding: 120px 0 90px;
	}

	.intro4 p {
		padding: 0;
	}

	.intro4 {
		padding: 220px 0 67px;
		margin-bottom: 20px;
	}

	.intro5 p {
		font-size: 15px;
		padding: 0;
	}

	.intro6 h2 {
		font-size: 45px;
	}

	.intro6 p {
		font-size: 15px;
		padding: 0;
	}

	.intro6 p.lead {
		font-size: 28px;
	}

	.intro6 p.lead a {
		color: #fff;
		display: block;
	}

	.intro6 {
		padding: 100px 0;
	}

	.intro6 .container, .intro6 .row {
		height: auto;
	}

	.intro6 {
		padding: 100px 0;
		display: table;
	}

	.intro7 h2 {
		margin: 30px 0 15px;
	}

	.intro7 {
		padding: 120px 0 90px;
	}

	.intro8 h3 {
		font-size: 33px;
		line-height: 43px;
	}

	.intro8 img {
		width: 150%;
		margin-top: 50px;
	}

	.intro9 h3 {
		font-size: 33px;
		line-height: 43px;
	}

	.intro9 img {
		border: 20px solid #000;
		border-bottom: none;
		border-radius: 15px;
		max-width: 90%;
		margin: 0 5% -30px;
	}

	.intro10 h3 {
		margin: 40px 0px 25px;
	}

	.intro10 {
		padding: 120px 0 70px;
	}

	.intro10-nl {
		width: 100%;
		margin: 0;
	}

	.intro11 h3 {
		font-size: 36px;
	}

	.intro11 {
		padding: 130px 0 100px;
	}

	.intro12 h3 {
		font-size: 34px;
	}

	.intro12 {
		padding: 160px 0 100px;
	}

	.intro12 p {
		padding: 0;
	}

	.intro13 {
		padding: 130px 0 100px;
	}

	.intro13 h3 {
		margin: 30px 0px 30px;
		font-size: 33px;
	}

	.intro14 h3 {
		font-size: 33px;
	}

	.intro14 p {
		padding: 0;
	}

	.features-list li i {
		width: 60px;
		height: 60px;
		line-height: 58px;
		font-size: 23px;
	}

	.intro15 h3 {
		font-size: 45px;
		line-height: 54px;
	}

	.hl-container {
		margin-top: 40px;
	}

	.intro1 h2 {
		font-size: 34px;
		margin: 40px 0 15px;
	}

	.info-content img {
		width: 130%;
	}

	.testimonials p {
		font-size: 20px;
		padding: 0 15px 20px;
	}

	.ai-list ul li i {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.video-box {
		display: block;
	}

	.ai-list ul li {
		display: inline-block;
		color: #343434;
		min-width: 83px;
		padding: 0 10px;
		font-weight: 700;
		font-size: 12px;
		line-height: 30px;
		border-left: 1px solid #ddd;
		text-transform: uppercase;
		letter-spacing: 0.2px;
	}

	.pricing__item {
		margin: 0 0 30px;
		padding: 30px 30px 30px;
	}

	.pricing__item__popular {
		margin: 70px 0 30px;
	}

	.portfolio-filter li {
		margin: 0 5px 20px;
	}

	.portfolio-item {
		width: 100%;
	}

	.portfolio-2col .portfolio-item {
		width: 100%;
	}

	.portfolio-3col .portfolio-item {
		width: 100%;
	}

	.portfolio-4col .portfolio-item {
		width: 100%;
	}

	.team {
		padding: 100px 0 70px;
	}

	.table-wrap {
		width: 100%;
		overflow: auto;
		overflow-y: hidden;
	}

	.table-wrap table {
		width: 850px;
	}

	.nav-tabs > li > a {
		font-size: 12px;
		padding: 10px 9px;
	}

	.icon-box {
		padding: 100px 0 70px;
	}

	.service-box {
		margin-bottom: 30px;
	}

	.service2 {
		padding: 100px 0 70px;
	}

	.service2 .col-md-4 {
		margin-bottom: 30px;
	}

	#contact-info .col-sm-6 {
		margin-bottom: 20px;
	}

	.sidebar {
		padding-top: 50px;
	}

	.pagination > li > a {
		border-radius: 5px;
		margin: 0 1px;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 37px;
		padding: 0;
	}

	.sub-about .text-right {
		text-align: left;
	}

	.sub-about p {
		margin-bottom: 30px;
	}

	.team .no-padding {
		padding: 0 15px !important;
	}

	.team .team-box {
		margin-bottom: 30px;
	}

	.team {
		padding: 100px 0 70px;
	}

}
@media (max-width: 992px) {
	.navbar-login {
		display: none;
	}

	.navbar-nav > li > .dropdown-menu {
		margin-top: 0px;
		margin-left: 13px;
		border: none;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 6px 30px;
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
		border: none;
	}

	.navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover {
		color: #f68b1e !important;
		background: transparent;
	}

	.navbar-nav > li > .dropdown-menu {
		margin-bottom: 15px;
	}

	.navbar-lg .navbar-nav > li > a {
		padding: 12px 30px;
		font-size: 12px;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0;
		margin-top: -16px;
		margin-right: 15px;
		margin-bottom: 8px;
		background: transparent !important;
		background-image: none;
		border: none !important;
		border-radius: 4px;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 20px;
		height: 1px;
		margin-bottom: 4px;
		border-radius: 0px !important;
		background: #000 !important;
		transition: .4s;
	}

	.navbar-toggle .icon-bar:nth-child(3) {
		display: block;
		width: 16px;
		height: 1px;
		border-radius: 0px !important;
		background: #000 !important;
	}

	.navbar-toggle:hover .icon-bar:nth-child(3) {
		width: 20px;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		border-top: none;

		position: absolute;
		background: #FFFFFF;
		top: 72px;
		width: 100%;
		
		right: 0;
		margin: 0 auto !important;
		left: 0;
		box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
	}

	.navbar-nav > li > a::after {
		display: none;
	}

	.navbar-default .navbar-nav > li {
		margin-left: 0;
		width: 100%;
		float: none !important;
		display: table;
	}

	.navbar-default .navbar-nav > li a {
		padding: 7px 30px;
	}

	.dropdown-menu {
		display: table !important;
		padding: 0;
		margin: 0;
		border-radius: 0px;
		background: transparent;
		top: 0px !important;
		left: 0 !important;
		right: auto !important;
		opacity: 1;
		position: relative !important;
		visibility: visible;
		transition: .4s;
		margin-left: 15px;
		border: none;
		box-shadow: none;
		width: 100%;
	}

	.navbar-default .navbar-nav > li a {
		padding: 7px 30px;
		border: none !important;
	}

	.navbar-lg .navbar-brand  {
		padding: 12.5px 5px 0;
	}

	.error-content h4 {
		font-size: 60px;
		letter-spacing: -3px;
	}

	.error-content {
		padding: 70px 0;
	}

	.info-content h3 {
		font-size: 28px;
		margin: 40px 0 20px;
	}

	.info-content .btn.btn-lg {
		font-size: 11px;
		margin-bottom: 50px;
	}

	footer .list-inline li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	footer .list-inline li:last-child {
		border: none;
	}

	.contact-info {
		padding: 30px 0;
		border: none;
	}

	.footer-logo {
		line-height: 40px;
		padding: 0 0 30px;
		text-align: center;
	}

	.footer-social {
		padding-left: 0;
		margin: 0 auto;
		display: table;
	}

	footer {
		padding: 60px 0 60px;
	}

	.page_head h3 {
		font-size: 45px;
	}

	.navbar-lg .navbar-brand {
		font-size: 22px;
	}
}

@media only screen and (min-width: 993px)  and (max-width: 4000px) {

	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.center-content-reverse {
		display: flex;
		align-items: center;
		flex-direction:row-reverse;
	}
	.captcha {
		margin-left: -10px; 
		margin-bottom: 15px;
	}
}
.footerP p:hover{
	color:#f68b1e;
}




@media (max-width: 993px) {
  
	.intro1 h2 {
		text-align: center;
	}
	.captcha {
		margin-left: 0px; 
		margin-bottom: 15px;
	}
	.margin-right-20 {
		margin-right: 20px;
	}
	
	.navbar-inverse {
		background-color: #fff !important;
	}
	#logo1 {
		display:none !important;
	}
	#logo2 {
		display: block !important;
	}
	.navbar-lg > li > a {
		color: #111 !important;
	}
	.navbar-nav > li > a {
		color: #111 !important;
	}
	.navbar-login2 {
		display: block;
	}
	.ben-hide {
		display: block;
	}
	
}

.padding-top-25 {
	
}

.padding-top-25 {
	padding-top: 25px !important;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-neg-25 {
	margin-top: -25px;
}
.margin-top-neg-20 {
	margin-top: -20px;
}
.margin-top-neg-15 {
	margin-top: -15px;
}

.margin-top-neg-35 {
	margin-top: -35px;
}
.margin-top-neg-30 {
	margin-top: -30px;
}
.margin-top-neg-50 {
	margin-top: -50px;
}


.callout h4 {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	font-style: italic;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-41	 {
	padding-bottom: 40px;
}

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

.padding-100 {
	padding: 100px 0;
}

.ssmc-orange {
	color:#F48C31 !important;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-40 {
	
}


.green {
	color: #1B463C !important;
}


.icon-orange {
	color: #F68B1E !important;
}

.padding-bottom-30 {padding-bottom: 30px !important}
.padding-bottom-50 {padding-bottom: 50px !important}


.padding-top-50 {padding-top: 50px !important}

.green-background {background-color: #19453b !important}
.grey-background {background-color: #F8F8F8 !important}


.accordion {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  
}

.accordion-header {
  padding: 1em 1.5em;
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  border-bottom: 1px solid #D3D3D3;
}

.accordion-header:active {
	border-bottom: none !important;
	color: #f68b1e !important;
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
  color: #f68b1e !important;
}

.accordion-body {
  color: #666666;
  display: none;
}

.accordion-body__contents {
  padding: 1em 1.7em;
  font-size: 16px;
  line-height: 24px;
font-weight: 400;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
	 
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
	color: #f68b1e !important;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
	color: #f68b1e !important;
}

.accordion__item.active .accordion-header {
  background: none;
	border-bottom: none;
	color: #f68b1e !important;
}

.accordion__item .accordion__item .accordion-header {
  background: none;
	color: #f68b1e !important;
}


.cd-accordion {list-style-type: none !important; }
.cd-accordion__item {
	padding: 10px 0;
	list-style-type: none !important;
	
}
.cd-accordion__item span {
	list-style-type: none !important;
}

.cd-accordion__input { 
  position: absolute;
  opacity: 0;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	list-style-type: none !important;
	line-height: 30px;
}



.cd-accordion__label:active {
	color:#2096ba;
}

.cd-accordion__sub {
  display: none; 
}

.cd-accordion__input:checked ~ .cd-accordion__sub { 
  display: block;
}
 


.cd-accordion {list-style-type: none !important; }
.cd-accordion__item {
	padding: 10px 0;
	list-style-type: none !important;
	
}
.cd-accordion__item span {
	list-style-type: none !important;
}

.cd-accordion__input { 
  position: absolute;
  opacity: 0;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
	font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	list-style-type: none !important;
	line-height: 30px;
}



.cd-accordion__label:active {
	color:#2096ba;
}

.cd-accordion__sub {
  display: none ; 
}

.cd-accordion__input:checked ~ .cd-accordion__sub { 
  display: block;
}


.centered {
	text-align: center !important;
}

.footer-icon{
	color: #F68B1E; margin-left: -30px;
}

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


@media (max-width: 763px) {
	
	.a100 {
		width: 100%;
	}	
	.about-inline {
		padding-top: 40px; 
		padding-bottom: 0px;
	}
	.padding-bottom-50 {
		padding-bottom: 0px !important;
	}
	.padding-bottom-25-mobile {
		padding-bottom: 25px !important;
	}
	.margin-left-neg-25 {
		margin-left: -25px;
	}
	.parallax-content {
	background:url("../images/we-spray-so-they-can-play-small-2.jpg") no-repeat center fixed;
	
	}


.parallax2 {
	background:url("../images/we-spray-so-they-can-play-small-2.jpg") no-repeat center fixed;
	
	}

}

@media (max-width: 380px) {
	
.margin-right-20 {
		margin-right: 0px !important;
	}

}

/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #1B463C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.padding-bottom-25 {padding-bottom: 25px !important;}


@media (max-width: 767px) {
  
	.navbar-inverse {
		background-color: #fff !important;
	}
	
}

.blackfont {color: black !important;}

.font16 {font-size: 16px;}

.button-text {text-transform: uppercase !important; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-weight: 400;}


.testimonial {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.testimonial-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.quote-mark {
  font-size: 50px;
  color: orange;
  font-family: 'Georgia', serif;
}

.testimonial-text {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-top: -30px;
}

.testimonial-author {
  text-align: right;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
}

.testimonial-date {
  text-align: right;
  color: #888888;
  font-size: 14px;
  margin-top: 5px;
}


.white {color: white !important;}



.roboto {
	font-size: 14px;
	color: #555;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}

.orange {
	color: #F68B1E;
}


.reclaim-content
{
	background: url(../images/we-spray-so-they-can-play.png) no-repeat center fixed;
    background-size: cover;
    padding: 55px 0;
    position: relative;
	min-height: 400px;
}

.protecting-content
{
	//18 45 39 0.6
	//background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),  url(../images/we-spray-so-they-can-play.png)  no-repeat center fixed;
	background: url(../images/we-spray-so-they-can-play.png) no-repeat center fixed;
    background-size: cover;
    padding: 55px 0;
    position: relative;
	min-height: 400px;

}




.specialize-content h3
{
	display : inline-flex;
}

.bugIcon
{
	background	: url("../images/icons/bug.png"), #EEF2FF;
}

.programIcon
{
	background	: url("../images/icons/program.png"), #EEF2FF;
}

.mosquitoIcon
{
	background	: url("../images/icons/mosquito.png"), #EEF2FF;
}

.treatmentIcon
{
	background	: url("../images/icons/treatment.png"), #EEF2FF;
}

.auntIcon
{
	background	: url("../images/icons/aunt.png"), #EEF2FF;
}

.icon
{
	height		: 20px;
	width		: 26px;
	display		: inline-block;
	padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
	border-radius	 : 40px;
	margin-right : 10px;
}

.specialize
{
	border-top : 1px solid black;
}

table.dataTable thead tr 
{
	background-color : #19453B;
	color 			 : white;
}
.choose-content h3
{
	color : #111827;
}

.choose-content h3 i
{
	font-size : 23px;
	color : white;
	border: 1px solid;
	background: #F68B1E;
	padding: 11px 11px;
	margin-right: 7px;
	border-radius: 43px;
}
.servicesname
{
	background: #14372F;
	color: white;
	border-radius: 41px;
	box-shadow:0px 2px 0px 2.5px #0000002e;
}

.servicesname p
{
	text-align: center;
	color: white;
	font-size: 20px;
	display: grid;
	align-items: center;
}

.box 
{
	opacity: 1;
	animation: fadeIn 1s ease-in-out;
}


.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
}

.slide img
{
	padding : 0px 40px;
	max-width : 150px;
}		

.quote3 
{
  position: relative;
}


.text-overlay 
{
	position: absolute;
	top: 22%;
	font-size : 14px;
	color : #f68b1e !important;
	
	padding-left: 10px;
	width : inherit;
	padding-right: 60px;
}
.testimonialName
{
	color : #f68b1e !important;
	font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
}
.accordion__item
{
	background    : i.fa.fa-refresh {
    color: middle;
    padding: 0 20px;
    margin-top: 10px;
};
	margin-bottom : 20px;
	border-radius : 10px; 
}
.accordion-header h3
{
	color	:white;
	display : contents;
}
.accordion-body__contents
{
	color	:white;
}
.accordion__item.active
{
	background : #1B463C;
}
.accordion__item.active h3
{
	color	:#F68B1E;
}
.accordion__item > .accordion-header:after
{
	content : "\25BC" !important;
	color   : #1B463C !important;
}

.intro-form2
{
	box-shadow : 0px 40px 80px -40px rgba(25,69,59,1) !important;
}

@media (min-width: 300px) and (max-width: 600px) {
	
.padding-top-140-mobile  {
		margin-top: 140px !important;
	}
.margin-top-140-mobile  {
		margin-top: 140px !important;
	}

}

.icon-services {
    color: #14372F;
    padding: 0 20px;
    margin-top: 5px;
}

.padding-top-35 {
	padding-top: 35px;
}

.towns {
	
}

mapsection a:before {
	font-size: 25px !important;
}

.nav > .navbar-nav > .navbar-right > .navbar-login > .ben-hide > .margin-top-25 > .green > .hover-flip:hover {
	background: #1B463C !important;
	color:#F68B1E !important;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.video-container {
	position: absolute;
  top: 72;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

#myVideo {
	 /* Make video to at least 100% wide and tall */
	min-width: 100%; 
 min-height: 100%; 
	max-width: 1700px;




  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 
	z-index: -1;
}
.hide-desktop {
	display: none !important;
}

.centered {
	margin: auto;
}

.video-header-ben {
	margin-top: 0px; margin-bottom: 400px; padding: 25px 25px 25px 500px; background-color: rgba(27,70,60,0.87); margin-left: -500px; margin-right: 200px; border-radius: 10px;
}

@media (max-width: 1200px) {
	
	.video-header-ben {
		margin-right: 100px;

	}}
	
@media (max-width: 623px) {
	
	.video-header-ben {
		margin-right: 0px;
	
	}}
	
@media (max-width: 992px) {	
	
	.navbar-login a  {
		position: sticky;
		right: 40px !important;
	}
	.hide-login {
		display: none !important;
	}
	.hide-desktop {
		display: block !important;
	}
	.navbar-fixed-top-white {
		top: 0px !important;
	}
	.right-100 {
		right: 200px;
		margin-right: 25px;
	}
	.right-50 {
		right: 50px;
		margin-right: 100px;
	}
	
	}

.hide-desktop {
	display: none !important;
}
.hide-non-mobile {
	display: none !important;
}

@media (max-width: 582px) {
	
	.mobile-centered {

		text-align: center;
		align-content: center;
	}
	.hide-non-mobile {
		display: inline !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.right-100 {
		right: 200px;
		margin-right: 100px;
	}

	.margin-top-neg-mobile {
		margin-top: -10px;
	}
	.margin-top-25 {
		margin-top: 15px;
	}
	.padding-bottom-mobile-140 {
		padding-bottom: 140px !important;
	}
	.padding-top-mobile-20 {
		padding-top: 20px !important;
	}
	.padding-bottom-mobile-30 {
		padding-bottom: 30px !important;
	}
}



.green-background {
	background-color: #1B463C !important;
}

.orange-font {
	color: #F48C31 !important;
}


.shadow {
    box-shadow: 0px 10px 35px 0px #aaa;

}

.rounded {
	
}

.hero-new-headline {
  font-style: normal !important;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
.hero-new-sub {
  font-style: normal !important;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* ── HERO LAYOUT ─────────────────────────────────────── */
.intro23-new {
  position: relative;
  padding: 110px 0 60px; /* reduced from 200px/150px — tighter on mobile */
}

.hero-new-container {
  position: relative;
  z-index: 2;
}

.hero-new-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* ── LEFT COLUMN ─────────────────────────────────────── */
.hero-new-left {
  padding-right: 30px;
  padding-bottom: 20px;

}

.hero-new-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.hero-new-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #69f0ae;
  border-radius: 50%;
  animation: hn-pulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes hn-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.3; transform: scale(0.7); }
}

.hero-new-headline {
  /* inherits .intro23 h2: color white, font-size 53px, font-weight 700 */
  color: #fff !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  margin: 0 0 14px !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.hero-new-accent {
  color: #a5d6a7;
}

.hero-new-sub {
  /* inherits .intro23 p */
  font-size: 16px !important;
  color: rgba(255,255,255,0.9) !important;
  opacity: 1 !important;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
  max-width: 440px;
}

.hero-new-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.hero-new-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

.hero-new-mobile-cta {
  display: none; /* shown only on mobile via media query */
}

.hero-new-offer {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 8px 0 0 !important;
  text-align: center;
}

/* ── QUOTE CARD ──────────────────────────────────────── */
.hero-new-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px 18px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.22), 0 4px 16px rgba(0,0,0,0.1);
  position: relative;
  z-index: 3;
}

.hero-new-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.hero-new-card-title {
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b463c;
}

.hero-new-card-badge {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  color: #e65100;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  font-family: Lato, "Helvetica Neue", sans-serif;
}

/* ── FORM ────────────────────────────────────────────── */
.hero-new-form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.hero-new-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.hero-new-field-full {
  flex: 1 1 100%;
}

.hero-new-field label {
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #4a6b4c;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-new-field input,
.hero-new-field select {
  background: #e8f5e9;
  border: 1.5px solid transparent;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #1a2e1b;
  outline: none;
  width: 100%;
  transition: border-color .15s, background .15s;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.hero-new-field input::placeholder { color: #90a890; }
.hero-new-field input:focus,
.hero-new-field select:focus {
  border-color: #4caf50;
  background: #fff;
}
.hero-new-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%231b463c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #e8f5e9;
  padding-right: 28px;
  cursor: pointer;
}
.hero-new-field select:focus { background-color: #fff; }

/* Submit button — extends your .btnben */
.hero-new-submit {
  width: 100%;
  display: block !important;
  text-align: center;
  margin: 6px 0 0 !important;
  padding: 13px 20px !important;
  font-size: 15px !important;
  border: none;
  cursor: pointer;
  border-radius: 6px !important;
  background-color: #f68b1e !important;
  color: #fff !important;
  font-weight: 700;
  transition: background .18s, transform .14s, box-shadow .18s;
  -webkit-tap-highlight-color: transparent;
}
.hero-new-submit:hover,
.hero-new-submit:focus {
  background-color: #e07810 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(246,139,30,0.45) !important;
  color: #fff !important;
  text-decoration: none;
}
.hero-new-submit:active { transform: translateY(0); }

.hero-new-trust-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}
.hero-new-trust-row span {
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #4a6b4c;
}

/* ── STATS STRIP ─────────────────────────────────────── */
.hero-new-stats {
  background: #1b463c;
  padding: 16px 0;
}

.hero-new-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.hero-new-stat:last-child { border-right: none; }

.hero-new-stat-n {
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-new-stat-n sup {
  font-size: 14px;
  color: #f68b1e;
  vertical-align: super;
}
.hero-new-stat-l {
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

/* ── MOBILE (≤767px) ─────────────────────────────────── */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .intro23-new {
    padding: 90px 0 30px;
  }

  .hero-new-left {
    padding-right: 15px;
    padding-bottom: 0;
    text-align: center;
  }

  .hero-new-eyebrow {
    font-size: 9px;
    padding: 4px 10px;
    margin-bottom: 12px;
  }

  .hero-new-headline {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }

  .hero-new-sub {
    font-size: 14px !important;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .hero-new-pills {
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
  }

  .hero-new-pill {
    font-size: 11px;
    padding: 4px 10px;
  }

  /* Show mobile CTA button, hide the card on small screens */
  .hero-new-mobile-cta {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Hide the form card on mobile — form is in #contact below */
  .hero-new-right {
    display: none;
  }

  .hero-new-stats {
    padding: 12px 0;
  }

  .hero-new-stat-n {
    font-size: 20px;
  }

  .hero-new-stat-l {
    font-size: 8px;
  }
}

/* ── TABLET (768px–992px) ────────────────────────────── */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro23-new {
    padding: 120px 0 60px;
  }

  .hero-new-headline {
    font-size: 38px !important;
  }

  .hero-new-card {
    padding: 18px 16px 14px;
  }

  .hero-new-field input,
  .hero-new-field select {
    font-size: 12px;
    padding: 9px 10px;
  }
}

/* Google review badge */
.hero-new-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.97);
  border-radius: 12px;
  padding: 9px 14px;
  margin-bottom: 24px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: transform .15s, box-shadow .15s;
}
.hero-new-google-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.22);
}
.hero-new-google-stars { display: flex; flex-direction: column; gap: 1px; }
.hero-new-google-stars-row { font-size: 14px; color: #f5a623; letter-spacing: 1px; line-height: 1; }
.hero-new-google-label { font-family: Lato, sans-serif; font-size: 11px; font-weight: 700; color: #333; white-space: nowrap; }

/* Form card — increased top padding */
.hero-new-card { padding-top: 28px !important; margin-top: 16px; }

/* Mobile */
@media only screen and (max-width: 767px) {
  .hero-new-google-badge { display: flex; justify-content: center; margin: 0 auto 18px; }
  .hero-new-google-label { font-size: 10px; }
}

@media only screen and (max-width: 767px) {
  .hero-new-right,
  .hero-new-right * {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}

/* Fix 2: Reduce dead space below CTA on mobile */
@media only screen and (max-width: 767px) {
  .intro23-new {
    padding-bottom: 40px !important;
  }
  .hero-new-mobile-cta {
    margin-bottom: 10px !important;
  }
}

/* Override Bootstrap floats so flexbox alignment works */
.hero-new-row .hero-new-left,
.hero-new-row .hero-new-right {
  float: none !important;
}

/* Now vertical centering will actually work */
.hero-new-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
}

/* Push pills section down from the subheadline */
.hero-new-pills {
  margin-top: 28px !important;
}

/* Vertically center both columns within the hero */
.hero-new-row {
  min-height: 500px !important;
  align-items: center !important;
}

/* Pull the form card down to center it */
.hero-new-right {
  align-self: center !important;
  padding-top: 20px !important;
}

/* Give the left column more top breathing room */
.hero-new-left {
  padding-top: 70px !important;
  align-self: center !important;
}

/* Slightly taller hero on desktop */
@media (min-width: 768px) {
  .intro23-new {
    padding-top: 130px !important;
    padding-bottom: 80px !important;
  }
}

/* Fix video to fill full width */
.video-container {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

#video-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

#video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

/* Static image shows instantly, hides once video plays */
.mobile-image {
  position: absolute !important;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.8s ease;
}

.mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mobile-image.video-loaded {
  opacity: 0;
  pointer-events: none;
}

/* Mobile: hide desktop form, show nothing */
.hero-new-right-desktop {
  display: none;
}

/* Desktop: show form card */
@media (min-width: 768px) {
  .hero-new-right-desktop {
    display: block;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%;
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-new-right-desktop,
  .hero-new-right {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Force side-by-side layout at tablet width */
@media (min-width: 767px) {
  .hero-new-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  
  .hero-new-left {
    flex: 0 0 55% !important;
    max-width: 55% !important;
    width: 55% !important;
    float: none !important;
  }
  
  .hero-new-right-desktop {
    display: block !important;
    flex: 0 0 42% !important;
    max-width: 42% !important;
    width: 42% !important;
    float: none !important;
    margin-left: 3% !important;
  }
}

/* Hide form on true mobile only */
@media (max-width: 767px) {
  .hero-new-right-desktop {
    display: none !important;
  }
  .hero-new-mobile-cta {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hero-new-google-badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: 260px !important;
  }
}

/* Center all left column content on mobile */
@media (max-width: 767px) {
  .hero-new-left {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .hero-new-eyebrow,
  .hero-new-headline,
  .hero-new-sub,
  .hero-new-pills,
  .hero-new-google-badge,
  .hero-new-mobile-cta,
  .hero-new-offer {
    align-self: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-new-google-badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: 280px !important;
  }

  .hero-new-mobile-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .hero-new-right-desktop {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .intro23-new {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .hero-new-headline {
    font-size: 28px !important;
  }

  .hero-new-card {
    padding: 16px 14px 14px !important;
  }

  .hero-new-field input,
  .hero-new-field select {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .hero-new-submit {
    padding: 11px 16px !important;
    font-size: 13px !important;
  }

  .hero-new-card-title {
    font-size: 20px !important;
  }

  .hero-new-trust-row span {
    font-size: 9px !important;
  }
}

@media (max-width: 767px) {
  .hero-new-sub {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .hero-new-mobile-cta .hero-new-submit {
    display: flex !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
  }
}

@media (max-width: 767px) {
  .hero-new-left {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* Drop form card down to align with headline */
@media (min-width: 767px) {
  .hero-new-right-desktop {
    padding-top: 40px !important;
  }
}

/* Center Google badge on mobile */
@media (max-width: 767px) {
  .hero-new-google-badge {
    align-self: center !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero-new-right-desktop {
    padding-right: 15px !important;
  }
}

/* Darker overlay for better text contrast */
.overlayben {
    opacity: 1 !important;
    background: rgba(0,0,0,0.8) !important;
}

/* Text shadows on all hero text */
.hero-new-eyebrow,
.hero-new-headline,
.hero-new-accent,
.hero-new-sub,
.hero-new-pills,
.hero-new-offer {
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
}

/* Stronger shadow on pills specifically */
.hero-new-pill {
  background: rgba(0,0,0,0.35) !important;
  border-color: rgba(255,255,255,0.4) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
}
@media (min-width: 993px) and (max-width: 1220px) {
  .right-100 {
    right: 0px !important;
    margin-right: 0px !important;
  }
  
  /* Only shrink the nav menu links, not the phone button */
  .navbar-collapse .navbar-nav:not(.navbar-login) > li > a {
    padding: 25px 7px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 577px) {
  .navbar-collapse.in {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: white !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  }
}

@media (max-width: 992px) {
  /* Disable dropdown expansion on mobile */
  .navbar-nav .dropdown-menu {
    display: none !important;
  }
  
  /* Make Commercial link directly clickable */
  .navbar-nav .dropdown > a {
    pointer-events: all !important;
  }
  
  /* Remove dropdown arrow indicator */
  .navbar-nav .dropdown > a .caret {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-non-mobile {
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
  }
  
  /* Fix dropdown height constraint */
  .navbar-collapse.in {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 992px) {
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown-menu.open,
  .navbar-nav li.dropdown.open .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
}

@media (max-width: 992px) {
  .cd-accordion__sub,
  .cd-accordion__sub--l1 {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .navbar-toggle.margin-top-neg-30 {
    margin-top: -25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-toggle.margin-top-neg-30 {
    margin-top: -25px !important;
  }
}

@media (min-width: 993px) and (max-width: 1220px) {
  .right-100 {
    right: 0px !important;
    margin-right: 0px !important;
  }
  .navbar-collapse .navbar-nav:not(.navbar-login) > li > a {
    padding: 25px 6px !important;
    font-size: 12px !important;
  }
}

/* Hide phone button at exactly 992px */
@media (max-width: 992px) {
  .navbar-collapse .navbar-login {
    display: none !important;
  }
}

@media (max-width: 993px) {
  .navbar-collapse:not(.in) {
    display: none !important;
  }
  .navbar-toggle {
    display: block !important;
  }
}

@media (max-width: 993px) {
  .navbar-toggle {
    float: right !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 14px !important;
    margin-right: 0 !important;
  }
  
  .navbar-toggle .icon-bar {
    background-color: #2e7d32 !important;
    display: block !important;
  }
}

@media (max-width: 993px) {
  .navbar-fixed-top-green {
    display: none !important;
  }
  .navbar-fixed-top-white {
    top: 0px !important;
  }
}

@media (max-width: 993px) {
  .navbar-toggle {
    float: right !important;
    margin-top: 14px !important;
    margin-right: 15px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
}

#logo2 {
  max-width: 233px !important;
  height: auto !important;
  display: block !important;
}

h2.lato-bold {
  font-size: 36px !important;
  line-height: 1.25 !important;
}

/* 2x2 grid on mobile */
@media (max-width: 767px) {
  .hero-new-stat {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 15px !important;
  }
  
  /* Add divider line between stats and next section */
  .hero-new-stats {
    border-bottom: 3px solid #81c13e !important;
  }
}

.hero-new-stats {
  border-bottom: 3px solid #81c13e !important;
}

@media (max-width: 767px) {
  .hero-new-stat-n {
    font-size: 42px !important;
  }
  
  .hero-new-stat-l {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }

  .hero-new-stats {
    border-bottom: 3px solid #81c13e !important;
  }
}


  .ssmc-quote-subhead { margin: 8px 0 18px;color: #111; }
  .ssmc-quote-subhead-line { font-size: 14px; color: #111; margin-bottom: 6px; }
  .ssmc-quote-address { font-size: 18px; font-weight: 800; line-height: 1.15; color: #111; }

  .ssmc-quote-cards {
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    gap: 46px;
    flex-wrap: wrap;
  }

  .ssmc-quote-card {
    width: 330px;
    border-radius: 14px;
    padding: 28px 22px 22px;
    text-align: center;
    box-sizing: border-box;
  }

  .ssmc-quote-card--prepay {
    background: #1B463C;
    border: 4px solid #81c13e;
    color: #ffffff;
  }

  .ssmc-quote-card--payg {
    background: #ffffff;
    border: 0;
    color: #111111;
  }

  .ssmc-card-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #ffffff;
  }
  .ssmc-card-title--dark { color: #111111; }

  .ssmc-price {
    font-weight: 900;
    line-height: 1;
    font-size: 64px;
    margin: 6px 0 10px;
  }
  .ssmc-dollar { font-size: 26px; vertical-align: top; margin-right: 2px; }
  .ssmc-per { font-size: 24px; font-weight: 600; margin-left: 4px; }

  .ssmc-price--green { color: #81c13e; }
  .ssmc-price--orange { color: #F48C31; }

  .ssmc-season { font-size: 12px; font-weight: 600; margin-bottom: 16px; }
  .ssmc-season--green { color: #81c13e; }
  .ssmc-season--orange { color: #F48C31; }

  .ssmc-features { font-size: 15px; line-height: 1.35; }
  .ssmc-features--light { color: #ffffff; }
  .ssmc-feature { margin: 2px 0; }
  .ssmc-feature--strong { font-weight: 800; }
  .ssmc-feature--muted { color: #8a8a8a; }

  .ssmc-btn-wrap { margin-top: 22px; }

  .ssmc-btn {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
  }

  .ssmc-btn--light {
    background: #ffffff;
    color: #1B463C;
  }

  .ssmc-btn--dark {
    background: #1B463C;
    color: #ffffff;
  }

  /* Mobile */
  @media (max-width: 768px) {
    .ssmc-quote-cards { gap: 22px; }
    .ssmc-quote-card { width: 100%; max-width: 360px; }
  }

#contact,
#contact h3,
#contact .ssmc-quote-subhead,
#contact .ssmc-quote-card,
#contact .ssmc-card-title,
#contact .ssmc-price,
#contact .ssmc-features,
#contact .ssmc-btn {
  font-family: 'Poppins', sans-serif !important;
}

.lp-trust{background:#f7f6f3;padding:40px 20px;border-bottom:1px solid #eee}
.lp-trust-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.lp-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px}
.lp-trust-icon{width:44px;height:44px;border-radius:12px;background:#1b463c;display:flex;align-items:center;justify-content:center}
.lp-trust-icon svg{width:22px;height:22px;stroke:#f68b1e}
.lp-trust-num{font-size:24px;font-weight:900;color:#1b463c;line-height:1}
.lp-trust-label{font-size:12px;color:#666;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
@media(max-width:600px){
  .lp-trust-inner{grid-template-columns:repeat(2,1fr)}
}

.lp-how{padding:60px 20px;background:#1b463c;position:relative;overflow:hidden}
.lp-how::before{content:'';position:absolute;top:-50%;left:-10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(246,139,30,.05) 0%,transparent 70%)}
.lp-how-inner{max-width:800px;margin:0 auto;position:relative;z-index:1}
.lp-how-header{text-align:center;margin-bottom:40px}
.lp-how-header .lp-section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:14px}
.lp-how-header .lp-section-label::before,.lp-how-header .lp-section-label::after{content:'';width:20px;height:1.5px;background:rgba(255,255,255,.4)}
.lp-how-header h2{font-size:32px;font-weight:900;color:#fff;margin-bottom:10px}
.lp-how-header p{font-size:16px;color:rgba(255,255,255,.9)}
.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lp-step{text-align:center;position:relative}
.lp-step-num{width:48px;height:48px;border-radius:50%;background:rgba(246,139,30,.15);border:2px solid #f68b1e;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:#f68b1e;margin:0 auto 16px}
.lp-step h3{font-size:16px;font-weight:900;color:#fff;margin-bottom:8px}
.lp-step p{font-size:13px;color:rgba(255,255,255,.9);line-height:1.6}
@media(max-width:600px){.lp-steps{grid-template-columns:1fr;gap:20px}}

  #mapwrapper {
    width: 100% !important;
    background: #ffffff !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #555555 !important;
    padding: 60px 20px 80px !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  #mapwrapper .map-container {
    max-width: 960px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  #mapwrapper .section-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #1B463C !important;
    margin-bottom: 14px !important;
  }

  #mapwrapper .section-label::before,
  #mapwrapper .section-label::after {
    content: '' !important;
    width: 28px !important;
    height: 2px !important;
    background: #F68B1E !important;
    border-radius: 1px !important;
    display: block !important;
  }

  #mapwrapper h2 {
    font-family: 'Lato', 'Helvetica Neue', sans-serif !important;
    font-size: clamp(26px, 3.5vw, 38px) !important;
    font-weight: 900 !important;
    color: #2c2c2c !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
  }

  #mapwrapper .map-subtitle {
    font-size: 16px !important;
    color: #888888 !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
  }

  #mapwrapper .map-card {
    background: transparent !important; 
    border-radius: 12px !important;
    padding: 28px 20px 20px !important;
    position: relative !important;
    border:none !important
		
  }

  #mapwrapper #town-map-svg {
    display: block !important;
    width: 100% !important;
    max-width: 880px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  /* Active towns */
  #mapwrapper .town-path {
    fill: #A5D6A7 !important;
    stroke: #ffffff !important;
    stroke-width: 0.7 !important;
    stroke-linejoin: round !important;
    cursor: pointer !important;
    transition: fill 0.2s ease, stroke-width 0.2s ease !important;
    vector-effect: non-scaling-stroke !important;
  }

  #mapwrapper .town-path:hover {
    fill: #81C13E !important;
    stroke-width: 1.2 !important;
  }

  /* Inactive (grey) towns */
  #mapwrapper .town-path.inactive {
    fill: #d5d5d5 !important;
    stroke: #ffffff !important;
    stroke-width: 0.5 !important;
    cursor: default !important;
  }

  #mapwrapper .town-path.inactive:hover {
    fill: #c8c8c8 !important;
  }

  /* Legend */
  #mapwrapper .map-legend {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    margin-top: 24px !important;
    padding-bottom: 0 !important;
  }

  #mapwrapper .legend-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #888888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
  }

  #mapwrapper .legend-dot {
    width: 14px !important;
    height: 14px !important;
    border-radius: 3px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) !important;
    display: inline-block !important;
  }

  #mapwrapper .legend-dot.service { background: #A5D6A7 !important; }
  #mapwrapper .legend-dot.surrounding { background: #d5d5d5 !important; }

  /* ===== TOOLTIP (outside #mapwrapper for z-index) ===== */
  #ssMapTooltip {
    position: fixed !important;
    pointer-events: none !important;
    z-index: 999999 !important;
    background: #1B463C !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 8px 14px 7px !important;
    opacity: 0 !important;
    transform: translateY(4px) !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25) !important;
    white-space: nowrap !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  #ssMapTooltip::after {
    content: '' !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #1B463C !important;
  }

  #ssMapTooltip.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  #ssMapTooltip .tt-name {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #fff !important;
  }

  #ssMapTooltip .tt-cta {
    font-size: 10px !important;
    font-weight: 400 !important;
    opacity: 0.7 !important;
    margin-top: 3px !important;
    letter-spacing: 0.3px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: #fff !important;
  }

  #ssMapTooltip .tt-cta svg {
    width: 10px !important;
    height: 10px !important;
  }

  #ssMapTooltip.inactive-tip {
    background: #777 !important;
  }

  #ssMapTooltip.inactive-tip::after {
    border-top-color: #777 !important;
  }

  @media (max-width: 640px) {
    #mapwrapper { padding: 40px 12px 60px !important; }
    #mapwrapper .map-card { padding: 16px 8px 14px !important; border-radius: 8px !important; }
    #mapwrapper .map-legend { gap: 16px !important; }
  }

#reviews .rv-agg-stars svg path {
  fill: #f68b1e !important;
}
#reviews .rv-stars svg path {
  fill: #f68b1e !important;
}

/* Google G brand colors — aggregate badge */
#reviews .rv-g-icon path:nth-child(1) { fill: #4285F4 !important; }
#reviews .rv-g-icon path:nth-child(2) { fill: #34A853 !important; }
#reviews .rv-g-icon path:nth-child(3) { fill: #FBBC05 !important; }
#reviews .rv-g-icon path:nth-child(4) { fill: #EA4335 !important; }

/* Google G brand colors — card meta (name + date) */
#reviews .rv-source-icon path:nth-child(1) { fill: #4285F4 !important; }
#reviews .rv-source-icon path:nth-child(2) { fill: #34A853 !important; }
#reviews .rv-source-icon path:nth-child(3) { fill: #FBBC05 !important; }
#reviews .rv-source-icon path:nth-child(4) { fill: #EA4335 !important; }

/* Google G brand colors — card footer (Posted on Google) */
#reviews .rv-card-foot svg path:nth-child(1) { fill: #4285F4 !important; }
#reviews .rv-card-foot svg path:nth-child(2) { fill: #34A853 !important; }
#reviews .rv-card-foot svg path:nth-child(3) { fill: #FBBC05 !important; }
#reviews .rv-card-foot svg path:nth-child(4) { fill: #EA4335 !important; }


/* =============================================
   HOW IT WORKS SECTION
   ============================================= */
#ss-how-it-works {
  width: 100% !important;
  background: #1B463C !important;
  position: relative !important;
  overflow: hidden !important;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  padding: 0 !important;
}

#ss-how-it-works .hiw-content-wrap {
  position: relative !important;
  z-index: 2 !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 70px 20px 110px !important;
}

#ss-how-it-works .hiw-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
}

#ss-how-it-works .hiw-label::before,
#ss-how-it-works .hiw-label::after {
  content: '' !important;
  width: 28px !important;
  height: 2px !important;
  background: #F68B1E !important;
  border-radius: 1px !important;
  display: block !important;
}

#ss-how-it-works h2 {
  font-family: 'Lato', 'Helvetica Neue', sans-serif !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

#ss-how-it-works .hiw-sub {
  font-size: 16px !important;
  color: rgba(255,255,255,0.6) !important;
  margin: 0 0 48px 0 !important;
  font-weight: 400 !important;
}

#ss-how-it-works .hiw-steps {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
}

#ss-how-it-works .hiw-step {
  text-align: center !important;
}

#ss-how-it-works .hiw-step-num {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: rgba(246, 139, 30, 0.15) !important;
  border: 2px solid #F68B1E !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #F68B1E !important;
  margin-bottom: 16px !important;
}

#ss-how-it-works .hiw-step h3 {
  font-family: 'Lato', sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

#ss-how-it-works .hiw-step p {
  font-size: 14px !important;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

#ss-how-it-works .hiw-sign {
  position: absolute !important;
  left: 20px !important;
  bottom: 40px !important;
  width: clamp(140px, 15vw, 240px) !important;
  z-index: 3 !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
}

#ss-how-it-works .hiw-sign img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  mix-blend-mode: screen !important;
}

#ss-how-it-works .hiw-tech {
  position: absolute !important;
  right: 20px !important;
  bottom: 40px !important;
  width: clamp(140px, 15vw, 240px) !important;
  z-index: 3 !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
}

#ss-how-it-works .hiw-tech img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  mix-blend-mode: screen !important;
}

#ss-how-it-works .hiw-grass {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 35px !important;
  z-index: 1 !important;
  background:
    repeating-linear-gradient(75deg, transparent, transparent 2px, #2d6b3e 2px, #2d6b3e 4px, transparent 4px, transparent 8px),
    repeating-linear-gradient(105deg, transparent, transparent 2px, #3a8a4a 2px, #3a8a4a 4px, transparent 4px, transparent 9px),
    repeating-linear-gradient(85deg, transparent, transparent 3px, #348040 3px, #348040 5px, transparent 5px, transparent 10px),
    linear-gradient(to top, #2a7a38 0%, #1B463C 100%) !important;
  background-size: 8px 35px, 9px 30px, 10px 25px, 100% 100% !important;
  background-position: bottom !important;
  background-repeat: repeat-x !important;
}

@media (max-width: 1100px) {
  #ss-how-it-works .hiw-sign { left: 10px !important; width: clamp(100px, 12vw, 180px) !important; }
  #ss-how-it-works .hiw-tech { right: 10px !important; width: clamp(100px, 12vw, 180px) !important; }
}

@media (max-width: 768px) {
  #ss-how-it-works .hiw-sign,
  #ss-how-it-works .hiw-tech {
    display: none !important;
  }
  #ss-how-it-works .hiw-steps {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  #ss-how-it-works .hiw-content-wrap {
    padding: 50px 20px 80px !important;
  }
}


/* =============================================
   FOOTER — Font Awesome SVG conversion fix
   When FA JS is loaded, it converts <i> to <svg>.
   This keeps them sized + colored correctly.
   ============================================= */
footer.footer2 .svg-inline--fa {
  width: 1em !important;
  height: 1em !important;
  vertical-align: -0.125em !important;
  display: inline-block !important;
  overflow: visible !important;
}

footer.footer2 .svg-inline--fa path {
  fill: currentColor !important;
}

/* Orange icons stay orange */
footer.footer2 .orange .svg-inline--fa path,
footer.footer2 i.orange + .svg-inline--fa path {
  fill: #F68B1E !important;
}

/* Footer Google review badge SVGs — don't resize */
footer.footer2 svg[viewBox="0 0 24 24"] {
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Footer Google badge — protect brand colors */
footer.footer2 svg path[fill="#4285F4"] { fill: #4285F4 !important; }
footer.footer2 svg path[fill="#34A853"] { fill: #34A853 !important; }
footer.footer2 svg path[fill="#FBBC05"] { fill: #FBBC05 !important; }
footer.footer2 svg path[fill="#EA4335"] { fill: #EA4335 !important; }

/* Footer Google badge — stars stay orange */
footer.footer2 svg[fill="#f68b1e"] path { fill: #f68b1e !important; }