/*************************start general selectors****************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700&display=swap');
body{
    /*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	
	color: #777777;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.3px;
	}
ol, ul {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-left:0px;
}
a{
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:inherit;
}
a:focus{
	color:inherit;
	text-decoration:none;
	outline:none;
}
#dp_swf_engine{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}
p {
    margin: 0 0 15px;
}
label{
	font-size:15px;
}
.checkbox, .radio{
	font-size:15px;
	margin-bottom:15px;
}
.checkbox label, .radio label{
	padding-left:0px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/*************************end general selectors*****************************/ 
/*************************start common selectors****************************/
.responsive-image{
   max-width:100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	width:100%;
}
/*************************end common selectors****************************/
/*************************start nav selectors****************************/

.navbar {
    border-radius: 0px;
	margin-bottom:0px;
	min-height: 0px;
}
.navbar-default {
    background-color:transparent;
	border-bottom:none;
	border-color:transparent;
}
.nav > li > a {
    padding: 10px 10px;
}
.navbar-nav > li > a {

    padding-top: 8px;

    padding-bottom: 8px;
	 line-height: 30px;
}
.navbar-default .navbar-nav > li > a {
    color:#292929;
	font-size:14px;
	font-weight:500;
	letter-spacing: 0.6px;
	text-transform:uppercase;
	border-bottom:5px solid #f2f2f2;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #9c9c9c;
	background-color:transparent;
	border-bottom:5px solid #18b754;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #9c9c9c;
	background-color:transparent;
	border-bottom:5px solid #18b754;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	color: #9c9c9c;
	background-color:transparent;
	border-bottom:5px solid #18b754;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-toggle {
    background-color:#dddddd;
	margin-bottom:0px;
	margin-top:-30px;
}
.dropdown-menu > li > a{
	text-transform:uppercase;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #19b047;
    text-decoration: none;
    background-color: transparent;
}




.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1a5694;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidepanel li{
	/*padding:8px 0px;*/
	border-bottom:1px solid #cae4ff;
	list-style-type:none;
}
.sidepanel li:last-child{
	border-bottom:none;
}
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  
  color: #fff;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.6px;
text-transform: uppercase;


}

.sidepanel a:hover {
  color: #c3e0ff;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color:transparent;
  color: black;
  padding: 10px 8px;
  border: none;
  float:right;

}

.openbtn:hover {
  background-color:transparent;
}





