/*-------------------------------------
	Author: lianghexiansheng 
	Copyright ©2023
-----------------********************--------------------
*/
/*----------------body------------------*/
body,html{
	font-family:'Microsoft YaHei', sans-serif;
	line-height: 24px;
	font-weight:400;
	color: #757575;
	overflow-x:hidden;
	background:white;
}
/*------------------custom css----------------*/
select { appearance: none; -moz-appearance: none; -webkit-appearance: none;}
a {
	color: #222;
	text-decoration: none;
}
a:hover, a:focus {
	color: #bc3d35;
	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;
}
.fa-caret-right:before {
    content: "\f0da";
    margin-left:35px;
}
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:20px;
	
}
.med_toppadder40{
	padding-top:40px;
}
.med_toppadder50{
	padding-top:50px;
}
.med_toppadder60{
	padding-top:60px;
}
.med_toppadder70{
	padding-top:60px;
}
.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;
}
.{
	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-----*/


@media (min-width: 768px) {
  .mhide2 {
    display: block;
  }
}



/**************---------menu wrapper--------**************/
.menu_wrapper{
	background:transparent;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}

/*----------title section---------------*/
.med_tittle_section{
	background:url('../images/bg-blue10.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	float:left;
	position:relative;
	text-align:center;
	padding-top:80px;
	padding-bottom:20px;
	margin-top:-45px;
}

.med_media_section{
	background:url('../images/bg-blue1.png') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	float:left;
	position:relative;
	text-align:center;
padding-top: 90px;
  padding-bottom: 40px;
  margin-top: -40px;
}


/***********-----------blog wrapper---------------****************/
.blog_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:white;
}

.contentdc{  margin-top:3%; width:100%;}
.contentdc .left{
    width:100%;float:left; max-width:200px;
}
.contentdc .left h2{
    font-size:28px;
    color:#212121;
    border-bottom:3px solid #a22126;
    padding-bottom:10px;
    margin-bottom:20px;
}
.contentdc .left>ul>li{
    width:100%;
    height:auto;
    line-height:60px;
    font-size:22px;
    text-indent:10px;
    /* border-bottom:1px solid #e5e5e5; */
    cursor: pointer;
    position: relative;
}
.contentdc .left>ul>li::after{
    content:'';
    width:100%;
    height:1px;
    border-bottom:1px solid #e5e5e5;
    position: absolute;
    left:0;
    bottom:0;
}
.contentdc .left>ul>li.active{
    margin-top:-1px;
}
.contentdc .left>ul>li.active::after{
    display:none;
}
.contentdc .left>ul>li.active>a{
    background:#f2f2f2;
    color:#3b8686;
    font-weight: bold;
    border-left:2px solid #3b8686;
    border-bottom:0;
    border-top: none;
    display:block;
}
.contentdc .left div.level2{
    margin:10px auto;
}
.contentdc .left div.level2>ul>li{
    font-size:18px;
    text-indent: 0;
    width:100%;
    line-height:40px;
    overflow: hidden;
}
.contentdc .left div.level2>ul>li>i{
    width:10px;
    height:18px;
    background:url(../images/arrow-rights.png);
    float:left;
    margin-top:10px;
}
.contentdc .left div.level2>ul>li>a{
    width:180px;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#232323;
}
.contentdc .left div.level2>ul>li.active>i{
    background:url(../images/arrow-right-active.png);
}
.contentdc .left div.level2>ul>li.active>a{
    width:180px;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#9D1515;
    font-weight:bold;
}



.contentdc .right{ width:100%; float:right; max-width:900px;}
.contentdc .right .title{
    width:100%;
    height:40px; line-height:40px;
    border-bottom:1px solid #d2d2d2;
}
.contentdc .right .title h2{
    font-size:28px;
    float:left;
}
.contentdc .right .title .route{ float:right; margin-top:0px;}
.contentdc .right .title .route a{
    display:inline-block;
    font-size:16px;
}
.contentdc .right .title .route a i{
    width:19px;
    height:17px;
    background:url(../images/listico_03.jpg);
    display: block;
    float:left;
    margin-right:5px;
    margin-top:11px;
}
.contentdc .right .title .route a.arrow::after{
    content:'>';
    width:19px;
    height:17px;
    display: block;
    float:right;
    margin-left:10px;
}
.contentdc .right .list{
    margin:30px auto;
}
.contentdc .right .list ul{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #eee; text-align:left;
}
.contentdc .right .list ul:last-child{
    border:0;
}
.contentdc .right .list li{
    font-size:22px;
    line-height:50px;
}
.contentdc .right .list li i{
    width:11px;
    height:11px;
    background:url(../images/listico2_07.jpg);
    display:block;
    margin-right:18px;
    margin-top:20px;
    float: left;
}
.contentdc .right .list li span{
    float:right;
    font-size:16px;
    color:#818181;
}
.contentdc .right .list li a{ width:800px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; color:#000;}

.contentdc .right .list li a:hover{ color:#818181;}







/*-- 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:#bc3d35;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/************---------Header css start---------***********/
.top_header_wrapper{
	float:left;
	width:100%;
	background-color:#bc3d35;
	font-size:14px;
	color:#ffffff;
	position:relative;
	z-index:6;
	font-family:'Open Sans', sans-serif;
}
.top_header_add{
	float:left;
	width:auto;
	line-height: 50px;
}
.top_header_add ul{
	margin:0px;
	padding:0px;
	width:100%;
	
}
.top_header_add  li{
	float:left;
	width:auto;
	list-style:none;
	margin-right: 30px;
	margin-left:-3px;
}
.top_header_add ul li i{
	margin-right:10px;
	line-height:33px;
	border:2px solid #55d0b5;
	width:36px; height:36px;
	text-align:center;
}
.top_header_add ul li a{
	color:#ffffff;
}
.top_header_add ul li a:hover{
	color:#f3a9a5;
	transition:0.4s;
}
.top_login{
	float:right;
	width:auto;
	width:170px;
	text-align:center;
	background-color:#22a98b;
	padding-top:19px;
	padding-bottom:16px;
}
.top_login ul{
	margin:0px;
	padding:0px;
	width:100%;
	line-height:5px;
	float:left; margin-left:20px;
}
.top_login ul li{
	float:left;
	width:auto;
	list-style:none;
}
.top_login ul li a{
	color:#ffffff;
	padding-left:20px;
}
.top_login ul li a:hover{
	color:#f3a9a5;
	transition:0.4s;
}
.rp_mobail_menu_main_wrapper{float:none;padding-top:10px;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: #bc3d35;
}

#toggle {
  float: right;
  position: relative;
  bottom:30px;
  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;
}

#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: 10px 20px;
  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:#bc3d35 !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:#bc3d35 !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--------**************/
.menu_wrapper{
	background:transparent;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
.header_logo{
	float:left;
	width:100%;
	position: absolute;
	z-index:10;
	top:0px;
	  
}
.header_logo img{
	  background:transparent;
}
.logo_hidn h1{
	float:left; width:100%;
	visibility:hiddden;
	font-size:24px;
	color:#3b8686;
	font-weight:700;	
	text-transform:uppercase;height: 40px;overflow: hidden;
}
.logo_hidn h1 span{
	visibility:hiddden;
	font-size:14px; 
	color:black;
	font-weight:400;
	text-transform:uppercase;
}
.logo_hidn h1 img{width:100%; max-width:180px;}
.navbar {
    position: relative;
    border: 1px solid transparent;
    z-index: 20;
	min-height:0px;
	margin-bottom:0px;
}
.nav .navbar-nav{
	float:left;
	width:100%;
}
.navbar-nav{
	float:right;
}
.nav .navbar-nav ul{
	margin:0px;
	padding:0px;
	width:100%;
	margin-left:15px;
}
#nav_filter li a{
    display: block;
    font-size: 14px;
    cursor: pointer;
	color:#000000;
    text-transform: uppercase;
    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 #bc3d35;
    color: #000000;
	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>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:#bc3d35;
    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;
}

/*Dropdown Menu*/

.navbar-right .dropdown-menu {
    right: auto;
}
.navbar-nav>li{
	padding-top:20px;
	padding-bottom:20px;
}
#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:#f3a9a5;
	-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;
	border-top:2px solid #bc3d35;
	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: 13px;
	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: 17px;
	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:#e38680;
  -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;
}
.respose_nav{
	padding-right:0;
}

/*-----search bar---*/

.et_search_bar a{
    float: right;
    width: auto;
    text-align: center;
    color:#bc3d35;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box{
	position: absolute;
	right: 2px;
	top: 100%;
	padding: 10px;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	display: none;
	z-index: 1000;
	}
.et_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 30px;
    border: 1px solid #bc3d35;
    border-right: 0px;
}
.et_search_box button{
    width: 30px;
    height: 30px;
    border: 1px solid #bc3d35;
    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:#bc3d35;
	border-color:#bc3d35;
	-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;
	
}
.et_navbar_search_wrapper{
	padding-top:20px;
	padding-bottom:20px;
	float:right;
}
/*----stick menu-----*/
.menu_fixed{
	position:fixed;
	background:#f9f9f9;
	-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: #000; font-weight:600;}
.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---------**********/

.slider_main_wrapper{	float:left;	width:100%;	position:relative;	margin-top:-80px; }
.cc_main_slide1{
	background:url('../images/bg-blue1.jpg');
	width:100%;
	height:680px;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
.cc_main_slide2{
	background:url('../images/bg-blue2.jpg') 50% 0 repeat-y;
	width:100%;
	height:680px;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
.cc_main_slide3{
	background:url('../images/bg-blue4.jpg') 50% 0 repeat-y;
	width:100%;
	height:680px;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
.cc_slider_img_section  .owl-theme .owl-nav {
    position: absolute;
    bottom: 410px;
    margin: 0;
    margin-top: 100px;
    left: 0;
    right: 0;
	display:block;
}
.cc_slider_img_section  .owl-theme .owl-nav .owl-prev{
    font-size: 33px;
    margin: 0;
    padding: 0;
    left: -38px;
    top: 80px;
    position: absolute;
    text-align: center;
    background-color: white;
    width: 78px;
    height: 78px;
    color: #6f6f6f;
    padding-left: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
}
.cc_slider_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 33px;
    margin: 0;
    padding: 0;
    right: -38px;
    top: 80px;
    position: absolute;
    text-align: center;
    background-color: #white;
    width: 78px;
    height: 78px;
    color: #6f6f6f;
    padding-right: 24px;
    text-align: center;
    line-height: 74px;
    border-radius: 100%;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav [class*='owl-'] {
    background-color: #bc3d35;
    color: #fff;
}
.slider_main_wrapper .cc_slider_img_section  .owl-theme .owl-nav .owl-prev:hover{
	background:white;
	color:#bc3d35;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.slider_main_wrapper .cc_slider_img_section  .owl-theme .owl-nav .owl-next:hover{
	background:white;
	color:#bc3d35;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
 .cc_slider_img_section .owl-theme .owl-nav [class*='owl-']{
	 background-color:white; color:#bc3d35;
 }
.owl-theme .owl-nav.disabled + .owl-dots{
	display:none;
}
.cc_slider_cont1 h2{
	color:#e7ae02;
	font-size:36px;
	font-weight: 800;
	text-transform:uppercase;
}
.cc_slider_cont1 p{	font-size:16px;margin-top:30px;color:#fee69b; font-weight:600;}
.cc_slider_cont1 ul{
	margin-top:40px;
}
.cc_slider_cont1 li{
	float:left;
	margin-left:30px;
	list-style:none;
}
.cc_slider_cont1 li:first-child{
	margin-left:-2px; margin-right:5%;
}
.cc_slider_cont1 li a{
	width:160px;
	height:50px;
	float:left;
	color:#ffffff;
	background:#bc3d35;
	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 #bc3d35;
}
.cc_slider_cont1 li a:hover{
	background:#bc3d35;
	border:2px solid #bc3d35;
	color:#fff;
	-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 li:last-child a{
	width:160px;
	height:50px;
	float:left;
	color:#fed16a;
	background:transparent;
	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 #bc3d35;
}
.cc_slider_cont1 li:last-child a:hover{
	background:#bc3d35;
	border:2px solid #bc3d35;
	color:#fed16a;
	-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_wrapper{
	padding-top:10px;
}
.cc_slider_cont1{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	z-index:1000;
}
.cc_slider_cont1 h1{
	color:#bc3d35;
	font-size:30px;
	font-weight:bold;
	background-color:#f3d371;
	text-transform:uppercase;
	padding-top:22px;
	padding-bottom:21px;
	display:inline-block; 
	padding-left:30px;
}
.cc_slider_cont1 h1 span{
	background:#bc3d35;
	padding:5px;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
	padding-right:30px;
	margin-left:30px;
}
.medi{padding-bottom: 40px;   margin-top: -160px; }
/*********-------category wrapper-------*********/
.category_wrapper{
	text-align:center;
	background-color:white;
	width:100%;
}
.cat_about{
	float:left;
	width:100%;
	background-color:#ffffff;
	position: relative;
    margin-top: -90px;
    z-index: 3;
}
.cat_about:hover .icon_wrapper:before{
	border-top: 120px solid #f3a9a5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cat_about:hover .cat_txt a{
	color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_about:hover .cat_img{
	border-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_img{
	 position: relative;
	padding-left:60px;
	border:2px solid #bc3d35;
	width:100%; height:260px;
}
.cat_img img{
	height: 200px;
    padding-top: 35px;
    width: 70%;
}
.cat_txt {
	padding-bottom:50px;
    position: absolute;
    top:23%;
	width:75%;
	left:50px;
}
.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;
}
.icon_wrapper{
    position: relative;
    bottom: 28px;
}
.icon_wrapper img{
    top: 48px;
    left: 15px;
    position: absolute;
}
.icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #bc3d35;
    position: absolute;
    left: 0px;
    top: 30px;
}
.cat_txt a{
	color:#bc3d35;
	font-size:14px;
	font-weight:700;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cat_txt a:hover i{
	color:#f3a9a5;
	-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 wrapper------------************/
.about_wrapper{
	float:left;
	width:100%;
	background-color:white;
	padding-top:150px;
	padding-bottom:155px;
}
.abt_box{
	position:relative;
	border:10px solid #f2f2f2;
	width:200px; height:390px;	
}
.abt_img img{
	position:absolute;
	width:480px; height:480px;
	top:-55px;
}
.abt_heading_wrapper{
	text-align:left;
	width:100%;
	margin-top:-25px;
}
.abt_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.abt_txt{
	text-align:left;
	width:100%;
	padding-left:10px;
}
.abt_txt h3{
	font-size:22px;
	color:#bc3d35;
	line-height:36px;
	text-transform:uppercase;
	font-weight:bold;
}
.abt_txt p{
	margin-top:0px;
	font-size:16px;
	color:#757575;
	font-family:'Open Sans', sans-serif;
	text-transform:capitalize;
	line-height:26px;
}
.abt_chk{
	float:left; width:100%;
	font-size:16px;
	color:#111111;
	text-transform:capitalize;
	font-family:'Open Sans', 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;
}
.content ul li i{
	font-size:16px;
	color:#bc3d35;
	margin-right:20px;
}
/*************------appointment wrapper----------***********/
.appoint_wrapper{
	background:url('../images/appoint_img.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-color:white;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:59px;
	margin-top: -27px;
}
.appoint_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.8);
}
.appoint_box{
	text-align:center;
	width:100%;
}
.appoint_box h1{
	font-size:22px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	margin-left:-147px;
}
.appoint_box p{
	font-size:16px;
	padding-top:10px;
	
	font-family:'Open Sans', sans-serif;
	color:#c4c4c4;
	text-transform:capitalize;
}
.appoint_box p span{
	font-weight:600;
	color:#ffffff;
}
.box_2 h1{
	font-size:22px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	    margin-left: -245px;
}
.appoint_form{
	text-align:left;
	width:auto;
}
.appoint_form ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	padding-top:10px;
	
}
.appoint_form ul li{
	float:left;
	width:auto;
	list-style:none;
}
.appoint_form ul li:last-child{
	color:#c4c4c4;
	margin-left:30px;
}
.appoint_form ul li a{
	color:#c4c4c4;
	padding:0px 3px;
}
.appoint_form ul li a:hover{
	color:#bc3d35;
	transition:0.6s;
}
.appoint_form ul li:last-child a{
	padding-right:0px;
	margin-left:20px;
}
.appoint_form ul li:first-child{
	position:relative;
}
.appoint_form ul li:first-child:after{
	content:"";
	position:absolute;
	top:0;
	right:-11px;
	background-color:#c4c4c4;
	width:1px;
	height:100%;
}
.appoint_icon img{
	z-index:1;
	position:absolute;
	left: 35px;
    top: -71px;
	padding:0;
	display:inline-block;
}
.appoint_icon:after{
	content:'';
	border-right: 130px solid transparent;
    border-top: 130px solid #bc3d35;
    position: absolute;
    left:15px;
    top: -100px;
}
.box_2 h2 {
	font-size:24px;
	color:#ffffff;
	font-weight:700;
	float:left;
	width:92.5%;
	background-color:#bc3d35;
	margin-top:35px;
	text-transform:capitalize;
	height:45px;
	line-height:1;
	padding-top:6px;
	margin-left:42px;
}
.box_2 h2:before{
	content:'';
	border-left: 42px solid transparent;
    border-top: 45px solid #bc3d35;
    position: absolute;
    left: 15px;
    top: 93px;
}
.box_2  svg{
	width:35px;
	height:35px;
	fill:white;	
}
.box_2 i{margin-left:-55px;}
.box_2 i:before{
	font-size:30px;
	font-weight:400;
	margin: 0px;
    margin-right: 15px;
}
/************--------choose wrapper-------***************/
.choose_wrapper{
	background:url('../images/choose_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;
	margin-top:0px;
	padding-bottom:0px;
}
.choose_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: rgba(190, 120, 50, 0.65);
	/*background:#ffffffa3;*/
}
.choose_heading_wrapper p{
	text-align:justify;
}
.ant_txt p{
	text-align:justify;
}
.choose_heading_wrapper{text-align:left;width:100%;}
.choose_heading_wrapper img.med_bottompadder40 {width:100%; max-width:80px;}
.choose_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.sidebar_wrapper{
	float:left;
	width:100%;
	margin-top:0px;
}
.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;
	margin-bottom:-15px;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background:#e9d68b;
	padding: 15px 20px;
	color: #000;
	font-size:16px;
	border: 1px solid #e9d68b;
    border-bottom: none;
	text-decoration:none;
	
}
.panel-heading desktop h4{
	line-height:0;
}
.panel-title h4{
	margin-left:-1px;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#e9d68b;
	display: block;
	padding: 15px 20px;
	font-size:16px;
	font-weight:500;
	border:1px solid #e9d68b;
	margin-left:0px;
	margin-top:0px;
}
.accordionFifteen .panel-default>.panel-heading {
	border-radius: 0px;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding-top: 0;
	padding:0px 10px 10px 10px;
	background: #e9d68b;
	border: 1px solid #e9d68b;
	border-top:none;
	margin-left:0px;
	margin-top:0px;
}
.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: "\f107";
  background: #f3a9a5;
  width:24px;
  height:24px;
  border-radius:100%;
  color:white;
  font-size:16px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\f105";
	background: #bc3d35;
	width:24px;
	height:24px;
	border-radius:100%;
	color:white;
	font-size:16px;
}
.sidebar_pannel {
	margin-top:18px !important;
}
.med_slider_img{
	float:left;
	width:100%;
	overflow:hidden; padding:5% 0px;
}
.owl_box{
	width:100%;
	float:left;
	overflow:hiddden;
	position:relative;
}
.med_slider_img .owl-carousel.owl-loaded{
	overflow:hiddden !important;
}
.med_slider_img .owl-theme .owl-dots .owl-dot {
    display: none;
}
.med_slider_img .item {
	width:100%;
}
.med_slider_img .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	margin-top:-13px;
}
.med_slider_img .owl-theme .owl-nav {
    position: absolute;
    bottom: 58%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.med_slider_img .owl-prev{
	position:absolute;
	left:-35px;
}
.med_slider_img .owl-next{
	position:absolute;
	right:-40px;
}
.med_slider_img .owl-theme .owl-nav .owl-prev,.med_slider_img .owl-theme .owl-nav .owl-next{
   color:#fff;
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
	background-color:#fecb7c;
	height: 70px;
    width: 70px;
    border-radius: 100%;
	padding-top:20px;
	padding-left:25px; margin-top:-15px;
}
.med_slider_img .owl-theme .owl-nav .owl-next{padding-right:55px;}
.med_slider_img .owl-theme .owl-nav .owl-next:hover{
	color:#fecb7c;
	background-color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.med_slider_img .owl-theme .owl-nav .owl-prev:hover{
	color:#fecb7c;
	background-color:#fff;
	-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 wrapper-----------**********/
.team_wrapper{
	float:left;
	text-align:center;
	width:100%;
	padding-bottom:44px;
	background-color:white;
}
.team_wrapper img.med_bottompadder20 {	width:100%; max-width:120px;}
.team_heading_wrapper h1{margin:5% 0px 0px 0px;color:#111111;font-size:30px;	font-weight:700;text-transform:uppercase; line-height:40px;}
.team_about{
	float:left;
	width:100%;
	background-color:#ffffff;
	position:relative;
	overflow:hidden;
}
.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:#bc3d35;
	-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%;
	float:left;
}
.team_txt {
  float:left;
  width:100%;
  background-color:#f9f9f9;
}
.team_txt h1{width:100%; margin-top:20px;}
.team_txt h1 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:#757575;	font-size:14px;}
.team_icon_wrapper{
    position: relative;
    bottom: 28px;
}
.team_icon_wrapper svg{
    top: 50px;
    left: 20px;
    position: absolute;
}
.team_img img{margin-top:0px; width:100%;}

.team_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #bc3d35;
    position: absolute;
    left: 0px;
    top: 28px;
}
.team_icon_hover{
	float:left;
	width:100%;
	background-color:#bc3d35;
	 /*opacity: 0.5;filter: alpha(opacity=50);*/
	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;height:82px; }
.team_icon_hover ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left:22px;
	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:100%;
}
.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: 20px 5px 10px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #bc3d35;
}
.team_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #bc3d35;
    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;	
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper{
	background:url('../images/vedio.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.vedio_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(190, 120, 50, 0.65);
}
.vedio_heading_wrapper{
	float:left;
	text-align:center;
	width:100%;
	margin-top:10%;
	margin-bottom:10%;
}
.vedio_heading_wrapper img.med_bottompadder20 {	width:100%; max-width:120px;}
.vedio_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:#8d2822;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}
.vedio_heading_wrapper p{
	margin:20px 0px 20px 0px;
	color:#fed16a;
	font-size:32px;
	font-weight:400; line-height:60px;
	text-transform:capitalize;
}
.vedio_heading_wrapper h4{
	margin-top:40px;
	display:inline-block;
	margin-left:-160px;
}
.vedio_heading_wrapper h4 a{
	font-size:18px;
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.vedio_heading_wrapper h4 img{
    margin-right: 10px;
}
.vedio_heading_wrapper h4 a:hover{
    color:#f3a9a5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.video_btn_wrapper{
	float:right;
	width:100%;
	display:inline-block;
	margin-right:35%;
}
.video_btn_wrapper ul{
	padding:0; margin:0;
	list-style:none;
}
.video_btn_wrapper li a{
	width:150px;
	height:50px;
	float:right;
	background:#bc3d35;
	color:white;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-left: 30px;
	margin-top: 7px;
	-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 #bc3d35;
	margin-top:-60px;
}
.video_btn_wrapper li a:hover{
	background:transparent;
	border:2px solid #bc3d35;
	-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;
}
/**********----------event wrapper---------***********/
.event_wrapper{
	float:left;
	width:100%;
	background-color:white;
}
.event_slider_wrapper{
	float:left;
	width:100%;
}
.img_section{width:100%;float:left;background:#f9f9f9;margin-bottom:15px;}
.img_wrapper1{
	float:left;
	width: 40%;
}

.event_icon1{
	text-align:left;
	position: relative;
    overflow: hidden;
	 width: 60%;
	 margin-top:20px;
	 padding-left:15px; padding-right:15px;
}
.event_icon1 h2 a{
	margin-top:0;
	color:black;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
}
.event_icon1 h2 a:hover{
	color:#bc3d35;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.event_icon1 p{
	color:#757575;
	font-size:16px;
	line-height:26px;
}
.event_icon1 ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.event_icon1 ul li{
	float:left;
	width:auto;
	font-size:14px;
	margin-right:30px;
	list-style:none;
}
.event_icon1 ul li i{
	margin-right:0px;
}
.event_icon1 ul li a{
	color:#757575;
}
.event_icon1 ul li a:hover{
	color:#bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.event_slider_wrapper .item {
	width:100%;
}
.event_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
	top:-15%;
	z-index:1000;
	display:block;
}
.event_slider_wrapper .owl-prev{
	position:absolute;
	left:-50px;
}
.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:#bc3d35;
	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-nav .owl-prev i{
	margin-right:1px; margin-top:1px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon_wrapper_event{
    position: relative;
    bottom: 20px;
}
.icon_wrapper_event i{
    top:35px;
    left: 15px;
	color:white;
    position: absolute;
}
.icon_wrapper_event:before{
	content:'';
	border-right:60px solid transparent;
    border-top:60px solid #bc3d35;  opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 20px;
}
/*********----------counter wrapper--------***********/
.counter_section{
	background: url('../images/counter_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(245, 245, 245, 0.8);
	padding-bottom:113px;	
 }
.counter_section .count-description{
	font-size: 40px;
	font-weight: 700;
	color:black;
	margin-top:20px;
}
.iconsw {
	text-align:center;
	border:2px solid #bc3d35;
	width:100px; height:100px;
	line-height:90px;
	margin-top:120px;
	background:white;
	display:inline-block;
}
.iconsw img{
	display:inline-block;
	text-align:center;
	width:40px; height:40px;
	line-height:40px;
}
.count-description{
	padding-top:20px;
}
.iconsw:hover{
	color:white;
	background-color:#bc3d35;
	-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:black;
	padding-top:10px;
}
/***********-----------blog wrapper---------------****************/

.blog_about{
	text-align:left;
	width:100%;
}
.blog_txt h1{margin-top:15px;}
.blog_txt h1 a{	font-size:16px;	font-weight:600;text-transform:capitalize;color:black;}
.blog_txt h1 a:hover{
	color:#bc3d35;
	-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_about p{font-size:14px;line-height:24px;color:#707070;margin-top:10px;padding-bottom:5px;}
.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%; max-width:280px;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:4;
}
.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:#bc3d35;
	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;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper{
	background:url('../images/testimonial_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-bottom:100px;
}
.test_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.9);
}
.test_heading_wrapper{
	text-align:left;
	width:100%;
}
.test_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:white;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.test_slider_wrapper{
	float:left; width:100%;
	background:rgba(245, 245, 245, 0.1);
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.test_slider_wrapper .item {
	width:100%;
}
.test_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: -8px;
	top:-47%;
	z-index:1000;
	display:block;
}
.test_slider_wrapper .owl-prev{
	position:absolute;
	left:-50px;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev,.test_slider_wrapper .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
	background-color:#bc3d35;
	height: 30px;
    width: 30px;
	line-height:1;
	left:-41px;
    border-radius: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.t_icon_wrapper{
    position: relative;
	float:left;
	width:100%;
	padding:50px;
	margin-left:60px;
}
.t_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #bc3d35;
    position: absolute;
    left: -60px;
	top:0;
}
.t_client_cont_wrapper2{
	float:left;
	width:calc(100% - 100px);
}
.t_client_cont_wrapper2 p{
	font-size:18px;
	line-height:26px;
	font-style:italic;
	color:#ffffff;
	font-family: 'Droid Serif', sans-serif;
}
.t_client_cont_wrapper2 img{
	float:left;
	display:inline-block;
}
.t_client_cont_wrapper2 h5{
	float:left;
	font-size:16px;
	margin-top:35px;
	margin-left:10px;
}
/**********-----------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:#bc3d35;
	padding:83px 100px 83px 100px;
}
.box_side_icon{
    position: relative;
	float:left;
}
.box_side_icon:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #f3a9a5;
    position: absolute;
    left: -100px;
	top:-83px;
}
.response{
	color:#2d2d2d;
	float:right;
}
.box_side_icon img{
	 top: -50px;
    left: -80px;
	color:white;
    position: absolute;
}
.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{
	text-transform:uppercase;
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#ffffff;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:15px;
	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 #11111169;
	background:#f9f9f9;
	position:relative;
	padding:100px 60px 77px 60px;
}
.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: #bc3d35;
    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;
    display: inline-block;
}
.booking_btn{
	    float: left;
    width: 100%;
    text-align: center;
}
.booking_btn li a{
	
	width:160px;
	height:50px;
	float:left;
	color:white;
	background:#f3a9a5;
	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 #f3a9a5;
	-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;
	margin-top:-100px;
	z-index:1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper{float:left;width:100%;	text-align:center;	background-color:#ffffff;}
.partner_wrapper img.med_bottompadder20 {width:100%; max-width:120px;}
.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:#8d180f;}

.newsletter_text{
	float:left;
	width:100%;
}
.newsletter_text h3{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #e39f02;
	font-weight:600;
    text-transform: uppercase;
	margin-top:10px; line-height:1.6em;
}
.contect_btn_news ul{
	list-style:none;
	float:right;
}
.contect_btn_news li a{
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#fed16a;
	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;
	text-transform:uppercase;
}
.contect_btn_news li a:hover{
	background:transparent;
	border:2px solid #fed16a;
	-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_wrapper{
	width:100%;
	background-color:#111111!important;
	float:left;
	position:relative;
}
.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: 523px;
}
.footer_widget_add p{
	font-size:15px;
	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;
    margin-bottom:10px;
	list-style:none;
	    color: #fff;
}
.footer_box_add ul li i{
	margin-right:10px;
	line-height:33px;
	border:2px solid #373636;
	width:34px; height:34px;
	text-align:center;
	    color: #fff;
}
.footer_box_add ul li a{
	color:#fff;
}
.footer_box_add ul li a:hover{
	color:#bc3d35;
	transition:0.4s;
}
/****footer_2******/
.footer_heading{
	padding-top:110px; text-align:left;
	width:100%;
}
.footer_heading h1{
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}
.footer_gallary{
	float:left; width:auto;
	margin-top:40px;
	    margin-left: 7px;
}
.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:#bc3d35;
}
.footer_ul_wrapper ul li a{
	color:#757575;
}
.footer_ul_wrapper ul li a:hover{
	color:#bc3d35;
	-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{
	
}
.footer_cnct p{
	font-size:14px;
	color:#757575;
	text-transform:capitalize;
}
.footer_cnct p span{
	font-weight:500;
	margin-left:10px;
	    color: #fff;
}
/****footer_5******/
.footer_botm_wrapper{
	float:left;
	width:100%;
	padding-top:46px; 
	padding-bottom:30px;
}
.footer_botm_wrapper:after{
	content: "";
    position: absolute;
	top: 430px;
    right:0;
	left:0;
    background-color: #434141;
    width:1195px;
    height: 1px;
	    margin-left: -15px;
}
.bottom_footer_copy_wrapper span{
	margin:0; 
	color:#757575; 
}
.bottom_footer_copy_wrapper a{
	color:#757575;	
	margin-right:5px;
}
.bottom_footer_copy_wrapper a:hover{
	color:#bc3d35;
	transition:0.5s;
}
.footer_btm_icon{
	float:right;
	margin-top:-4px;
}
.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:right;
	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:#bc3d35;
	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 {
	position: absolute;
    right: 46px;
    z-index: 10000;
	background:#bc3d35;
    bottom: 73px;
    -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: #f3a9a5;
	-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;
}
/***********----------services css start----------**********/
/*----------title section---------------*/
.med_tittle_section{
	background:url('../images/bg-blue1.png') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	float:left;
	position:relative;
	text-align:center;
	padding-top:90px;
	padding-bottom:40px;
	margin-top:-40px;
}
.med_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(175,65,10,0.2);
}
.breadcrumb li{
	float:left;
}
.breadcrumb {
    background-color:white;
	display:inline-block;
}
.breadcrumb>li+li:before{
	    padding: 0 5px;
    content: "/\00a0";
}
.med_tittle_cont{text-align:center;	margin-top:45px;}
.med_tittle_cont h1{font-size:22px;	color:#e7ae02;	font-weight:bold;text-transform:uppercase;padding-bottom:20px;}
.breadcrumb li a{
	color:black;
}
.breadcrumb>li+li:before {
    color: black;
}
.breadcrumb li:last-child{
	color:#bc3d35;
	float:left;
}

/*--------------service slider-------------*/
.ser_slider_wrapper{
	float:left; width:100%;
}
.ser_section{
	margin-top:0;
}
.ser_slider_wrapper .owl-carousel .owl-item img{
	width:auto;
}
.ser_slider_wrapper .owl-theme .owl-nav{display:none;}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 50px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #bc3d35;
}
.ser_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #bc3d35;
    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;	
}
.ser_abt{
	width:100%; float:left;
	background-color: #f2f2f2;
    padding-top: 100px;
}
.ser_abt_img_resp{
	float:left;
	width:100%;
}
/***********----------appointment css start----------**********/
.book_section{
	float:left;
	width:100%;
	background-color:#f9f9f9;
}
.avail_section{
	float:left; width:100%;
	background-color:white;
	position:relative;
	margin-top:-130px;
	padding-top:210px;
}
.chat_box_clr{
	background-color:white;
}
/***********calender css**********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}


[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px solid white;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.datepicker td,
.datepicker th {
	text-align: center;
	width: 100px;
	height: 100px;
	background-color:#f0f0f0;
	font-size: 20px;
}
  
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: #f0f0f0;
	font-size:20px;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background:#d1d1d1;
	font-size:20px;
	cursor: pointer;
	width:100px;
	height:100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
	color: black;
	font-size:20px;
	border:2px solid white;
	width: 100px;
	height: 100px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: black;
	font-size:20px;
	cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	background-color: #abf3aa;
	font-size:20px;
	color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #abf3aa;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #abf3aa;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	background-color: #abf3aa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #abf3aa;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #abf3aa;

  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #d1d1d1;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
 border:2px solid white;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
  border:2px solid white;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
	background-color:#f3a9a5;
	color: white;
	font-size:22px;
	border:none;
	width: 70px;
    height: 70px;
	text-transform:uppercase;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 15px 5px;
  border:2px solid white;
  color:black;
}
.datepicker .dow {
	background:#bc3d35;
	color:white;
  font-size: 22px;
  height:70px;
  text-transform:uppercase;
}
.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}
.datepicker-days tbody td:nth-child(7) {
  background-color: #f3b0b0;
  color:black;
}
@import url("normalize.css");
@import url("datepicker.css");
/* app */
.charset {
	box-shadow: 1px 1px 10px #000;
}
.app {
	float:left;
	width:100%;
}
.app:after {
	content: "";
	display: table;
	clear: both;
}
.app__side {
	background: #333;
	width: 35%; height: 100%;
	padding: 40px;
	float: left;
	color: #ff8c00;
}
.app__main {
	width:100%; 
	float: left;
}
/* b-calendar */
.calendar .datepicker {
	width: 100%;
	overflow-x:scroll;
}
.calendar .datepicker table {
	width: 100%;
}
/*********----------doctor info-------**********/
.med_doctor_info{
	float:left;
	width:100%;
	line-height:50px;
	padding-top:75px;
	padding-bottom:25px;
	background-color:#bc3d35;
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
}
.doctor_info h1 {
	color:white;
	font-size:22px; 
	font-weight:bold;
	text-transform:uppercase;
}
.doctor_info span{
	font-size:16px;
	font-weight:400;
	margin-left:10px;
	text-transform:uppercase;
}
.doctor_info p{
	font-size:18px;
	margin-top:-5px;
}
.doctor_info{
	float:left;
	width:100%;
}
.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:0px solid #55d0b5;
	width:36px; height:36px;
	text-align:center;
}
.doctor_info ul li a{
	color:#ffffff;
}
.doctor_info ul li a:hover{
	color:#f3a9a5;
	transition:0.5s;
}
.bio_section_doc{
	float:left;
	width:100%;
	background-color:white;
}
.single_doc{
	
	float: left;
    width: 100%;
    background-color: #bc3d35;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    line-height: 55px;
    bottom: -95px;
    left: 0;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    margin: 0px auto;
}
.team_about:hover .single_doc{
	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;
}
.single_doc ul{
	margin-left: 40px;
	width:100%;
	float:left;
	display:inline-block;
	margin-top:20px;
	height:50px;
}
.single_doc ul li{
	float:left;
	width:auto;
	list-style:none;
     margin-left: 20px;
    margin-bottom: 0;
    margin-top: -9px;
}
.doc_img_top{
	float:left;
	width:100%;
	position:relative;
	margin-top:-150px;
	z-index:50;
}
.bio_doc_txt{
	text-align:left;
	width:100%;
}
.doc_appoint_2{
	float:left;
	width:100%;
	background-color:white;
	padding-top:80px;
	padding-bottom:100px;
}
.contact_btn_wrapper li a{
	width:170px;
	height:45px;
	line-height:45px;
	background:#bc3d35;
	color:#fff;
	float:left;
	border-radius:100px;
	text-align:center;
	text-transform:capitalize
}
.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 #bc3d35;
	-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 ul{
	list-style:none;
	float:left;
}
.appoint_btn li a{
	width:260px;
	height:50px;
	float:left;
	color:white;
	background:#bc3d35;
	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;
}
.appoint_btn li a:hover{
	background:transparent;
	border:2px solid #bc3d35;
	-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;
}
.speacilist_team_section{
	background:url('../images/speacialist.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.speacilist_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(9, 9, 9, 0.9);
}
.special_team_heading h1, .special_team_heading p{
	float:left; width:100%;
	color:white;
}
.special_icon_section{
	position:relative;
	bottom:30px;
}
/********-------our doctor portfolio section-----*******/
.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 #f3a9a5;
    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{
     
	display: inline-block;
	float: left;
}
/*********--------event section------**********/
.event_section{
	float:left; width:100%;
	background-color:#f9f9f9;
}
.event_txt_anch{
	text-align:left;
	 width: 100%;
	 margin-top:0;
}
.event_txt_anch p{
	color:#757575;
	font-size:16px;
	line-height:28px;
	text-align:justify;
}
.event_txt_anch ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:15px;
}
.event_txt_anch ul li{
	float:left;
	width:auto;
	font-size:14px;
	margin-right:30px;
	list-style:none;
}
.event_txt_anch ul li i{
	margin-right:10px;
}
.event_txt_anch ul li a{
	color:#757575;
}
.event_txt_anch ul li a:hover{
	color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.event_txt_anch h2 {
	margin-top:0;
	line-height:35px;
	color:black;
	font-size:22px;
	font-weight:600;
	text-transform:capitalize;
}
.event_btn_section{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.event_btn_section ul{
	padding:0; margin:0;
	display:inline-block;
	list-style:none;
}
.event_txt_anch .event_btn_section li a{
	width:170px;
	height:50px;
	float:left;
	background:#bc3d35;
	color:white;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin-top: 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;
	border:2px solid #bc3d35;
	
}
.event_txt_anch .event_btn_section li a:hover{
	background:transparent;
	border:2px solid #bc3d35;
	-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;
}

.event_img_count{
	float:left;
	
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.event_img_count figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.event_img_count figure img{
	
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.event_img_count:hover figure img {
    transform: scale(1.1, 1.1);
	transition:0.5s;
}
#countdown {
  width: 100%;
}
#countdown label {
  clear: both;
  display: block;
  font-weight:normal;
  font-size:16px;
  margin-top:-10px;
  color:#757575;
}
#countdown span {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 6px solid #f5f5f5;
  display: block;
  float: left;
  text-align:center;
  line-height:70px;
  margin-top:-10px;
  margin-left:30px;
}
#countdown span:first-child{
	background-color:#fff;
  color: #35a4d9;
  margin-left:0;
}
#countdown span:nth-child(2){
	background-color:#fff;
  color: #bc3d35;
}
#countdown span:nth-child(3){
	background-color:#fff;
  color: #024aa0;
}
#countdown span:last-child{
	background-color:#fff;
  color: #bc3d35;
}
/*******--------gallaery II css-------**********/
.portfolio-area{
	float:left;
	width:100%;
	background-color:#fff;
}
.portfolio_icon_wrapper a{
	position: absolute;
    right: 20px;
    bottom: 20px;
}
.portfolio_icon_wrapper i{
	color:#fff;
	font-size:18px;
}
.portfolio_icon_wrapper:before{
	content: '';
    border-left: 100px solid transparent;
    border-bottom: 100px solid #bc3d35;
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio-thumb:hover .portfolio_icon_wrapper:before{
	 border-left: 100px solid transparent;
    border-bottom: 100px solid #f3a9a5;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 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-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.7);
	top:50px;
	padding:50px;
	left:30px;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 110px;
	right:45px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info p{
    font-size: 16px;
	text-align:center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.portfolio-info h3:after{
	content: '';
    border: 1px solid #fca900;
    display: block;
    width: 80px;
    margin-bottom: 40px;
    position: relative;
    top: 20px;
    z-index: 1;
    left: 140px;
}
/*portfolio-filter*/
.truck_filter_wrapper{
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    color: black;
    cursor: pointer;
	color:#000000;
	font-weight:bold;
    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 #f3a9a5;
    color: #f3a9a5;
	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;
}

@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}
.portfolio-area .protfoli_filter li:hover a, .portfolio-area .protfoli_filter li:focus a, .portfolio-area .protfoli_filter li.active a {
    background: none;
    border: 2px solid #f3a9a5;
    color: #f3a9a5;
    border-radius: 20px;
}
.portfolio-area .protfoli_filter { padding-bottom:3%; display: inline-block; }
.portfolio-area .protfoli_filter li {
    float: left;
    border: 0;
    margin-right: 10px;
}
.portfolio-area .protfoli_filter li a {  
    display: inline-block;
	border: 2px solid transparent;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 25px;
	 list-style: none;
	 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 .portfoli_inner .portfolio-wrapper {  margin-bottom:10px; border-radius:5px;}
 ul  {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-btn .btn {
    width:160px;
	height:50px;
    border: 2px solid transparent;
    color: #fff;
	background:#bc3d35;
    font-size: 14px;
	line-height:35px;
	text-transform:uppercase;
    font-weight: 600;
	border-radius:100px;
	margin-top: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;
}
.gallerY_btn{
	margin-left:42%;
}
.portfolio-btn .btn:hover {
    background:transparent;
    border: 2px solid #bc3d35;
    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;
}
.portfolio_filter li a{
	border: 2px solid transparent;
}
.portfolio-area .gallerY_wrapper.protfoli_filter {
    padding-bottom: 50px;
    display: inline-block;
	margin-left:30%;
}
.pop-up-icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pop-up-icon li a{
	float:left;
	margin-left:50px;
}
.IV_column{
	width:25%;
}
@media (min-width: 767px) and (max-width: 991px){
	.IV_column{width:33.3%;}
}
@media (max-width: 767px){
	.IV_column{width:100%;}	
	.team_heading_wrapper .maincon { float:left; line-height:25px;}
.team_heading_wrapper .maincon img{ text-align:center; width:100%; max-width:300px;}
}
/********------contact us section------**********/
.contact_us_section{
	background:url('../images/contact_us_bg.jpg');
	float:left;
	width:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
}
.cont_main_section{
	 margin-top:-10px;
}
.dc_cont_div input{
	border:2px solid #dcdcdc;
	color:#8a8a8a;
}
.dc_cont_div textarea{
	border:2px solid #dcdcdc;
	margin-bottom:0px; 
	margin-top:20px;
	color:#8a8a8a;
}
.dc_cont_div textarea:hover, .dc_cont_div textarea:focus{
	border:2px solid #bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.dc_cont_div input:hover, .dc_cont_div input:focus{
	border:2px solid #bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.contact_btn_wrapper button{
	list-style:none;
	float:left;
	margin:0; padding:0;
}
.contact_btn_wrapper button{
	width:160px;
	height:50px;
	float:left;
	color:white;
	background:#bc3d35;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:400;
	-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;
}
.contact_btn_wrapper button:hover{
	background:transparent;
	border:2px solid #bc3d35;
	-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;
}
.cont_cat_abt{
    margin-top:0;
	width:100%; height:200px;
	border:2px solid #bc3d35;
}
.cont_cat_txt {
	left:0;
	position: relative;
	width:100%;	
	margin-top:25px;
}
.dc_icon_section{
	bottom:31px;
}
.dc_icon_section img{
	left:23px;
}
.cont_cat_abt:hover {
	border-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cont_last_child h1{
	text-transform:lowercase;}
.cont_dc_map{
	margin-top:-80px;
}
.news_section_dc{
	float:left; width:100%;
	padding-top:100px;
	background-color:#f9f9f9;
	padding-bottom:100px;
}
.news_dc_txt h3{
    float: left;
    width: 100%;
    font-size: 22px;
    color: #bc3d35;
	font-weight:700;
	margin-bottom:20px;
    text-transform: uppercase;
}
.edu_news_form button{
	width:230px;
	height:50px;
	float:left;
	color:white;
	text-transform:uppercase;
	background:#bc3d35;
	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;
}
.edu_news_form{
	margin-top:30px;
}
.news_wrapper .edu_news_form {
	text-transform:lowercase;
	color:#757575;
	
}
.edu_news_form button:hover{
	background:transparent;
	border:2px solid #bc3d35;
	-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;
}
.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;
}
/********--------pricing table section-------***********/	
.pricing_section{
	float:left;
	width:100%;
	text-align:center;
	background-color:white;
}
.pricing_box1_wrapper{
	background:#bc3d35;
	position:relative;
	text-align:center;
}
.box1_heading_wrapper h1, .pricing_cont_wrapper h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	padding:20px;
	background-color:#29a489;
}
.price_box1{
	background-color:#ffffff;
	z-index: 10;
    position: relative;
    display: inline-block;
   padding:10px 22px;
}
.price_box1:before{
	content:"";
	border-bottom: 121px solid transparent;
    border-left: 17px solid #fff;
    right: -17px;
    top: 0px;
    position: absolute;
}
.price_box1:after{
	content:"";
	border-top: 126px solid transparent;
    border-right: 16px solid #fff;
    left: -16px;
    top: -2px;
    position: absolute;
}
.price_box1 span{
	font-size:52px;
	color:#222222;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-weight:bold;
	font-size:24px;
	margin-top:15px;
	color:#222222;
}
.price_box1 p{
	margin-top:15px;
	color:#222222;
}
.box1_heading_wrapper{
	width:100%;
}
.price_box1_wrapper{
	text-align:center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper h1{
	background-color:#e1b347;
	-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 .pricing_cont_wrapper h1{
	background-color:#e1b347;
	-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:#f7c44e;
	-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 ul{
	list-style:none;
	padding:0;
	text-transform:capitalize;
	margin-top:40px;
}
.pricing_cont li{
	font-size: 16px;
	color:#f8f4f4;
	margin-top:15px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:45px;	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:25px;
}
.pricing_btn li a{
	width:280px;
	height:50px;
	float:left;
	color:#000000;
	background:#ffffff;
	text-align:center;
	line-height:49px;
	font-size:14px;
	border-radius:50px;
	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;
}
.pricing_btn li a:hover{
	background:white;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.additional_info{
	float:left; width:100%;
	margin-bottom:-20px;
}
/**********------iV gallery css section------*******/
.portfolio_icon_wrapper_iv:before {
    content: '';
    border-left: 80px solid transparent;
    border-bottom: 80px solid #bc3d35;
    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-thumb:hover .portfolio_icon_wrapper_iv:before{
	 border-left: 80px solid transparent;
    border-bottom: 80px solid #f3a9a5;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.7);
	top:0;
	padding:0px;
	left:30px;
    opacity: 0;	
	
    height: 150px;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_iv{
    left: 40px;
    top: 40px;
	right:40px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv h3{
	margin-top: 32px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info_iv p{
    font-size: 14px;
	text-align:center;
	line-height:20px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.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: 55px;
}
/**********------III gallery css section------*******/
.portfolio_icon_wrapper_3:before {
    content: '';
    border-left: 50px solid transparent;
    border-bottom: 50px solid #bc3d35;
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio_icon_wrapper_3 a{
	position: absolute;
    right: 5px;
    bottom:5px;
}
.portfolio_icon_wrapper_3 i{
	color:#fff;
	font-size:18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_3:before{
	 border-left:50px solid transparent;
    border-bottom: 50px solid #f3a9a5;
   transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 {
    position: absolute;
	text-align:Center;
	background: rgba(0,0,0,0.7);
	top:0;
	padding:30px;
	left:30px;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_3{
    left: 40px;
    top: 60px;
	right:40px;
    opacity: 1;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-area .portfolio-info_3 p{
    font-size: 14px;
	text-align:center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.portfolio-info_3 h3:after{
	content: '';
    border: 1px solid #bc3d35;
    display: block;
    width: 80px;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    z-index: 1;
    left: 70px;
}
/*********-------blog category section----**********/
.blog_section, .blog_category_main_wrapper{
	float:left;
	width:100%;
	background-color:white;
}
.contect_form_blog input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:transparent;
	color:#757575;
	border:2px solid #d4d4d4;
	-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_form_blog i{
	margin-left:-30px;
	color:#bc3d35;
}
.contect_form_blog input:hover{
	border:2px solid #bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_wrapper{float:left;	width:100%;	margin-top:15px; margin-bottom:20px;}
.right_blog_category_wrapper h4{font-size:16px;	color:#000000;text-transform:uppercase;font-weight:bold;color: #bc3d35; letter-spacing:3px;}
.right_blog_category_list_wrapper ul{
	margin-top:20px;
	padding:0;
}
.right_blog_category_list_wrapper li:first-child{	margin-top:0;}
.right_blog_category_list_wrapper ul li i{
	color:#bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li{
	margin-top:10px; margin-left:27%;
	text-transform:capitalize;
	list-style: none;
}
.right_blog_category_list_wrapper li a{
	color:#757575;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li a:hover{
	color:#bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.right_blog_category_list_wrapper li i{
	color:#757575;
	padding-right:10px;
} 
.right_blog_1{margin-top:25px;}
.gc_footer_ln_main_wrapper, .gc_footer_ul_main_wrapper, .gc_footer_insta_main_wrapper{	float:left;	width:100%;	margin-top:15px;}
.gc_footer_ln_main_wrapper2{float:left;	width:100%;	margin-top:10px;}
.gc_footer_ln_img_wrapper{	float:left;	width:10px;}
.gc_footer_ln_cont_wrapper{	float:left;	width:calc(100% - 10px);padding-left:5px;}
.gc_footer_ln_cont_wrapper h4 span{	font-size:14px;	color:#ddd;	text-transform:capitalize;	font-weight:400; float:right;letter-spacing:0px;}
.gc_footer_ln_cont_wrapper h4 a{font-size:16px;	color:#222222;text-transform:capitalize;font-weight:400;line-height:25px;letter-spacing:0px;}
.gc_footer_ln_cont_wrapper h4 a:hover{
	color:#bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p{
	font-size:14px;
	margin-top:10px;
	color:#bc3d35;
}
.gc_footer_ln_img_wrapper img{
	border:2px solid transparent;
}
.gc_footer_ln_img_wrapper img:hover{
	border:2px solid #bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_right_blog_insta_wrapper{
	float:left; width:100%;
}
.gc_footer_insta_main_wrapper{
	float:left; width:auto;
	margin-top:40px;
}
.gc_footer_insta_main_wrapper img{
	margin-bottom:10px;
}
.gc_footer_insta_main_wrapper ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.gc_footer_insta_main_wrapper ul li{
	float:left;
	margin-left:9px;
	list-style:none;
}
.gc_footer_insta_main_wrapper 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;
}
.gc_footer_insta_main_wrapper img:hover{
	border:2px solid #bc3d35;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_blog_cloud_side_menu ul{list-style:none;padding:0;	margin:0;	margin-top:10px;}
.gc_blog_cloud_side_menu li{
	float:left;
	margin-bottom:12px;
	text-transform:capitalize;
	margin-right:9px;
	font-size:14px;
	margin-top:15px;
}
.gc_blog_cloud_side_menu li a{
	border:2px solid transparent;
	padding:7px;
	background:#bc3d35;
	border-radius:20px;
	padding-left:10px; padding-right:10px;
	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;
}
.gc_blog_cloud_side_menu li a:hover{
	border:2px solid #bc3d35;
	background:#ece9e9;
	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;
}
.blog_index_post_wrapper{
	float:left; width:100%;
}
.blog_index_img_wrapper iframe{
	width:100%;
	height:440px;
}
.post_blog_slider{
	float:left;
	width:100%;
}
.post_blog_slider .owl-theme .owl-dots .owl-dot {
    display: none;
}
.post_blog_slider .item {
	width:100%;
}
.post_blog_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 20px;
	top:5%;
	z-index:1000;
	display:block;
}
.post_blog_slider .owl-prev{
	position:absolute;
	left:-50px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev,.post_blog_slider .owl-theme .owl-nav .owl-next{
   color:white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
	background-color:#bc3d35;
	height: 30px;
    width: 30px;
	line-height:1;
	left:-40px;
    border-radius: 100%;
}
.post_blog_slider .owl-theme .owl-nav .owl-next i{
	margin-left:3px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev i{
	margin-right:1px; margin-top:1px;
}
.post_blog_slider .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.page_post{	float:left; width:100%;	text-align:center;margin-bottom:20px;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
	width:50px;
	height:50px;
    color: #000000;
    text-decoration: none;
    background-color: #f3f0f0;
	border: none;
    font-size: 18px;
    font-weight: 600;
	margin-right:20px;
	line-height:2;
}
.pagination>li>a i{
	font-weight:600;
}
.pagination>li>a:hover{
	background:#f3a9a5;
	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;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	margin-left: 0;
	color:white;
	background-color:#bc3d35;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:first-child>a:hover{
	background:#f3a9a5;  transition: all 0.5s;
}  
.pagination>li:last-child>a:hover{
	background:#f3a9a5;  transition: all 0.5s;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-top-right-radius: 0px;
	color:white;
    border-bottom-right-radius: 0px;
	background-color:#bc3d35;
}
/*******--------blog single css------**********/
.blog_single_txt{float:left; width:100%;	text-align:left;padding:30px 20px;background-color:#bc3d35;}
.blog_txt_body p{
	font-size:18px;
	line-height:26px;
	color:white;
	font-family: 'Microsoft YaHei', sans-serif;
}
.blog_txt_body img{
	float:left;
	display:inline-block;
}
.blog_txt_body h5{
	float:left;
	font-size:16px;
	margin-top:10px;
	margin-left:10px;
}
.client_img_abt img{
	width:60px; height:60px;
}
.left_blog_icon ul li i{
	color:#bc3d35;
}
.left_blog_icon ul li{
	color:#575757;
	margin-top:5px;
}
.blog_txt_section{
	float:left;
	width:100%;
	background-color:#bc3d35;
	padding:47px;
}
.img_wrapper_blog{
	float:left;
	width: 20%;
}
.blog_event_section{
	padding-left: 35px;
	text-align:left;
	position: relative;
    overflow: hidden;
	 width:80%;
}
.blog_event_section h2{
	margin-top:0;
	color:white;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}
.blog_event_section p{
	color:#f5f2f2;
	font-size:16px;
	line-height:26px;
}
.blog_event_section ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:20px;
}
.blog_event_section ul li{
	float:right;
	width:auto;
	font-size:16px;
	margin-right:15px;
	list-style:none;
}
.blog_event_section ul li a{
	color:white;
}
.blog_event_section ul li i:hover{
	color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.blog_single_txt ul{padding:0px;width:100%;	float:left;	margin-top:10px; margin-bottom:10px;}
.blog_single_txt ul li{	float:right;width:auto;	font-size:16px;	margin-right:15px;list-style:none;}
.blog_single_txt ul li a{color:white;}
.blog_single_txt ul li i:hover{
	color:#f3a9a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.comment_box_blog{
	float:left;
	width:100%;
}
.blog_comment1_wrapper{
	border:2px solid #dcdcdc;
	padding-left:20px;
	padding-right:10px;
	float:left;
	width:100%;
}
.cmnt_wraper_2{
	border-top:none;
	float:left;
	width:100%;
}
.blog_comment1_img{
	padding-top:25px;
	float:left;
	width:100%;
	width:130px; 
}
.blog_comment1_cont{
	float:left; padding-left:20px;
	width:calc(100% - 130px);
	padding-top:23px; 
	padding-bottom:14px;
	padding-right:10px;
}
.blog_comment1_cont h3 {
	font-size:18px;
	color:black;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:5px;
}
.blog_comment1_cont h3 span{
	color:#bc3d35;
	padding-left:5px;
}
.blog_comment1_cont p span {
	color:#bc3d35;
	font-size:14px;
}
.blog_comment1_cont p a:hover{
	color:#f3a9a5;
	transition: all 0.5s;
}
.cmnt_area{
	float:left; width:100%;
}
.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 #bc3d35;
	-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---------*********/
.abt_service_section{
	float:left; padding-bottom:108px;
	width:100%;
}
.about_img{
	float:left; display:inline-block;
	width:100%;
}
.abt_2_heading_mn{
	margin-top:0px;
	padding-top:140px;
}
.abt_service_section{
	float:left;
	width:100%;
	text-align:center;
}
.abt_left_section{
	float:left;
	width:100%;
}
.abt_left_section img{
	float:left;
	width:100%;
}
.about_us_wrapper{
	float:left; width:100%;
	padding-top:50px;
}
.sidebar_right_abt{
	float:left;
	width:100%;
	text-align:left;
	margin-top:-30px;
}
.top_service_wrapper{
	background: url('../images/top_service_img.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;
}
.top_serv_overlay{
	padding-top:100px;
	background:rgba(245, 245, 245, 0.8);
	padding-bottom:100px;	
}
.top_serv_txt{
	 margin-top:0px;
}
.kv_logo_wrapper{
	float:left;
	width:auto;
}
.kv_navi_main_wrapper{
	background:#292b2f;
	box-shadow:2px 0 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
	position:relative;
	    height: 113px;
		  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.kv_logo_wrapper a{
	float:left;
	padding:30px 0px;
}
.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}
.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}
.mainmenu ul li {
    display: inline-block;
}
.mainmenu ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
	top:15px;
	text-shadow: 2px 2px 3px rgba(243, 211, 113, 0.9);letter-spacing: 1px;
	
	font-weight: 500;
	-webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
     transition: 0.6s ease;
}
.gc_main_navigation {
	border-radius:20px;
}
.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
	position:relative;
}
.mainmenu ul li .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
	border:0px solid transparent;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
    opacity: 1;
	background: transparent;
    border: 0px solid #bc3d35;
    color: #000000;
    border-radius: 20px;
	-webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
     transition: 0.6s ease;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*************************
02.1 Submenu & Megamenu
*************************/
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 165%;
	border-top: 2px solid #bc3d35;
	-o-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.04);
    -ms-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.04);
    box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.04);
}

.mainmenu ul ul li {
    display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #333333;
    text-transform: uppercase;
	font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 10px 8px 20px;
    border-bottom: 0px solid #eee;
	margin:0;
	top:0;
	webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
}
.mainmenu ul li.has-mega .mega-menu span a:hover{
	background-color: #00468c;
	color:#ffffff !important;
}
.mainmenu ul ul li:last-child > a {
    border-bottom: 0px;
}
.mainmenu ul ul li a:after {
    content: "";
}
.mainmenu ul ul li > ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
    top: 20%;
}
.mainmenu ul li.has-mega {
    position: relative;
}
.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 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;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
	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;
}
.mainmenu ul li span a.active {font-weight: 600;}
.mainmenu ul ul li.active > a {
    background-color: #eee;
    font-weight: 600;
}
.mainmenu ul li:hover .gc_main_navigation i, .mainmenu ul li.active > .gc_main_navigation i{
	color:#e99595 !important;
}
.kv_navigation_wrapper{	
	width:auto;	
}
 .mainmenu ul ul, .mainmenu ul li .mega-menu {
   width: 120px;
   border-top: 2px solid #bc3d35;
	position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    padding-left:0;
    transition: 0.3s;
    opacity: 0;
 }
.mainmenu ul ul li a:hover{
	border: none;
    border-radius: 0;
    color: #fff !important;
    background-color: #e38680; 
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/****----login wrapper css------****/
.login_wrapper_top{
background: url(../images/choose_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
   
}
.login_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #ffffffd9;
}
.login_wrapper_top{
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding:100px 0;
}

.fade:not(.show) {
    opacity: 1;
}
.login_tabs .nav{
	border:0;
	padding:30px 0;
}
.login_form_wrapper p{
	text-align:center;
}
.login_wrapper a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
	padding: 6px 25px;
    line-height: 36px;
	margin-bottom:20px;
	text-align:left;
    background: #2c49ab;
    font-size: 16px;
	border-radius:0;
    border: 1px solid #2c49ab;
}
.login_wrapper a.btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
}
.login_wrapper a.btn:hover {
   background-color: #002398;
   border-color: #002398;
   -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	
}
.login_wrapper .form-control {
	height: 50px;
	width: 100%;
    padding: 15px 20px;
    font-size: 14px;
	text-transform:capitalize;
    line-height: 24px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
	border-radius:0;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.login_wrapper h2 {
	padding-top: 25px;
	margin-bottom: -3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
	color: #2d3a4b;
}
.login_wrapper textarea.form-control{
	height:auto;
	resize:none;
}
.login_wrapper input::placeholder, .login_wrapper textarea::placeholder {
  color: #999;
}
.login_wrapper {
	}
.login_wrapper {
    float:left; width:100%;
}
.login_wrapper .form-control:focus {
	color: #000000;
	background-color: fafafa;
	border: 1px solid #bc3d35  !important;	
}
.login_remember_box{
	margin:20px 0;
	color:#999;
}
.login_remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 14px;
	line-height:14px;
    font-weight: 500;
	margin:0;
}
.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_remember_box .forget_password{
	float:right;
	color:#db4c3e;
	font-size:14px;
	text-decoration:underline;
}
.check-box {
    margin-top: 35px;
}
.check_box_anchr {
    color: ##002398 !important;
}
.login_tab_top_wrap{
	box-shadow:0px 4px 25px rgba(0,0,0,0.12);
	background:#fff;
	float:left;
	width:100%;
	padding:35px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_btn {
	    padding: 0;
   cursor: pointer;
    float: left;
    padding-top: 10px;
    width: 100%;
	text-align:center;
	margin-bottom:30px;
}
.login_btn a{
	background:#bc3d35;
	border:2px solid #fff;
	font-weight:600;
	display:inline-block;
	width:200px;
	line-height:50px;
	height:50px;
	border-radius:0;
    text-align: center;
	color: #fff;
	text-transform:uppercase;
	cursor: pointer;
	border-radius:25px;
}
.log a{
	width:100%;
}
.login_btn a:hover{
	border: 2px solid #bc3d35;
   background-color:transparent;
	 color:#bc3d35;
	webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
}
.btn_log {
    margin-bottom: 20px;
}
.btn_log a{
	color:#000000;
	font-size:22px;
	font-weight:600;
	padding-bottom:40px;
}
.facebook_wrap i, .google_wrap i{
	margin-right:10px;
	font-weight:300 !important;
}
.facebook_wrap a{
	background:#425b96;
	text-transform:capitalize;
}
.facebook_wrap a:hover {
    background: transparent;
    color: #425b96;
	border: 2px solid #425b96;
}
.facebook_wrap a::before {
    border: 2px solid #425b96;
	color: #425b96;
}
.google_wrap a{
	background:#bd081c;
	text-transform:capitalize;
}
.google_wrap a:hover {
    background: transparent;
    color: #bd081c;
	border: 2px solid #bd081c;
}
.google_wrap a::before { border: 2px solid #bd081c;}

@media (min-width: 992px){

.header_logo img {  background: transparent; width:100%; max-width:160px; margin-top:8px;}

.menu_fixed{ min-height:60px;}
	
}



@media (min-width:321px) and (max-width:640px){.c-main-numbers .c-main-parallax{ background-color:#09a7b4;}.c-main-numbers .c-title-1 span b{ display:none;}.c-main-numbers .c-title-1 span.alh3{ padding-left:0;}.tabs-colorful-icons .tu,.tabs-colorful-icons ul .shu{ display:none;}
/*6.10*/
.btm_nav{background:#9f1c14;height:50px;position:fixed;bottom:0;left:0;width:100%;z-index:9999999;max-width:40pc;margin:0 auto}.btm_nav ul{ margin:0 auto; padding:0.5em 0;}.btm_nav ul li{width:20%;float:left;height:50px;margin-top:-0.8em;margin-bottom:3px;border-right:1px solid #fff}.btm_nav ul li a{display:block;width:100%;margin:0 auto;text-align:center;padding:0}.footerFixed a em{font-size:1.2em;font-weight:300}.btm_nav a i{font-style:normal;margin-top:0em}.btm_nav a em{margin-top:1.1em;width:100%;color:#fff;font-size:0.9em;font-weight:500; line-height:28px;}.btm_nav a em,.fix_i1{text-align:center;font-style:normal;display:block; margin-top:1.5em;}.fix_i1{width:20%;float:left;height:38px;top:-3px;left:0;position:absolute;background:url(../images/swt/right_01.png) center no-repeat;background-size:23% 35%}.fix_i2{left:20%;background:url(../images/swt/right_03.png) center no-repeat;background-size:23% 35%}.fix_i2,.fix_i3{width:20%;float:left;height:38px;top:-3px;position:absolute;display:block;text-align:center}.fix_i3{left:40%;background:url(../images/swt/right_02.png) center no-repeat;background-size:23% 35%}.fix_i4{width:20%;float:left;height:38px;top:-3px;left:80%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_04.png) center no-repeat;background-size:23% 35%}.fix_i5{width:20%;float:left;height:38px;top:-3px;left:60%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_05.png) center no-repeat;background-size:34%}#topcontrol{z-index:0}#topcontrol,.side-barme8{display:none}.footer{padding-top:15px;padding-bottom:65px; font-size:14px;}.form-btn{font-size:1em;}.yytype span{font-size:1em;}#myform label{font-size:14px;}}
@media (min-width:321px) and (max-width:640px){.form-btn{font-size:1em;}.yytype span{font-size:1em;}#myform label{font-size:14px;}.btm_nav ul{ padding:0.8em 0;} .bd_weixin_popup{ height:320px !important; .logo_hidn h1 img { width: 100%;  max-width: 130px !important;}.logo_hidn h1 {margin-top:6px;}#toggle{ margin-top:0px;}  }
	.sidebar1{ display:none;}.clo1{ width:1.5rem; height:1.5rem; font-size:1rem; line-height:1.5rem; float:right; color:#999999; border:1px solid #999999; border-radius:100%; cursor:pointer; top:-1.5rem; margin-top:-2rem;}}
@media (min-width:0px) and (max-width:320px){	.bd_weixin_popup{ height:320px !important;  }	.sidebar1{ display:none;}.clo1{ width:1.5rem; height:1.5rem; font-size:1rem; line-height:1.5rem; float:right; color:#999999; border:1px solid #999999; border-radius:100%; cursor:pointer; top:-1.5rem; margin-top:-2rem;}.btm_nav{background:#9f1c14;height:55px;position:fixed;bottom:0;left:0;width:100%;z-index:9999999;max-width:40pc}.btm_nav ul{ margin:0 auto; padding:0.3em 0;}.btm_nav ul li{width:20%;float:left;height:45px;margin-top:5px;margin-bottom:5px;border-right:1px solid #fff}.btm_nav ul li a{display:block;width:100%;margin:0 auto;text-align:center;padding:0}.btm_nav a i{font-style:normal;margin-top:0;font-size:1em}.btm_nav a em{margin-top:1.8em;width:100%;color:#fff;font-size:.8em;font-weight:500}.btm_nav a em,.fix_i1{text-align:center;font-style:normal;display:block}.fix_i1{width:20%;height:38px;float:left;top:0;left:0;position:absolute;background:url(../images/swt/right_01.png) center no-repeat;background-size:30% 40%}.fix_i2{left:20%;background:url(../images/swt/right_03.png) center no-repeat;background-size:30% 40%}.fix_i2,.fix_i3{width:20%;height:38px;float:left;top:0;position:absolute;display:block;text-align:center}.fix_i3{left:40%;background:url(../images/swt/right_02.png) center no-repeat;background-size:30% 40%}.fix_i4{width:20%;height:38px;float:left;top:0;left:80%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_04.png) center no-repeat;background-size:30% 40%}.fix_i5{width:20%;height:38px;float:left;top:0;left:60%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_05.png) center no-repeat;background-size:40%}#topcontrol{z-index:0}#topcontrol,.side-barme8{display:none}.footer{padding-top:15px;padding-bottom:70px}.form-btn{font-size:1em;}.yytype span{font-size:1em;}#myform label{font-size:14px;}.logo_hidn h1 img { width: 100%;  max-width: 120px !important;margin-top:0px !important;}.logo_hidn h1 {margin-top:6px;}#toggle{ margin-top: 0px;} .gc_footer_ln_cont_wrapper{	float:left;	width:calc(100% - 10px);padding-left:0px;} .right_blog_category_list_wrapper li { margin-top: 10px; margin-left: 24%; text-transform: capitalize; list-style: none;}.blog_about p{ display:none;}}
@media (min-width:640px) and (max-width:1024px){
/*6.10*/
.btm_nav{background:#9f1c14;height:5pc;position:fixed;bottom:0;width:100%;z-index:9999999;max-width:750pt;margin:0 auto}.btm_nav{ display:none;}.btm_nav ul{ margin:0 auto; padding:0.6em 0;}.btm_nav ul li{width:20%;float:left;height:60px;margin-top:10px;margin-bottom:10px;border-right:2px solid #fff}.btm_nav ul li a{display:block;margin:0 auto;text-align:center;padding:0}.btm_nav a i{font-style:normal;margin-top:.75em}.btm_nav a em{margin-top:2.2em;width:100%;color:#fff;font-weight:400;font-size:1em}.btm_nav a em,.fix_i1{text-align:center;font-style:normal;display:block}.fix_i1{width:20%;float:left;height:38px;top:0;left:0;position:absolute;background:url(../images/swt/right_01.png) center no-repeat}.fix_i2{left:20%;background:url(../images/swt/right_03.png) center no-repeat}.fix_i2,.fix_i3{width:20%;float:left;height:38px;top:0;position:absolute;display:block;text-align:center}.fix_i3{left:40%;background:url(../images/swt/right_02.png) center no-repeat}.fix_i4{width:20%;float:left;height:38px;top:0;left:80%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_04.png) center no-repeat}.fix_i5{width:20%;float:left;height:38px;top:0;left:60%;position:absolute;display:block;text-align:center;background:url(../images/swt/right_05.png) center no-repeat}#topcontrol{z-index:0}#topcontrol,.side-barme8{display:none}.footer{padding-top:15px;padding-bottom:25pt}}@media (min-width:1025px) and (max-width:1205px){.btm_nav{display:none}.footer{padding-top:20px;padding-bottom:30px}}@media (min-width:1205px){.btm_nav{display:none}.footer{padding-top:20px;padding-bottom:20px}}.btm_nav li.last-child{border-right:0;}.btm_nav a em:hover{ list-style:none; background:none;}.btm_nav li{ list-style:none; background:none;}.btm_nav li a{ list-style:none; background:none;}.btm_nav li em{ list-style:none; background:none;}.btm_nav li em:hover{ list-style:none; background:none;}.btm_nav li em:focus{ list-style:none; background:none;}/**/.clearfix { *zoom: 1; }.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; line-height: 0; overflow: hidden;}.mod-topbar { position: relative; }.is-fixed.header_bg {  position: fixed;  top: 0; z-index:10000000; }*, *:after, *:before { box-sizing: border-box;}


/* 面包屑 */
.bread{}
.bread a{}
.bread a:hover{ color:#09a7b4;}
.bread .cur{ color:#09a7b4;}
#features3{ background-color:#9f1c14; color:#fff;}
/* 返回顶部 */
/*.gotop{ position: fixed; right: 15px; bottom: 10px; padding: 10px; background-color: #333; border-radius: 5px; opacity: 0; filter: alpha(opacity=0); pointer-events: none; font-family: Arial; color: #fff; text-align: center; line-height: 1; text-transform: uppercase; z-index:10;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
.gotop:before{ content: '\e823'; display: block; font-family: "xfont" !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.gotop:hover{ background-color: #474747;}
.gotop.x-show{ opacity: 1; filter: alpha(opacity=100); cursor: pointer; pointer-events: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}*/

/* 弹窗 */
.pop-mod{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: url(../image/opacity-b60.png); opacity: 0; visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.pop-mod.x-show{ opacity: 1; visibility: visible; z-index: 9999;}
.pop-mod .pop-dialog{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto;}
.pop-mod .pop-overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../image/opacity-b60.png);}
.pop-mod .pop-close{ position: absolute; right: 20px; top: 20px; width: 50px; height: 50px; background-color: #474747; border-radius: 5px; font-family: "xfont" !important; font-size: 2em; line-height: 50px; text-align: center; color: #fff; z-index: 1; cursor: pointer;
	-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;-webkit-transition: all .2s;transition: all .2s;}
.pop-mod .pop-close:after{ content: '\e842';}
.pop-mod .pop-close:hover{ opacity: 0.8; filter: alpha(opacity=80);}

.pop-mod .btnWarp{ text-align:center; border-top:#e4e4e4;}
.pop-mod .btnWarp .center{ display:inline-block; overflow:hidden;}
.pop-mod .btnWarp button{ float:left; cursor:pointer; border-radius:5px; background-color:#f0f0f0; border:1px solid #c3c3c3;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pop-mod .btnWarp button:hover{ background-color:#4f89f5; color:#fff; border-color:#4e73b9;}

/* 分页 */

.menu-nav{ visibility: hidden; opacity: 0;}

.pshare .share a{ width:100% !important; height:40px !important; margin:0 !important; padding:0 !important; }
.pshare .share .bds_tsina{ background:url(../image/temp/ico25-1.png) no-repeat center; }
.pshare .share .popup_weixin{ background:url(../image/temp/ico26-1.png) no-repeat center; }
.pshare .share .bds_tsina:hover{ background-image:url(../image/temp/ico25-2.png); }
.pshare .share .popup_weixin:hover{ background-image:url(../image/temp/ico26-2.png); }
/*已还原6.10*/
.sidebar1{ position: fixed; right: 0; z-index: 11; border:1px solid #8d180f; background-color:rgba(255,255,255,0.4); padding:10px; border-radius:10px; top: 50%; margin-top: -174px;}
.sidebar1 ul{ position:relative;}
.sidebar1 li{ position: relative; cursor: pointer;}

.sidebar1 li + li{ margin-top: 8px;}

.sidebar1 .ico{ position: relative; width: 50px; height: 50px; overflow: hidden;

	-webkit-transform: rotate(0deg);

	-moz-transform: rotate(0deg);

	transform: rotate(0deg);

}
.sidebar1 .clo{ position:absolute; right:-11px; top:-32px; width:28px; height:28px;}
.sidebar1 .clo .ico{ width:28px; height:28px;}
.sidebar1 .ico img{ display: block; width: 100%;}

.sidebar1 .p{ position: absolute; font-size:14px; top: 0; right: 0; padding: 0 50px 0 25px; border-radius: 25px; white-space: nowrap; color: #fff; line-height: 50px; opacity: 0; visibility: hidden;

	-webkit-transform: translateX(-20px) rotate(0deg);

	-moz-transform: translateX(-20px) rotate(0deg);

	transform: translateX(-20px) rotate(0deg);

	-webkit-transition: opacity 0.2s, transform 0.2s;
	

	-moz-transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}
.sidebar1 .l2 .p{ background-color: #c8645f;}
.sidebar1 .l2 .ico{ background-color: #c8645f;border-radius: 10%;}
.sidebar1 .l2 .ico img{
	width: 30px;
	margin: 10px auto;
}
.sidebar1 .l1 .p{ background-color: #8d180f;}
.sidebar1 .l1 .ico{ background-color: #8d180f;border-radius: 10%;}
.sidebar1 .l1 .ico img{
	width: 30px;
	margin: 10px auto;
}
.sidebar1 .l3 .p{ background-color: #c8645f;}

.sidebar1 .l4 .p{ background-color: #c8645f;}

.sidebar1 .l5 .p{ background-color: #8d180f;}

.sidebar1 .l6 .p{ background-color: #8d180f;}


@-webkit-keyframes twinkling{

  0% {

      opacity: 0; 

  }

  100% {

      opacity: 1; 

  }

}

#shan {

    -webkit-animation: twinkling 1.1s infinite ease-in-out; 

}

.sidebar1 li:hover .p{ opacity: 1; visibility: visible; color:#fff;

	-webkit-transform: translateX(0px);

	-moz-transform: translateX(0px);

	transform: translateX(0px);

}
::-webkit-input-placeholder { /* WebKit browsers */
color:    #9f1c14;
 opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #9f1c14;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #9f1c14;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:    #9f1c14;
 opacity:  1;
}

#jiathis_weixin_modal {margin: -180px 0 0 -160px !important;width: 320px !important;}
/* daohang over*/

.indexl10 {
  height: auto;
}
.show {
  display: block !important;
}
.indexl10 .tit2 {
    padding: 30px 0 0;
    text-align: center
}
.tit2 p{ font-size:35px; color:#3a3993; line-height:1;}
.tit2 p span{ font-size:20px; color:#767676;}

.bread{}
.bread a{}
.bread a:hover{ color:#09a7b4;}
.bread .cur{ color:#09a7b4;}
#features3{ background-color:#9f1c14; color:#fff;padding-bottom: 20px;}

.yytype{
	width: 100%;
	height:45px;
	background: rgba(31, 159, 169, 1);
	margin-bottom: 22px;
	color: #eee !important;
	border: none;
	font-size: 1em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	border-radius: 0;
	position: relative;
	}
	.yytype span{
	height:45px;
	line-height:45px;
	margin-left:14px;
	color:#fff;
	}
	.yytype select{
	top: 0;
	right: 0;
	position: absolute;
	width: 200px;
	height: 45px;
	overflow: hidden;
	z-index: 1;
	outline: none;
	color: #fff;
	}
	.yytype font{
	margin-top:12px;
	right: 50px;
	position: absolute;
	z-index: 2;
	}
	#myform label{
	position: absolute;
	line-height: 45px;
	height: 35px;
	text-indent: 20px;
	font-weight: normal;
	font-size:16px;
	}
	#myform input, #myform textarea{
	line-height:45px;
	text-indent: 70px;
	}
	#myform textarea{
	width:100%;
	height:100px;
	}
	
	
	
#contact {
    padding: 10px 0 10px
}

.fa-envelope-o,
.fa-fax,
.fa-map-marker,
.fa-phone {
    padding-right: 13px
}

.contact-text {
    margin: 45px auto
}

.mail-message-area {
    width: 100%;
    padding: 0 15px
}

.mail-message {
    width: 100%;
    background: rgba(255, 255, 255, .8) !important;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    margin: 0 auto;
    border-radius: 0
}

.not-visible-message {
    height: 0;
    opacity: 0
}

.visible-message {
    height: auto;
    opacity: 1;
    margin: 25px auto 0
}

.blog-sidebar {
    width: 100%;
    background: #f3f3f3;
    padding: 5% 10%
}

.col-md-12 .form {
    width: 30%;
    margin-right: 4.5%;
    padding: 7px;
    background: #c85a55;
    border:0px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    color: #eee !important;
    font-size: 1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media screen and (max-width: 1000px) {
    .col-md-12 .form {
        width: 100%;
        margin-right: 4.5%;
        padding: 7px;
        background: #c85a55;
        border:0px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 15px;
        color: #eee !important;
        font-size:1em;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }
}

.form {
    width: 350px;
    height: 45px;
    background-color: rgba(200, 90, 85, 1);
    border-radius: 0px;
	border:none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 22px;
    color: #fff !important;
    font-size: 1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.form:focus {color: #fff;outline: 0;border: 1px solid #ffb1c0;}

.textarea {
    height: auto;
    max-height: 120px;
    max-width: 100%
}

.button {
    padding: 8px 12px;
    background: #0A5175;
    display: block;
    width: 120px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    radius: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    font-size: .8em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.button:hover {
    background: #6393c4;
    color: #fff
}

.contact-form-full {
    margin-bottom: 20px
}
.form-btn {
    background: rgba(140,40,35, 1);
    background-size: 100%;
    line-height: 1;
    height:45px;
	line-height:45px;
    border: 1px;
    width: 220px;
    font-size: 1.2em;
    display: block;
    height: auto;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin: auto;
	border-bottom:5px solid #c85a55;
}

.form-btn:active {
    opacity: .9
}


.yytype{
	width: 100%;
	height:45px;
	background: rgba(200, 90, 85, 1);
	margin-bottom: 22px;
	color: #eee !important;
	border: none;
	font-size: 1em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	border-radius: 0;
	position: relative;
	}
	.yytype span{
	height:45px;
	line-height:45px;
	margin-left:14px;
	color:#fff;
	}
	.yytype select{
	top: 0;
	right: 0;
	position: absolute;
	width: 200px;
	height: 45px;
	overflow: hidden;
	z-index: 1;
	outline: none;
	color: #fff;
	}
	.yytype font{
	margin-top:12px;
	right: 50px;
	position: absolute;
	z-index: 2;
	}
	#myform label{
	position: absolute;
	line-height: 45px;
	height: 35px;
	text-indent: 20px;
	font-weight: normal;
	font-size:16px;
	}
	#myform input, #myform textarea{line-height:30px;text-indent: 70px;	}
	#myform input.semibold{line-height:30px;float:left; text-indent:0px; margin-right:2%; width:45%; max-width:150px; font-size:18px;	}
	#myform textarea{	width:100%;	height:100px;	}
	
	
	
	
	
	.style5 {
    color: #fff;
    text-align: left;
    padding-top:50px;
    padding-bottom: 26px;
    letter-spacing: 1px;
    font-size: 26px;
}
.contact-form-full .style5 {
	/* padding-top:50px; */
    padding-bottom: 26px;
	text-indent:9px;
}
.col-md-12 .bootstrap-frm {
    width: 30%;
    margin-bottom: 2%;
}

.bootstrap-frm {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: rgba(200, 90, 85, 1);
    padding: 6px 30px 6px 0;
    border-radius: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    margin-bottom: 5%
}

.bootstrap-frm input[type=text],
.bootstrap-frm input[type=email],
.bootstrap-frm select,
.bootstrap-frm textarea {
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.bootstrap-frm select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 15px
}

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

.textwidget {
    font-family: "Microsoft YaHei"
}

.textwidget h2 {
    font-weight: 500;
    line-height: 1.6em;
    font-size: 1.6em;
    color: #3a3993;
    font-family: "Microsoft YaHei";
    margin-top: 0;
    margin-bottom: 0
}

.textwidget h2 span {
    float: right;
    font-weight: 400;
    line-height: 1.6em;
    font-size: .8em;
    color: #3a3993;
    font-family: "Microsoft YaHei";
    margin-top: .5em;
    margin-bottom: 0
}

.textwidget h2 span:hover {
    color: #c99002
}

.textwidget p.alh1 {
    color: #5958a1;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    margin-top: 0;
    line-height: 1.6em;
    margin-bottom: 3%
}

.textwidget p.alh2 {
    color: #6c6c6c;
    font-family: "Microsoft YaHei";
    line-height: 1.4em;
    font-size: 1em
}

.textwidget p.alh2hid {
    display: show
}

.textwidget p.alh2 br {
    line-height: 0;
    height: 0;
    font-size: 0
}

.textwidget p.alh2 strong {
    color: #171717;
    font-family: "Microsoft YaHei";
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400
}

.textwidget p.alh2 strong:hover {
    color: #09a7b4;
}

.textwidget p.alh2 span {
    color: #6c6c6c;
    font-size: .8em;
    font-family: "Microsoft YaHei";
    line-height: 1em;
    display: block;
    margin-top: 6px;
    margin-bottom: 2%
}

.textwidget p.alh2 a {
    color: #171717;
    font-family: "Microsoft YaHei";
    text-decoration: none;
    font-size: 1.4em;
    line-height: 35px;
}

.textwidget p.alh2 a:hover {
    color: #09a7b4;
}

.textwidget p {
    color: #6c6c6c
}

.panel-grid {
    position: relative
}


#divbg {
    display: none;
}

@media screen and (max-width: 1000px) {
    .col-md-12 .bootstrap-frm { width:60%; }
	.menu_fixed{ min-height:53px;}
	
	#myform label {
  position: absolute;
  line-height:45px;
  height:35px;
  font-weight: normal;
  font-size:1em;
}
	
}
@media (max-width: 750px){
                        #myform .submitbtn{
                            width: 230px;margin: 0 auto;float: none;  }
                          #myform .name{ width: 100%; }
                          #myform .phone{ width: 100%;  }
                      }
                      ul.info {
                        text-align: left;                        
                      }
                      ul.info li{
						min-width:320px;
					    font-size:16px;
                        padding-bottom: 22px;
                      }
					  ul.info li:nth-child(3){
					    padding-left:46px;
					  }
					  ul.info li:nth-child(4){
					    padding-left:46px;
					  }
                      ul.info li img{
                        width: 30px;
                        margin-right: 16px;
                      }
                      ul.info li span{
                        display: block;
						line-height: 25px;
						font-size: 14px;
						float: left;
						width: 100%;
						margin-top: 12px;
						margin-bottom: 22px;
                      }
                      ul.info li:nth-child(1) i{
                        width: 35px;
                        display: block;
                        overflow: hidden;
                        float: left;
                        margin-right:10px;
                      }
                      ul.info li:nth-child(2) i{
                        width: 35px;
                        display: block;
                        overflow: hidden;
                        float: left;
                        margin-right:10px;
						padding-left:3px;
                      }
                      ul.info li:nth-child(1) img{
                        width: 25px;
                        margin-right: 15px;
						margin-top:-3px;
                      }
                      ul.info li:nth-child(2) img{
                        width: 25px;
                        margin-right: 15px;
                      }
                      ul.info li:nth-child(3) img{
                        width: 25px;
                        position:absolute;
						left:16px;
                      }
                      ul.info li:nth-child(4) img{
                        width: 25px;
                        position:absolute;
						left:6px;
                      }
                      ul.icon{
                       /* margin-left: 35px;
                        margin-top: 15px;*/
                        float: left;
						margin-left:44px;
                      }
                      ul.icon a{
                        margin-right: 20px;
                        border-radius: 100%;
                        border: 1px solid #fff;
                        float: left;
                        position: relative;
                        cursor: pointer;
                      }					  
                      ul.icon a:hover{
                        border: 1px solid #ddd;
                        transition: 0.1s;
                      }
					  
                      ul.icon a img{
                        width: 25px;
                        height: 25px;
                        margin: 5px;                       
                      }
                      ul.icon a .wxlogo{
                        position: absolute;
                        width: 200px;
                        height: 200px;
                        margin-top: -210px;
                        margin-left: -85px;
                        z-index: 10000;
                        display: none;
                      }
                      ul.icon a:nth-child(1):hover .wxlogo{
					    border-radius:10px;
                        display: block;
                      }
					  
	.team_icon_hover  button {
    position: absolute;
    padding: 4px 10px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -moz-transition: opacity .3s, -moz-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.team_icon_hover  button {
    top: 88%;
    left: 50%;
    padding: 2% 5%;
    background: #fff;
    color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translatey(-50%) translatex(-50%) scale(.25);
    -ms-transform: translatey(-50%) translatex(-50%) scale(.25);
    -o-transform: translatey(-50%) translatex(-50%) scale(.25);
    -webkit-transform: translatey(-50%) translatex(-50%) scale(.25);
    transform: translatey(-50%) translatex(-50%) scale(.25)
}

.team_icon_hover a:hover  button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translatey(-50%) translatex(-50%) scale(1);
    -ms-transform: translatey(-50%) translatex(-50%) scale(1);
    -o-transform: translatey(-50%) translatex(-50%) scale(1);
    -webkit-transform: translatey(-50%) translatex(-50%) scale(1);
    transform: translatey(-50%) translatex(-50%) scale(1)
}				  

.slick_one{
	padding-top: 90px;
	padding-bottom: 75px;
}
.j_qhdh{
	position: relative;
}
.j_qhdhle{
	width: calc(100% - 95px);
	position: relative;
	height: 100%;
}


.about {
	border-bottom: 1px solid #dbdbdb;
}

.about .ab_con {
	margin: 80px 0px 50px;
}

.about .ab_con h3 {
	font-size: 32px;
	color: #333;
	float: left;
	font-family: "Microsoft JhengHei";
}

.about .ab_con .box {
	float: right;
}

.about .ab_con .box p {
	display: inline-block;
}

.about .ab_nav {
	margin: 0px 0px 80px;
	text-align: center;
}

.about .ab_nav li {
	width: 25%;
	border: 1px solid #dbdbdb;
}

.about .ab_nav li a {
	display: block;
	color: #666;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.about .ab_nav li:hover a {
	color: #fff;
	background: #213041;
}

.ab_banner {
	margin: 80px auto 80px;
	width: 100%;
}

.ab_banner img {
	width: 100%;
}

.ab_con {
	width: 100%;
	padding-bottom: 60px;
	border-bottom: 1px solid #dbdbdb;
}

.ab_con_left {
	width: calc(100% - 393px);
	padding-right: 90px;
}

.a_left_box h4 {
	color: #bc3d35;
	font-size: 48px;
	font-family: "Microsoft JhengHei";
	font-weight: bold;
}

.a_left_box>span {
	font-family: 'Conv_HELVETICANEUELTPRO-THCN_2',Arial;
	font-size: 30px;
	color: #bc3d35;
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
}

.a_left_box b {
	color: #333;
	font-size: 20px;
	display: block;
	margin-top: 40px;
	line-height:32px;
	font-family: "Microsoft JhengHei";
}

.xuanze {
	padding: 80px 0 120px;
	border-bottom: 1px solid #dbdbdb;
}

.a_left_box p {
	color: #666666;
	font-size: 18px;
	margin: 34px 0px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "Microsoft JhengHei";
}

.ab_con_right {
	float: left;
	width: 392px;
}

.a_right_box {
	width: 50%;
	padding: 20px 10px;
	border: 1px solid #dbdbdb;
	text-align: center;
	float: left;
}

.a_right_box h4 {
	color: #bc3d35;
	font-size: 80px;
	font-weight: bold;
	font-family: arial;
}

.a_right_box b {
	color: #333;
	font-size: 20px;
	margin: 20px 0;
	display: block;
}

.a_right_box p {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
}

.xuanze .xuan_left {
	width: 50%;
	float: left;
}

.xuanze .xuan_left h4 {
	font-size: 48px;
	color: #bc3d35;
	font-weight: bold;
	font-family: "Microsoft JhengHei";
	padding-top: 50px;
}

.xuanze .xuan_left>span {
	font-family: "Conv_HELVETICANEUELTPRO-THCN_2",Arial;
	font-size: 30px;
	line-height: 40px;
	color: #bc3d35;
	display: block;
	text-transform: uppercase;
	margin-top: 20px;
}

.xuanze .xuan_left b {
	color: #333;
	font-size: 32px;
	font-weight: bold;
	display: block;
	margin: 60px 0 40px;
	font-family: "Microsoft JhengHei";
	line-height: 42px;
	letter-spacing: 1px;
}
.xuanze .xuan_left b w{
	color: #bc3d35;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
	font-family: "Microsoft JhengHei";
	letter-spacing: 1px;
	border-bottom: 2px solid #bc3d35;
}
.xuan_left .xuan_left_box em {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	font-style: normal;
	font-family: "Microsoft JhengHei";
}
.j_pinpsa{
	padding-right: 50px;
}
.xuanze .xuan_right {
	width: 50%;
	padding-left: 67px;
	float: right;
	position: relative;

}
.xuan_right_boxs{
	position: relative;
}
.xuan_right_boxs:before{
	position: absolute;
	content: '';
	background: #f5f5f5;
	width: 50px;
	height: 100%;
	top: 50px;
	left: -50px;
}
.xuan_right_boxs:after{
	position: absolute;
	content: '';
	background: #f5f5f5;
	width: 100%;
	height: 50px;
	bottom: -50px;
	left: -50px;
}
.xuanze .xuan_right .xuan_right_box {
	/*width: 534px;*/
	width: 100%;
	position: relative;
	overflow: hidden;
}

.xuanze .xuan_right .xuan_right_box img{
	width: 100%;
	display: block;
	transition: all 0.56s;
}
.xuanze .xuan_right .xuan_right_box:hover img{
	transform: scale(1.1);
}
.xuan_right .xuan_right_box .page {
	position: relative;
	top: 464px;
	left: 363px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	font-family: "Arial";
}
.j_ban_po{
	position: absolute;
	bottom: -40px;
	right: 70px;
}
.j_ban_po p{
	font-size: 18px;
	color: #333;
	font-family: Arial;
	line-height: 26px;
	font-weight: bold;
}
.j_ban_po .prne img{
	width: 8px;
}
.j_ban_po .prne{
	cursor: pointer;
	display: inline-block;
	float: left;
}
.j_ban_po .banprev{
	margin-left: 20px;
}
.j_ban_po .bannext{
	margin-left: 25px;
}

/**********--------call us wrapper------**********/
.call_wrapper{
	/*background:url('../images/appoint_img.jpg') 50% 0 repeat-y;*/
	background-color: #bc3d35;
	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(9, 9, 9, 0.9);
}
.call_heading_wraper h1{
	margin:0px 0px 0px 0px;
	color:#f4ab01;
	font-size:50px;
	font-weight:bold;
	text-align:center;
}
.call_heading_wraper h3{
	color:white;
	font-size:21px;
	
}
.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:270px;
	height:50px;
	float:left;
	color:white;
	background:#bc3d35;
	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_2 li a:hover{
	background:transparent;
	border:2px solid #bc3d35;
	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;
}
.appoint_btn_2 i{
	margin-right:10px;
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  color: #3d3d3d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  padding: 14px 0;
  transition: all 500ms ease 0s;
  width: 55px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}
.post-pagination li.active a, .post-pagination li:hover a {
  background: #eb6011;
  color: #fff;
  border: 1px solid #eb6011;
}


#pages { padding-top:3%;font:14px '微软雅黑'; margin:3% 0 3% 10px;}
#pages a { padding:0px 10px;height:40px;font-size:14px; line-height:40px; background:#fff; border:1px solid #e3e3e3;text-align:center; color:#333}
#pages a.a1 {padding:0px 5px; height:40px;margin-top:0px;line-height:40px;}
#pages a:hover {background:#f1f1f1; color:#000; text-decoration:none;line-height:40px; }
#pages span { display:inline-block; padding:0px 10px; height:40px;line-height:40px;  background:#bc3d35; border:1px solid #bc3d35; color:#fff;text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 10px; height:40px;line-height:40px;border:1px solid #e3e3e3;text-align:center; color:#a4a4a4; }

.team_heading_wrapper .maincon { float:left; line-height:28px;}
.team_heading_wrapper .maincon img{ text-align:center; max-width:600px; width:100%;}

@media (min-width: 481px){
.team_heading_wrapper img.med_bottompadder20 {
  width: 100%;
  max-width: 20%;
  margin-left:0%;
  margin-top: 3%;
}
}


/*.wow{opacity: 0;}
.wow1{opacity: 1;}
*/

.box {width:100%; margin: 0 auto; position: relative; box-sizing: border-box;}
.ibox {width:100%; margin: 0 auto; position: relative;box-sizing: border-box;}

.fbd { font-weight: bold;}
.f_18 { font-size: 18px;}

.f_30 { font-size: 30px;}


	.f_24 {  font-size: 24px;line-height:24px;}
	
	.f_48 { font-size:48px; line-height:48px;}




.about2 .ul .li .li_img img {  border: none;  display: block;width:100%;  max-width:50px;}

.maodian{position: absolute;left: 0;top: -120px;width: 100%;height: 1px;}

.about1{position: relative;}
.about1 .about1_con{display: flex;justify-content: space-between;}
.about1 .about1_con .con_le{width: 56.5%;}
.about1 .about1_con .con_le .le2{margin: 15px 0 30px;}
.about1 .about1_con .con_le .le3{line-height: 34px;text-align: justify;max-height:760px;overflow-y: auto;padding-right: 20px;}
.about1 .about1_con .con_le .le3::-webkit-scrollbar{ width:4px;height: 1px;}
.about1 .about1_con .con_le .le3::-webkit-scrollbar-thumb{ background:#8c2823;}
.about1 .about1_con .con_le .le3::-webkit-scrollbar-track{ background:rgba(140,40,35,0.1);} 
.about1 .about1_con .con_re{width:40.5%; padding-top:1%;}

.about2{position: relative;}
.about2_top{text-align:left;margin-bottom: 30px;}
.about2 .ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about2 .ul .li{width: 31.25%; margin-right:1%; margin-left:1%;background: url(../images/about2.jpg) center no-repeat;background-size: cover;height: 205px;box-shadow: 6px 6px 6px 0px #fee2e0;display: flex;align-items: center;padding: 0 15px 0 35px;transition: all 0.6s;}
.about2 .ul .li .li_img{width:50px;height:50px;border:0px solid #901d17;border-radius: 100%;margin-right: 15px;}
.about2 .ul .li .t1{margin-bottom: 10px;}
.about2 .ul .li .t2{line-height: 25px;color: #666666;}
.about2 .ul .li .li_txt{width: calc(100% - 70px);}
.about2 .ul .li:hover{transition: all 0.6s;box-shadow: 0 5px 10px 5px #fee2e0;}



.about3 {position: relative;text-align:left;}
.about3 .cont_top{text-align:left;margin-bottom: 50px;}
.about3 .ul{display: flex;flex-wrap: wrap;}
.about3 .ul .li{width: 18.75%;margin-right: 1.5625%;background: url(../images/cont2_s.jpg) center no-repeat;background-size: cover;height: 200px;display: flex;align-items: center;justify-content: center;box-shadow: 5px 5px 5px 1px #d8e0eb;margin-bottom: 20px;}
.about3 .ul .li:nth-child(5n){margin-right: 0;}
.about3 .ul .li .li_img{display: flex;justify-content: center;margin-bottom: 15px;}
.about3 .ul .li .li_img img{border: 1px solid #8d2722;border-radius: 100%;}
.about3 .ul .li .li_txt{text-align: center;}
.about3 .ul .li .li_txt .t1{}
.about3 .ul .li .li_txt .t2{line-height: 30px;color: #666666;}
.about3 .ul .li:last-child .li_img img{border: 1px solid #999999;}
.about3 .ul .li:last-child {color: #999999;}
.about3 .ul .li:last-child .li_txt .t2{color: rgba(102,102 , 102, 0.54);}
.about3 .ul .li:hover .li_img{transform: translateY(-5px);}


.about4 {position: relative; text-align:left;}
.about4 .cont_top{text-align:left;margin-bottom: 50px;}
.about4 .con{position: relative;}
.about4  .con_txt{position: absolute;width: 600px;background: #fff;left: 30px;top: 50%;transform: translateY(-50%);padding:35px 35px 35px;border-radius: 16px;}
.about4  .con_txt .txt .t1{line-height: 40px;margin-bottom: 20px;}
.about4  .con_txt .txt .t2{display: flex;align-items: center;}
.about4  .con_txt .txt .t2 img{margin-right: 10px;}
.about4  .con_txt .txt{padding-bottom:45px;}
.about4  .con_txt .txt2{padding:20px 0 ;border-top: 1px dashed #bbbbbb;border-bottom: 1px dashed #bbbbbb;}
.about4  .con_txt .txt2{ line-height: 30px;position: relative;}
.about4  .con_txt .txt2::after{position: absolute;width: 25px;height: 1px;background: #333;content: "";bottom: -1px;}
.about4  .con_txt .txt2::before{position: absolute;width: 25px;height: 1px;background: #333;content: "";top: -1px;}
.about4  .con_txt .txt2 .t{margin-bottom: 5px;}
.about4  .con_txt .txt2  a{font-weight: bold;}
.about4  .con_txt .txt3{display: flex;margin-top: 50px;}

.about4  .con_txt .txt3 .t1{margin-right: 20px;text-align: center;color: #999999;line-height: 30px;}
.about4  .con_txt .txt3 .t1 img{border: 1px solid #f6f6f6;margin-bottom: 9px; max-width:100px; display:block; margin-left:0px;}



.about5 .about5_sw .swiper-slide .ss_con { display: flex; align-items: center;}

.ab5_prev,.ab5_next{width: 35px;height: 35px;background:  url(../images/z1.png) center no-repeat;background-size: cover;border-radius: 100%;left: 0;margin-top:-17px;border: 1px solid #aaaaab;opacity: 1;}

.ab5_next{left: auto;right: 1px;transform:rotate(180deg);}

.ab5_prev:hover,.ab5_next:hover{background: #901d17 url(../images/z.png) center no-repeat;border: 1px solid #901d17;}

.about5{position: relative;}

.about5_top{text-align:left;margin-bottom:5px;}

.about5 .about5_con .con{position: relative;}

.about5 .about5_con .con .ab5_prev{left: -50px;width: 35px;height: 35px;}

.about5 .about5_con .con .ab5_next{right: -50px;width: 35px;height: 35px;}


.about5  .about5_sw::after{position: absolute;width: 100%;height: 1px;border-top: 1px dashed #bbbbbb;content: "";top: 50%;left: 0;}

.about5 .ss_con{height: 360px;border-left: 1px dashed #bbbbbb;padding: 20px 50px 50px 20px;}

.about5 .about5_sw .swiper-slide{transform: translateX(27.2%);}

.about5 .about5_sw .swiper-slide .ss_con{display: flex;align-items: center;}

.about5 .about5_sw .swiper-slide .ss_con .con{width: 100%; text-align:left;}

.about5 .about5_sw .swiper-slide:nth-child(even){transform: translateX(77.2%);}

.about5 .about5_sw .swiper-slide .co1{color: #999999;}

.about5 .about5_sw .swiper-slide  p{line-height: 35px;color: #3b3c3c;display: flex; margin-bottom:0.5rem;}

.about5 .about5_sw .swiper-slide  p span{width: 50px;}

.about5 .about5_sw .swiper-slide  p span.sl{width: calc(100% - 40px);}


.about5 .about5_sw .swiper-slide .con2{position: absolute;width: 70px;height: 70px;text-align: center;line-height:55px;border-radius: 100%;background: #999999;color: #fff;left: 35px;bottom: -35px;}

.about5 .about5_sw .swiper-slide .con2::after{position: absolute;content: "";width: 100px;height: 100px;border-radius: 100%;border: 1px dashed #999999;left: -15px;top: -15px;}

.about5 .about5_sw .swiper-slide .con2::before{content: "";position: absolute;width: 100px;height: 100px;background: #fff;z-index: -1;left: -15px;top: -15px;}

.about5 .about5_sw .swiper-slide:nth-child(even) .con2{top: -35px;}

.about5 .about5_sw .swiper-slide .ss_con .p{overflow-y: auto;max-height: 200px;}

.about5 .about5_sw .swiper-slide .ss_con .p::-webkit-scrollbar{ width:3px;height: 1px;}
.about5 .about5_sw .swiper-slide .ss_con .p::-webkit-scrollbar-thumb{ background:#019d9d;}
.about5 .about5_sw .swiper-slide .ss_con .p::-webkit-scrollbar-track{ background:#f3f6f8;} 



.about5 .about5_sw .swiper-slide:nth-child(even) .ss_con{height: 360px;border-left: 1px dashed #bbbbbb;padding: 50px 50px 20px 20px;}

.about5 .about5_sw .swiper-slide.act .co1{color: #901d17;}

.about5 .about5_sw .swiper-slide.act .con2{background: #901d17;}

.about5 .about5_sw .swiper-slide.act .con2::after{border: 1px dashed #901d17;}


.ab5_sp{display: none;}

.yd { display: none;}

@media screen and (max-width:1800px) {

.contact1  .cont_con .ul{padding: 0 100px;}
.contact1  .cont_con .ul .li .li_top .top_le{width: calc(100% - 100px);}
.contact1 .cont_top{height:130px;line-height: 130px;text-align: center; color:#8d1c16;}

  .about1 .about1_con .con_le .le3{max-height: 450px;}  
  
    .about4 .con_txt{padding: 50px 30px 30px;}
    .about4 .con_txt .txt{padding-bottom: 30px;}
    .about4 .con_txt .txt2{padding: 30px 0;}
    .about4 .con_txt .txt3{margin-top: 30px;}

.container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
  
}

@media screen and (max-width:1680px) {
    .about1 .about1_con .con_le .le3{height:auto;}
    .about2 .ul .li{height:170px;}	
	.f_18 { font-size: 16px;}
	.f_24 {  font-size: 22px;}	
	.f_48 { font-size: 32px;}	
.f_30 { font-size: 28px;}	


.about4 .con_txt{width: 550px;}
.about4 .con_txt{padding: 35px 25px;}
.about4 .con_txt .txt .t1{margin-bottom: 10px;}
.about4 .con_txt .txt2{padding: 20px 0;}
.about4 .con_txt .txt3{margin-top: 20px;}
.about4 .cont_top{margin-bottom: 40px;}
		
.about3 .cont_top{margin-bottom: 40px;}

.container { width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

.contact1  .cont_con .ul{padding: 0 50px;}
.contact1  .cont_con .ul .li .li_top .top_le{width: calc(100% - 50px);}
.contact1 .cont_top{height:130px;line-height: 130px;text-align: center; color:#8d1c16;}
	
	}
	


	
@media screen and (max-width:1025px) {

.wow { opacity: 1;}


    .service8_sw{margin-bottom: 30px;}

    .daohang{display: none;}
	
	 .contact1 .cont_top{height: 70px;line-height: 70px;}
    .contact1 .cont_con .ul{padding: 0 10px;}
    .contact1 .cont_con .ul .li .li_top{height: 100px;}
    .contact1 .cont_con .ul .li.act .li_top .top_re{width:40px;height:40px;}
    .contact1 .cont_con .ul .li .li_top .top_le .l1{margin-bottom: 0px;line-height: 30px;}
    .contact1 .cont_con .ul .li .li_top .top_le{width: calc(100% - 55px);}
    .contact1 .cont_con .ul .li .li_txt span{margin: 20px 0 10px;}
    .contact1 .cont_con .ul .li .li_txt{line-height: 30px;margin-bottom: 15px;}
	
	.contact1  .cont_con .ul{padding: 0 50px;}
	.contact1  .cont_con .ul .li .li_top .top_le{width: calc(100% - 50px);}
	.contact1 .cont_top{height:100px;line-height: 100px;text-align: center; color:#8d1c16;}
	
	.ibox {width: 100%;}

    .about1 .about1_con{flex-wrap: wrap;}
    .about1 .about1_con .con_le{width:94%; margin-left:3%;margin-bottom: 25px;}
    .about1 .about1_con .con_re{width: 100%; text-align:center; }
    .about1 .about1_con .con_re img{width: 100%; max-width:360px;}
    .about1 .about1_con .con_le .le2{margin: 15px 0 20px;}
    .about1 .about1_con .con_le .le3{line-height: 30px;max-height: 300px;}
	
    .about2 .ul .li{width: 100%;margin-bottom: 20px;height: 150px;padding: 0 20px;}
    .about2 .ul .li:last-child{margin-bottom: 0;}
    .about2 .ul .li .li_img{width: 65px;height: 65px;}
    .about2_top{margin-bottom: 25px;}	
	
	.about3 .cont_top{margin-bottom: 25px;}
    .about3 .ul .li{width:50%;margin-right: 0%;padding: 0 10px;}
    .about3 .ul .li:nth-child(2n){margin-right: 0;}
    .about3 .ul .li:nth-child(5n){margin-right: auto;}

    .about4 .cont_top{margin-bottom: 25px;}
   .about4 .con_txt{position:static;transform: translate(0);box-shadow: 0 0 5px #d8e0eb;width: 100%;padding: 20px 15px; margin-top:-30px;}

    .about3 .ul .li:last-child{margin-bottom: 0;}

    .about4 .con_txt .txt .t1{margin-bottom: 5px;}
   .about4 .con_txt .txt{padding-bottom: 20px;}
    .about4 .con_txt .txt2{padding: 15px 0;}
    .about4 .con_txt .txt2{line-height: 25px;}
    .about4 .con_txt .txt3 .t1 img{margin-bottom: 5px;}	
	
	
	.about5 .about5_sw .swiper-slide:nth-child(even) .ss_con{height: 300px;padding: 30px 15px 30px 15px;}
    .about5 .ss_con{height: 300px;}
    .about5 .about5_sw .swiper-slide .con2::after{width:70px ;height:70px;left: -10px;top: -10px;}
    .about5 .about5_sw .swiper-slide .con2{width: 50px;height: 50px;line-height:35px;bottom: -25px;}
    .about5 .about5_sw .swiper-slide .con2::before{width: 70px;height: 70px;left: -10px;top: -10px;}

    .about5 .about5_sw .swiper-slide:nth-child(even) .con2{top: -25px;}
    .about5 .about5_sw .swiper-slide .ss_con{padding: 15px 10px 20px 10px;width: 100%;
max-width: 350px;}    

    .about5 .about5_sw .swiper-slide p{line-height: 30px;}
    .about5 .ab5_prev,.about5 .ab5_next{display: none;}
    .about5 .about5_sw .swiper-slide{transform: translateX(10%);}
    .about5 .about5_sw .swiper-slide:nth-child(even){transform: translateX(50%);}
    .about5 .about5_sw .swiper-slide .co1{margin-bottom:3%; margin-top:5%;}
	
	.ab5_sp{display: block;bottom: 20px !important;}
	
	.f_24 { font-size:18px;}
	.f_48 { font-size:26px;}
	
	.container {width: 100%;padding-right:10px;padding-left:10px;margin-right: auto;margin-left: auto;}
	
	}


.about4 .con img { border: none; max-width: 120%; margin-left:-10%;}

	@media screen and (max-width:640px) {
	
	.contact1  .cont_con .ul{padding: 0 20px;}
	.contact1  .cont_con .ul .li .li_top .top_le{width: calc(100% - 40px);}
	.contact1 .cont_top{height:80px;line-height: 80px;text-align: center; color:#8d1c16;}
	
	.f_30 { font-size: 16px; font-weight:bold;}	
.about1 .about1_con .con_re img {  width: 100%; max-width:480px; height:auto;}
.about1 .about1_con .con_le .le3 { line-height: 25px;}
.f_18 { font-size: 14px;}
.about1 .about1_con .con_le .le2 { margin:10px 0 10px;}
	 .about2 .ul .li .li_img{width: 45px;height: 45px;}	 
	 .about2 .ul .li {  width:90%; margin-left:5%; margin-bottom: 20px;  height: 120px;  padding: 0 20px;}
	 
	 .about5 .about5_sw .swiper-slide .ss_con .con { width: 100%; max-width: 280px; text-align:left;}
	 
	 .ibox { width:96%;}
	 
	 .f_24 {font-size: 16px;}
	 
.yd { display:block;}
.pc { display:none;}

.about4 .con img { border: none; max-width: 100%;margin-left:0;}

.about4 .con_txt{ margin-top:-10%;}

.about3 .ul .li {  width:48%; margin-right:2%; padding: 0 10px; height:140px;}

.about3 .ul .li .li_img img { border: 1px solid #8d2722; border-radius: 100%; height:45px;}

.cc_main_slide1{
	background:url('../images/bg-blue1m.jpg');
	width:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
.cc_main_slide2{
	background:url('../images/bg-blue2m.jpg') 50% 0 repeat-y;
	width:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
.cc_main_slide3{
	background:url('../images/bg-blue4m.jpg') 50% 0 repeat-y;
	width:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	padding-top:370px;
}
	 
	}
	
	.fbd{ color:#8d2722;}

.about5 .about5_con .con .ab5_next { right: -50px;}
.ab5_prev, .ab5_next {
  background: #fff url(../images/zs.jpg) center no-repeat;
  border: 1px solid #fff;
}
.ab5_next {
  left: auto;
  right: 1px;
  transform: rotate(180deg);
}
.ab5_prev, .ab5_next {
  width: 35px;
  height: 35px;
  background: url(../images/z1.png) center no-repeat;
  background-size: cover;
  border-radius: 100%;
  left: 0;
  margin-top: -17px;
  border: 1px solid #aaaaab;
  opacity: 1;
  transition: all 0.6s;
}

/* 联系我们 */

.contact1{position: relative; width:100%; text-align:left;}

.contact1  .cont_con{background: url(../images/contact1_b.jpg) center no-repeat;background-size: cover;box-shadow: 5px 5px 5px 1px #d5dee9;padding-bottom: 30px;}

.contact1  .cont_con .ul .li:first-child{border-top: 1px solid #e7e7e8;}

.contact1  .cont_con .ul .li .li_top{height: 120px;display: flex;justify-content: space-between;border-bottom: 1px solid #e7e7e8;align-items: center;cursor: pointer; padding-left:3%; padding-right:3%;}

.contact1  .cont_con .ul .li .li_top .top_re{width: 40px;height: 40px;border: 1px solid #999999;border-radius: 100%;background: url(../images/jia+.png) center no-repeat;background-size: cover;}

.contact1  .cont_con .ul .li .li_top .top_le .l1{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;margin-bottom: 10px;}

.contact1  .cont_con .ul .li .li_top .top_le .l2{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;line-height: 30px;}

.contact1  .cont_con .ul .li .li_txt span{margin: 10px 0 10px;display: block;}

.contact1  .cont_con .ul .li .li_txt{line-height: 35px;margin-bottom: 20px;display: none; padding-left:3%;}

.contact1  .cont_con .ul .li:first-child .li_txt{display: block;}

.contact1  .cont_con .ul .li.act .li_top .top_re{background:#999999 url(../images/jia2.png) center no-repeat;background-size: cover;}

.contact1  .cont_con .ul .li:hover .li_top .top_le .l1{color:#8d1c16;}

.contact1 .cont_con .ul .li.act .li_top .top_le .l1{color: #8d1c16;}


/* Pipeline */
.pipeline {font-size: 1em; margin-bottom: 0.666em; width:1100px;}
.pipeline table { overflow: hidden; border-bottom: 2px solid #929292;}
.pipeline table thead { position: relative;  overflow: visible;}
.pipeline table thead th {
  font-size: 0.95em;

  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
  border: none;
  border-left: 1px solid #fff;
  padding: 0.75rem;
}
.pipeline table thead th:first-child { border-left: none;}
.pipeline table thead th.info-header {background-color:#195761; background: #195761;}
.pipeline table thead th.progress-header {
  position: relative;
  background-color:#287386;
  background:#287386;
  width: 11%;
  max-width: 11%;
  overflow: visible;
}
.pipeline table thead th.progress-header::before {
  display: block;
  position: absolute;
  content: '';
  width: 1px;
  height: 3000%;
  background: rgba(68, 84, 107, 0.25);
  top: 100%;
  left: 0;
}
.pipeline table thead th .lower { text-transform: lowercase;}
.pipeline table tbody th.program-header {
  background: #53b2a7;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  letter-spacing: 0.05em;
  border: none;
  white-space: nowrap;
}
.pipeline table tbody tr:nth-of-type(2n+1) {background-color: #f1f1f1;}
.pipeline table tbody td {vertical-align: middle; border: none; line-height: 1;}
.pipeline table tbody td.therapy .name {line-height: 1.5;font-weight: 600;}
.pipeline table tbody td.indication .note { font-size: 0.75em;}
.pipeline table tbody td.progress-column { padding: 1em 0;}
.pipeline table tbody td.progress-column .mobile-therapy { padding-left: 0.25em;line-height: 1.5;}
.pipeline table tbody td.progress-column .mobile-therapy br { display: none !important;}
.pipeline table tbody td.progress-column .mobile-therapy .name {font-weight: 600;}
.pipeline table tbody td.progress-column .progress-contain { position: relative;}
.pipeline table tbody td.progress-column .progress-contain .progress {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 3em;
  border-radius: 0;
  padding-right: 3em;
  background: none;
}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar {
  display: block;
  position: relative;
  width: 0;
  height: 100%;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #c74a46;
}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.red { background: #c74a46;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.red::after { border-left-color: #c74a46;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.green { background: #287386;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.green::after {  border-left-color: #287386;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.grey { background: #44546b;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.grey::after { border-left-color: #44546b;}
.pipeline table tbody td.progress-column .progress-contain .progress .progress-bar.expanded { width: 100%;}
.pipeline-footnote { font-size: 0.8em;}

.wpb_wrapper p{width:92%; font-size:1em;  margin:3% auto;}

.pipeline-footnote sup {
	font-size:100%; color:#287386; text-indent:4em; font-weight:400; font-size:1em; 
	line-height: 0;	position: relative;	vertical-align: baseline;top: -0.3em;
}
@media (max-width: 991px) {
  .pipeline {font-size: 0.9em; max-width:990px;width:100%; }
  
  .wpb_wrapper p {width: 92%; font-size: 0.9em; margin: 3% auto;line-height:20px;}
}
@media (min-width: 768px) {
.pipeline{}
  .pipeline .show-767 {  display: none;  }
  .wpb_wrapper p {width: 94%; font-size:1em; margin:2% auto; line-height:28px;}
}
@media (max-width: 767px) {
  .pipeline {font-size: 0.85em;  max-width:760px; width:100%;}
  .pipeline .hide-767 { display: none;  }
  .pipeline .show-767 { display: initial;  }
  .pipeline table thead th.progress-header { width: 13%; max-width: 13%;  }
}
@media (min-width: 568px) {
  .pipeline .show-567 { display: none;  }
}
@media (max-width: 567px) {
.pipeline {max-width:560px; width:100%; }
  .pipeline .hide-567 { display: none; }
  .pipeline .show-567 { display: initial;  }
  .pipeline table thead th.progress-header { width: 15%; max-width: 15%;  }
  
}

.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none}.social-share .social-share-icon{position:relative;display:inline-block;width:32px;height:32px;font-size:20px;border-radius:50%;line-height:32px;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.share-dialog{left:0%;top:0%;}.share-dialog .share-copy-l{float:left;width:77px;margin-top:8px}.share-dialog .share-copy-r{float:left;width:76px;text-align:right;color:#f37b1d;margin-top:8px;cursor:pointer}.share-platform{clear:both;margin-top:10px}.share-platform .share-platform-l{float:left;width:77px;margin-top:8px}.share-platform .share-platform-r{float:left;}.share-platform .bds_weixin{background-image:url(../images/css-bg.png);background-position:-13px -8px!important}.share-platform .bds_tsina{background-image:url(../images/css-bg.png);background-position:-56px -8px!important}.share-platform .bds_sqq{background-image:url(../images/css-bg.png);background-position:-101px -8px!important}.share-platform .bds_qzone{background-image:url(../images/css-bg.png);background-position:-146px -8px!important}.share-platform .share-platform-text{color:#aaa;margin-top:5px}.bdshare-button-style1-32 a{float:left;width: 40px;line-height:40px;height:40px;}.share-dialog a{ float:left;width: 40px;line-height: 40px;height: 40px;}
.bd_weixin_popup .bd_weixin_popup_main {  padding: 10px 10px; min-height: 140px; _height: 140px;!important}.bd_weixin_popup .bd_weixin_popup_foot { font-size: 12px;  text-align: left;    line-height: 18px; color: #666; margin-top:-10px;}