/*************************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=Lato:wght@100;300;400;700;900&display=swap');
/**@font-face {
  font-family: myFirstFont;
  src: url(MYRIADPRO-SEMIBOLDIT.woff);
}*/
*@font-face {
  font-family: myFirstFont;
  src: url(MyriadPro-Light.woff);
}
@font-face {
  font-family: Nexa-Bold;
  src: url(Nexa-Bold.woff);
}
@font-face {
  font-family: NexaLight;
  src: url(NexaLight.woff);
}
body{
    /*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: myFirstFont, sans-serif;
	color: #2e2e2e;
	font-size:15px;
	line-height:26px;
	font-weight:300;
	letter-spacing:0.4px;
	}
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:16px;
	font-weight:400;
}
.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;
}
.form-group {
    margin-bottom: 15px;
}
/*************************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****************************/

.top-bar{background:#337abe; font-family: NexaLight, sans-serif;}
.top-bar .navbar-nav > li > a {
    font-weight: 600;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 5px;
    font-family: NexaLight, sans-serif;
}
.top-bar .navbar-nav > li > a:hover {
   background-color:#2fb357;
}

.top-bar .navbar-nav > li{display:inline-block;}

.my-profile-wrap{margin:20px 0px; padding:20px; background:#fff; box-shadow: 5px 5px 10px #b2b2b2;}
.my-profile-wrap h2{margin-bottom:20px;}
.navbar {
    border-radius: 0px;
	margin-bottom:0px;
}
.navbar-default {
    background-color:transparent;
	border-bottom:none;
	border-color:transparent;
}
.nav > li > a {
    padding: 10px 5px;
}
.navbar-nav > li > a {

    padding-top: 8px;

    padding-bottom: 8px;
	 line-height: 30px;
}
.navbar-default .navbar-nav > li > a {
    color: #0289cd;
	font-size:16px;
	font-weight:300;
	letter-spacing: 0.3px;
	border-bottom:4px solid #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #02bd57;
	background-color:transparent;
	border-bottom:4px solid #02bd57;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #02bd57;
	background-color:transparent;
	border-bottom:4px solid #02bd57;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	color: #02bd57;
	background-color:transparent;
	border-bottom:4px solid #02bd57;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-toggle {
    background-color:#dddddd;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #19b047;
    text-decoration: none;
    background-color: transparent;
}
/*************************end nav selectors****************************/
/*************************start content selectors*************************/
.container{
	max-width:1200px;
	margin:0px auto;
	padding-right: 10px;
	padding-left: 10px;
}

.top_bg{
	/*background:#f5f5f5;*/
	background:#013761;
	padding:10px 0px;
	letter-spacing:1.1px;
	color:#fff;
	font-size: 13px;
	font-weight:600;
}
.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;
}
.nav-sec{
	background:#fff;
	border-bottom:1px solid #E9E8E8;
	padding:2px 0px;
}
.nav-sec .logo{
	margin-bottom:0px;
}
a.social-link{
	color:#979797;
}
a:hover.social-link{
	color: #1c9edf;
}
.about_bg{
	padding:35px 20px;
	background:#f6f6f6;	
}
.about_bg h2 {
	color:#02365d;
	font-size:26px;
	margin-bottom:8px;
	font-weight:300;
	line-height:34px;
	/*font-family: Nexa-Bold, sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.about_bg .services_bullet li{
	background:url(images/bullet_icon01.png) no-repeat left 10px;
	padding:1px 0px 1px 24px;
	list-style-type:none;
}
.partner-button  {
  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:10px 25px;
  background: #0289cd;
  color:#fff;
  border:none;
  font-weight:500;
  border:1px solid #fff;
  box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
text-transform:uppercase;
font-size:17px;
}
.partner-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}
.partner-button:hover, .partner-button:focus{
	color:#000;
}
.partner-button:hover:before, .partner-button:focus:before, .partner-button: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); 
}

.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:10px 25px;
  background: #3fbf3f;
  color:#fff;
  border:none;
  font-weight:500;
  box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
text-transform:uppercase;
font-size:17px;
}

.service-book-section{}
.service-book-wrap{background:#f2f9ff; position: relative; margin-top: -85px; box-shadow: 0 3px 7px 0 #e9e9e9;border-radius: 10px; padding: 30px;}
.select-service-sec {
    margin-bottom: 25px;
    float: left;
}
.select-service-sec h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 900;
}
.main-category ul{border-bottom:none;}
.main-category ul li{display:inline-block; margin-right:10px; width:90px; float:left;}
.main-category ul li a {
    padding: 0px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.main-category ul li a h5 {
    font-size: 12px;
    color: #909090;
    font-weight: 900;
    margin-top: 7px;
}
.pic {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
    position:relative;
}
.pic img{height:40px;}
.select-car-btn .pic span{color:green; font-size:17px; position:absolute; top:2px; right:5px; display:none;}
.select-car-btn.active .pic span{display:block;}
.service-book-wrap .tab-content{margin-top:30px;}

.select-service-form{border-radius:5px; background:#ffffff; border:1px solid #eee; padding:20px;}
.form h3{margin-bottom:30px; font-size:24px; font-weight:600;}
.packageType{}
.packageType .form-group .radio-inline:last-child{margin-left:0px;}
#auto-gs-price{margin-bottom:10px;}

.packageType h4{font-size:18px; font-weight:600; margin:15px 0px;}
.select-service-form .quantity{margin-bottom:10px;}
.select-service-form .quantity:first-child{margin-right:5px;}

.select-service-form .quantity label{font-weight:600;}
.select-service-form .quantity .form-control{width:110px;}
.main-category ul li.active .select-ser{display:block;}
.select-ser{color:green; font-size:20px; display:none; position:absolute; top:5px; right:5px;}


.clear{clear:both;}
#servicecontent{margin-top:30px; clear:both;}
.not-show {
     display:none;
}

.service-price-quantity p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}
.service-price-quantity h5{}
.form-group{}
.service-price-quantity .quantity{margin:0px;}
.service-price-quantity .quantity .form-control{height:24px; padding:0px;}





.more-about:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}

.more-about:hover, .more-about:focus{
	color:#000;
}

.more-about:hover:before, .more-about:focus:before, .more-about: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); 
}


.frnd-button {
  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:6px 25px;
  background:#03be57;
  color:#fff;
  border:none;
  font-weight:500;
  box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
border:2px solid #fff;
font-size:20px;
}

.frnd-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}

.frnd-button:hover, .frnd-button:focus{
	color:#000;
}

.frnd-button:hover:before, .frnd-button:focus:before, .frnd-button: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); 
}



.contact-button  {
  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:6px 25px;
  background: #0289cd;
  color:#fff;
  border:none;
  font-weight:500;
  box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
border:2px solid #fff;
font-size:20px;
}

.contact-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}
.contact-button:hover, .contact-button:focus{
	color:#000;
}
.contact-button:hover:before, .contact-button:focus:before, .contact-button: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); 
}

.contact-button01 {
  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:4px 20px;
  background:#03be57;
  color:#fff;
  border:none;
  font-weight:500;
  box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
border:1px solid #fff;
font-size:18px;
}
.contact-button01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}
.contact-button01:hover, .contact-button01:focus{
	color:#000;
}
.contact-button01:hover:before, .contact-button01:focus:before, .contact-button01: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); 
}

.form-button  {
  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:10px 25px 6px 25px;
  background: #0d77ac;
  color:#fff;
  border:none;
  font-weight:300;
  box-shadow: 5px 5px 10px #b2b2b2;
border:2px solid #fff;
text-transform:uppercase;
font-family: NexaLight, sans-serif;
font-size:18px;
}
.form-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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;
}
.form-button:hover, .form-button:focus{
	color:#000;
}
.form-button:hover:before, .form-button:focus:before, .form-button: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); 
}

.more-about01  {
  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: 10px 18px;
  background:#03be57;
  color:#fff;
  border:none;
  font-size:16px;
  font-weight:500;
  border-radius: 25px;
  border:2px solid #fff;
}
.more-about01: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;
  border-radius: 25px;
}
.more-about01:hover, .more-about01:focus{
	color:#000;
}
.more-about01:hover:before, .more-about01:focus:before, .more-about01: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); 
}
.index-contactsec{
	padding:10px 0px 5px 0px;
}
.index-button  {
  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:10px 25px;
  background: #0289cd;
  color:#fff;
  border:none;
  font-weight:500;
font-size:16px;
text-transform:uppercase;
border-radius:6px;
border:2px solid #0289cd;
}
.index-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#FFFFFF;
  color:#000;
  -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;
  border-radius:6px;
}
.index-button:hover, .index-button:focus{
	color:#000;
}
.index-button:hover:before, .index-button:focus:before, .index-button: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); 
}


.body-content{
	padding:35px 0px;
	background:#fff;
}
.award_bg{
	padding:40px 0px;
	background:#19b047;
	box-shadow: 5px 5px 10px #b2b2b2;
	margin-bottom: 12px;
}
.award_bg h2 {
	color:#fff;
	font-size:30px;
	margin-bottom:0px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;

}
.award_bg h3 {
	color:#fff;
	font-size:30px;
	margin-bottom:0px;
	font-weight:300;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.award_bg h4 {
	color:#fff;
	font-size:20px;
	margin-bottom:0px;
	line-height:30px;
	text-transform:uppercase;
}
.pro_bg{
	background:#fff;
	padding:40px 0px;
}
.pro_bg .box01{
	background:#03be57;
	padding:20px 10px;
	margin-bottom:25px;
	border-radius:8px;
	box-shadow: 5px 5px 10px #b2b2b2;
}
.pro_bg h2 {
	color: #fff;
	font-size:26px;
	margin-bottom:15px;
	font-weight:400;
	line-height:40px;
	text-align:center;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.pro_bg h3 {
	color: #fff;
	font-size:15px;
	margin-bottom:8px;
	font-weight:600;
	line-height:24px;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.pro_bg p{
	color:#fff;
}
.pro_bg .box01 p{
	color:#fff;
	margin-bottom:0px;
}
.gry_box{
	background:#f1f1f2;
	padding:35px;
	border-radius:8px;
	box-shadow: 5px 5px 10px #b2b2b2;
	margin-bottom:20px;
	color:#292929;
}
.gry-box-bullet li{
	list-style-type:none;
	background:url(images/bullet_icon01.png) no-repeat left 12px;
	padding:6px 0px 6px 25px;
}

/*.pro_bg h3 {
	font-size:16px;
	margin-bottom:2px;
	font-weight:500;
	line-height:30px;
	
	font-family: 'Raleway', sans-serif;
}*/
.frnd_bg{
	background:#03be57;
	padding:35px 0px;
}
.frnd_bg h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.environment_goal{
	background:#0289cd;
	padding:35px 0px;
}
.environment_goal h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.significant{
	background:#03be57;
	padding:25px 0px;
}
.significant h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.franchise-progrmme{
	background:#03be57;
	padding:25px 0px;
}
.franchise-progrmme h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.franchise-sec {
	border-radius:6px;
	background:#fff;
	padding:25px;
}
.franchise-sec h4{
	/*font-family: Nexa-Bold, sans-serif;*/
	margin-bottom:10px;
	font-size:22px;
	text-transform:uppercase;
	color:#0289cd;
	font-family: NexaLight, sans-serif;
}
.icon-sec{
	background:#03be57;
	padding:35px 0px;
}
.icon-sec h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
	text-transform:uppercase;
	/*font-family: 'Lato', sans-serif;*/
	font-family: Nexa-Bold, sans-serif;
}

.icon-sec p{
	color:#fff;
	font-weight:600;
	margin-top:4px;
}
.icon-box li{
	text-align:center;
	list-style-type:none;
	display: inline-block;
	width: 48%;
}
a.box{
	width:100px;
	height:100px;
	background:#028dcd;
	padding:20px;
	border-radius:50%;
	display:inline-block;
}
a:hover.box{
	width:100px;
	height:100px;
	background:#023662;
	padding:20px;
	border-radius:50%;
}
.healthcare_recruitment {
    padding: 35px 0px 35px 0px;
	background:#fff;
}
.healthcare_recruitment h2 {
    color: #0289cd;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 300;
    line-height: 40px;
    /*font-family: 'Lato', sans-serif;*/
	font-family: Nexa-Bold, sans-serif;
	text-transform:uppercase;
}

.healthcare_recruitment h3{
	color: #0289cd;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 30px;
    /*font-family: 'Lato', sans-serif;*/
	font-family: Nexa-Bold, sans-serif;
}
.antimicrobial_treatment{
	background:#fff;
	padding:40px 0px;
}
.antimicrobial_treatment h2 {
	color: #0289cd;
	font-size:26px;
	margin-bottom:25px;
	font-weight:300;
	line-height:40px;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-align:center;
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}

.antimicrobial_treatment .client_say{
	padding:25px;
	background: #f1f1f2;
	border-radius:8px;
	box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 20px;
}
.bag-bg{
	background: #0289cd;
	padding: 35px 0px;
}
.bag-bg h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
	/*font-family: 'Lato', sans-serif;*/
	font-family: Nexa-Bold, sans-serif;
}
.bag-bg p{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:19px;
	font-weight:300;
	line-height:24px;
}
.choose_bg {
    background: #013761;
    padding: 35px 0px 35px 0px;
	box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
}
.choose_bg h2 {
    color: #fff;
    font-size: 37px;
    margin-bottom: 25px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
	text-transform:uppercase;
}
.choose_bg h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom:6px;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.margin-bootom-sec {
    margin-bottom: 20px;
}
.choose_bg .number {
    font-size: 65px;
    font-weight: 900;
    color: #3bc4f8;
    padding-right: 10px;
    border-right: 2px solid #B8B8B8;
    line-height: 70px;
}
.choose_bg .text-sec {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    padding-left: 10px;
    margin-top: 5px;
}
.choose_bg .text-sec span {
    font-weight: 900;
}
.franchise_bg{
	padding:35px 0px;
	background: #3ba5e0;
}
.franchise_bg h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 36px;
	font-family: 'Raleway', sans-serif;
}
.franchise_bg h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 36px;
}
.franchise_bullet{
	margin-bottom:18px;
}
.franchise_bullet li{
	background:url(images/franchise_icon.png) no-repeat left 9px;
	padding:4px 0px 4px 25px;
	list-style-type:none;
}