/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}
.sidenav a, .dropdown-btn {
  padding: 8px 8px 6px 30px;
  text-decoration: none;
  color: #fff;
font-size: 14px;
font-weight: 400;
text-transform:uppercase;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.6px;
  border-bottom:1px solid #cae4ff;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color:transparent;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #19b047;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*************************end nav selectors****************************/
/*************************start content selectors*************************/
.container{
	max-width:1320px;
	margin:0px auto;
	padding-right: 10px;
	padding-left: 10px;
}
.top_bg{
	/*background:#f5f5f5;*/
	background:#515151;
	padding:10px 0px;
	letter-spacing:1.1px;
	color:#fff;
	font-size: 15px;
	font-weight:500;
	 box-shadow: 5px 5px 10px #b2b2b2;
	 margin-bottom:12px;
}
.top_bg .social-media{
	text-align:center;
	margin-bottom:0px;
}
.top_bg .opening_hours{
	text-align:center;
	margin-bottom:8px;
}
.top_bg .call_free{
	text-align:center;
	margin-bottom:8px;
	font-size:13px;
}
.nav-sec{
	background:#f2f2f2;
	padding:8px 0px 0px 0px;
	border-bottom:1px solid #E9E8E8;
}
.nav-sec .logo{
	margin-bottom:0px;
}
.about_bg{
	padding:15px 0px 20px 0px;
	background:#f6f6f6;	
}
.about_bg h2 {
	color:#fff;
	font-size:28px;
	margin-bottom:0px;
	font-weight:300;
	line-height:46px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.about_bg h2 span{
	font-weight:700;
}
.about_bg h3 {
	color:#19b047;
	font-size:20px;
	margin-bottom:12px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
	line-height:26px;
}
.about_bg .box{
	border-radius:8px;
	padding:20px 30px;
	background:#18b754;
	margin-bottom:15px;
}
.index-greensec-bullet li{
	background:url(images/bullet_icon02.png) no-repeat left 14px;
	padding:7px 0px 7px 22px;
	list-style-type:none;
	font-weight:400;
	color:#fff;
	font-size:18px;
	line-height:30px;
	list-style-type:none;
}
.about-sec-bullet li{
	background:url(images/bullet_icon.png) no-repeat left 16px;
	padding:8px 0px 8px 22px;
	list-style-type:none;
	font-weight:500;
	color:#000;
	font-size:18px;
	line-height:30px;
	list-style-type:none;
}
.body-content{
	padding:20px 0px 35px 0px;
	background:#fff;
}
.award_bg{
	padding:20px 0px;
	background:#19b047;
	box-shadow: 5px 5px 10px #b2b2b2;
	margin-bottom: 12px;
}
.award_bg h2 {
	color:#fff;
	font-size:27px;
	margin-bottom:0px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.award_bg h3 {
	color:#fff;
	font-size:27px;
	margin-bottom:0px;
	font-weight:300;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.award_bg h4 {
	color:#fff;
	font-size:18px;
	margin-bottom:0px;
	line-height:30px;
	text-transform:uppercase;
}
.pro_bg{
	background:#fff;
	padding:35px 0px;
}
.pro_bg h2 {
	color:#000;
	font-size:32px;
	margin-bottom:15px;
	font-weight:300;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.pro_bg h2 span{
	font-weight:700;
}
.choose_bg {
    background: #393939;
    padding: 35px 0px 50px 0px;
	box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
}
.choose_bg h3 {
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}
.choose_bg h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
	text-transform: uppercase;
}
.choose_bg h2 span {
    font-weight: 300;
}
.margin-bootom-sec {
    margin-bottom: 20px;
}
.choose_bg .number {
    font-size: 63px;
    font-weight: 900;
    color: #3bc4f8;
    padding-right: 7px;
    border-right: 2px solid #B8B8B8;
    line-height: 70px;
}
.choose_bg .text-sec {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    padding-left: 10px;
    margin-top: 5px;
}
.choose_bg .text-sec span {
    font-weight: 900;
}
.testimonials_bg{
	padding:35px 0px;
	background:#fff;
}
.testimonials_bg h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.testimonials_bg h2 span {
    font-weight: 700;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  /*background: #f1f1f1f1;*/
}
/* Slides */
.mySlides {
  display: none;
  padding: 20px 20px 0px 20px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
magin-top: -20%;
  padding: 10px;
  color: #292929;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.8);
  color: #000;
}
/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    /*padding: 20px;*/
    /*background: #ddd;*/
}
.mySlides h3{
	color:#19b047;
	font-size:18px;
	width: 94%;
margin: 0px auto;
}
.mySlides p{
	width:94%;
	margin:0px auto;
	margin-bottom:20px;
	font-size:18px;
	font-style:italic;
	line-height:28px;
}
/* The dots/bullets/indicators */
.testi_bg .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* Add a background color to the active dot/circle */
.testi_bg .active, .testi_bg .dot:hover {
  background-color: #717171;
}
.inside_bg{
	padding:15px 0px 30px 0px;
	background:#fff;
}
.inside_bg h2 {
    color: #000;
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.inside_bg h2 span {
    font-weight: 700;
    font-size: 30px;
}
.inside_bg h3 {
    color: #19b047;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
.inside_bg h4 {
    color: #19b047;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 400;

    line-height: 26px;
}
.inside_bg .nav-tabs > li.active > a, .inside_tab .nav-tabs > li.active > a:focus, .inside_bg .nav-tabs > li.active > a:hover, .inside_bg .nav-tabs > li.active > a:hover {
    background-color: #0097d1;
    border: 3px solid #0097d1;
	color:#fff;
}
.inside_bg .nav-tabs > li a:hover{
	font-weight:600;
	background-color: #0097d1;
	border: 3px dotted #0097d1;
	color:#fff;
}
.inside_bg .nav-tabs > li > a {
    border-radius: 0px;
    border: 3px dotted #0097d1;
}
.inside_bg .nav > li > a {
    padding: 10px 16px;
    font-weight: 700;
}
.inside_bg .tab-content {
    margin-top: 10px;
}
.inside_bg .nav-tabs {
    border-bottom:none;
}
.inside_bg .nav-tabs > li{
	margin-bottom:10px;
}
.icon-border {
    padding: 2px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.inside_bullet_link{
	margin-bottom:15px;
}
.inside_bullet_link li{
	background:url(images/bullet_icon01.png) no-repeat left 7px;
	padding:2px 0px 2px 22px;
	list-style-type:none;
}
.inside_bullet_link li a{
	color:#088dc0;
}
.inside_bullet_link li a:hover{
	color:#292929;
}
.inside_bullet{
	margin-bottom:16px;
}
.inside_bullet li{
	background:url(images/bullet_icon01.png) no-repeat left 7px;
	padding:2px 0px 2px 22px;
	list-style-type:none;
}
.small_font{
	font-size:14px;
	line-height:20px;
	text-align:center;
}
a.email-link{
	color:#088dc0;
}
a:hover.email-link{
	color:#292929;
}
.numbering{
	margin-left:22px;
	margin-bottom:16px;
}
.numbering li{
	padding: 2px 0px 2px 12px;
}
.border {
    padding: 5px;
    border: 1px solid #e2e2e2;
}

.mobile_view{
	display:block;
}
.desktop_view{
	display:none;
}
.mobile_view01{
	display:block;
}
.desktop_view01{
	display:none;
}
.mobile_view02{
	display:block;
}
.desktop_view02{
	display:none;
}
/*************************start footer selectors *************************/
.footer_bg{
	padding:30px 0px;
	background: #2a4c73;
	color:#fff;
	font-size: 1.5rem;
}
.footer_bg h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 300;
}
.footer_link li{
	list-style-type:none;
	margin:2px 0px;
}
.footer_link li a{
	color:#fff;
}
.footer_link li a:hover{
	color:#C8C6C6;
}

/*************************end footer selectors *************************/

.copyright_bg a{
	font-size:13px;
	color:#FFEE08;
}
.copyright_bg a:hover{
	color:#fff;
}

/* arrow icon (span tag) */
#back-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index:111;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background:#ababab url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #3f3f3f;
}
*/
.services-classic {
	position: relative;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
}

.services-classic-figure {
	display: block;
	overflow: hidden;
}

.services-classic-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .25s ease;
}

.services-classic-caption {
	padding: 30px 0 10px 5px;
}

.services-classic-icon {
	font-size: 55px;
	color: #151515;
}

.services-classic-icon.icon-52 {
	font-size: 52px;
}

.services-classic-icon.icon-53 {
	font-size: 53px;
}

.services-classic-icon.icon-54 {
	font-size: 54px;
}

.services-classic-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

.services-classic-title a, .services-classic-title a:focus, .services-classic-title a:active {
	color: inherit;
}

.services-classic-title a:hover {
	color: #ff5200;
}

* + .services-classic-text {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.services-classic .unit {
		margin-bottom: -20px;
		margin-left: -20px;
	}
	.services-classic .unit:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.services-classic .unit > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.desktop .services-classic:hover .services-classic-figure img {
		transform: scale(1.07);
	}
}

.services-modern {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.services-modern::before {
	position: absolute;
	content: '';
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}

.services-modern .box-icon-modern {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

@media (min-width: 768px) {
	.services-modern {
		padding: 50px 20px;
	}
}

@media (min-width: 1200px) {
	.services-modern {
		padding-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.desktop .services-modern:hover::before {
		opacity: 1;
		visibility: visible;
	}
}

.services-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	margin-bottom:25px;
}

.services-creative-figure {
	display: block;
	overflow: hidden;
}

.services-creative-figure img {
	width: 100%;
	will-change: transform;
	transition: all .25s ease;
}

.services-creative-caption {
	position: relative;
	padding: 18% 15px 30px;
	margin-top: -11.2%;
	z-index: 1;
}

.services-creative-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	transform-origin: 100% 50%;
	transform: skewY(-6deg);
	will-change: transform;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}

.services-creative-counter {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: white;
	background: #0097d1;
	transform: translate3d(140%, -50%, 0);
	will-change: transform;
	transition: all .3s ease;
}

.services-creative-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
	font-size:22px;
	margin-bottom:15px;
	color: #0097d1;
}

.services-creative-title a, .services-creative-title a:focus, .services-creative-title a:active {
	color: inherit;
}

.services-creative-title a:hover {
	color: #777;
}

@media (min-width: 992px) {
	.desktop .services-creative-figure img {
		transform: scale(1.1);
	}
	.desktop .services-creative:hover .services-creative-figure img {
		transform: none;
	}
	.desktop .services-creative:hover .services-creative-caption::before {
		transform: none;
	}
	.desktop .services-creative:hover .services-creative-counter {
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (min-width: 576px) {
	.services-creative-caption {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.services-creative-counter {
		transform: translate3d(105%, -50%, 0);
	}
}

@media (min-width: 768px) {
	.services-creative-caption {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
		
	}
	.services-creative-counter {
		width: 70px;
		height: 70px;
		font-size: 36px;
		line-height: 70px;
	}
}

@media (min-width: 992px) {
	.services-creative-caption {
		padding-left: 15px;
		padding-right: 15px;
		
	}
}

@media (min-width: 1200px) {
	.services-creative-caption {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
		
	}
}

.services-tammy {
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 10px;
}

.services-tammy-counter {
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .1em;
	color: #ff5200;
}

.services-tammy-title {
	font-size: 20px;
	letter-spacing: .05em;
	text-transform: none;
}

.services-tammy-figure {
	display: block;
}

.services-tammy-figure img {
	width: 100%;
}

.services-tammy-link {
	display: inline-block;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-indent: -26px;
	transition: all .2s ease;
}

.services-tammy-link, .services-tammy-link:focus, .services-tammy-link:active {
	color: rgba(21, 21, 21, 0.7);
}

.services-tammy-link:hover {
	color: #fee25f;
}

.services-tammy-link::before {
	content: '\f14f';
	font-size: 16px;
	margin-right: 7px;
	font-family: "Material Design Icons";
	color: #151515;
	opacity: 0;
	visibility: hidden;
	transition: inherit;
}

.services-tammy-link:hover {
	text-indent: 0;
}

.services-tammy-link:hover::before {
	opacity: 1;
	visibility: visible;
}

* + .services-tammy-caption {
	margin-top: 20px;
}

* + .services-tammy-figure {
	margin-top: 20px;
}

* + .services-tammy-link {
	margin-top: 22px;
}

@media (min-width: 768px) {
	.services-tammy {
		text-align: left;
	}
	.services-tammy-counter {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.services-tammy {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	* + .services-tammy-caption {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.services-tammy {
		padding-left: 25px;
		padding-right: 25px;
	}
	.services-tammy-counter {
		font-size: 72px;
	}
	.services-tammy-title {
		font-size: 24px;
	}
	* + .services-tammy-caption {
		margin-top: 66px;
	}
}

@media (min-width: 992px) {
	.desktop .services-tammy-caption {
		transform: none;
		will-change: transform;
		transition: all .3s ease;
	}
	.desktop .services-tammy:hover .services-tammy-caption {
		transform: translate3d(0, -16px, 0);
	}
}

.services-rose {
	text-align: center;
}

.services-rose img {
	width: 100%;
}

.services-rose-caption {
	position: relative;
}

.services-rose-title {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #151515;
}

.services-rose-title a, .services-rose-title a:focus, .services-rose-title a:active {
	color: inherit;
}

.services-rose-title a:hover {
	color: #ff5200;
}

* + .services-rose-title {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.desktop .services-rose {
		padding-bottom: 72px;
	}
	.desktop .services-rose-caption::before {
		position: absolute;
		content: '';
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -20px, 0);
		transition: all .3s ease;
		pointer-events: none;
	}
	.desktop .services-rose-title {
		position: absolute;
		top: calc(100% + 20px);
		left: 50%;
		width: 100%;
		max-width: 85%;
		transform: translate3d(-50%, 0, 0);
		transition-duration: .3s;
		transition-property: transform, top;
		transition-timing-function: ease;
		z-index: 1;
	}
	.desktop .services-rose-title a, .desktop .services-rose-title a:focus, .desktop .services-rose-title a:active {
		color: inherit;
	}
	.desktop .services-rose-title a:hover {
		color: #151515;
	}
	.desktop * + .services-rose-title {
		margin-top: 0;
	}
	.desktop .services-rose:hover .services-rose-caption::before {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .services-rose:hover .services-rose-title {
		top: 50%;
		color: #ff5200;
		letter-spacing: .5em;
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (min-width: 1600px) {
	.desktop .services-rose-caption::before {
		top: 12px;
		right: 12px;
		bottom: 12px;
		left: 12px;
	}
	.desktop .services-rose-title {
		letter-spacing: .3em;
	}
	.desktop .services-rose:hover .services-rose-title {
		letter-spacing: .7em;
	}
}

@media (min-width: 1800px) {
	.desktop .services-rose:hover .services-rose-title {
		letter-spacing: .8em;
	}
}

.services-terri {
	position: relative;
	text-align: center;
}

.services-terri::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(46, 84, 116, 0.55);
	pointer-events: none;
	z-index: 1;
}

.services-terri-figure {
	display: block;
	overflow: hidden;
}

.services-terri-figure img {
	display: inline-block;
	width: 100%;
	transition: all .2s ease;
}

.services-terri-caption {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	content: '';
	padding: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.services-terri-caption > * {
	pointer-events: auto;
}

.services-terri-icon {
	position: relative;
	height: 63px;
	width: 63px;
	font-size: 34px;
	line-height: 63px;
	border-radius: 50%;
	color: #151515;
	background: #fee25f;
	transition: all .2s ease-in-out;
	z-index: 1;
}

.services-terri-icon::after {
	position: absolute;
	content: '';
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border-radius: inherit;
	border: 5px solid rgba(255, 255, 255, 0.35);
	z-index: -1;
}

.services-terri-title {
	letter-spacing: .025em;
	text-transform: none;
	color: #ffffff;
}

.services-terri-title a, .services-terri-title a:focus, .services-terri-title a:active {
	color: inherit;
}

.services-terri-title a:hover {
	color: #fee25f;
}

* + .services-terri-title {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.services-terri-caption {
		padding: 15px;
	}
	.services-terri-icon {
		height: 83px;
		width: 83px;
		font-size: 42px;
		line-height: 83px;
	}
	.services-terri-icon.icon-50 {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.desktop .services-terri-figure img {
		transform: scale(1.1);
	}
	.desktop .services-terri:hover .services-terri-figure img {
		transform: none;
	}
	.desktop .services-terri:hover .services-terri-icon {
		color: #ffffff;
		background: #ff5200;
	}
}

.aside-services {
	text-align: center;
	min-height: 100%;
}

.aside-services .button {
	min-width: auto;
}

@media (min-width: 768px) {
	.aside-services {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.aside-services {
		margin-left: 35px;
		padding-left: 64px;
		border-left: 1px solid #e1e1e1;
	}
}

.aside-services-title {
	letter-spacing: .2em;
}

.list-category {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .1em;
	color: #151515;
}

.list-category-item a {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
}

.list-category-item a, .list-category-item a:focus, .list-category-item a:active {
	color: inherit;
}

.list-category-item a:hover {
	color: inherit;
}

.list-category-item a::before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 0;
	background: #ff5200;
	transition: all .3s ease;
}

.list-category-item a.active::before {
	width: 47px;
}

.list-category-item a:hover:not(.active)::before {
	width: 100%;
}

* + .list-category {
	margin-top: 20px;
}

.aside-services-title + .button {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.list-category {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.list-category {
		text-align: left;
	}
	.list-category-item a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.list-category + .button {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.list-category-down-md-inline-block {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category-down-md-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category-down-md-inline-block > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

@media (max-width: 1199px) {
	.list-category-down-lg-inline-block {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category-down-lg-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category-down-lg-inline-block > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

.single-service {
	text-align: left;
}

.single-service .team-classic {
	max-width: 270px;
}

.single-service img + h4 {
	margin-top: 40px;
}

.single-service * + p {
	margin-top: 24px;
}

.single-service p + p {
	margin-top: 20px;
}

.single-service * + .row {
	margin-top: 50px;
}

@media (min-width: 1200px) {
	.team-classic {
		margin-left: auto;
	}
}


.more-about {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 15px 40px;
    background: #19b047;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
}
.view_details {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:5px 10px;
  background:#5cb85c;
  color:#fff;
  border:2px solid #5cb85c;
  font-size:16px;
  font-weight:400;
  border-radius:4px;
}
.view_details:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.view_details:hover, .view_details:focus{
	color:#777;
}
.view_details:hover:before, .view_details:focus:before, .view_details:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}	
.icon-bar01 {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:1%;
  z-index:9999;
} 

.icon-bar01 a {
  display: block;
  padding:10px 16px;
  /*color: #448edd;
  border-radius: 50px;*/
  border-radius: 25px;
}
.icon-bar01 a:hover{
	box-shadow: 0px 0px 10px #b2b2b2;
	border-radius: 25px;
}
.testimonial-box{
	padding:25px;
	background:#f4f4f4;
	border:1px solid #CDCDCD;
	margin-bottom:25px;
	border-radius:8px;
	line-height:24px;
}
.carousel-indicators li{
border: 1px solid #8d8d8d;
}
.contact-sec{
	letter-spacing:0px;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size:14px;
	letter-spacing:0.1px;
	font-weight:500;
	color:#292929;
	/*margin-left:30%;*/
	color:#0c9cd3;	
}


/********* tap mobile view nav *****************/
/*.logo-position{
	margin-right: 10px;
}*/
.main-logo02{
	text-align:center;
}
.topdesktop_view01{
	display:none;
}
.topmobile_view01{
	display:block;
}

.success01 {
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.acpuls{
    padding-left: 20px;
}
.acpuls li{
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    list-style: auto;
}

.mrgtdv{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    padding: 15px;
}
.mrgtdv p{
    line-height: 28px;
}

.prvul{
    margin-left: 30px;
    margin-bottom: 15px;
}
.prvul li{
    margin-bottom: 8px;
}

.frmmodl{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: ;
    width: 300px;
    display: none;
}
.frmmodlbl{
    display: block;
}
.frmmodlu{
    background: #0097d1;
    width: 100%;
    max-width: 700px;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.frmmodlu .view_details{
    background: #fff;
    border-color: #fff;
    color: #000;
}

.mblfrmg{
    display: flex;
    flex-wrap: wrap;
}
.mblfrmg label{
    width: 100%;
}
.mblfrmg select{
    width: 25%;
}
.mblfrmg input{
    width: 75%;
}
.frmmodlu button.clsbt{
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    color: #0097d1;
    font-weight: 500;
    padding: 1px 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 2px;
}
.frmmodlu h5{
        font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    padding-right: 30px;
}
.frmmodlu img{
    height: 3.5px;
    display: block;
    margin-bottom: 16px;
}


.wastp{
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: #27d045;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 34px;
}

.owl-nav{
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45%;
}
.owl-nav .owl-prev{
    position: absolute;
    left: 15px;
        font-size: 55px !important;
    color: #fff !important;
    background: transparent !important;
}
.owl-nav .owl-next{
    position: absolute;
    right: 15px;
        font-size: 55px !important;
    color: #fff !important;
    background: transparent !important;
}