
/*----------------body start------------------*/
body,html{
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  font-weight:400;
  font-size:16px;
  color: #333;
  overflow-x:hidden;
  background:white;
}
/*------------------custom css----------------*/
a {
  color: #1fa2a4;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1fa2a4;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  /*font-size:16px;*/
  /*color:#ffffff;*/
  /*line-height:24px;*/
  font-weight:400;
  margin:0;
  padding:0;
}
input, select, button {
  outline: none;
}
input:focus, select:focus, button:focus {
  outline: none;
  box-shadow:none;
}
textarea {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow:none;
}
.med_toppadder10{
  padding-top:10px;
}
.med_toppadder20{
  padding-top:20px;
}
.med_toppadder30{
  padding-top:30px;
}
.med_toppadder40{
  padding-top:40px;
}
.med_toppadder50{
  padding-top:50px;
}
.med_toppadder60{
  padding-top:60px;
}
.med_toppadder70{
  padding-top:70px;
}
.med_toppadder80{
  padding-top:80px;
}
.med_toppadder90{
  padding-top:90px;
}
.med_toppadder100{
  padding-top:100px;
}
.med_bottompadder10{
  padding-bottom:10px;
}
.med_bottompadder20{
  padding-bottom:20px;
}
.med_bottompadder30{
  padding-bottom:30px;
}
.med_bottompadder40{
  padding-bottom:40px;
}
.med_bottompadder50{
  padding-bottom:50px;
}
.med_bottompadder60{
  padding-bottom:60px;
}
.med_bottompadder70{
  padding-bottom:70px;
}
.med_bottompadder80{
  padding-bottom:80px;
}
.med_bottompadder90{
  padding-bottom:90px;
}
.med_bottompadder100{
  padding-bottom:100px;
}
/*-----scroll top-----*/

/*-- Preloader css start --*/
#preloader {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#1fa2a4;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
/********---------top header css start-------***********/
.md_header_wrapper{
  float:left; width:100%;
}
.top_header_section{
  float:left; width:100%;
  background-color:#1a1a1a;
}
.left_top_nav{
  float:left;
  width:100%;
}
.top_header_add{
  float:left;
  width:auto;
  line-height:40px;
}
.top_header_add ul{
  margin:0px;
  padding:0px;
  width:100%;	
}
.top_header_add  li{
  float:left;
  width:auto;
  list-style:none;
  color:#ffffff;
  margin-right: 30px;
}
.top_header_add ul li a{
  color:#ffffff;
  font-size: 14px;
}
.top_header_add ul li i{
  color:#1fa2a4;
  margin-right:10px;
}
.top_header_add ul li a:hover{
  color:#1fa2a4;
  transition:0.4s;
}
.md_right_side_warpper{
  float:right;
}
.right_side_main_warpper{
  width:100%; 
  float:right;
  line-height:40px;
}
.md_right_side_warpper ul{
  float:left; width:100%;
   margin:0; padding:0;  
}
.md_right_side_warpper ul li{
  float:left;
  list-style:none;
  width:auto; color:white;
  font-size:14px;
  margin-left:15px;
}
.md_right_side_warpper li i{
  color:#1fa2a4;
  margin-right:10px;
  line-height:40px;
  transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.md_right_side_warpper li:last-child{
  margin-right:0;
}
.md_right_side_warpper ul li i:hover{
  color:#1fa2a4;
  transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.middle_header_wrapper{
  float:left;
  width:100%;
  background-color:#25a2a6;
/*	padding-top: 10px;
  padding-bottom: 10px;*/
}
.md_logo{
  float: left;
  width: 100%;
}
.md_logo img{
  width: 90px;
  height: 90px;
}
.lv_logo img{
  display:inline-block;
}
.md_share_info_wrapper{
  float: right;
  width: auto;
}
.md_share_info_wrapper ul{
  float:left;
  width:100%;
  margin:0px;
  padding:0px;
}
.md_share_info_wrapper ul li{
  list-style:none;
  float:left;
  width:auto;
  margin-left:20px;
}
.md_share_info_wrapper ul li:first-child{
  margin-left:0px;
}
.md_share_info_wrapper ul li .lv_header_icon{
  float: left;
  width: 70px;
  height: 70px;
  line-height: 52px;
  text-align: center;
}
.md_share_info_wrapper ul li p{
  float:left;
  width:auto;
  text-transform:capitalize;
  margin:10px 0px 0px 0px;
  font-size:16px;
  color:#333;
}
.appointmnt_wrapper{
  text-align:center;
  float:right;
}
.appoint_btn{
  display:inline-block;	
}
.appoint_btn ul{
  padding:0;
  list-style:none;
}
.appoint_btn li a{
  width:270px;
  height:50px;
  float:left;
  color:white;
  background:#1fa2a4;
  text-align:center;
  line-height:49px;
  font-size:16px;
  border-radius:50px;
  border:2px solid transparent;
  font-weight:600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.appoint_btn li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  color:black;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.appoint_btn i{
  margin-right:10px;
}
/*********-------main header wrapper--------**********/
.menu_wrapper{
  background-color:#1fa2a4;
  float:left;
  width:100%;
}
.rp_mobail_menu_main_wrapper{
  float:none;
  width:100%;
}
#sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index:1000;
}

#links {
position: relative;
float: left;
}

#link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}

#link_list li {
display: block;
width: 100%;

}

#link_list li:hover {
background-color: #1fa2a4;
}

#toggle {
float: right;
position: relative;
bottom: 0px;
right: 0;
border-radius: 20px;
text-align: center;
cursor:pointer;
}
#toggle_close{
      position: absolute;
  z-index: 100;
  right: 20px;
  top: 15px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu {
width: 300px;
color: #ffffff;
text-transform:capitalize;
}
#cssmenu ul ul {
display: none;
}

.align-right {
float: right;
}
#cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight:bold;
border-bottom:1px solid #d3d3d3;
background: #ffffff;
 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul li:first-child a{
  border-top:1px solid #d3d3d3;
}
#cssmenu ul li:hover a, #cssmenu ul li.active a{
  background:#1fa2a4 !important;
  border-bottom:1px solid #d3d3d3;
  color:#ffffff;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

ul ul > li.has-sub > a:before {
top: 20px;
background:#ffffff;
}
.menu_fixed{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  z-index: 1000;
}
#sidebar h1 {
  font-size:20px;
  color:#1fa2a4 !important;
  padding-left: 20px;
  font-weight:bold;
  text-transform:uppercase;
  padding-bottom: 15px;
  margin-top: 15px;
}
#sidebar h1 span{
  margin:0;
  color:black;
  font-size:20px;
  background:#f9f9f9;
}
/**************---------menu wrapper--------**************/
.navbar {
  border: 1px solid transparent;
  min-height:0;
  z-index: 20;
  margin-bottom:0px;
}
.nav_response{
  padding-right:0px;
}
.nav .navbar-nav{
  float:left;
  width:100%;
}
.nav .navbar-nav ul{
  margin:0px;
  padding:0px;
  width:100%;
  margin-left:15px;
}
#nav_filter .hovr_nav_tab li a{
  color:#1a1a1a;
  font-weight: normal;
  font-size: 15px;
}
#nav_filter li a{
  display: block;
  font-size: 16px;
  cursor: pointer;
  color:#fff;
  text-transform: capitalize;
  padding: 5px 15px;
  /*border: 2px solid transparent;*/
  margin-right: 10px;
  font-weight:500;
  border-radius:20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#nav_filter li a:hover {
  background:transparent;
  /*border: 2px solid #1fa2a4;*/
  /*color: white;*/
  border-radius:20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #333;
}

#nav_filter li:last-child i{
  vertical-align: middle;
  margin-right: 5px;
}

#nav_filter li:last-child a{
  border: 2px solid #fff;
}



#nav_filter li a.active {
  background:transparent;
  /*border: 2px solid #1fa2a4;*/
  /*color: white;*/
  border-radius:20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #333;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: none;
}
#nav_filter li a:last-child{
  margin-right: 0px;
  margin-left:0px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color:#1fa2a4;
  background-image: none;
  border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
  color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color:transparent;
}
.navbar-nav>li{
  padding-top:12px;
  padding-bottom:12px;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
  right: auto;
}
#nav_filter .hovr_nav_tab  li a{
  border:none;
  border-radius:0;
}
#nav_filter .hovr_nav_tab li a:hover{
  border:none;
  border-radius:0;
  color:white;
  background-color:#1fa2a4;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border:none;
border-radius: 0;
}
.nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding:3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
  margin-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
  -webkit-transition : all 0.5s ease 0s;
  -moz-transition : all 0.5s ease 0s;
  -o-transition  : all 0.5s ease 0s;
  transition   : all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