.contact_bg{
	background:#fff;
	padding:35px 0px;
}
.contact_bg h2 {
    color: #0289cd;
    font-size: 29px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 36px;
	text-transform:uppercase;
}
.contact_bg h3 {
    color: #003561;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 36px;
}
.socail-sec{
	background:fff;
	padding:20px 0px;
}
.box-sec{
background: #f5f5f5;
padding: 35px;
}
.box-sec h2 {
    /*color: #0289cd;*/
	color:#03be57;
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 40px;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
    text-transform: uppercase;
font-family: NexaLight, sans-serif;
}
.box-sec01{
background: #ececec;
padding: 35px;
}
.box-sec01 h2 {
    color:#0289cd;
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 40px;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
    text-transform: uppercase;
font-family: NexaLight, sans-serif;
}
.partners_banner {
    background: url(images/partners-banner.jpg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 700px;
    padding: 80px 0px;
}
.partners-box{
	    background-color: #0289cd;
    padding: 20px;
    color: #fff;
}
.partners-box h2{
	    color: #fff;
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 40px;
    /*font-family: Nexa-Bold, sans-serif;*/
    text-transform: uppercase;
	font-family: NexaLight, sans-serif;
}
.partners-box h2 span{
	text-transform:lowercase;
	display:block;
}
.franchise-form{
	padding:20px;
	background:#fff;
	border-radius:6px 6px 0px; 0px;
}
.franchise-form .form-control{
	border-bottom: 1px solid #a9a9a9;
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	border-top:1px solid #a9a9a9;
	height:40px;
	border-radius: 4px;
}
.gry-box{
	background: #f5f5f5;
padding: 40px;
border-radius:6px;
border:1px solid #E0DDDD;
}
/* 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;
	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;
}
.about-bg{
	background: #fff;
padding:10px 10px 10px 10px;
}
.partners-bg{
	background: #f1f1f2;
padding:15px 25px;
border-radius: 8px;
box-shadow: 5px 5px 10px #b2b2b2;
}
.biologic-bg{
	background: #f1f1f2;
padding: 25px;
border-radius: 8px;
box-shadow: 5px 5px 10px #b2b2b2;
}
.white-bg{
	padding:40px 0px;
	background:#fff;
}
.white-bg h2 {
    color: #0289cd;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 40px;
    /*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.white-bg h3 {
    color: #0289cd;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
    /*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.gry-bg{
	padding:40px 0px;
	background: #f1f1f2;
}
.blue-bg {
    background: #0289cd;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #b2b2b2;
	color:#fff;
}
.green-bg {
    background-color: #03be57;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #b2b2b2;
	color:#fff;
}
.green-bg01 {
    background-color: #03be57;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #b2b2b2;
	color:#fff;
}
.green-bg01 h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 40px;
    font-family: Nexa-Bold, sans-serif;
	text-transform:uppercase;
}
.green01{
	background:#03be57;
	padding:50px 45px;
	color:#fff;
}
.green02{
	background:#07823c;
	padding:50px 45px;
	color:#fff;
}
.green01 h2, .green02 h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
    text-transform: uppercase;
	font-family: NexaLight, sans-serif;
}
.clean_bg{
	padding-top:40px;
	background:fff;
}
.clean_bg h2 {
    color: #0289cd;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
    text-transform: uppercase;
	font-family: NexaLight, sans-serif;
}
.image-width {
    width: 16%;
}
.text-width {
    width: 84%;
}
.white_box {
    margin-bottom: 15px;
}
.solution-bg{
	padding:20px;
	background:#fff;
	
}
.solution-bg h2{
	color: #03be57;
font-size: 15px;
margin-bottom: 15px;
font-weight: 600;
line-height: 20px;
text-align:center;
}
.touch-surface{
	background: #03be57;
	padding: 30px 0px;
}
.touch-surface h2{
	color: #fff;
font-size: 26px;
margin-bottom: 15px;
font-weight: 300;
line-height: 40px;
/*font-family: Nexa-Bold, sans-serif;*/
text-transform: uppercase;
text-align:center;
font-family: NexaLight, sans-serif;
}
.touch-surface-point li{
	list-style-type:none;
	display:inline-block;
	width:40%;
	text-align:center;
	color:#fff;
	font-size:17px;
}
.touch-surface-point .img-border{
	padding:4px; 
	border:1px solid #fff;
}
.inside_bg{
	padding:30px 0px;
	background:#fff;
}
.inside_bg .about-bg h2 {
    color: #0289cd;
font-size: 26px;
margin-bottom: 0px;
font-weight: 600;
line-height: 40px;
text-align: center;
/*font-family: 'Lato', sans-serif;*/
/*font-family: Nexa-Bold, sans-serif;*/
text-transform: uppercase;
}



