@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('BauerBodoniStd-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src:  url('BauerBodoniStd-Bold.otf')  format('opentype'), url('BauerBodoniStd-Bold.ttf')  format('truetype'), url('BauerBodoniStd-Bold.svg#BauerBodoniStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src: url('BauerBodoniStd-Roman.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto', sans-serif;
  src:  url('BauerBodoniStd-Roman.otf')  format('opentype'), url('BauerBodoniStd-Roman.ttf')  format('truetype'), url('BauerBodoniStd-Roman.svg#BauerBodoniStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
	Landing Page Styles 
--------------------------------------------------------------*/
.wedocs-single-wrap .wedocs-single-content article .entry-content .well{
 min-height: inherit;
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
.wedocs-single-wrap .article-child.well ul li {
  padding-bottom: 5px;
}
.inner-content li.wedocs-docs-single:before,
.inner-content li.wedocs-docs-single ul.children li:before{
    display: none;
}
.inner-content li.wedocs-docs-single ul.wedocs-doc-sections li{
padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.inner-content .wedocs-shortcode-wrap a{
    font-weight: inherit;
  font-size: 78%;
}
.wedocs-shortcode-wrap{
    text-align: left;
}
.wedocs-shortcode-wrap .wedocs-search-form {
  text-align: center;
}
.wedocs-shortcode-wrap .wedocs-search-form .wedocs-search-input {
  display: inline-flex;
  width: 50%;
  margin-left: inherit;
  margin-bottom: 80px;
}
.inner-content .wedocs-shortcode-wrap .wedocs-search-input .search-field {
  height: 58px;
}
.inner-content .wedocs-shortcode-wrap .wedocs-search-input .search-field:focus {
  border-color: #a2e4f0;
}

.inner-content .wedocs-shortcode-wrap .wedocs-search-input .search-submit[class] {
  padding: 14px 35px;
background: #a2e4f0;
  width: 84px;
    color: #000;
}

.inner-content .wedocs-shortcode-wrap .wedocs-search-input .search-submit[class]:hover,
ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a:hover{
background: #97ca51;
    color: #444;
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
box-shadow: 5px 5px 0px 0px rgba(162,228,240,0.3);
  background: rgba(162,228,240,0.05);
  border-color: rgba(162,228,240,0.3);
  border-radius: 20px;
  padding: 20px 20px 40px;
}
ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a {
color: #000;
  line-height: 30px;
  background: #a2e4f0;
  border-radius: 10px;
  padding: 13.5px 20px;
  text-decoration: none;
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .divider {
  height: 1px;
  border: none;
  background: rgba(32,47,99,0.1);
    margin-top: 30px;
}
.wedocs-shortcode-wrap a:hover,
.pge-search-grid .docs a:hover{
    color: #C74649;
}
.wedocs-shortcode-wrap a{
    text-decoration: none;
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
  padding: 0 15px 0 0;
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections > li{
    position: relative;
  padding-left: 30px;
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections > li:before{
   font-family: "FontAwesome";
    content:"\f07c";
    font-weight:700;
    color:#28c0da;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px; 
}
.inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections ul.children {
  padding-left: 43px;
}
.pge-search-grid{
    display: flex;
    flex-wrap: wrap;
}
.pge-search-grid .docs{
   width: 31.3333%;
  margin: 15px 1%;
  box-shadow: 5px 5px 0px 0px rgba(32,47,99,0.1);
  background: rgba(32,47,99,0.02);
  border-color: rgba(32,47,99,0.05);
  border-radius: 20px;
  padding: 30px;
}
.pge-search-grid .docs h2.entry-title{
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.docs-template-default .content-area {
  padding: 50px 0;
  margin-top: 120px;
}
.docs-template-default .site-main {
  max-width: 1260px;
  margin: 0 auto;
}
.docs-template-default .site-main h1{
 font-size: 2.5em;
  line-height: 1.0;
  margin-bottom: 20px;
}
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li.wd-state-closed > a > .wedocs-caret {
  border-color:#a2e4f0;
  color: #a2e4f0;
}
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a,
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a{
  background: #a2e4f0;
    color: #595959;
}
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent li.current_page_item > a, 
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item li.current_page_item > a, 
.docs-template-default .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
  border-color:#a2e4f0;
    color: inherit;
}
.article-child.well > ul{
    padding-left: 30px;
}
.article-child.well ul li{
    list-style-position: inside;
}
.article-child.well ul li ul.children{
padding-left: 30px;
}
.wedocs-single-content .docs .entry-content ol li{
    list-style-position: inside;
}
.wedocs-single-content .docs .entry-content > ul {
  list-style: none;
  padding-left: 0;
}
.wedocs-single-content .docs .entry-content > ol {
  padding-left: 0;
}
.wedocs-single-content .docs .entry-content > ul li {
  position: relative;
  padding-left: 2.0rem;
  text-align: justify;
}
.wedocs-single-content .docs .entry-content > ul li:before {
 position: absolute;
  top: 0rem;
  left: 0;
  content: "\f058";
  font-family: "FontAwesome";
  color: #97ca51;
  font-size: 1.1rem;
  font-weight: 400;
}
.wedocs-single-content .docs .entry-content > ul li + li,
.wedocs-single-content .docs .entry-content > ol li + li{
  margin-top: 1.0rem;
}
.wedocs-single-content .docs .entry-content > ul li ul li + li,
.wedocs-single-content .docs .entry-content > ol li ul li + li{
  margin-top: 0.5rem;
}
.wedocs-single-content .docs .entry-content > ul li ul,
.wedocs-single-content .docs .entry-content > ol li ul{
  margin-top: 0.5rem;
    padding: 0;
}
.wedocs-single-content .docs .entry-content > ol li ul{
    padding: 0 0 0 20px;
}
.wedocs-single-content .docs .entry-content > ul li li:before {
top: 2px;
  left: 0;
  content: "\f111";
  font-size: 0.7rem;
  font-weight: 700;
}
.wedocs-single-content .docs .entry-content > ul li li{
    list-style-type: none;
}
#wedocs-single-doc-search-modal .doc-search-container .doc-search-modal .modal-body .doc-search-dropdown-container .doc-search-hits #doc-search-list .doc-search-hit .doc-search-hit-result .doc-search-hit-container .doc-search-hit-content-wrapper hr {
  height: 1px !important;
  border: none !important;
}
#wedocs-single-doc-search-modal .doc-search-container .doc-search-modal .modal-body .doc-search-dropdown-container .doc-search-hits #doc-search-list .doc-search-hit .doc-search-hit-result:hover{
    background: #28c0da !important;
}
#wedocs-single-doc-search-modal .doc-search-container .doc-search-modal .modal-body .doc-search-dropdown-container .doc-search-hits #doc-search-list .doc-search-hit .doc-search-hit-result .doc-search-hit-container .doc-search-hit-content-wrapper .wd-docs-navigation .parent-doc-nav .doc-search-hit-path{
    align-self: center !important;
}
#wedocs-single-doc-search-modal .doc-search-container .doc-search-modal .modal-body .doc-search-dropdown-container .doc-search-hits #doc-search-list .doc-search-hit .doc-search-hit-result {
  font-size: inherit !important;
}



















@media (max-width: 991px) {
.pge-search-grid .docs {
  width: 48%;
  margin: 10px 1%;
}
}

@media (max-width: 767px) {
.wedocs-shortcode-wrap .wedocs-search-form .wedocs-search-input {
  width: 100%;
  margin-bottom: 40px;
}
}

@media (max-width: 575px) {
    .inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .inner-content .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
  padding: 30px 20px;
}
    .pge-search-grid .docs {
  width: 100%;
  margin: 10px 0;
}
}

















































.form-acceptance-cb,
.no-scroll input[type="checkbox"], 
.formbody input[type="checkbox"] {
width: 20px !important;
  height: 20px !important;
  vertical-align: bottom !important;
  margin: 0 !important;
}
.why-sec-inner{
    padding-left: 30px;
    padding-right: 30px;
}
.row-why h3{
    color: rgb(41, 191, 218);
    font-size: 1.0em;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
}
.row-why h2{
    margin: 0 0 20px;
}
.row-why ul{
margin: 0;
    padding:0 0 0 18px;
}
.row-why ul li{
margin: 15px 0;
}
.row-why {
  margin-right:0;
  margin-left:0;
}
.row-why > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.row-why{
  box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
  border-radius: 30px;
    overflow: hidden;
}
.row-why img{
  border-radius: 30px;
    width: 100%;
}
.lp-section8{
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.topphone {
  clear: right;
  float: right;
  position: relative;
  font-weight: 700;
  color: #000;
    font-size: 0.9em;
}
.topphone::before {
  content: "\f095";
 font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.5em;
}
.topphone a {
  color: #000;
  opacity: 1;
}
.topphone a strong {
  color: #29BFDA;
    font-size: 1.0em;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.flex-align-center{
    align-items: center;
}
.lp-outer{
    float: left;
    width: 100%;
    position: relative;
}
.header-lp {
 float: left;
  width: 100%;
  padding: 22px 0;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;

}
.banner-lp {
  float: left;
  width: 100%;
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-inner-lp {
 background: rgba(0,0,0,0.47);
  float: left;
  padding: 70px 0;
  width: 100%;
}
.banner-text h1 {
color: #fff;
  font-size: 3.6em;
  margin: 0 0 20px 0;
  line-height: 1.15em;

}
.banner-text{
    padding-right: 200px;
}
.banner-text p {
font-weight: 400;
  font-size: 1.4em;
  color: rgb(255, 255, 255);
  font-style: normal;
  margin: 0;
}
.form-lp label{
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
}
.form-lp {
float: right;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
    padding: 30px;
}
.formhead-lp {
  float: left;
  width: 100%;
  text-align: center;
}
.formhead-lp p {
   margin: 0;
  font-size: 0.9em;
  font-weight: 600;
}
.formhead-lp h3 {
  color: rgb(89, 89, 89);
  margin: 0;
  font-weight: 700;
  position: relative;
    letter-spacing: -0.9px;
  font-size: 1.8em;
}
.formbody-lp {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.formrow-lp:first-child {
  margin-top: 0;
}
.formrow-lp {
  margin-top: 10px;
}
.formbody-lp input[type="text"], .formbody-lp input[type="email"], .formbody-lp select, .formbody-lp textarea {
border: #BFCEC6 solid 1px;
  width: 100%;
  font-size: 1.0em;
  color: #000;
  padding: 3px 10px;
  background: #fff;
  border-radius: 2px;
}
.formbody-lp input[type="submit"] {
border: medium none;
  color: #fff;
  font-size: 1.125em;
  padding: 7px 20px;
  text-align: center;
  display: block;
  background: rgb(41, 191, 218);
  font-weight: 700;
  text-transform: initial;
  margin: 30px auto 0;
    width: 100%;
}
.formbody-lp input[type="submit"]:hover,
.lp-btn:hover,
.lp-btn:focus{
  background: rgba(31,176,207,1);
    color: #fff;
}
.formbody-lp small{
   font-size: 0.5em;
  line-height: normal;
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
.lp-section1{
    float: left;
    width: 100%;
    padding: 60px 0;
    
}
.lp-section1 h2{
margin: 0;
}
.lp-section1 img{
margin: 0 5px;
}
.lp-outer h1,
.lp-outer h2,
.lp-outer h3,
.lp-outer h4{
    font-weight: 700;
}
.lp-section2{
background: rgba(177,231,241,1);
     float: left;
    width: 100%;
    padding: 60px 0;
}
.lp-section2 p{
    font-weight: 700;
}
.flex-justify-center{
    justify-content: center;
}
.lp-section3{
     float: left;
    width: 100%;
    padding: 60px 0;
}
.lp-section3 h2,
.lp-section4 h2{
   text-align: center;
  margin: 0 0 20px 0;
}
.lp-section4{
    background: rgba(177,231,241,1);
     float: left;
    width: 100%;
    padding: 60px 0;
}
.lp-section4 blockquote{
background: #Fff;
  margin: 0;
  font-size: 1.0em;
  font-style: normal;
  padding: 50px 40px;
  border-radius: 25px;
  height: 100%;
    position: relative;
  line-height: 1.8em;
}
.lp-section4 blockquote:before{
    content: "";
    background: url(../images/quote-icon.png) no-repeat;
    width: 71px;
  height: 57px;
  position: absolute;
  left: 40px;
  top: -36px;
}
.lp-section4 blockquote cite{
    font-style: normal;
    font-weight: 700;
    color: rgb(41, 191, 218);
    font-size: 1.2em;
}
.lp-section5{
      float: left;
    width: 100%;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lp-section5 h2{
    text-align: center;
    background: rgba(175,209,53,1);
    padding: 27px 0;
    margin: 0;
}
.service-row{
    background: #fff;
    padding: 50px;
}
.service-row{
font-weight: 700;
    color: rgb(41, 191, 218);
} 
.serv-col{
    padding-top: 15px;
        padding-bottom: 15px;
}
.lp-section6{
    float: left;
    width: 100%;
    padding: 60px 0;
}
.lp-section6 h2{
margin: 0 0 50px 0;
    text-align: center;
}
.lp-section6 h3{
margin: 0 0 20px 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background: rgba(41,191,218,1);
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1.1em;
}
.lp-section7{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 200px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lp-section7:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    position: absolute;
    left: 0;
    top:0; 
}
.lp-section7 h2{
    color: #fff;
    margin: 0 0 50px 0;
}
.lp-btn{
padding: 10px 20px;
  border-radius: 5px;
  background: rgba(41,191,218,1);
  color: #ffffff;
  font-size: 1.0em;
  font-weight: 700;
  text-align: center;
}
.lp-footer{
     float: left;
    width: 100%;
    position: relative;
    font-size: 0.85em;
    padding: 60px 0 20px;
}
.lp-footer img{
    margin-bottom: 20px;
}
.quote-row{
    padding-top: 50px;
}















































/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
.common-slider{
	text-align: center;
}
.common-slider .slick-slide{
	padding: 0 3px;
}
.rating-stars{
color: #ffcb04;
	font-size:1.5em;
	padding-top: 30px;
}
.career-quotes{
	padding: 50px 0;
}
.quote-single p{
font-family: 'Roboto Slab', serif;
	font-size: 1.125em;
	line-height: 1.833em;
}
.slick-dots{
	margin: 0;
	padding: 40px 0 0 0;
}
.slick-arrow {
margin-top: -26px;
border: none;
position: absolute;
top: 50%;
padding: 0;
color: #294498;
transition: all .5s ease 0s;
background:#e9ecf4;
z-index: 4;
font-size: 1.0em;
cursor: pointer;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.slick-arrow .fas{
	font-size:1.0em !important;
}

.slick-arrow:hover,
.slick-arrow:focus{
    color: #fff;
	background: #294498;
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots li {
    line-height: normal;
    margin: 0 4px;
    list-style-type: none;
    display: inline-block
}

.slick-dots li button {
    text-indent: -9999px;
    width: 15px;
    padding: 0;
    height: 15px;
    border-radius: 100%;
    border: none;
    background: #1fc0da;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #98ca51
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.career-page{
	padding:140px 0 0 0;
	clear: both;
	width: 100%;
}
.career-banner{
	text-align: center;
	background-position: center -200px;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.career-baner-overlay{
	background: rgba(255,255,255,0.85);
	padding: 180px 0;
}
.career-banner h1{
	font-size: 2.875em;
font-weight: 900;
margin: 0 0 30px 0;
text-shadow: 0 1px 2px #fff;
}
.career-banner p{
	font-size:1.875em;
font-weight: 700;
	line-height: normal;
margin: 0 0 30px 0;
text-shadow: 0 1px 2px #fff;
	font-family: 'Roboto Slab', serif;
}
.btn-apply{
	font-size: 1.250em;
font-weight: 700;
background: #98ca51;
color: #494747;
border-radius: 40px;
	display: inline-block;
padding: 13px 40px;
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.btn-apply:hover,
.btn-apply:focus,
.btn-apply:active,
.our-stories-header .btn-apply:hover,
.our-stories-header .btn-apply:focus,
.our-stories-header .btn-apply:active{
background: #1fc0da;
color: #000;
}
.career-nav{
	background: #98ca51;
	text-align: center;
	padding: 30px 0;
}
.career-nav ul{
	display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
margin: 0;
padding: 0;
}
.career-nav ul li{
	list-style-type: none;
}
.career-nav ul li a{
	font-size: 1.125em;
	font-weight: 700;
	color: #494747;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.career-nav ul li a:hover,
.career-nav ul li a:focus,
.career-nav ul li a:active{
	color: #fff;
	text-shadow: inherit;
}
.why-work-here{
	text-align: center;
	padding: 60px 50px;
}
.section-title{
	font-size: 2.875em;
font-weight: 800;
margin: 0 0 30px 0;
}
.why-work-here h3{
	font-size: 1.250em;
	font-weight: 700;
}
.why-work-here img{
	border-radius: 15px;
	box-shadow: 0 0 43px rgba(0,0,0,0.23);
}
.why-work-here .row{
	padding-bottom: 40px;
	padding-top: 40px;
}
.career-about-us .row{
	display: flex;
	align-items: center;
}
.no-gutters{
padding-left: 0;
	padding-right: 0;
}
.about-info{
	padding: 0 100px;
}
.our-stories-header{
	background: #98ca51;
	text-align: center;
	padding: 60px 0;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.section-subtitle {
  font-size: 2.250em;
  font-weight: 400;
  margin: 0 0 20px 0;
}



.our-stories-header .section-title{
	margin-bottom: 10px;
}
.our-stories-header h3:last-child{
	margin-bottom: 0;
}
.our-stories{
	padding: 40px 50px; 
}
.our-stories .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.our-stories img {
  border-radius: 15px;
  box-shadow: 0 0 43px rgba(0,0,0,0.23);
}
.video-story{
	background: #f4faed;
	padding: 60px 0;
	text-align: center;
}

.resp-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0 auto 20px;
	border-radius: 25px;
box-shadow: 0 0 43px rgba(0,0,0,0.43);
}
.resp-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
	
}
.our-stories-header .btn-apply{
	background: #fff;
	color: #414343;
}
.jobs-section{
	padding: 60px 50px;
}
.jobs-outer h3{
	font-size: 2.125em;
	font-weight: 800;
	position: relative;
	cursor: pointer;
	margin: 0 0 20px 0;
}
.jobs-outer h3:hover,
.jobs-outer h3:focus,
.jobs-outer h3:active{
	color: #1fc0da;
}
.jobs-outer h3.active:after {
  content: "\f106";
}
.jobs-outer h3:after {
 content: "\f107";
font-family: 'FontAwesome';
font-size: 0.85em;
font-weight: 700;
display: inline-block;
color: #1fc0da;
margin: 0 0 0 10px;
vertical-align: middle;
line-height: 1;
}
.jobs-outer{
	padding-bottom: 30px;
	}

.jobs-section img {
  border-radius: 25px;
  box-shadow: 0 0 43px rgba(0,0,0,0.23);
}
.testimonials-section{
	text-align: center;
	padding: 60px 0;
	background: #d2f2f8;
}
.testimonials-section .section-title{
	font-size: 2.250em;
}













#newtemplatebanner{
   height: auto !important;
padding-top: 215px;
padding-bottom: 30px;
    text-align: left;
}
#newtemplatebanner h1{
 position: relative;
left: auto;
bottom: auto;
width: auto;
background: rgba(177,232,241,0.85);
right: auto;
display: inline-block;
margin: 0;
}
.templateform h2 {
  font-size: 1.5em;
  margin: 0 0 10px;
}
.templateform {
 background: rgba(255,255,255,0.85);
padding: 20px 30px;
}
.newbanner .container {
  display: flex;
    flex-wrap: wrap;
  align-items: center;
}
.templateform .inner-form .form-control {
  background: #fff;
  border: 1px solid #b1e8f1;
}
.newtemplatebanner table {
  width: 100%;
  max-width: 100%;
}
.newtemplatebanner table td{
vertical-align: top;
}













.cta-callmob{
	display: none;
background: #a2e4ef;
padding: 10px 20px;
text-transform: none;
border-radius: 40px;
margin: 8px 0 0 0;
clear: both;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size:100%;
  color: #666;
  -webkit-font-smoothing: antialiased;

}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}
.footer-cta-row{
	text-align: center;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-col{
margin-bottom:30px;	
}
.footer-find-a-loc-btn .find-location-btn{
display: inline-block;
background: none;
width: inherit !important;
margin: 0 !important;
color: #595959;
}
.footer-find-a-loc-btn .find-location-btn:hover,
.footer-find-a-loc-btn .find-location-btn:focus,
.footer-find-a-loc-btn .find-location-btn:active{
color: #28c0da;
	opacity: 1;
}
.footer-find-a-loc-btn .zipbox{
	margin: 0 !important;
}
.footer-find-a-loc-btn .find-location-btn:before{
content: "\f041 ";
display: inline-block;
font-family: FontAwesome;
margin: 0 10px 0 0;
font-size: 1.3em;
}
.find-location-btn{
cursor: pointer;
margin: 20px 0 0 0 !important;
font-size:0.85em !important;
}
.zipbox,
.footer-zipbox{
padding-bottom:10px;	
}
.zipbox input[type="text"],
.footer-zipbox input[type="text"]{
font-size: 0.85em;
border-radius: 10px 0 0 10px;
border: solid 1px #ccc;
padding: 10px 20px;	
}
.zipbox input[type="submit"],
.footer-zipbox input[type="submit"]{
font-size: 0.9em;
background: #98ca51;
text-transform: uppercase;
border: none;
border-radius: 0 10px 10px 0;
padding: 10px 20px;
font-weight: 700;
}
.zipbox input[type="submit"]:hover,
.footer-zipbox input[type="submit"]:hover{
background: #28c0da;
color:#333;
opacity:1;
}
.position-relative {
  position: relative;
}

.cusol li:before{
display:none !important;	
}
.leftauto {
  right: 0 !important;
  left: auto !important;
}
.sticky-phone{
	background: #a3e5f3;
position: fixed;
right: 30px;
top: 50%;
z-index: 1;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border: solid 1px rgba(255,255,255,0.5);
margin: -25px 0 0 0;
}
.sticky-phone:hover,
.sticky-phone:focus,
.sticky-phone:active{
	background:#fff;
	border: solid 1px #a3e5f3;
}
/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
  position:relative;
}

.btn:before {
	content: "+";
font-size: 3.125em;
font-weight: 200;
font-family: 'Roboto', sans-serif;
top: -1px;
left: -44px;
background: #27bed9;
position: absolute;
height: 41px;
line-height: 38px;
padding: 0px 9px;
color: #000;
}

.caption-content .btn:before{}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

h1, h2, h3, h4{
	font-family: 'Roboto Slab', serif;
	color:#595959;
}
h1{font-size:2.375em;}
h2{font-size:1.875em;}
h3{font-size:1.625em;}
h4{font-size:1.250em;}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 0.813em;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.750em;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 0.813em;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 0.875em;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 165px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 30px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 35px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

.cta-section{
	    background: #97ca51;
    padding: 40px 0px;
	text-align: center;
}
.cta-section .btn-cta{
	    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 1.375em;
    padding: 8px 20px 8px;
    margin-left: 10px;
    border-radius: 8px;
    border: 2px solid #29c0db;
	display:inline-block;
}


.footer-ph
{
 font-size: 2.3em;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #a2e4ef;
    padding: 5px 10px;
    width: 335px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 15px;
}
	.car-bg-form .footer-ph{
	background: none !important;
color: #595959;
font-size: 3.0em;
width: 100%;	
	}
.cta-section .btn-cta:hover{background:#97ca51; color:#000;  border: 2px solid #FFF;}
.cta-section h2{
	    color: #333;
    font-size: 1.875em;
    display: inline;
}



/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}


.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index:1;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f6f6f6;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    .flex-row {
  display: inherit;
}
    .topphone{
        padding-top: 10px;
        float: none;
    }
    .header-lp{
        text-align: center;
        padding: 10px 0;
    }
	.jobs-section img{
		margin-top: 20px;
	}
	.career-about-us img{
		margin: 0 auto;
		display: block;
	}
	.about-info {
  padding: 20px 20px;
}
	.career-about-us .row {
  display: inherit;
}
	.testimonials-section,
	.our-stories-header,
	.our-stories,
	.video-story,
	.jobs-section{
  padding: 30px 0;
}
	.career-nav ul li a {
  font-size: 0.85em;
}
    #newtemplatebanner h1 {
  margin: 20px 0;
}
    .newbanner .container {
  display: inherit;
}
    #newtemplatebanner {
  text-align: center;
}
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
	.phone-mobile-only {
 text-transform: uppercase;
    background: #97ca51;
    display: inline-block !important;
    padding: 10px 20px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    border-radius: 40px;
}
		.phone-mobile-only:hover,
	.phone-mobile-only:focus,
	.phone-mobile-only:active{
  background: #a2e4ef;
  color: #000;
}
	.career-page {
  padding: 80px 0 0 0;
}
	.our-stories .row {
  display: inherit;
}
	.our-stories img{
		margin: 0 auto 20px;
		
	}
	.career-nav ul li {
  width: 33.3333%;
  padding: 5px 0;
}
    #newtemplatebanner h1{
        font-size: 1.2em;
    }
    #newtemplatebanner {
  padding-top: 85px;
}
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 0.875em;
  color:#595959;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color:#595959;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 0.813em;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
 font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1.000em;
  padding: 8px 20px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {

}

.btn.btn-round {border-radius: 0;}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: #b1e8f1;
  color:#595959;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 0.813em;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 0.625em;

}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 0.625em;

}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 0.875em;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    height: 35px;
    border: none;
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
    color:#595959;
    background: rgba(255, 255, 255, 0.4117647058823529);
}

.home-form .ralf-form .form-group{
    margin-bottom: 15px;
    display: inline-block;
    width: 47%;
       margin: 5px 1%;
}


.form-control:focus {
  border-color: #fff;
}
.form-control::placeholder{color:#595959;opacity:1;}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 0.813em;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 0.625em;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color:#595959;
  font-size:1.125em;
}

a:hover, a:focus {
  text-decoration: none;
  color: #28c0da;
}

.bg-dark a {
  color: #28c0da;

}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}
p {
  color:#595959;
  font-size:1.125em;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 0.938em;
  padding: 0;
}

.font-alt {
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: 1.500em !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
    position: relative;
    font-weight: 500;
    font-size: 2.813em;
    color:#595959;
    margin: 0 0 10px;
}
.module-title span{
color: #1bb158;
    font-size: 1.875em;
}
.module-subtitle {
  text-align: center;
  font-size: 1.000em;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 2.000em;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
    padding: 25px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
  opacity:1;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
  opacity:1;
}

.free-trial .color-golden {
  color: #e6af4b;
  opacity:1;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 3.125em;
  padding: 40px 0px;

}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  /*cursor: url(../images/prev-light.png), e-resize;*/
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  /*cursor: url(../images/next-light.png), e-resize;*/
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.eco-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
  z-index:2;
}

.eco-caption {
  /*position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;*/
  position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 1.500em;
  text-transform: capitalize;

}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 0.875em;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 0.625em;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.header{
 position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header .navbar-transparent.navbar-fixed-top{width:100%;margin:auto;box-shadow: 0 0 48px rgba(0, 0, 0, 0.4784313725490);padding-bottom: 0;     -webkit-transition: all .4s ease;    transition: all .4s ease; display:block!important; position:relative;}
.header .navbar-custom{box-shadow: 0 0 48px rgba(0, 0, 0, 0.4784313725490); }
.header .navbar-fixed-top .top{padding: 10px 20px;}
.header .navbar-fixed-top .navbar-header{padding:0px 12px;}
.header .navbar-fixed-top .navbar-collapse{padding:10px 20px;}
.header .navbar-fixed-top .header-cta{
	float: right;
	margin-top: -55px;
	padding: 8px 20px;
}

.header .navbar-fixed-top .header-cta a{
background: #98ca51;
padding: 8px 14px;
font-size: 0.80em;
font-weight: 500;
cursor: pointer;
color: #444;
border-radius: 20px;
text-transform: uppercase;
}
.header .navbar-fixed-top .header-cta a:hover{background: #e0ffbb; color:#595959;}
.header .navbar-fixed-top .header-cta a:focus{background: #e0ffbb; color:#595959;}
.header .navbar-fixed-top .navbar-nav{}
.top .phone{font-size: 1.850em;float:right;font-family: 'Roboto', sans-serif;font-weight: 600;margin-right: 20px;margin-top: 15px;color:#595959;}
.top .phone:hover{color:#0aa50b;}
.top .phone:hover,
.top .phone:focus,
.top .phone:active,
.car-bg-form .footer-ph:hover,
.car-bg-form .footer-ph:focus,
.car-bg-form .footer-ph:active,
.footer .phone a:hover,
.footer .phone a:focus,
.footer .phone a:active{
	color: #0aa50b;
}
.close-lead-form{
position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.51);
    border-radius: 50px;
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    padding-top: 3px;
    z-index: 1;
	    cursor: pointer;
}
.close-lead-form:hover{
	background: rgba(255, 255, 255, 1);
	color:#000;
}
.find-form{
	float: right;
	color:#595959;
	background: #e0f6f9;
	border: 2px solid #40c7df;
	margin-top: 15px;
}

.find-form label{display: inline-block;font-size: 0.938em;width: 160px;vertical-align: middle;padding: 6px 10px 0;}

.find-form input[type="text"]{
	display: inline-block;
	color:#595959;
	background: #fff;
	border: 0;
	width: 159px;
	font-size: 1.000em;
	vertical-align: middle;
}

.find-form input[type="submit"]{background: #fff url(../images/btn.jpg) no-repeat;border: 0;padding: 8px 17px;display: inline-block;vertical-align: middle;margin-left: -5px;}

.home-form{
    position: absolute;
    width: 400px;
    right: 0px;
    background: rgb(150, 200, 80);
    padding:20px 20px 40px;
    margin-top:20px;
}

.home-form:before {
    content: "";
    position: absolute;
    background: url(../images/form-arrow.png) no-repeat;
    width: 38px;
    height: 19px;
    top: -21px;
    right: 53px;
}

.home-form h2{font-size:1.250em; color:#595959; text-align:center;    text-transform: capitalize;    margin: 0;    padding: 5px 0 10px;}

.home-form .submit-btn{
	background: #fff;
    color:#595959;
    font-size: 1.125em;
    width: 97%;
    border: 0;
    border-radius: 5px;
    height: 36px;
	margin-top:5px;
}

.home-form .submit-btn:hover{background: #e7ffc5;}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.find-location{
	background-position: 50% 15%;
    background: url(../images/t-bg.jpg) repeat;
	position:relative;
}

.find-location:before{
	content: "";
    background: url(../images/leaf-f.png) no-repeat left bottom;
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
	height:100%;
}

.find-location .find-location-form{
	background-position: 50% 15%;
    background: url(../images/find-location-form.jpg) no-repeat bottom;
	position:relative;
    min-height: 350px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.16);
	background-size: cover;
}


.find-location .find-location-form:before{
	content: "";
    background: rgba(41, 192, 219, 0.75);
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
	height:100%;
}


.find-location .find-location-img{
	background-position: 50% 15%;
    background: url(../images/location-bg.jpg) no-repeat bottom;
	position:relative;
    min-height: 350px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.16);
	background-size: cover;
}
.form-location h2{color:#595959; font-weight:bold; font-size: 1.750em;}
.form-location{
	float: left;
    width: 100%;
    padding: 60px 80px;
    position: relative;
}

.form-location input{
    background: #fff;
    border-radius: 0;
    height: 45px;
    font-size: 1.125em;
    width: 320px;
    display: inline-block;
    vertical-align: middle;
}
.form-location .submit-btn{
    font-size: 1.875em;
    background: #1bb158;
    color: #000;
    width: 95px;
    border: 0;
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    font-weight: 900;
    margin-left: -3px;
    padding-left: 15px;
	text-align:left;
	position:relative;
}
.form-location .submit-btn:after {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 0.875em/1 FontAwesome;
    position: absolute;
    right: 8px;
    top: 10px;
    color: #000;
}
.form-location .submit-btn:hover{
	 background: #29c0db;
	 color:#000;
}


  #myVideo {
  position: fixed;
  right: 0;
  top: -50px;
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
    width: 50px;
    height: 50px;
    font-size: 1.125em;
    padding: 13px 0px;
    border: none;
    background: #1bb158;
    color: #000;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


.best-services{
	/*background-position: 50% 15%;
    background: url(../images/best-services-bg.jpg) no-repeat;
    background-size: cover;*/
	position:relative;
	background: #e6d8d8;
	overflow: hidden;
}

.best-services .best-service-box{
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    display: block;
    text-align: center;
    padding: 15px 15px 30px;
	min-height: 230px;
	height:100%;
}
.best-services .best-service-box p{
	    margin-top: 10px;
    font-size: 1.500em;
    font-weight: 500;
	position:relative;
	font-family: 'Roboto Slab', serif;
}

.best-services .best-service-box p:after{
    content: "";
    width: 50px;
    margin: 0 auto;
    height: 2px;
    background: #40c7df;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.best-services .best-service-box img{
	height: 80px;
    width: 80px;
    background: #eefafc;
    border-radius: 100%;
}
.best-services .best-service-box:hover > p:after{background: #fff;}
.best-services .best-service-box:hover > img{background: #fff;}
.best-services .best-service-box:hover{
	 background: #40c7df;
}

.services{
	background-position: 50% 15%;
    background-image: url(../images/services_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
	position:relative;
}

.services h2{
	text-align:center;

}
.services h3{
	text-align:center;
	    margin: 5px 0;

}

.services p{
	text-align:center;
}
.services:before{
	content: "";
    background: url(../images/leaf.png) no-repeat right bottom;
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
	height:100%;
}

.services .service-box{
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 433px;
}
.services .service-box h3{
    margin: 0;
    background: #daf4f8;
    padding: 15px 30px;
    border-radius: 25px 25px 0 0;
    color:#595959;
    font-size: 1.375em;
    font-weight: 600;
	min-height: 90px;
}
.services .service-box h3 span{vertical-align:middle; display:inline-block; text-transform: capitalize;}
.services .service-box h3 img{width:50px; vertical-align:middle; display:inline-block; float: right;}
.services .service-box ul{
    list-style: none;
    margin: 0;
    padding: 20px 28px;
	min-height: 270px;
}
.services .service-box li{
    padding: 10px 0 10px 30px;
    font-size: 1.125em;
    color:#595959;
    position: relative;
}
.services .service-box li a{color:#037eb2;}
.services .service-box li a:hover{color:#595959;}
.services .service-box li:before{
	content: "\f061";
	display: inline-block;
	font: normal normal normal 0.875em/1 FontAwesome;
	font-size: inherit;
	position: absolute;
	left: 0;
	top: 15px;
	color: #1bb158;
}




.clients .owl-nav{ display:none;}
.clients{
	background-position: 50% 15%;
    background: url(../images/dots.jpg) repeat;
    background-size: cover;
	position:relative;
}
.clients h2{
	text-align:left;
}
.clients .client-box{
    background: #d6f3f8;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: left;
    padding:40px 30px 20px;
    border-radius: 30px;
	position:relative;
	min-height:350px;
}
.clients .client-box h3{
    margin-top: 10px;
    font-size: 1.500em;
    font-weight: 900;
    position: relative;
	color:#595959;
}
.clients .client-box .quote{
    font-size: 3.000em;
    color: #28c0da;
    position: absolute;
    top: -35px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.clients .client-box .rating{
opacity:1;
	color:#cea62c;
}
.clients .client-box .rating i{
	margin-right:5px;
}
.clients .client-box:before{
	content: "";
    position: absolute;
    background: url(../images/client-arrow.png) no-repeat;
    width: 38px;
    height: 19px;
    bottom: -17px;
}
.clients .client-box:after{
	content:"";
}

.author img{
	height: 30px!important;
    width: 30px!important;
    background: #eefafc;
    border-radius: 100%;
    display: inline-block!important;
	vertical-align: middle;

}
.author h3{
	font-size:1.200em;
	color:#28c0da;
	font-weight:bold;
    display: inline-block!important;
	vertical-align: middle;
	line-height:25px;
}
.author h3 span{
	font-size:1.000em;
	color:#595959;
	font-weight:500;
}
.video{
	text-align:center;
	position:relative;
	margin-top: 30px;
}
.video img{
	    border-radius: 25px;
    position: relative;
}
.video-btn{
    text-align: center;
    width: 100%;
    display: block;
    margin-top: -40px;
	margin-bottom: 20px;
}

.video .video-btn img {
    position: relative;
    box-shadow: 0 0 50px #00000040;
    border-radius: 100%;
	background: #fff;
	border:2px solid #fff;
}

.video .video-btn img:hover {
	border:2px solid #2989d8;
}

.footer{
	/*background-position: 50% 15%;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;*/
	position:relative;
	padding:20px 0!important;
}
.footer h5{
	font-size:1.500em;
	font-weight:bold;
	color:#595959;
}
.footer ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.footer li{
	position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 1.125em;
    color:#595959;
    /*display: inline-block;*/
}
.footer li a{color:#595959;}
.footer li span{color:#40c7df; font-weight:bold}

.footer li a:hover{color:#40c7df;}

.footer li:before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 0.875em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 7px;
    color: #28c0da;
}

.footer li.map:before{
    content: "\f041";
    display: inline-block;
    font: normal normal normal 0.875em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 3px;
    color: #28c0da;
}

.footer li.email:before{
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 0.875em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 3px;
    color: #28c0da;
}
.footer .phone{
		position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    color:#0aa50b;
	/*margin-top: 20px;*/
}
.footer .phone a{
    font-weight: 700;
	display:block;
	padding-top:18px;
	color:#595959;
}
.footer .phone:before{
    content: "\f095";
    display: inline-block;
    font: normal normal normal 0.875em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 3px;
    color: #28c0da;
	display:none;
}
.footer .contact-btn{
        display: block;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 18px;
	margin-top: 20px;
}
.footer .contact-btn:hover{
opacity:1;
		 color: #1bb158;
}

.footer-bottom{
	background:#28c0da;
	color:#333;
	opacity:1;
}
.footer-bottom p{
	    font-size: 0.938em;
    font-weight: bold;
    padding: 26px 0;
    margin: 0;
	color:#333 !important;
}
.footer-bottom .copyright a{
	color:#333;
}
.footer-bottom a:hover{
	color:#fff;
}
.footer-social-links{
	    text-align: right;
    padding: 15px 0;
}
.footer-social-links a{
	    background: #14626f;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 1.125em;
    padding-top: 8px;
}
.footer-social-links a:hover{
	background:#000;
}

.footer-logo{text-align:center;}
.footer-logo a{}
.footer-logo a:hover{opacity:.5;}
.ralf-form .btn.btn-default:hover{background: #e7ffc5;}
.car-bg-form{
	    background:#b2e8f2!important;
}
.values{
	background:#a2e4f0;
	/*background-position: 50% 15%;
    background-image: url(../images/values.jpg);
    background-attachment: fixed;
    background-size: cover;*/
	position:relative;
}
/***
.values:before{
	content: "";
    background: rgba(40, 192, 218, 0.43);
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
	height:100%;
}***/
.values .btn.btn-primary{background: #1bb158; color:#000; border:0;}
.values .btn.btn-primary:hover{background: #29c0db; color:#000;}
.values .value-box{
    margin-top: 30px;
	    min-height: 69px;
}
.values .value-box p{
    color:#595959;
    font-size: 1.500em;
	vertical-align:middle;
}
.values .value-box img{vertical-align:middle; float:left; margin-right:10px;}
.values .module-title{color:#595959;opacity:1;}

.inner-header{
	position: relative;
	text-align:center;
	    height: 390px!important;
		overflow:hidden;
}
.inner-header img{
	    position: absolute;
    width: 100%;
    left: 0;
    top: -66px;
}
.inner-header h1, .inner-header p {
    position: absolute;
    font-weight: 900;
    font-size: 1.750em;
    color:#595959;
    background: #b1e8f1;
    display: block;
    width: 40%;
    text-transform: uppercase;
    padding: 20px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}




.side-form{
    background:rgb(151, 202, 81);
	padding:20px 20px 40px;
}


.side-form h2{font-size:1.250em; color:#595959; text-align:center;    text-transform: capitalize;    margin: 0;    padding: 5px 0 10px;     font-weight: 900;}

.side-form .submit-btn{
	background: #fff;
    color:#595959;
    font-size: 1.125em;
    width: 100%;
    border: 0;
    border-radius: 5px;
    height: 36px;
	font-weight: 900;
}

.side-form .submit-btn:hover{background: #e7ffc5;}


/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-nav>li>.dropdown-menu{
	border: solid 8px #b1e8f1;
    box-shadow: 0 0 33px #00000042;
}
.navbar-custom {
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.000em;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  font-weight: 400;
  font-size: 1.375em;
  color:#595959;
}

.navbar-custom .nav li > a {
  position: relative;
  color:#595959;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}

.navbar-custom .dropdown-menu > li > a {
  padding: 11px 15px;
  color:#595959;
  font-size:1.000em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #28c0da;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font: normal normal normal 1.000em/1 FontAwesome;
  font-size: 1.125em;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;



}

.navbar-custom .navbar-toggle .icon-bar {
  background: #000;
}
.navbar-toggle{margin-top: -29px;position: absolute;right: 0;}
.dropdown-menu {
  min-width: 180px;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#home.home-section{
	height:inherit !important;
}
.home-section {
  position: relative;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
  margin-top: 145px;
  overflow:hidden;
}
.main{
	  margin-top:0px;

}

.home-slider-img{
	/*position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;*/
	display:block;
	margin:0 auto;
}

.best-services-img{
position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: initial;
}


 .footer-img{
	position: absolute;
    top: -120px;
    left: 0;
}


.eco-title-size-1 {
  font-size: 2.375em;
 font-family: 'Roboto Slab', serif;
  color: #fff;
      font-weight: 500;
}

.eco-title-size-2 {
  font-size:1.375em;
 font-family: 'Roboto Slab', serif;
  color: #fff;
      font-weight: 500;
}

.titan-title-size-2 {
  line-height: 1.3;

  font-size: 1.125em;
  opacity: .8;
}

.titan-title-size-3 {

  font-size: 2.875em;
}

.titan-title-size-4 {

  font-weight: 400;
  font-size: 3.000em;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
opacity:1;
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  opacity:1;
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  opacity:1;
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
  overflow:hidden;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 2.625em;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;

  font-weight: 400;
  font-size: 0.875em;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 1.750em;
}

.alt-features-title {
  font-size: 0.813em;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 1.125em;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.750em;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 1.000em;
}

.team-detail p {
  font-size: 0.875em;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 0.875em;
  color: #111;
}

.team-role {
  font-size: 0.688em;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 0.875em;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 3.750em;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.000em;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 2.625em;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 2.500em;
  color: #fff;
}

.video-title {

  font-size: 1.875em;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
  opacity:1;
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 0.875em;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
  opacity:1;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
opacity:1;
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
opacity:1;
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
  opacity:1;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
  opacity:1;
}

.callout-title {
  font-weight: 400;
  font-size: 1.000em;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 1.125em;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 0.875em;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.688em;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.750em;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 1.500em;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.inner-content{}
.inner-content .module-title{ font-size:2.813em; font-weight:500;}
.inner-content h1{margin:10px 0;}
.inner-content h2{color:#595959; font-size:1.625em; font-weight:900}
.inner-content h3{color:#229db3; font-size:1.500em;font-weight:900}
.inner-content h4{color:#229db3; font-size:1.500em;font-weight:900}
.inner-content a{color:#29c0db;font-weight:900 }
.inner-content a:hover{color:#595959; }

.inner-content .blog-d-socials{
	padding: 10px 0px;
    float: right;
}
.inner-content .blog-d-socials a{
	font-size:1.125em;
	margin-right: 10px;
	color:#595959;
}
.inner-content .back-link{
    background: #29c0db;
    color: #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    padding: 11px 0px;
    font-size: 1.250em;
}

.inner-content .back-link:hover{
	background:#1bb155;
}

.inner-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-content li {
    padding: 5px 0;
    font-size: 1.125em;
    color:#595959;
    position: relative;
    padding-left: 20px;
}
.inner-content li a {color:#595959;}
.inner-content li a:hover{color:#29c0db;}
.inner-content li:before {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 1.000em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 8px;
    color: #29c0db;
	font-size:1.000em;
}


.post {
  margin: 0 0 80px;
}

.post-title {
    line-height: 30px;
    font-size: 1.875em;
    font-weight: 900;
	color:#595959;
	margin:0;
}

.post-thumbnail{
	background:#29c0db;
}

.post-thumbnail a img{
	max-width:100%;
	min-width:100%;
}
.post-thumbnail a:hover{
	    opacity: .6;
}
.post-title a:hover{color:#29c0db;}
.post-header {
     margin: 0 0 10px;
    padding: 0px 20px;
}

.post-meta {
    font-size: 1.125em;
    color: #229db3;
    font-weight: 900;
}


.post-entry {
  padding: 0px 20px;
  margin-top: 0px;
}
.post-entry p{
	font-size:1.125em;
	color:#595959;
}
.post-more {
	text-align:right;
	 padding: 10px 20px;
}

.post-more .more-link{
    background: #29c0db;
    color: #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    text-align: center;
    padding: 11px 0px;
    font-size: 1.250em;
}

.post-more .more-link:hover{
	background:#1bb155;
}

.blog-social-links{
	padding: 10px 20px;
    float: left;
}
.blog-social-links a{
	font-size:1.125em;
	margin-right: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .col-md-6:nth-child(3){
	clear:both;
}
.post-columns .post {
    margin: 0 0 60px;
    background: #daf4f8;
    padding: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}


.post-columns .post-entry {

}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}



.pagination a {
    border: 1px solid #000000;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color:#595959;
    padding: 4px 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.pagination a.active, .pagination a:hover {
  border-color:#595959000;
    background: #29c0db;
    color:#000;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 0.750em;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 0.875em;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a.plus-i:after {
content: "\f068"!important;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 10;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-family: "FontAwesome";
    font-size: 0.9em;
    line-height: 36px;
    color: rgb(0 0 0);
    font-weight: 900;
    text-align: center;
    border-radius: 100%;
    background: rgb(177 232 241);
    transition: background 0.4s ease 0s;
}
.panel-heading a.plus-i.collapsed:after {
  /*position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
    font-size: 0.875em;
    margin-top: -13px;
    background: #fff;
    padding: 5px 7px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #ccc;*/

	content: "\f067"!important;


}



/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 30px;
}


.sidebar .widget:nth-child(1){}
.sidebar .widget:nth-child(2){
	background:#d7f0f4;
	padding:10px;
}

.sidebar .widget-title {
opacity:1;
  color: #111;
}

.img-icon-list{

}
.img-icon-list li{    margin-bottom: 20px;}
.img-icon-list li a{
    font-size: 1.125em;
    font-weight: 700;
    color:#595959;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
.img-icon-list li a:hover{
	color:#29c0db;
}
.img-icon-list li img{
	width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.widget .widget-title {
    font-size: 1.875em;
    padding: 0 0 10px;
    margin: 0 0 0px;
    color: #23a2b9;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
    padding: 5px 0;
    font-size: 1.125em;
    color:#595959;
	position:relative;
	padding-left: 20px;
}
.widget .icon-list li a {color:#595959;}
.widget .icon-list li a:hover{color:#29c0db;}
.widget .icon-list li:before {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 1.000em/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 8px;
    color: #29c0db;
	font-size:1.000em;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 0.625em;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 1.000em;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 0.875em;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: .5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.750em;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 0.875em;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
  opacity:1;
}


.amount {
  font-size: 2.000em;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
  opacity:1;
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media screen and (max-width:1199px) {
    .row-why img{
    margin: 0 auto 20px auto;
}
    .lp-section7 {
  padding: 100px 0;
}
    .lp-section4 blockquote {
  margin: 30px 0;
  padding: 40px 30px 30px;
        height: auto;
}
    .lp-section2 {
  text-align: center;
}
    .lp-section1{
     text-align: center;
    }
    .lp-outer h2{
          font-size: 1.4em;
    }
    .lp-section1 h2 {
  margin: 10px 0 0 0;
  text-align: center;

}
    .banner-text {
  padding-right: 0;
}
    .banner-text p {
   font-size: 1.0em;
}
    .form-lp{
        margin-top: 30px;
    }
    .banner-text h1 {
  font-size: 2.0em;
}
	.jobs-outer h3 {
  font-size: 1.5em;
}
	.career-quotes {
  padding: 20px 0;
}
	.rating-stars {
  color: #ffcb04;
  font-size: 1.5em;
  padding-top: 0;
}
	.slick-dots {
  margin: 0;
  padding: 10px 0 0 0;
}
	.testimonials-section .section-title{
		font-size: 1.7em;
	}
	.section-subtitle {
  font-size: 1.7em;
}
	.why-work-here {
  padding: 40px 0;
}
	.section-title {
  font-size: 2.3em;
}
	.career-banner {
  background-position: center center;
}
	.career-baner-overlay {
  padding: 120px 0;
}
	.career-banner h1 {
  font-size: 2.2em;
  margin: 0 0 20px 0;
}
	.career-banner p {
  font-size: 1.3em;
  margin: 0 0 20px 0;
}
	.btn-apply {
  font-size: 1.0em;
}
	.footer .phone {
    font-size: 1.1em;
}
}
@media screen and (max-width:767px) {
      .lp-section7 {
    padding: 40px 0;
  }
    .formhead-lp h3 {
  font-size: 1.5em;
}
    .banner-inner-lp {
  padding: 30px 0;
}
	.section-subtitle {
  font-size: 1.3em;
}
	.section-title {
  font-size: 1.7em;
}
	.career-baner-overlay {
  padding: 60px 0;
}
	.career-banner h1 {
  font-size: 1.7em;
  line-height: 1;
}
	.career-banner p {
  font-size: 1.0em;
}
}
@media (min-width: 768px) {


  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    /*padding-top: 15px;*/
  }
  .top{background:#fff;}
  .navbar-collapse.collapse{background:#b1e8f1;}
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 1.000em/1 FontAwesome;
    font-size: 0.563em;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1500px) {
  .header .navbar-transparent.navbar-fixed-top{width:100%;}
  	  .navbar-custom {
		  font-size:0.875em;
	  }
}
@media (max-width: 1200px) {
	.why-work-here p br{
		display: none;
	}
	.form-location h2{font-size:1.250em;}
	.form-location input {
	width: 194px;
}

.form-location {
    padding: 60px 20px;
    text-align: center;
}
	.top .phone {
    font-size: 2.1em;
	}
	.top .phone img{
		    width: 35px;
    vertical-align: middle;
	}
	.find-form label{
    font-size: 0.875em;
    width: 140px;
    padding-left: 5px;
 }
	.find-form{margin-top: 8px;}

	.find-form input[type="text"] {
    width: 116px;
    font-size: 0.875em;
 }
	.top {
    padding: 20px 10px!important;
}
	  .navbar-custom {
		  font-size:0.813em;
	  }
	    body{  margin-top: 0px; }
  .header .navbar-transparent.navbar-fixed-top, .header .navbar-custom{width:100%; position:relative;}

 .mbYTP_wrapper{display:none;}
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
    #newtemplatebanner {
  margin: 0;
}
  /* Navbar */
  .navbar-custom {

  }

  .best-services .best-service-box p{
	      font-size: 1.250em;
  }

.footer-img {

    display: none;
}

.services .service-box {

    min-height: 419px;
}
.eco-caption {
    position: relative;
    text-align: center;
}

.home-slider-img {
    position: relative;
    top: 0;
    left: 0;
}

.caption-content {
    display: block;
    vertical-align: middle;
    text-align: center;
}

.home-section {
    height: auto!important;
	padding-bottom:10px;
}

.best-services-img {

}
.inner-header {
    height: 215px!important;
	    margin-top: 100px;
}

.inner-header img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
}

}

@media (max-width: 991px) {
    .lp-footer {
  text-align: center;
}
    .lp-footer .col-lg-6{
        text-align: center !important;
    }
    .service-row{
        text-align: center;
        padding: 20px;
    }
    .lp-section3{
        text-align: center;
    }
    .lp-section3 .col-lg-8{
        padding-bottom: 20px;
    }
    .lp-section3 img{
        margin-bottom: 10px;
    }
  /* Navbar */
  	.wp-image-460, .wp-image-437{width:100%;}
  .navbar-custom {

  }
.values .col-md-4{clear:both; margin-bottom:20px;}


  .nav>li>a {
    padding: 10px 8px;
}

.navbar-custom .dropdown-toggle:after {
    right: -2px;
    top: 50%;
    margin-top: -9px;
    font-size: 0.938em;
    font-weight: 900;
}

  /* Headers */
  .titan-title-size-3 {

    font-size: 2.250em;
  }
  .titan-title-size-4 {

    font-size: 2.375em;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
    .intro__foot{
        text-shadow: inherit !important;
    }
    .intro__foot .list-rating {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
	.intro__foot .list-rating + p {
  color: #000;
  margin-top: 0;
        text-align: center;
}
    .intro__foot .list-rating + p a{
        display: block;
    }
	.cta-callmob{
	display: inline-block;
}
	.home-section {
    margin-top: 97px;
}
	.home-slider-img {
height:auto;
}

	.caption-content .btn{
		display:none;
	}

	.caption-content{

	}

	.btn.btn-border-w {
    background: #b1e8f1;
    color: #595959;
    margin-left: 49px;
    margin-top: 10px;
}

	.eco-title-size-1{margin:0 0!important;}
	.header .navbar-fixed-top .top .col-md-9{
		text-align: center;
	}

	.header .navbar-fixed-top .top .col-md-3{
		    float: none;
		    width: 200px;
		    margin: 0 auto;
	}

.inner-header{
		margin-top: 98px;
}

.COVID-19{
		position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	  display:none;
}

	.bg-dark-30:before{background: none;}
	.home-section{padding-top: 0px;}
	.footer .box{    padding-left: 20px;}
	.values .value-box img{width: 51px;}
	.video-player, .video-controls-box{display:none;}

.module-title{
		font-size: 1.5em;
}

.services h2{
	  text-align:left;
	  font-size: 1.6em;
}

.footer-ph {
    font-size: 1.75em;
    padding: 5px 10px 15px 10px;
}

.car-bg-form .footer-form {
    padding: 30px 20px 40px !important;
}

.services p {
    text-align: center;
    padding: 15px 30px 0;
  }

  /* Navbar */
  .header .navbar-fixed-top .navbar-collapse{background: rgba(39, 190, 217, 0.22);margin-bottom: 20px;}
    .home-form {
    position: absolute;
    width: 100%;
    right: 0px;
    background: rgb(148, 198, 79);
    padding: 20px 20px 40px;
    margin-top: 0;
}
.home-form:before{display:none;}
.header .navbar-fixed-top .header-cta a {
       text-align: center;
       float: none;
       margin: 0;
       width: 160px;
       display: inline-block;
       padding: 4px;
       font-size: 1.000em;
       font-weight: 900;
       color: #000;
}

  .header .navbar-fixed-top .header-cta {
	text-align: center;
	float: none;
	margin: 0px 0px 10px;
	}
  .logo{
	display: block;
    text-align: center;
  }
.find-form {
    margin-top: 8px;
    width: 298px;
    margin: 0px auto 20px;
    float: none;
}
.inner-header h1, .inner-header p{width:100%; font-size: 2.000em;}
.header .navbar-fixed-top .top{padding: 5px 0 10px!important;margin-bottom: 0;}
.top .phone {
    font-size: 1.8em;
    float: none;
    display: inline-block;
    text-align: center;
    width: auto;
    margin-top: 0;
}

  .navbar-custom .navbar-nav {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  body{  margin-top: 0px; }
  .header .navbar-transparent.navbar-fixed-top, .header .navbar-custom{width:100%;position:relative;background: #fff;}
  .eco-title-size-1 {
       padding: 20px;
    font-size: 1.625em;
	color:#000;
  }
  .services{
	      margin-top: -100px;
  }
  .eco-title-size-2 {
    line-height: 1.3;
    font-size: 1.000em;
    opacity: .8;
  }
  .eco-title-size-3 {

    font-size: 1.625em;
  }
  .eco-title-size-4 {

    font-size: 1.750em;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    background:#e9fcff;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }

  .cta-section h2{
      font-size: 1.275em ;
      display: block;
  }

  .cta-section .btn-cta {
    font-size: 1.275em;
    display: block;
    margin: 20px auto 0;
    width: 60%;
    text-align: center;
  }


}

@media (max-width: 600px) {
	.clients .client-box {
  min-height: auto;
}
}
@media only screen and (max-width: 480px) {
	.career-nav ul li {
  width: 50%;
}
	.zipbox input[type="text"]{
	width:150px;	
	}
	.car-bg-form .footer-ph {
    font-size: 2.0em;
}

  .values .value-box img {
    float: none;
    margin: 0 auto;
    display: block;
}

  .values .value-box p {
    color: #595959;
    font-size: 1.10em;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    padding: 10px 40px;
}

	.services h3{
	text-align:left;
	    margin:auto;

}
.best-services .best-service-box p {
	font-size: 1.10em!important;
  padding: 0 10px;
}

.best-services .best-service-box p:after{
	background:url(../images/sorting-arrows-green.png) no-repeat bottom center!important;
    height: 30px!important;
    background-size: 70%!important;
    bottom: -23px!important;
}
	.best-services .best-service-box p{
		    font-size: 1.10em;
	}
	.form-location .submit-btn{
		    font-weight: 400;
	}
	.find-location .find-location-form{
		    min-height: 240px;
	}
	.form-location .submit-btn{
		    font-size: 1.5em;
	}

	.form-location .submit-btn:after {
    right: 10px;
    top: 12px;
}

.best-services .best-service-box {

    padding: 15px;
    
}

.header .navbar-fixed-top .header-cta a{
	    font-weight: 500;
}

  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }

  .footer li{
	width: 100%;
  }
}
@media only screen and (max-width: 380px) {
	  .phone-mobile-only {
    font-size: 0.90em;
  }
	.find-form {
    margin-top: 8px;
    width: 300px;
    margin: 0px auto 20px;
    float: none;
    padding: 0;
    text-align: center;
}
}

.location-page .service-box li:before{
  content: ""
}

iframe.ctm-call-widget {
    left: 42% !important;
    min-width: 90px !important;
    min-height: 90px !important;
    bottom: 20px !important;
}

.live-chat-body .logo{position: absolute; z-index: 999;}

.testimonial {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    background-size: cover;
}

.quotebox {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0;
    /*background: rgba(255,255,255,0.90);*/
}

.testimonial h2 {
    font-size: 2.100em;
    color: #00aeef;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 30px 0;
}

.testimonial-single blockquote {
    background: #fff;
    padding: 20px;
    border: none;
    text-align: left;
    font-size: 1.200em;
    box-shadow: 0 5px 5px rgba(0,0,0,0.16);
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 15px;
}

.testimonial-single blockquote:before {
    content: url(../images/quote-corner.png);
    position: absolute;
    left: 50%;
    bottom: -36px;
    line-height: normal;
    margin-left: -30px;
}

.quote-icon {
    color: #83b73c;
    text-align: center;
    font-size: 2.917em;
    border-right: #b7b7b7 solid 2px;
    padding: 30px 0;
    margin: 0 30px 0 0;
    width: 12%;
}

.blockquote-txt {
    width: 88%;
}

.quotebox cite, .testimonials-all cite {
    font-style: normal;
    color: #00aeef;
    font-weight: 700;
    display: block;
    text-align: left;
    padding: 15px 0 0 40%;
}

.quotebox cite span, .testimonials-all cite span {
    font-size: 0.900em;
    font-weight: 400;
    display: block;
    color:#595959;
}

@media screen and (max-width: 1500px){
  .quotebox .wrapper {
      max-width: 96%;
  }
}

.quotebox .wrapper {
    position: relative;
    margin: 0 auto;
    /*max-width: 1440px;*/
}


.inner-request-form .form-control{background: rgba(208, 208, 208, 0.41)}
.custom-btn {
  background: #1bb158;
  color:#000;
}
.custom-btn:hover {
  background: #f1f1f1;
  color:#595959;
}

.search-loc-form{
  position: relative;
}
.search-loc-form label.error{
  position: absolute;
  width: 100%;
  font-size: 0.750em;
  text-align: right;
  color: #f00;
  display: block;
}

.jobboard{
      padding: 5px 20px 30px;
    margin-bottom: 15px;
    position: relative;
}
.jobboard label.error{
      position: absolute;
    bottom: 0px;
    left: 20px;
    color: #e74646;
}
.jobboard input[type=text]{
  border: 2px solid #40c7df;
    padding: 18px;
}

.header .home-form{max-height: 500px; overflow-y: auto;}

.search-loc-form fieldset{
  float:left;
}

.ralf-form label.error{
	    font-size: .6rem;
		float: left;
}

#apply-now-for-jobs .error{
      display: block;
    text-align: left;
    color: #ff4500;
}

.ico-star-white {
    background-image: url("https://www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/sprite.png");
    background-position: 20.430107526882% 91.397849462366%;
    background-size: 875% 945.45454545455%;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0em;
}


.ico-star-yellow {
    background-image: url("https://www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/sprite.png");
    background-position: 72.151898734177% 35%;
    background-size: 403.84615384615% 433.33333333333%;
    width: 26px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0em;
}


.ico-star {
    background-image: url("https://www.lawndoctor.com/wp-content/themes/lawndoctor-corporate/lp-assets/images/sprite.png");
    background-position: 72.151898734177% 0%;
    background-size: 403.84615384615% 433.33333333333%;
    width: 26px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0em;
}

.list-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.list-rating li + li {
    margin-left: 4px;
}

.list-rating--small li + li {
    margin-left: 2px;
}
.intro__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.25em;
    font-weight: 700;
    text-shadow: 0 8px 16px rgba(29,32,35,.36),0 18px 24px rgba(29,32,35,.18);
    justify-content: center;
    color: #fff;
}
.intro__foot a {
    background: -webkit-linear-gradient(#f5d700, #e8ae00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro__foot .list-rating {
    margin: 0 10px 0 -3px;
}
[class^="list-"] {
    list-style: none outside none;
}
.intro__foot p{color: #ffffff;padding-top: 6px;margin-top: 10px;}

.no-scroll{margin-top:10px;}
.no-scroll p{font-size: .6em!important;}
.no-scroll a{font-size: .8em; font-weight:bold;}

.bottom-form .cust-element-row, .footer-form .cust-element-row {
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.header .home-form .cust-element-row {
    display: block;
    width: 100%;
    padding: 5px 5px;
}

.side-form .cust-element-row {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.multi-columns-row .cust-element-row {
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.multi-columns-row .cust-element-row .form-control{
        background: rgba(208, 208, 208, 0.41);
}

.modal-content .cust-element-row {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.hidden{
    display: none !important;
}

.home-mob-form .formbody {
  display: none; /* default hidden */
}

@media (max-width: 768px) { /* adjust breakpoint as needed */
  .home-mob-form .formbody {
    display: block; /* show only on mobile */
  }
}

.home-mob-form .cust-element-row{
    padding-left: 10px;
    padding-right: 10px;
}