display:block;
opacity:1 ;
-webkit-transition   : all 0.5s ease 0s;
  -moz-transition : all 0.5s ease 0s;
  -o-transition  : all 0.5s ease 0s;
  transition  : all 0.5s ease 0s;
visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
  background:#ffffff;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight:bold;
background-color:#2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px;
}
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background:#ffffff;
}
.nav .hovr_nav_tab{
  padding:0;
}
/*-----search bar---*/
.et_search_bar a{
  float: right;
  width: auto;
  text-align: center;
  color:white;
  font-size: 16px;
  cursor: pointer;
}
.et_search_box{
 position: absolute;
  right: 40px;
  top: -2px;
  padding: 8px;
  display: inline-block;
  border-radius: 0px;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}
.et_search_box input{
  float: left;
  width: calc(100% - 45px);
  padding: 0px 10px;
  height: 45px;
  border: 1px solid #1fa2a4;
  border-right: 0px;
}
.et_search_box button{
  width: 45px;
  height: 45px;
  border: 1px solid #1fa2a4;
  border-left: none;
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.et_search_box button:hover{
  color:#ffffff;
  background:#1fa2a4;
  border-color:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.et_search_bar i{
  position:relative;
  top:5px;
}
.et_navbar_search_wrapper{
  float:right;
  padding-top:12px;
}
/*----stick menu-----*/
.menu_fixed{
  position:fixed;
  background:#1fa2a4;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  z-index:1000;
  left:0;
  right:0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}
/*******--------slider wrapper start--------***********/
.slider-area{
  float:left;
  width:100%;
  position:relative;
}
.slider-area .carousel-inner .item .caption-1 {
width:100%;
height:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/*background: url(../images/banner.jpg) 50% 0 repeat-y;*/
position: relative;
min-height:600px;
}
.slider-area .carousel-inner .item .caption-2 {
width:100%;
height:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height:850px;
}
.slider-area .carousel-inner .item .caption-3 {
width:100%;
height:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height:850px;
}
/*.slider-area .carousel-inner .item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}*/
.slider-area .carousel-inner .item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top:120px;
padding-bottom:90px;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs{
  display: block;
position: relative;
z-index: 999;
/*overflow: hidden;*/
vertical-align: middle;
padding-top:220px;
}
.slider-area .carousel-inner .item .carousel-captions .content h1{
  animation-delay: 0.8s;
  margin: 0 0 30px;
  text-transform:uppercase;
  font-size:26px;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 {
color: #fff;
font-size: 38px;
font-weight: bold;
margin: 0 0 30px;
animation-delay: 1.5s;
text-transform:uppercase;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 span {
font-weight: bold;
color:#1fa2a4;
margin-left:5px;
}
.slider-area .carousel-inner .item .carousel-captions .content p {
font-size: 16px;
color:#f2eeee;
margin: 0 0 30px;
width:95%;
animation-delay: 2.5s;
}
.slider-area .carousel-inner .item .carousel-captions .content li{
  animation-delay: 3.2s;
}
.hs_slider_tabs_icon_cont_wrapper{
  float:left;
  padding: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper svg:before{
  margin-left:0;
  color:#ffffff;
  font-size:40px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper{
  float:left;
  width:calc(100% - 80px);
  padding-top: 15px;
  padding-left: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child{
  font-size:16px;

}
.hs_sign_left_tabs_wrapper li .hs_tabs_btn{
  float:left;
  width:100%;
  font-size:20px;
  font-weight:bold;
  color:#000000;
  background:rgba(255, 255, 255, 0.21);
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel-nevigation{
  position:absolute;
  top:50%;
  float:left;
  width:100%;	
}
.carousel-nevigation > .prev, .pulse{
  left:20px;
  position:absolute;
  width:70px;
  height:70px;
  border-radius:100px;
  background-color:#346259;
  border:5px solid #3c5350;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   box-shadow: 0 0 0 rgba(60, 83, 80,0.8);
animation: pulse 3s infinite;
}
.carousel-nevigation > .next, .pulse{
  right:20px;
  position:absolute;
  width:70px;
  height:70px;
  border-radius:100px;
  background-color:#346259;
  border:5px solid #3c5350;
     -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   box-shadow: 0 0 0 rgba(60, 83, 80,0.8);
animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 83, 80,0.8);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
}
}
@keyframes pulse {
0% {
  -moz-box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
  box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
}
70% {
    -moz-box-shadow: 0 0 0 10px rgba(60, 83, 80,0.8);
    box-shadow: 0 0 0 10px rgba(60, 83, 80,0.8);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
    box-shadow: 0 0 0 0 rgba(60, 83, 80,0.8);
}
} 
.slider-area:hover .carousel-nevigation > .prev{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel-nevigation > .next:hover, .carousel-nevigation > .prev:hover{
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel-nevigation svg{
  fill:white;
  margin-top:10px; margin-left:10px;
}

.hs_slider_right_tabs_wrapper{
  float:left;
  width:100%;
  border:3px solid #5b6467;
  animation-delay: 3.0s;
}
.hs_slider_right_tabs_wrapper:hover{
  border:3px solid white;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper h1{
  color:#b1841a;
  font-size:18px;
  font-weight:bold;
  font-family:'Open Sans', sans-serif;
  text-transform:uppercase;
}
.hs_slider_tab_one{
  animation-delay: 3.5s;
}
.hs_slider_tab_tow{
  animation-delay: 3.7s;
}
.hs_slider_tab_three{
  animation-delay: 3.9s;
}
.hs_slider_tab_four{
  animation-delay: 4.1s;
}
.hs_slider_tab_fifth{
  animation-delay: 4.3s;
}
.hs_slider_tab_six{
  animation-delay: 4.6s;
}
.hs_slider_right_tabs_wrapper2{
  margin-top:20px;
}
.hs_slider_tabs_icon_wrapper{
  float:right;
  margin-top:-70px;
  padding-right:5px;
}
.hs_slider_tabs_icon_wrapper i{
  float:left;
  font-size:28px;
  text-align:center;
  color:#b1841a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper p{
  font-weight:16px; 
  color:#d1cccc;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper p{
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper h1{
  color:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i{
  color:#1fa2a4;
     -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_slider_cont1 ul{
  float:left; margin:0;
  padding:0;
}
.cc_slider_cont1 li{
  float:left;
  margin-top:10px;
  list-style:none;
}
.cc_slider_cont1 li a{
  width:200px;
  height:50px;
  float:left;
  color:#ffffff;
  text-transform:uppercase;
  background:#1fa2a4;
  text-align:center;
  line-height:45px;
  font-weight:600;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  font-size:16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid #1fa2a4;
}
.cc_slider_cont1 li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*-- hs Slider End --*/
/*--service  wrapper Start --*/
.serv_title_main_wrapper{
  float:left;
  width:100%;
  position: relative;
  margin-top: -106px;
}
.pricing_box1_wrapper{
  background:#1fa2a4;
  float:left;
  text-align:center;
}
.serv_img_wrapper{
  float:left; width:100%;
}
.serv_img_wrapper img{
  width:100%;
}
.box1_heading_wrapper h1 a{
  font-size:18px;
  font-weight:bold;
  color:white;
  text-transform:uppercase;
}
.box1_heading_wrapper{
  width:100%;
  padding:13px;
  float:left;
  background-color:#29a489;
}
.price_box1_wrapper{
  text-align:center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper{
  background-color:#de9b00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover{
  background:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_cont_wrapper{
  float:left; width:100%;
  padding:30px;
}
.pricing_cont_wrapper p{
  font-size:16px;
  color:white;
  line-height:26px;
  float:left;
}
.pricing_cont_wrapper h5 a{
  font-size:14px;
  color:white;
}
.pricing_cont_wrapper h5 a i{
  position:relative;
  top:2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_cont_wrapper h5 a:hover i{
  padding-left:5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/********-------about us wrapper-------**********/
.about_us_section{
  width:100%; float:left;
  /*padding-top:100px;*/ 
  padding-bottom:80px;
  text-align:center;
}
.about_heading_wraper h1{
  margin:0px 0px 0px 0px;
  color:#111111;
  font-size:32px;
  font-weight:700;
  text-align:center;
  /*text-transform:uppercase;*/
}
.about_heading_wraper h2{
  margin:0px 0px 0px 0px;
  color:#fff;
  font-size:32px;
  font-weight:700;
  text-align:center;
  /*text-transform:uppercase;*/
}
.ser_abt_img_resp{
  float:left;
  width:100%;
}
.about_indx_txt{
  width:100%;
  text-align:left;
}
.abt_txt h3{
  font-size:22px;
  color:#222222;
  line-height:36px;
  /*text-transform:capitalize;*/
  font-weight:600;
}
.abt_txt p{
  margin-top:0px;
  font-size:16px;
  color:#333;
  font-family: 'Roboto', sans-serif;
  /*text-transform:capitalize;*/
  text-align: justify;
  line-height:26px;
}
.abt_chk{
  float:left; width:100%;
  font-size:16px;
  color:#333;
  text-transform:capitalize;
  font-family: 'Roboto', sans-serif;
}
.abt_chk ul{
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
}
.abt_chk ul li{
  float:left;
  width:50%;
  list-style:none;
  /*margin-bottom:10px;*/
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.content_chck ul li i{
  font-size:16px;
  color:#1fa2a4;
  margin-right:10px;
}
.abt_chk ul li i{
  position:relative;
  top:2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.abt_chk ul li:hover i{
  padding-left:5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about_btn ul{
  list-style:none;
  float:left;
  margin:0; padding:0;
  padding-top:20px;
}
.about_btn li a{
  width:200px;
  height:50px;
  float:left;
  color:white;
  background:#1fa2a4;
  text-align:center;
  line-height:47px;
  border-radius:50px;
  font-size:16px;
  /*text-transform:uppercase;*/
  font-weight:600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid transparent;
}
.about_btn li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:#000;
}
.portfolio-area{
  float:left;
  width:100%;
   background-color: white;
}
.portfolio-area .portfolio-wrap{
  position: relative;
  overflow: hidden;
}
.about_port_section ul{
  margin:0; padding:0;
  float:left; width:100%;
}
.about_port_section ul li{
  float:left;
  width:auto;
  list-style:none;
  margin-left:20px;
}
.about_port_section ul li:first-child{
  margin-left:20px;
}
.port_uper_div{
  margin-bottom:20px;
}
/*********--------md services wrapper-------*********/
.service_wrapper{
  /*background:url('../images/service_bg.jpg') 50% 0 repeat-y;*/
  float:left;
  width:100%;
  height:100%;
  background-position:center 0;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  padding-top:100px;
  padding-bottom:80px;
  z-index: 0;
}
.service_overlay{
  position:absolute;
  top:0%;
  left:0%;
  right:0%;
  bottom:0%;
  background:rgba(9, 9, 9, 0.9);
  z-index: -1;
}
.service_heading_wraper h2{
  margin:0px 0px 0px 0px;
  color:white;
  font-size:32px;
  font-weight:700;
  text-align:center;
  /*text-transform:uppercase;*/
}
.service_heading_wraper p{
  color:#f5f4f3;
}
.serv_left_wrapper{
  text-align:left;
}
.serv_btn li a:hover{
  color:white;
}
.serv_btn ul{padding-top:0px;}
.serv_heading_section h1{
  font-size:22px;
  font-weight:600;
}
.serv_heading_section p{
  font-size:16px;
  color:#d7d4d4;
}
.sidebar_wrapper{
  float:left;
  width:100%;
  padding-top:50px;
}
.lv_faq_wrapper .panel-title{
  position:relative;
}
.lv_faq_wrapper .panel-title:after{
  content: "";
  position: absolute;
  border-left: 1px solid #f2f2f2;
  top: 0;
  bottom: 0;
  left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
  margin-top: 0px;
}
.accordionFifteen .panel-group {
margin-bottom: 0;
}
.accordionFifteen .panel-default {
border: 0;
}
.accordionFifteen .panel {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
  display: block;
  padding: 15px 20px;
  color: white;
  font-size:16px;
  font-weight:bold;
  border-bottom: none;
  text-decoration:none;
  background-color:#26a88b;
}
.panel_cont p{
  color:white;
}
.accordionFifteen .panel .panel-heading a.collapsed {
  color:white;
background-color:rgba(255, 255, 255, 0.13);
  display: block;
  padding: 15px 20px;
  font-size:16px;
  font-weight:bold;
  border:1px solid #6f6d6d;
}
.accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding:0px;
margin-left:-1px;
margin-top:-1px;
   background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 15px 20px 15px 20px;
background: #1fa2a4;
border-top:none;
margin-left:-1px;
margin-top:-1px;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  float: left;
  margin-right: 60px;
  margin-left: 20px;
  display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
  font-family: 'FontAwesome';
  font-size: 24px;
  float: right;
  width: 50px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  display: block;
  border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
content: "\f068";
background: #ffffff;
width: 16px;
  height: 16px;
  border-radius: 3px;
  line-height: 19px;
  color: #353435;
  font-size: 14px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
  content: "\f067";
  background: #ffffff;
width: 16px;
  height: 16px;
  border-radius: 3px;
  line-height: 19px;
  color: #353435;
  font-size: 14px;
}
.md_serv_box{
  float:left;
  width:100%;
}
.md_serv_box ul{
  float:left;
  width:100%;
  margin:0px;
  padding:0px;
}
.md_serv_box ul li{
  float:left;
  width:23%;
  list-style:none;
  margin-right:20px;
  margin-bottom:20px;	
}
.md_serv_box ul li .md_schedule_info{
  float:left;
  width:100%;
  text-align:left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md_schedule_info h4{
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform:uppercase;
  padding:20px;
  color:#222222;
  background:#f6f6f6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 90px;
}
.md_schedule_info:hover h4{
  background:#26a88b;
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.serv_txt{
  float:left;
  padding:20px;
  background:white;
  min-height: 182px;
}
.md_schedule_info .serv_txt p{
  float: left;
  width: 100%;
  margin: 0px;
  color:#797979;
  font-size:16px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md_schedule_info .serv_txt:hover{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:#ffffff;
  background:#1fa2a4;
}
.md_schedule_info .serv_txt:hover p{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:white;
}
.serv_txt a{
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
}
.md_schedule_info .serv_txt:hover a{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:white;
}
.md_schedule_info a i{
  position:relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md_schedule_info  a:hover i{
  padding-left:5px;
  color:white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/*******--------team wrapper -------***********/
.team_wrapper{
  float:left;
  text-align:center;
  width:100%;
  padding-bottom:44px;
  background-color:#f1f1f1;
}
.team_heading_wrapper h2{
  margin:0px 0px 0px 0px;
  color:#111111;
  font-size:30px;
  font-weight:700;
  /*text-transform:uppercase;*/
}

.team_heading_wrapper h1{
    color: #000;
    font-weight: bold;
  }
.team_about{
  float:left;
  width:100%;
  background-color:#ffffff;
  position:relative;
  overflow:hidden;
  padding: 25px 0;
  box-shadow: 0px 5px 35px 0px rgba(3, 3, 31, 0.1);
  margin: 25px;
}
.team_about:hover .team_icon_wrapper:before{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_about:hover .team_txt a{
  color:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_about:hover .team_img{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_img{
  width:100%;
}
.team_txt {
float:left;
width:100%;
background-color:#f9f9f9;
}
.team_txt h3{
  width:100%;
  margin-top:20px;
}
.team_txt h3 a{
  color:#111111;
  font-size:18px;
  font-weight:700;
  padding-bottom:10px;
  text-transform:capitalize;	
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_txt p{
  text-align:center;
  color:#333;
  font-size:14px;
  margin-top: 10px;
}
.team_icon_wrapper{
  position: relative;
  bottom: 28px;
}
.team_icon_wrapper svg{
  top: 50px;
  left: 20px;
  position: absolute;
}
.team_img img{
  margin-top:2px;
  width:100%;
}
.team_icon_wrapper:before{
  content:'';
  border-right: 120px solid transparent;
  border-top: 120px solid #1fa2a4;
  position: absolute;
  left: 0px;
  top: 30px;
}
.team_icon_hover{
  float:left;
  width:100%;
  background-color:#1fa2a4;
  font-size:16px;
  color:#ffffff;
  position:absolute;
  font-family:'Open Sans', sans-serif;
  line-height: 85px;
  bottom:-95px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
.team_about:hover .team_icon_hover{
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team_icon_hover{
  text-align:center;
  float:left;
  width:100%;
}
.team_icon_hover ul{
  width:100%;
  float:left;
  display:inline-block;
}
.team_icon_hover ul li:first-child{
  margin-left:0;
}
.team_icon_hover ul li{
  float:left;
  width:auto;
  list-style:none;
  margin-left: 15px;
  margin-bottom:-10px;
}
.team_icon_hover ul li i{
  line-height:33px;
  border:2px solid #55d0b5;
  width:36px; height:36px;
  text-align:center;
}
.team_icon_hover ul li a{
  color:#ffffff;
}
.team_icon_hover ul li a:hover{
  color:#e8eeed;
  transition:0.4s;
}
.team_icon_hover ul li i:hover{
   -webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
  transition:0.4s;
}
.team_slider_wrapper{
  float:left; width:100%;
}
.team_slider_wrapper .owl-carousel .owl-item img{
  width:175px;
  margin: 0 auto;
}
.team_slider_wrapper .item {
  width:100%;
}
.team_slider_wrapper .owl-carousel .owl-nav{
  display:none;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 50px 5px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #1fa2a4;
}
.team_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
  background: #1fa2a4;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
/*********----------counter wrapper--------***********/
.counter_section{
  background: url('../images/counter_2_bg.jpg') 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align:center;
}
.counter_overlay{
  background:rgba(0, 0, 0, 0.8);
  padding-top:100px;
  padding-bottom:95px;	
}
.counter_section .count-description{
  font-size: 40px;
  font-weight: 700;
  color:white;
  margin-top:20px;
}
.icon{
  width:100px;
  height:100px;
  line-height:98px;
  text-align:center;
  font-size:28px;
  font-weight:bold;
  border:2px solid #363838;
  display:inline-block;
      -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon i{
  text-align:center;
  width:80px;
  border-radius:80px;
  line-height:80px;
  background:#3a3f41;
  display:inline-block;
  font-size:30px; color:#1fa2a4;
}
.count-description{
  padding-top:20px;
}
.icon:hover{
  background-color:#27947c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.con1, .con2, .con3, .con4{
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;
  color:white;
  padding-top:10px;
}
/********-------event wrapper-------**********/
.event_wrapper{
  float:left;
  width:100%;
  padding-bottom:45px;
  background-color:white;
}
.hs_lest_news_box_wrapper{
  float:left;
  width:100%;
}
.hs_lest_news_img_wrapper{
  position:relative;
  overflow:hidden;
}
.hs_lest_news_img_wrapper img{
  width:100%;
}	
.hs_lest_news_date_wrapper{
 width: 70px;
  height: 70px;
  background-color:#1fa2a4;
  text-align: center;
  position: absolute;
  top:-70px;
  right: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_date_wrapper ul{
  margin:0; padding:0;
}
.hs_lest_news_date_wrapper li:first-child{
  font-size:28px;
  color:#ffffff;
  list-style:none;
  padding-top:10px;
  font-weight:bold;
  padding-bottom:5px;
}
.hs_lest_news_date_wrapper li:last-child{
  font-size:22px; list-style:none;
  color:#ffffff;
}
.hs_lest_news_cont_wrapper{
  text-align:left;
  width:100%;
  background:#ffffff;
}
.hs_lest_news_cont_wrapper h5{
  font-weight:500;
  text-transform:capitalize;
  color:black;
  font-size:20px;
  padding:20px;
  background:#f9f9f9;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_box_wrapper:hover.hs_lest_news_cont_wrapper h5{
  background:#26a88b;
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_cont_wrapper p{
  font-size:16px;
  line-height:26px;
  color:#797979;
}
.lest_blog_wrapper h4 a{
  font-size:14px;
  color:#1fa2a4;
  display:inline-block;
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_cont_wrapper h2{
  font-size:22px;
  font-weight:600;
  color:black;
  margin-bottom:10px;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h2{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:white;
}
.lest_blog_wrapper h4 a:hover i{
  padding-left:5px;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_date_wrapper{
      top:0;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h5{
  color:white;
  background:#26a88b;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lest_blog_wrapper{
  padding:20px;
  background-color:white;
}
.hs_lest_news_box_wrapper:hover .lest_blog_wrapper{
  background:#1fa2a4;
  color:white;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper p{
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:white;
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a{
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_lest_news_cont_wrapper h4 a{
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
}
.event_slideR_wrapper{
  float:left; width:100%;
  text-align:center;
}
.event_slideR_wrapper .owl-carousel .owl-item img{
  width:auto;
}
.event_slideR_wrapper .item {
  width:100%;
}
.event_slideR_wrapper .owl-carousel .owl-nav{
  display:none;
}
.event_slideR_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 50px 5px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #1fa2a4;
}
.event_slideR_wrapper  .owl-theme .owl-dots .owl-dot.active span, .event_slideR_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
  background: #1fa2a4;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
/*********----------testimonial wrapper--------***********/
.testimonial_wrapper{
  background: url('../images/clint_bg.jpg') 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align:center;
}
.testimonial_overlay{
  background:rgba(0, 0, 0, 0.8);
  padding-top:100px;
  padding-bottom:45px;
}
.testmonial_slider_wrapper{
  float:left;
  width:100%;
}
.client_slide_main_wrapper{
  float:left;
  width:100%;
}
.client_cont_wrapper{
  float:left;
  width:100%;
  text-align:center;
  background:#ffffff;
}
.client_cont_wrapper:after{
  content: '';
  border-left: 50px solid transparent;
  border-bottom: 63px solid #f5f5f5;
  position: absolute;
  top: 88px;
  right: 50px;
}
.client_slide_main_wrapper:hover .client_cont_wrapper:after{
  border-bottom: 63px solid #26a88b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client_cont_wrapper p{
  color:#222222;
  font-size:18px;
  padding:45px;
  font-style:italic;
}
.client_slide_main_wrapper:hover  .client_cont_wrapper{
  color:white;
  background:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client_slide_main_wrapper:hover .client_cont_wrapper p{
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client_img_wrapper{
  float:right;
  width:80px;
  margin-bottom:40px;
}
.client_cont_wrapper h1{
  color:#222222;
  font-size:22px;
  font-weight:600;
  background:#f6f6f6;
  padding:20px;
}
.client_slide_main_wrapper:hover .client_cont_wrapper h1{
  background:#26a88b;
  color:white;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
.client_img_wrapper img{
  border-radius:100%;
}
.testmonial_slider_wrapper .client_cont_wrapper img{
  display:inline-block;
  text-align:center; position:absolute;
  margin-left:-70px;
  bottom:36px;
}
.testmonial_slider_wrapper{
  float:left; width:100%;
  text-align:center;
}
.testmonial_slider_wrapper .owl-carousel .owl-item img{
  width:auto;
}
.testmonial_slider_wrapper .item {
  width:100%;
}
.testmonial_slider_wrapper .owl-carousel .owl-nav{
  display:none;
}
.testmonial_slider_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 50px 5px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid white;
}
.testmonial_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .testmonial_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
/*******--------portfolio wrapper css-------**********/
.fliter_main_wrapper{
  float:left;
  width:100%;
  padding-top:100px;
  background:white;
  padding-bottom:84px;
}
.gc_filter_heading_wrapper{
  text-align:center;
}
.gc_filter_heading{
  display:inline-block;
}
.portfolio-area{
  float:left;
  width:100%;
}
.portfolio-area .portfolio-area-intro{
  margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
  text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
  font-weight: 600;
}
.portfolio-area .portfolio-thumb{
  position: relative;
  overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 800px;
  bottom: 800px;
  top: 800px;
  right: 800px;
  cursor:pointer;
  background:rgba(78, 199, 171, 0.8);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
  left: 0;
  bottom: 0;
  right:0;
  top:0;
  opacity: 1;
}
.portfolio-area .portfolio-thumb img{
  width: 100%;
}
.portfolio-area .portfolio-info {
  position: absolute;
  height: 100%;
  left: 20px;
  top: 0;
  color: #ffffff;
  opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
  left: 40px;
  top: 40px;
  margin-top: -25px;
  opacity: 1;

}
.portfolio-area .portfolio-info h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}
.portfolio-info:after{
  content:'';
  border:1px solid #2f2d2b;
  display:block;
  width:100%;
  position:relative;
  top:5px;
}
.portfolio-info h3:after{
  content:'';
  border:1px solid #fca900;
  display:block;
  width:50px;
  position:relative;
  top: 7px;
  z-index: 1;
}
.portfolio-area .portfolio-info .small{
  font-size: 12px;
  color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
position: relative;
width:auto;
visibility:visible;
}

.gc_filter_cont_overlay {
position: absolute;
top: 200px;
bottom: 200px;
left: 200px;
right: 200px;
border:25px solid transparent;
opacity:0;
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility:hidden;
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  background:rgba(78, 199, 171, 0.8);
opacity:1;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
  visibility:visible;
}
.gc_filter_cont_overlay i{
  color:white;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  border-radius:100%;
  font-size:24px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
  color:white;
  opacity:1;
}
.gc_filter_text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
 border: 5px solid rgba(255, 255, 255, 0.6);
}
.III_column{
  margin-top:30px;
}

/*portfolio-filter*/
.portfolio_section{
  float:left;
  text-align:center;
  width:100%;
  background-color:white;
}
.portfolio-area{
  float:left;
  width:100%;
}

#filter li a{
  display: block;
  font-size: 16px;
  color: black;
  cursor: pointer;
  color:#000000;
  font-weight:700;
  text-transform: uppercase;
  padding: 5px 25px;
  border: 2px solid transparent;
  margin-right: 10px;
  border-radius:20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
  background:none;
  border: 2px solid #1fa2a4;
  color: #d99a09;
  border-radius:20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#filter li a:last-child{
  margin-right: 0px;
}
.gc_filter_btn{
  text-align:center;
}
.gc_filter_btn ul{
  padding:0;
  list-style:none;
  margin-top:50px;
  display:inline-block;
}
.gc_filter_btn li a{
  width:160px;
  height:50px;
  float:left;
  background:#1fa2a4;
  color:white;
  text-align:center;
  line-height:49px;
  border-radius:50px;
  font-size:16px;
  font-weight:600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid transparent;
}
.gc_filter_btn li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:black;
}
/**********--------call us wrapper------**********/
.call_wrapper{
  background:url('../images/appoint_img.jpg') 50% 0 repeat-y;
  float:left;
  width:100%;
  height:100%;
  background-position:center 0;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  padding-top:110px;
  padding-bottom:95px;
}
.call_overlay{
  position:absolute;
  top:0%;
  left:0%;
  right:0%;
  bottom:0%;
  background:rgba(255, 255, 255, 0.9);
}
.call_heading_wraper h1{
  margin:0px 0px 0px 0px;
  color:#1fa2a4;
  font-size:60px;
  font-weight:bold;
  text-align:center;
}
.call_heading_wraper h3{
  color:#000;
  font-size:22px;
  font-family: 'Roboto', sans-serif;

}
.appointmnt_wrapper_2{
  /*text-align:center;*/
  float:left; width:100%;
}
.appoint_btn_2{
  display:inline-block;	
}
.appoint_btn_2 ul{
  padding:0;
  list-style:none;
}
.appoint_btn_2 li a{
  width:200px;
  height:50px;
  float:left;
  color:white;
  background:#1fa2a4;
  text-align:center;
  line-height:49px;
  font-size:16px;
  /*text-transform: uppercase;*/
  border-radius:50px;
  border:2px solid transparent;
  font-weight:600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.appoint_btn_2 li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  color:#000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.appoint_btn_2 i{
  margin-right:10px;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper{
  float:left;
  width:100%;
  text-align:center;
  background-color:#f1f1f1;
}
.blog_about{
  text-align:left;
  width:100%;
}
.blog_txt h1{
  margin:20px 0;
}
.blog_txt h1 a{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  color:black;
}
.blog_txt h1 a:hover{
  color:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_txt_info ul{
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
  margin-top:10px;
  color:#707070;
  margin-bottom:10px;
}
.blog_txt_info ul li{
  float:left;
  width:auto;
  font-size:14px;
  list-style:none;
  margin-right: 35px;
}
.blog_txt_info ul li:first-child a {
  padding-left:0px;
}
.blog_txt_info ul li:first-child{
  position:relative;
}
.blog_txt_info ul li:first-child:after{
  content: "";
  position: absolute;
  top: 4px;
  right: -17px;
  background-color: #707070;
  width: 1px;
  height: 73%;
}

.blog_txt h4{
  background: #fff;
  text-align: center;
  padding: 25px 10px;
  box-shadow: 0px 5px 35px 0px rgba(3, 3, 31, 0.1);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  min-height: 94px;
}

.blog_about p{
  font-size:16px;
  line-height:26px;
  color:#707070;
  margin-top:10px;
  padding-bottom:8px;
}
.blog_img{
  position:relative;
  width:100%;
  border:1px solid transparent;
}
.blog_img figure{
  display:block;
  margin:0;
  overflow:hidden;
}
.blog_img figure img{
  width:100%;
  display:block;
  transition:all 0.3s;
  border:1px solid transparent;
}
.blog_img:hover figure img {
  transform: scale(1.1, 1.1);
  transition:0.5s;
}
.blog_comment{
  float:right;
  position:relative;
  margin-top:-50px;
  z-index:5;
}
.blog_comment ul{
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
}
.blog_comment ul li{
  float:left;
  width:auto;
  list-style:none;
  text-align:center;
  line-height:30px;
  margin-right:20px;
}
.blog_comment ul li a{
  color:black;
  font-size:14px;
  padding:10px;
  background-color:white;
  font-weight:700;
}
.blog_comment ul li i{
  margin-right:8px;
}
.blog_comment ul li:hover a{
  background-color:#1fa2a4;
  color:white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_txt a:hover i{
  padding-left:5px;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper{
  float:left;
  width:100%;
  text-align:center;
  background-color:#ffffff;
}
.booking_box{
  /*float:left;*/
  width:70%;
  z-index:5;
  position:relative;
  background:#1fa2a4;
  padding:83px 100px 83px 100px;
  /*margin-top:-180px;*/
  margin: -180px auto 0;
}
.box_side_icon{
  position: relative;
  float:left;
}
.box_side_icon input{
  display: inline-block;
  width: 100%;
}

.box_side_icon button{
  background-color: #fff !important;
  color: #000;
}

.box_side_icon:before{
  content:'';
  border-right: 120px solid transparent;
  border-top: 120px solid #1fa2a4;
  position: absolute;
  left: -85px;
  top:-83px;
}
.box_side_icon img{
   top: -50px;
  left: -62px;
  color:white;
  position: absolute;
}
.response{
  color:#2d2d2d;
  float:right;
}
.contect_form1 input{
  width:100%;
  height:50px;
  margin-top:20px;
  padding-left:10px;
  margin-bottom:10px;
  color:white;
  background:transparent;
  border:2px solid #7bddc7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus, .contect_form3 input:hover, .contect_form3 input:focus{
  border:2px solid #ffffff ;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form3 input{
  width:100%;
  height:50px;
  margin-top:20px;
  padding-left:20px;
  background:transparent;
  color:white;
  border:2px solid #7bddc7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_form3{
  width:100%; margin-left:-7px;
}
.contect_form3 i{
  margin-left:-30px;
  color:white;
}
.booking_box ::placeholder {
  color: #7bddc7;
  opacity: 1; /* Firefox */
}

.booking_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #7bddc7;
}

.booking_box ::-ms-input-placeholder { /* Microsoft Edge */
 color: #7bddc7;
}
.contect_form4 textarea{
  width:100%;
  margin-top:30px;
  padding-left:10px;
  color:white;
  background:transparent;
  border:2px solid #7bddc7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
  border:2px solid #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
} 
.contect_btn button{
  padding:0;
  list-style:none;
  margin-top:40px;
  float:left;
}
.contect_btn button{
  width:160px;
  height:50px;
  float:left;
  color:black;
  background:#ffffff;
  text-align:center;
  line-height:47px;
  border-radius:50px;
  font-size:16px;
  font-weight:bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid transparent;
}
.contect_btn button:hover{
  background:transparent;
  border:2px solid white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:#000000;
}
.chat_box{
  float:left;
  width:30%;
  z-index:5;
  box-shadow: 0px 15px 10px -15px #111;
  background:#f9f9f9;
  position:relative;
  padding:55px 60px 55px 60px;
  margin-top:-180px;
}
.booking_box_2{
  float:left; width:100%;		
  text-align:center;
}
.booking_box_img {
  text-align:center;
}
.booking_box_img img{
  display:inline-block;
  position:relative;
}
.booking_box_img:after{
  content: '';
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1fa2a4;
  z-index: 100;
  margin: auto;
 bottom: 11px; 
  display: block; 
  right: 0;
  top:-14px;
  bottom: -15px;
  border: 6px solid #fff;
}
.booking_chat{
  text-align:center; float:left;
  margin:20px 0 20px 0;
}
.booking_chat h1{
  margin:0px 0px 0px 0px;
  color:black;
  font-size:24px;
  font-weight:700;
}
.booking_chat p{
  color:black;
  margin-top:30px;
  font-size:16px;
}
.booking_btn ul{
  list-style:none;
  float:left;
}
.booking_btn li a{
  width:160px;
  height:50px;
  float:left;
  color:white;
  background:#1fa2a4;
  text-align:center;
  line-height:47px;
  border-radius:50px;
  font-size:16px;
  font-weight:bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid transparent;
}
.booking_btn li a:hover{
  background:transparent;
  border:2px solid #1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:#000;
}
.map_main_wrapper{
  float:left;
  width:100%;
  position:relative;
  z-index:1;
  text-align: center;
  margin-top: -100px;
  /*margin-bottom: 75px;*/
}
/*********------------partner wrapper--------**************/
.partner_wrapper{
  float:left;
  width:100%;
  text-align:center;
  background-color:#ffffff;
}
.partner_slider_img{
  float:left;
  width:100%;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
  display: none;
}
.partner_slider_img .item{
  width:100%;
  display:inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
  display: block;
  width:80%;
  text-align:center;
}
.partner_slider_img .owl-theme .owl-nav {
  display:none;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper{
  float:left;
  width:100%;
  background-color:#1fa2a4;
}
.newsletter_text{
  float:left;
  width:100%;
}
.newsletter_text h3{
  float: left;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight:700;
  /*text-transform: uppercase;*/
  margin-top:10px;
}
.contect_btn_news ul{
  list-style:none;
  float:right;
}
.contect_btn_news li a{
  width:220px;
  height:50px;
  float:left;
  color:black;
  background:#ffffff;
  text-align:center;
  line-height:47px;
  border-radius:50px;
  font-size:16px;
  font-weight:bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:2px solid transparent;
}
.contect_btn_news li a:hover{
  background:transparent;
  border:2px solid white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color:#000000;
}
/*********---------footer wrapper------------**************/
.footer_gallary ul{
  margin:0;
  padding:0;
  float:left;
  width:100%;
}
.footer_gallary ul li{
  float:left;
  margin-left:3px;
  list-style:none;
}
.footer_gallary img{
  border:2px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_gallary img:hover{
  border:2px solid #1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_wrapper{
  width:100%;
  background-color:#111111;
}
.footer_widget_add{
  padding-top:100px; text-align:left;
  position:relative;
}
.address_main{
   text-align:left;
   float:left;
  position:relative;
}
.box_1_wrapper{
  float:left; width:30%;
}
.footer_main_wrapper{
  float:left;
  width:100%;
  padding-bottom:16px;
}
.booking_box_div{
  width:70%;
  float:left;
}
.address_main:after{
  content: "";
  position: absolute;
  top:0;
  right:15px;
  background-color: #434141;
  width: 1px;
  height: 506px;
}
.footer_widget_add p{
  font-size:16px;
  color:#757575;
  padding-top:35px;
  margin-bottom:20px;
  line-height: 24px;
  
}
.footer_widget_add a{
  font-size:14px;
}
.footer_box_add{
  float:left;
  margin-top:35px;
  width:100%;
  margin-bottom:30px;
}
.footer_box_add ul{
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
  font-size:14px;
}
.footer_box_add ul li{
  float:left;
  width:auto;
  color:white; margin-bottom:10px;
  list-style:none;
}
.footer_box_add ul li i{
  margin-right:10px;
  line-height:33px;
  color:white;
  border:2px solid #373636;
  width:34px; height:34px;
  text-align:center;
}
.footer_box_add ul li a{
  color:white;
}
.footer_box_add ul li a:hover{
  color:#1fa2a4;
  transition:0.4s;
}
/****footer_2******/
.footer_heading{
  padding-top:100px; text-align:left;
  width:100%;
}
.footer_heading h2{
  font-size:20px;
  color:#ffffff;
  font-weight:700;
  /*text-transform:uppercase;*/
}
.footer_gallary{
  float:left; width:auto;
  margin-top:40px;
}
.footer_gallary img{
  margin-bottom:10px;
}
/****footer_3******/
.footer_ul_wrapper{
  float:left;
  width:100%;
}
.footer_ul_wrapper{
  float:left;
  margin:0px;
  padding:0px;
  width:100%;
  margin-top:30px;
  text-transform:capitalize;
}
.footer_ul_wrapper ul li{
  width:auto;
  margin-bottom:10px;
  list-style:none;
}
.footer_ul_wrapper ul li i{
  margin-right:10px;
  color:#1fa2a4;
}
.footer_ul_wrapper ul li a{
  color:#757575;
}
.footer_ul_wrapper ul li a:hover{
  color:#1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_menu{
  margin-left:30px;
}
/****footer_4******/
.footer_cnct{
  text-align:left;
  width:100%;
  margin-top:40px;
}
.contact_last_div{
  padding-left:61px;
}
.footer_cnct p{
  font-size:16px;
  color:#757575;
  text-transform:capitalize;
}
.footer_cnct p span{
  font-weight:500;
  color:#ffffff;
  margin-left:10px;
}
/****footer_5******/
.footer_botm_wrapper{
  float:left;
  width:100%;
  padding-top:46px; 
  padding-bottom:30px;
}
.footer_botm_wrapper:after{
  content: "";
  position: absolute;
  top: 10px;
  right:0;
  left:0;
  background-color: #434141;
  width:1195px;
  height: 1px;
}

.bottom_footer_copy_wrapper span{
  margin:0; 
  color:#757575; 
  font-size: 14px;
}
.bottom_footer_copy_wrapper a{
  color:#757575;	
  margin-right:5px;
}
.bottom_footer_copy_wrapper a:hover{
  color:#1fa2a4;
  transition:0.5s;
}
.footer_btm_icon{
  float:right;
  margin-top:-9px;
}
.bottom_footer_copy_wrapper{
  display:inline;
}
.footer_btm_icon ul{
  margin:0px;
  padding:0px;
  width:100%;
  float:right;
  font-size:16px;
}
.footer_btm_icon ul li{
  float:left;
  width:auto;
  color:white; 
  list-style:none;
  margin-left:10px;
}
.footer_btm_icon ul li i{
  line-height:33px;
  color:#373636;
  background-color:transparent;
  border:2px solid #373636;
  width:34px; height:34px;
  text-align:center;
}
.footer_btm_icon ul li a{
  color:#373636;
}
.footer_btm_icon ul li a i:hover{
  background-color:#1fa2a4;
  color:white;
  border:2px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#return-to-top {
  width:40px; height:40px;
  float:right; margin-top:-39px;
  z-index:1; position:relative;
  background-color:#1fa2a4;
   margin-right: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index:100;
}
#return-to-top i {
  color:white;
  text-align:center;
  font-size:16px;
  margin:12px; margin-left:13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #1fa2a4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#return-to-top i:hover{
 color:white;
}
/********----------responsive css start--------**********/
/*********************991 & 1199 start******************/
@media (min-width: 992px) and (max-width: 1199px){
  .appointmnt_wrapper{margin-top:0;}
  .appoint_btn li a{
      width:220px;
  }
  .abt_txt{margin-top:40px;}
  .md_serv_box ul li{width:100%;}
  .team_icon_hover ul{
      margin-left:-15px;
  }
  .team_icon_hover ul li{
      margin-left:7px;
  }
  .chat_box{
  padding: 100px 30px 80px 30px;
}
.address_main:after{
  height: 595px;
}
}
/*********----------991 responsive css-------**********/
@media (max-width: 991px){
  .right_side_main_warpper{
      line-height:0; text-align:center;
      margin-top:-10px;
  }
  .md_right_side_warpper{
      float:none; line-height:4;
      display:inline-block;
  }
  .top_header_add li{
      float:none; display:inline-block;
  }
  .top_header_add{float:none;
  text-align:center}
  .md_logo{
      text-align:center; padding-bottom:10px;
  }
  .md_share_info_wrapper{
      float:none; display:inline-block;
  }
  .appointmnt_wrapper{margin-top:-68px;}
  .appoint_btn li a{
      width:210px;
  }
  .abt_txt{margin-top:40px;}
  .md_serv_box{margin-top:40px;}

.team_icon_hover ul li{
  margin-left:13px;
}
.team_icon_hover{
  width:100%;
}
.count-description{
  margin-bottom:50px;
}
.blog_about{
  margin-bottom:40px;
}
.blog_img figure img{width:50%;}
.blog_comment{float:left; margin-left:20px;}
.chat_box{
  padding: 100px 30px 80px 30px;
}
.booking_box{
  width:100%; margin-top:30px;
}
.chat_box{width:100%; margin-top:0;}
.contect_btn, .booking_btn{
  text-align:center;
}
.contect_btn button, .booking_btn ul{
  float:none; display:inline-block;
}
.newsletter_text h3{
  font-size:20px;
}
.contect_btn_news{text-align:center;}
.contect_btn_news ul{
  float:none; display:inline-block;
  margin-top:30px;
}
.footer_box_add{
  margin-top:10px;
}
.bottom_footer_copy_wrapper span{
  font-size:14px;
}
.footer_box_add span{
  display:none;
}
.sidebar_wrapper{
  margin-bottom:50px;}
.footer_botm_wrapper:after{
  left: 15px;
  width: 700px;
}
.footer_btm_icon {
  margin-right: -30px;
}
#return-to-top{
  margin-top:-134px;
}
.contact_last_div{
  padding-left:0;
}
.team_txt{background:transparent;}
}
/*********----------768 responsive css-------**********/
@media (min-width: 768px) and (max-width: 991px){
  .et_search_box{
      right: 0px;
      top: 97%;
  }
  .content{
      text-align:center;
  }
  .team_icon_hover ul li:first-child{
      margin-left: 40px;
  }
  .cc_slider_cont1{
      display:inline-block; float:none;
  }
  .team_txt{background:transparent;}
  .address_main:after{		
  height: 507px;
  right: 0;
  }
  .footer_botm_wrapper:after{
      left: 15px;
  width: 700px;
  }
  #return-to-top {
  margin-top: -110px;
}
.footer_btm_icon {
  margin-right: -30px;
}
}
/*********----------767 responsive css-------**********/
@media (max-width: 767px){
  .menu_wrapper{
      padding-top:10px; padding-bottom:10px;
  }
  #toggle{
      padding-top:40px;
  }
  .appoint_btn li a{
      width:230px;
  }
  .middle_header_wrapper{
      padding-top:0px; padding-bottom:0px;
  }
  .content{
      text-align:center;
  }
  .cc_slider_cont1{
      display:inline-block; float:none;
  }
  .our_doc_icn_hovr ul{
      margin-left: 228px;
  }
  .team_icon_hover ul li{
      margin-left:20px;
  }
  .serv_title_main_wrapper{
      margin-top:40px;
  }
  .team_img img{
      width:100%;
  }
  .pricing_box1_wrapper{margin-bottom:50px;}
  .about_us_section{padding-top:50px;}
  .team_about {
  width: 100%;
  margin-bottom: 30px;
}
.hs_lest_news_box_wrapper{margin-top:40px;}
.event_slideR_wrapper .owl-carousel .owl-item img{width:100%;}
.box_1_wrapper {
  width: 100%;
}
.footer_main_wrapper {
  margin-top: 0px;
}
.footer_heading{padding-top:30px;}
.address_main:after{display:none;}
.footer_box_add{margin-top:20px;
margin-bottom:0;}
.contact_last_div{
  padding-top:-20px;
}
.footer_botm_wrapper:after{
  width:766px; left:0;
  right:0;
}
.team_txt{background:transparent;}
.footer_box_add ul li{
  margin-right:15px;
}
.contact_last_div{width:100%;}
.footer_btm_icon {
  float: left;
  margin-top: 15px;
  padding-left: 40px;
}
#return-to-top {
  margin-top: -150px;
}
.bottom_footer_copy_wrapper {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
   .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block !important;
  }
  
}
/*********----------480 responsive css-------**********/
@media (max-width: 480px){
  .appointmnt_wrapper{
      margin-top:-68px; 
      }
  .mobile-banner{
    display: block !important;
  }
  .mobile-banner img{
    width: 100%;
  }
  
 
  
  .img-responsive{
    width: 75px;
  }
  
  #toggle {
    padding-top: 25px;
}
  
  .banner-form{
    position: static !important;
  }
  form.deepam-form{
    width: 100% !important;
    margin-top: inherit !important;
  }
  
  .slider-area .carousel-inner .item .caption-1{
    min-height: inherit !important;
  }
  
  .top_header_add {line-height:3;}
  .appoint_btn li a{
      width:200px;
  }
  .middle_header_wrapper{
      padding-top:0px; padding-bottom:0px;
  }
  .md_share_info_wrapper ul li{margin-left:0;}
  .slider-area .carousel-inner .item .carousel-captions .content h2{font-size:32px;}
  .port_img_wrapper{
      margin-top:20px;
  }
  .md_serv_box ul li{
      width:100%;
      margin-right:0;
  }
  .team_about {
  width: 100%;
  margin-bottom: 0px; 
}
.our_doc_icn_hovr ul{
  margin-left:30px;
}
.team_icon_hover ul li:first-child{
  margin-left:77px;
}
.team_icon_hover ul li{
  margin-left:20px;
}
.list-inline>li{
  margin-bottom:10px;
}
.call_heading_wraper h1{font-size:32px;}
.blog_img figure img{width:100%;}
.box_side_icon:before{
  display:none;
}
.box_side_icon img{display:none;}
.booking_box {
  padding: 50px 15px 65px 15px;
}
.contect_btn_news ul{
  padding:0;
}
.footer_btm_icon {
  padding-left: 0;
}
.contect_btn_news{
  float:left;
}
.team_txt{background:transparent;}
.contect_btn button{
  float:none;
  display:inline-block;
}
.booking_btn ul {
  float: none;
  display: inline-block;
  padding: 0;
}
.footer_box_add ul li{float:none;}
.footer_heading{padding-top:30px;}
.contact_last_div{width:100%;}
.bottom_footer_copy_wrapper{
  text-align:center;
  display:inline-block;
  font-size:14px;
}
#return-to-top {
  margin-right: 0;
  margin-top: -149px;
}
}
@media (max-width: 650px) and (min-width: 580px){
.our_doc_icn_hovr ul {
  margin-left: 100px;
}
}
/*********------------481 $ 766 css-------*************/
@media (min-width: 481px) and (max-width: 766px){
  .appointmnt_wrapper{
      margin-top:-68px;
      }
  .top_header_add {line-height:3;}
  .appoint_btn li a{
      width:200px;
  }
  .team_txt{background:transparent;}
  .slider-area .carousel-inner .item .carousel-captions .content h2{font-size:28px;}
  .contact_last_div{width:100%;}
  #return-to-top {
  margin-right: 0;
  margin-top: -157px;
}
}
/*********----------320 responsive css-------**********/
@media (max-width: 320px){
  .md_share_info_wrapper ul li{
      margin-left:0px;
  }
  .appoint_btn li a{
      width:180px;
  }
  .middle_header_wrapper{
      padding-top:10px; padding-bottom:0px;
  }
  .slider-area .carousel-inner .item .carousel-captions .content h2{
      font-size:24px;
  }
  .carousel-nevigation > .prev, .pulse{left:10px}
  .carousel-nevigation > .next, .pulse{right:5px}
  .team_txt{background:transparent;}
  .contact_last_div{width:100%;}
  .abt_chk ul li{width:100%;
  float:none;}
  .team_icon_hover{width:100%;}
  .team_icon_hover ul li:first-child{
      margin-left:-10px;
  }
  .our_doc_icn_hovr ul{
      margin-left:3px;
  }
.call_heading_wraper h1{font-size:28px;}
.team_heading_wrapper h1{
  line-height:1;
}
  
  
  
.service_heading_wraper  h1{
  line-height:1;
}
.footer_btm_icon{
  padding-left: 0;
}
.footer_btm_icon ul li{
  margin-lefT:5px;
}
#return-to-top{
  margin-right: 0;
  margin-top: -207px;
}
}
/**********------321 $480 css---------**********/
@media (min-width: 321px) and (max-width: 480px){
  .carousel-nevigation > .prev, .pulse{left:10px;}
  .carousel-nevigation > .next, .pulse{right:5px;}
  .team_icon_hover{width:100%;}
  .contact_last_div{width:100%;}
  .our_doc_icn_hovr ul{
      margin-left:0;
  }
  #return-to-top {
  margin-right: 0;
  margin-top: -181px;
  }
}
@media (max-width: 580px) and (min-width: 481px){
#return-to-top {
  margin-top: -182px;
}
}


.med_doctor_info {
  float: left;
  width: 100%;
  line-height: 50px;
  padding-top: 75px;
  padding-bottom: 25px;
  background-color: #00BAB5;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

.doctor_info h1 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.doctor_info p {
  font-size: 18px;
  margin-top: -5px;
}
.doctor_info ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  margin-top: -12px;
}

.doctor_info li {
  display: inline-block;
  width: auto;
  list-style: none;
  font-size: 18px;
  margin-right: 30px;
}
.doctor_info ul li i {
  margin-right: 10px;
  line-height: 33px;
  border: 2px solid #55d0b5;
  width: 36px;
  height: 36px;
  text-align: center;
}
.doctor_info ul li a {
  color: #ffffff;
}
.doctor_info ul li a:hover {
  color: #1fa2a4;
  transition: 0.5s;
}
.choose_heading_wrapper h1 {
  margin: 0px 0px 0px 0px;
  color: #111111;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}


.doc_img_top {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -150px;
  z-index: 50;
}

.doc_appoint_2 {
  float: left;
  width: 100%;
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc_single_forms input {
  width: 100%;
  height: 50px;
  border: 2px solid #dcdcdc;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.doc_single_forms input:hover, .doc_single_forms input:focus {
  border: 2px solid #00BAB5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.dl-bl{
  display: block;
  vertical-align: middle;
}
.dl-bl i{
  color: #1fa2a4;
  font-size: 12px;
  vertical-align: middle;
  margin-top: 5px;
  float: left;
  width: 10px;
}
.dl-bl em{
  float: left;
  font-style: normal;
  width: 98%;
  margin-left: 5px;

}
.dl-bl1 em{
  float: left;
  font-style: normal;
  width: 98%;


}
.mt-10{
  margin-top: 10px;
}
.br-bl{
  padding: 7px;
  background-color: #00BAB5;
  color: #fff;
  margin-bottom: 5px;
}

.book_section {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  margin-top: 100px;
  margin-bottom: 200px;
}
.cont_cat_abt {
  margin-top: 0;
  width: 100%;
  height: 200px;
  border: 2px solid #00BAB5;
}
.cat_about {
  float: left;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  margin-top: -90px;
  z-index: 3;
}
.dc_icon_section {
  bottom: 31px;
}
.cont_cat_txt {
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 75px;
  text-align: center;
}
.icon_wrapper:before {
  content: '';
  border-right: 80px solid transparent;
  border-top: 80px solid #00BAB5;
  position: absolute;
  left: 0px;
  top: 0px;
}
.dc_icon_section img {
  left: 23px;
}
.icon_wrapper img {
  top: 10px;
  left: 15px;
  position: absolute;
  width: 20px;
}
.cat_txt h1 {
  color: #111111;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
/*  text-transform: uppercase;*/
}
.cat_txt p {
  text-align: center;
  color: #757575;
  font-size: 16px;
}

.news_dc_txt h3 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #00BAB5;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.edu_news_form {
  margin-top: 30px;
}
.edu_news_form input {
  width: 100%;
  height: 50px;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 600;
  position: relative;
  border: 2px solid #d7d7d7;
  border-right: 2px solid transparent;
}
.edu_news_form button {
  width: 230px;
  height: 50px;
  float: left;
  color: white;
  text-transform: uppercase;
  background: #00BAB5;
  text-align: center;
  line-height: 47px;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  right: -7px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .portfolio-thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-area .portfolio-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -80%;
  bottom: -80%;
  cursor: pointer;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.portfolio-area .portfolio-thumb img {
  width: 100%;
}
.portfolio_icon_wrapper_iv:before {
  content: '';
  border-left: 80px solid transparent;
  border-bottom: 80px solid #00BAB5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.portfolio_icon_wrapper_iv a {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.portfolio_icon_wrapper_iv i {
  color: #fff;
  font-size: 18px;
}
.portfolio-area .portfolio-info_iv {
  position: absolute;
  text-align: Center;
  background: rgba(0,0,0,0.7);
  top: 0;
  padding: 8px;
  left: 30px;
  opacity: 0;
}
.portfolio-area .portfolio-info_iv h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
}
.portfolio-info_iv h3:after {
  content: '';
  border: 1px solid #fca900;
  display: block;
  width: 80px;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
  z-index: 1;
  left: 47px;
}

.ser_abt {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heart-img{
  position: relative;
  z-index: 0;
}

.heart-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 10px solid #e1e1e1;
  left: -50px;
  bottom: -50px;
  content: "";
  z-index: -1;
}
.content ul li i {
  font-size: 16px;
  color: #1fa2a4;
  margin-right: 20px;
}
.left-mar-20{
  margin-left: 20px;
}
.dark-font p{

  color: #000;
}
.content-full li{
  width: 100% !important;

}
.content-full li i{
  float: left;

}
.content-full li span{
  width: 93%;
  float: left;
}

.content-1 li i{
  margin-right: 5px !important;
}

.full-wid{
  width: 100% !important;
  display: inline-block;
}

.abt_txt h3 {
  font-size: 22px;
  color: #1fa2a4;
  line-height: 36px;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
}

.img_section {
  width: 100%;
  float: left;
  background: #f9f9f9;
  margin-bottom: 30px;
}
.icon_wrapper_event {
  position: relative;
  bottom: 28px;
}
.icon_wrapper_event:before {
  content: '';
  border-right: 80px solid transparent;
  border-top: 80px solid #00BAB5;
  position: absolute;
  left: 0px;
  top: 28px;
}
.icon_wrapper_event i {
  top: 48px;
  left: 15px;
  color: white;
  position: absolute;
}
.img_wrapper1 {
  float: left;
  width: 40%;
}

.event_icon1 {
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 60%;
  margin-top: 40px;
  padding-left: 40px;
}
.event_icon1 h2 a {
  margin-top: 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.event_icon1 ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event_icon1 ul li {
  float: left;
  width: auto;
  font-size: 14px;
  margin-right: 30px;
  list-style: none;
}
.event_icon1 ul li a {
  color: #757575;
}
.event_icon1 ul li i {
  margin-right: 10px;
}
.event_icon1 p {
  color: #757575;
  font-size: 16px;
  line-height: 26px;
}


.event_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  top: -21%;
  z-index: 1000;
  display: block;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev, .event_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: white;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  background-color: #00BAB5;
  height: 30px;
  width: 30px;
  line-height: 1;
  left: -40px;
  border-radius: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev i {
  margin-right: 1px;
  margin-top: 1px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev, .event_slider_wrapper .owl-theme .owl-nav .owl-next {
  color: white;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  background-color: #00BAB5;
  height: 30px;
  width: 30px;
  line-height: 1;
  left: -40px;
  border-radius: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next i {
  margin-left: 3px;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
  display: none;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.blog_txt{
  min-height: 120px;
}

.wid-50{
  width: 50% !important;
  float: left;
}
.pad-10{
  padding:0 10px;
}
.faci-1-bg{
  background-color: #eaeaea;
  height: 400px;
}
.skin-big{
  min-height: 330px;
  border-right: 1px solid #eaeaea;

}
.skin-big:last-child{
  border-right:0px solid #eaeaea;
}
.skin-in p{
  width: 40%;
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 13px;
  margin-left: 15px;
}

.content{
  display: inline-block;
  margin-bottom: 15px;
}



/************CUSTOM CSS*************/

.pt-22{
padding-top: 22px;
float: right;
}

.banner-form {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 30%;
z-index: 1;
}

.banner-form input{
width: 100%;
margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.banner-form input::placeholder{
color: #ccc;
}

form.deepam-form {
margin-top: 50px;
margin-bottom: 50px;
width: 90%;
background-color:rgba(215, 215, 215, 0.5);
padding: 15px;
}

.deepam-form .btn{
  background-color: #25a2a6;
  color: #fff;
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text]:not(.qty), input[type=time], input[type=url], input[type=week], select, textarea, textarea.form-control {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: inherit;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 42px;
  color: #333;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.main-title{
  color: #fff;
  font-weight: bold;
}


.sub-title{
  color: #1fa2a4;
  margin-bottom: 15px;
}

.sub-text{
  text-align: justify;
}
.service_wrapper .sub-text, .service_wrapper .about_heading_wraper{
  color: #fff;
  
}

.service_wrapper .sub-text, .skin-care-set  .sub-text{
  width: 75%;
}

.full-text .sub-text{
  width: 100%;
}

.sub-text li{
  font-size: 16px;
}

.care-set .appoint_btn_2{
  margin-top: 25px;
}

.care-set .appoint_btn_2 a:hover{
  color: #fff;
}


.skin-bg{
  padding: 50px;
  display: inline-block;
  width: 100%;
  background-image: url(../images/slider-item-3-1.jpg);
  background-size: cover;
  background-position:center 0;
  background-size:cover;
  background-repeat:no-repeat;
  position: relative;
  z-index: 0;
}
.skin_overlay{
  position:absolute;
  top:0%;
  left:0%;
  right:0%;
  bottom:0%;
  background:rgba(235, 229, 233,0.9);
  z-index: -1;
}

.skin-care-set .about_heading_wraper h2{
  color: #000;
}

.skin-care-set .appoint_btn_2 a:hover{
  color: #000;
}

.about-team {
    padding: 0 0 50px 0;
}

.about-team-in {
    text-align: center;
    margin: 25px auto;
    padding: 50px;
    box-shadow: 0px 5px 35px 0px rgba(3, 3, 31, 0.1);
  float: none;
}

.about-md-con h2 {
    margin: 25px 0 10px 0;
  font-weight: 500;
}

.about-md-con h4{
  font-weight: bold;
  margin-bottom: 10px;
}

.about-md-con span {
    margin-bottom: 20px;
    display: inline-block;
  font-size: 20px;
}

.about-md-con p {
    text-align: justify;
    margin-bottom: 10px;
}

.care-text-in {
    text-align: center;
    margin: 25px auto;
    padding: 50px;
    box-shadow: 0px 5px 35px 0px rgba(3, 3, 31, 0.1);
  float: none;
}

.care-pic{
  width: 100%;
}

.mobile-banner{
  display: none;
}





::selection {
	background: #25A2A6;
	color: #fff;
}

::-moz-selection {
	background: #25A2A6;
	color: #fff;
}

::-webkit-selection {
	background: #25A2A6;
	color: #fff;
}


form.homeBannerForm1 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 83%;
   background-color:rgba(215, 215, 215, 0.5);
    padding: 15px;
}

.bkSub {
    border: 1px solid #25A2A6;
    background-color: #25A2A6;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    min-height: 90px;
    box-shadow: 3px 4px 5px 0px rgba(3, 3, 31, 0.1);
}