.inside_bg h4 {
    color: #227cca;
    font-size: 30px;
    margin-bottom: 15px;
font-weight: 300;
line-height: 44px;
/*font-family: Nexa-Bold, sans-serif;*/
text-transform:uppercase;
font-family: NexaLight, sans-serif;
}
.inside_bg h5 {
    color: #02bd57;
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 30px;
    /*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}

.inside_blue_bullet{
	margin-bottom:10px;
}
.inside_blue_bullet li{
	background:url(images/bullet_icon01.png) no-repeat left 9px;
	padding:2px 0px 2px 25px;
	list-style-type:none;
}

.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;
}
.contact .form-control{
	border:none;
	background:none;
	border-bottom: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-top: 1px solid #a9a9a9;
border-radius:4px;

}
.mobile_view{
	display:block;
}
.desktop_view{
	display:none;
}
.table_border{
	padding:12px;
	border-radius:6px;
	border:1px solid #B4B3B3;
}
.modal-header {
    padding:10px 15px;
    border-bottom:none;
}


.order-table{padding-bottom:40px;}
/*************************start footer selectors *************************/
.footer_bg{
	padding:20px 0px;
	background: #3575b3;
	color:#fff;
	font-size: 1.5rem;
}
.footer_bg h2 {
    color: #fff;
    font-size:18px;
    margin-bottom: 18px;
    font-weight: 400;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
}
.footer_link{
	margin-bottom:20px;
}
.footer_link li{
	list-style-type:none;
	margin:2px 0px;
}
.footer_link li a{
	color:#fff;
}
.footer_link li a:hover{
	color:#C8C6C6;
}
a.footer-social{
	color:#fff;
}
a:hover.footer-social{
	color:#1ae476;
}
/*************************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: 10%;
		padding-right: 10%;
		padding-bottom: 30px;
	}
	.services-creative-counter {
		transform: translate3d(105%, -50%, 0);
	}
}

@media (min-width: 768px) {
	.services-creative-caption {
		padding-left: 14%;
		padding-right: 14%;
		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: 10%;
		padding-right: 10%;
		
	}
}

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

.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;
	}
}

.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:#0289cd;
  color:#fff;
  border:2px solid #0289cd;
  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); 
}	


.view_details01 {
  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:#0289cd;
  color:#fff;
  border:2px solid #0289cd;
  font-size:16px;
  font-weight:400;
  border-radius:4px;
  width:100%;
}
.view_details01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#000;
  -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_details01:hover, .view_details01:focus{
	color:#777;
}
.view_details01:hover:before, .view_details01:focus:before, .view_details01: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%);
  left: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;
}

.icon-bar02 {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:1%;
  z-index:9999;
} 

.icon-bar02 a {
  display: block;
  /*padding:10px 16px;*/
  /*color: #448edd;
  border-radius: 50px;*/
  border-radius: 25px;
}
.icon-bar02 a:hover{

	border-radius: 25px;
}

