 
         .float_wp {
                position: fixed;
                width: 60px;
                height: 60px;
                bottom: 30px;
                left: 30px;
                background-color: #25d366;
                color: #FFF;
                border-radius: 50px;
                text-align: center;
                font-size: 30px;
                box-shadow: 2px 2px 3px #999;
                z-index: 100;
            }

            .my-float_wp {
                margin-top: 16px;
            }
                #goog-gt-tt {
            display: none !important;
        }

        .goog-te-banner-frame {
            display: none !important;
        }

        .goog-te-menu-value:hover {
            text-decoration: none !important;
        }

        body {
            top: 0 !important;
        }

        #google_translate_element2 {
            display: none !important;
        }

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* - General Style //---------------- */ 

body {
	line-height: 24px;
	color: #555555;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
.display_inline {
	display: inline;
}
.bg_white {
	background-color: #fff;
}
.clr_white {
	color: #fff;
}
/* - General Style   //---------------- */
.border_0 {
	border: none;
}
.border_black {
	border: 5px solid #112025;
}
.cursor_pointer {
	cursor: pointer;
}
.div_center {
	margin: 0 auto;
	float: none !important;
}
/* - Button Style  //----------------*/ 

.btn {
	padding: 8px 12px;
	border-radius: 20px;
}
.btn-black {
	color: #fff;
	background-color: #112025;
	font-size: 12px;
}
.btn-black.focus, .btn-black:focus, .btn-black:hover {
	color: #fff;
	text-decoration: none;
}
.box_shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-preloader {
	background-color: #ffffff;
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999;
}
/* - Form Style */
.form-control:focus {
	border-color: #112025;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.date_form {
	padding: 8px 12px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: none;
	height: 40px;
}
.date_icon {
	padding: 7px 12px;
	border: none;
}
.category_select {
	color: #9b9b9b;
	font-weight: 400;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
}
.email_text {
	padding: 8px 12px !important;
	border-radius: 20px !important;
	border: 2px solid #112025;
	background: #f5f5f5;
}
.contact_input {
	background-color: #f4f4f4;
	border-radius: 30px !important;
	border: none;
	height: 40px;
}
.border_radius20 {
	border-radius: 20px;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #fff;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 14px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ccc transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ccc transparent;
  top: 10px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 20px;	
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f5f5f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* - Spacer Style  //---------------- */
.width100 {
	width: 100%;
}
.width120{
	width:120px;
}
.font12 {
	font-size: 12px;
}
.no-padding {
	padding: 0;
}
.pad15 {
	padding: 15px;
}
.right-text {
	text-align: right;
}
.left--20 {
	left: 20px;
}
.top185 {
	top: 185px;
}
.right25 {
	right: 25px;
}
.left25 {
	left: 25px;
}
.height40{
	height:40px;
}
/*margine top space*/

.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt90 {
	margin-top: 90px;
}
/*margine bottom space*/
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb90 {
	margin-bottom: 90px;
}
/*margin right space*/
.mr0 {
	margin-right: 0 !important;
}
/*padding bottom space*/	

.pb120 {
	padding-bottom: 120px
}
.pb90 {
	padding-bottom: 90px;
}
.pb110 {
	padding-bottom: 110px
}
/*padding top space*/	
.pt30 {
	padding-top: 30px;
}
.pt90 {
	padding-top: 90px;
}
/*padding left space*/	
.pl0 {
	padding-left: 0px;
}
/*padding right space*/	
.pr0 {
	padding-right: 0px;
}
.pt15 {
	padding-top: 15px;
}
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}
.header-icon {
	padding: 10px;
	background-color: #e4f0f4;
	border-radius: 50%;
	font-size: 18px;
	color: #112025;
}
.header {
	padding: 10px 10px;
	z-index: 1000;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-radius: 0 !important;
	left: 0;
}
.fixed {
	position: fixed;
	top: 0
}
.email, .time-scheduled {
	margin-right: 40px;
	padding-left: 50px;
	margin-top: 15px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.phone {
	padding-left: 50px;
	margin-top: 15px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.email > i, .time-scheduled > i, .phone > i {
	position: absolute;
	left: 0;
}
.email p, .time-scheduled p, .phone p {
	color: #999;
	line-height: 13px;
	margin-bottom: 0;
}
.email p span, .time-scheduled p span, .phone p span {
	display: block;
	color: #112025;
	margin-bottom: 10px;
	line-height: 13px;
}
.navbar {
	border-radius: 50px;
	background-color: #112025;
	margin-bottom: 30px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: transparent;
}
.header li.active > a::after {
	content: '';
	border-bottom: 3px solid #16bac6;
	width: 30%;
	float: left;
}
.header li a:hover::after {
	content: '';
	border-bottom: 3px solid #16bac6;
	float: left;
	width: 30%;
}
.header li a::after {
	content: "";
	background: #fff;
	border-radius: 30px;
	height: 3px;
	width: 0px;
	display: block;
	margin-top: 0;
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	-ms-transition: width 0.2s ease-out;
	position: absolute;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}
.nav > li {
	position: relative;
	display: block;
	text-align: center;
}
.nav.navbar-nav.navbar-right {
	text-align: center;
}
.nav.navbar-nav.navbar-right li {
	display: inline-block;
}
/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */

.nav-btn {
	top: 50%;
	position: relative;
	font-size: 30px;
	color: #16bac6;
}
.banner-caption {
	bottom: 40%;
}
.banner-text {
	font-size: 58px;
	font-weight: 700;
}
.banner-caption span {
	color: #16bac6;
}
.banner-text-small {
	font-size: 44px;
	font-weight: 500;
}
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 3px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #f5f5f5;
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 50px;
	height: 4px;
	margin: 0;
	background-color: #16bac6;
	border-color: transparent;
}
.book-section {
	background-color: #16bac6;
	border-radius: 50px;
	padding: 25px;
	bottom: 40px;
}
/*typography css*/

.title {
	color: #112025;
	margin-top: 0;
	margin-bottom: 50px;
}
.title span {
	color: #16bac6;
}
.desc_text {
	line-height: 20px;
	text-align: justify;
	font-weight: 300;
	color: #555;
	letter-spacing: 1px;
}
.desc_small {
	font-family: 'Pacifico', cursive;
	color: #16bac6;
}
.title::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #16bac6;
	top: 40px;
}
/*service css*/
.display_none {
	display: none;
}
.service {
	background: #112025;
	border-radius: 85px;
	width: 120px;
	height: 120px;
	text-align: center;
	padding: 15px;
	border: 4px solid #7e8588;
	cursor: pointer;
}
.service.active {
	background: #16bac6;
	transform: scale(1.1);
	transition-duration: 0.5s;
	transition-property: transform;
	border: 4px solid #77dee5;
}
.service:hover {
	background: #16bac6;
	transform: scale(1.1);
	transition-duration: 0.5s;
	transition-property: transform;
	border: 4px solid #77dee5;
}
.service p {
	font-size: 12px;
	padding-top: 8px;
}
.service1, .service2, .service3, .service4, .service5 {
	color: #fff;
}
.service_main {
	background: url(../images/service_back.png);
}
.service_pet {
	position: relative;
	top: 150px;
	width: 300px;
}
.service.service1 {
	left: 200px;
	position: relative;
	z-index: 999;
}
.service.service2 {
	left: 60px;
	position: relative;
	bottom: 30px;
	z-index: 999;
}
.service.service3 {
	left: 0px;
	position: relative;
}
.service.service4 {
	left: 60px;
	position: relative;
	top: 30px;
}
.service.service5 {
	left: 200px;
	position: relative;
}
.subscribe-section {
	background-color: #16bac6;
	border-radius: 70px;
	padding: 40px;
}
.subscribe-section h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
/*gallery css*/

.gallery_main {
	background: url(../images/gallery_back.png);
}
.gallery_height {
	height: 270px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
	background-color: rgba(48, 152, 157, 0.3);
}
.hovereffect img {
	display: block;
	position: relative;
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	position: relative;
	top: 40%;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	border-radius: 30px;
	font-size: 16px;
}
.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
/*team css*/

.ih-item.square {
	position: relative;
}
.ih-item.square:hover {
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square.effect7 {
	overflow: hidden;
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #fff;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item.square.effect7 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect7:hover .img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square.effect7 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect7.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect7:hover .info {
	visibility: visible;
	opacity: 1;
}
.ih-item.square.effect7.colored .info h3 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect7 .info h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s 0.1s ease-in-out;
	-moz-transition: all 0.35s 0.1s ease-in-out;
	transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect7 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #f5f5f5;
	padding: 20px 20px 20px;
	text-align: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s 0.3s linear;
	-moz-transition: all 0.35s 0.3s linear;
	transition: all 0.35s 0.3s linear;
}
/*testimonial css*/

.testimonial_main {
	background: url(../images/testimonial_back.png);
	background-repeat: no-repeat;
}
.client-img {
	border-radius: 50%;
	padding: 3px;
	border: 3px solid #16bac6;
	width: 120px;
}
.testimonial_main .carousel-indicators {
	position: absolute;
	top: 300px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.testimonial_main .carousel-indicators li {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -999px;
	margin: 1px 3px;
	cursor: pointer;
	border: 5px double #ccc;
	border-radius: 50%;
	background: #e3e3e3;
}
.testimonial_main .carousel-indicators .active {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -999px;
	margin: 1px 3px;
	cursor: pointer;
	border: 5px double #fff;
	border-radius: 50%;
	background: #16bac6;
}
.client_name {
	margin-bottom: 0;
	text-align: center;
}
.testimonial_main i {
	font-size: 40px;
	color: #16bac6;
	opacity: 0.5;
}
/*Blog css*/	

.blog_img {
	border-radius: 10px;
	height: 350px;
}
.blog_top_text {
	position: absolute;
	bottom: 190px;
	padding: 0px 15px;
	color: #fff;
}
.blog_bottom_text {
	position: absolute;
	bottom: 0px;
	padding: 0 15px;
	color: #fff;
}
.blog_tag {
	position: absolute;
	background: #16bac6;
	margin-top: 15px;
	margin-left: 15px;
	color: #fff;
	padding: 0 10px;
	border-radius: 15px;
	cursor: pointer;
}
/*Process css*/

.flow_main {
	background: url(../images/flow_back.png);
}
.process_circle {
	display: inline-block;
	margin-right: 275px;
	position: relative;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 15px;
	background: #112025;
}
.process_circle:before {
	content: '';
	width: 5em;
	border-bottom: 2px solid #112025;
	position: absolute;
	top: 50%;
	right: 100%;
}
.process_circle:after {
	content: '';
	width: 11em;
	border-bottom: 2px solid #112025;
	position: absolute;
	top: 50%;
	left: 100%;
}
.process_circle:first-of-type:before, .process_circle:last-of-type:after {
	display: none;
}
.process_icon {
	display: inline-block;
	margin-right: 200px;
	position: relative;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	font-size: 18px;
	padding-left: 18px;
	padding-top: 15px;
	background: #16bac6;
	margin-top: 30px;
}
.icon_img {
	top: 10px;
	position: relative;
	left: 10px;
}
/*contact form css*/

.contact_form {
	border: 5px solid #112025;
	padding: 30px 15px;
}
/*Map css*/

.map_block {
	width: 100%;
	height: 450px;
}
/*Footer css*/

.footer_main {
	background: url(../images/footer_bg.png);
}
.footer_head {
	color: #fff;
}
.footer_head span {
	color: #16bac6;
}
.footer_text {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.social-icons span {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 38px !important;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: relative;
	margin-right: 10px;
}
.social-icons span:hover {
	opacity: 1;
	background-color: #fff;
	color: #112025;
}
.footer_copyright {
	background: #050a0b;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 0;
}