.price-box-orange {
    background-color:#03be57;
	box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 12px;
}
.price-box-1 {
    padding: 20px 47px;
    border-radius: 6px;
}
.price-box-1 .title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    color: #ffffff;
	margin-bottom:10px;
}
.price-box-1-primary .title, .price-box-1-primary .exeption, .price-box-1-primary .price {
    color: #ffffff;
}
.price-box-1 * + .button {
    margin-top: 21px;
}
.button-xs {
    padding: 16px 53px;
}
button-default-outline {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.button-default-outline {
    border: 2px solid;
}
.price-box-1 * + .price {
    margin-top: 8px;
	font-size:34px;
	text-align:center;
	margin-bottom:12px;
	font-weight:700;
}
/*********** chat ***************/
.open-button {
  background-color: #03be57;
  color: white;
  padding: 11px 11px;
  border: none;
  cursor: pointer;
  /*opacity: 0.8;*/
  position: fixed;
  bottom: 23px;
  right: 28px;
  /*width: 280px;*/
  border-radius:50%;

}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.logo-color01{
	color: #337abe;
	font-family: Nexa-Bold, sans-serif;
}
.logo-color02{
	color: #2fb357;
	font-family: Nexa-Bold, sans-serif;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top:none;
} 

.form-bg{
	padding: 60px;
	background: #0289cd;
	border-radius:50%;
	max-width:500px;
	max-height:500px;
	margin:5% auto;
}
.form-bg h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-family: NexaLight, sans-serif;
	text-align:center;
}
.index-button-sec{
	display:block;
}
.contact .input-group-addon{
	background-color:transparent;
	border-bottom: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
border-right: none;
border-top: 1px solid #a9a9a9;
}
.close {
    font-size: 28px;
	color:#292929;
}
.about_caption{
	background:#0289cd;
	padding:30px 0px;
}
.about_caption h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
	/*font-family: Nexa-Bold, sans-serif;*/
	text-transform:uppercase;
	font-family: NexaLight, sans-serif;
	letter-spacing:0px;
}
.solution-gry{
	background: #f5f5f5;
	padding: 25px 0px;
}
.solution-gry h2 {
    color: #0289cd;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    font-family: NexaLight, sans-serif;
}
.box-shadow-sec{
box-shadow: 5px 5px 10px #b2b2b2;
margin-bottom: 20px;
}
.privacy_bg{
	background:#fff;
	padding:30px 0px;
}
.privacy_bg h2{
    color: #0289cd;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: NexaLight, sans-serif;
	text-align:center;
}
.privacy_bg h3{
    color: #03be57;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    font-family: NexaLight, sans-serif;
}
.privacy_bg .privacy_link{
	margin-bottom:20px;
}
.privacy_bg .privacy_link li{
	background:url(images/bullet_icon01.png) no-repeat left 10px;
	padding:2px 0px 2px 22px;
	list-style-type:none;
}
.carousel-control.left, .carousel-control.right{
	background-image:none;
}
.form-shadow-sec {
    box-shadow: 2px 2px 6px #b2b2b2;
    margin-bottom: 20px;
}
