
/*----------------body------------------*/

body,
html {
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #757575;
	overflow-x: hidden;
	background: white;
}
/*------------------custom css----------------*/

@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Quicksand-Medium;
  src: url(../fonts/Quicksand-Medium.ttf);
}

a {
	color: #0161ac;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2ec8a6;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

ul{margin:0px;padding:0px;}

li{list-style:none;}

/*.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_bottompadder30 {
	padding-bottom: 30px;
}
.med_bottompadder40 {
	padding-bottom: 40px;
}
.med_bottompadder50 {
	padding-bottom: 50px;
}
.med_bottompadder60 {
	padding-bottom: 60px;
}
.med_bottompadder70 {
	padding-bottom: 70px;
}
.med_bottompadder80 {
	padding-bottom: 80px;
}
.med_bottompadder90 {
	padding-bottom: 90px;
}
.med_bottompadder100 {
	padding-bottom: 100px;
}
/*-----scroll top-----*/

/*-- Preloader css start --*/

#preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #142175;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#preloader #status img{
	width: 100px;
}
/************---------Header css start---------***********/

.top_header_wrapper {
	float: left;
	width: 100%;
	background-color: #2ec8a6;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	z-index: 6;
}
.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: #f4ab01;
	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: #f4ab01;
	transition: 0.4s;
}
.rp_mobail_menu_main_wrapper {
	float: none;
	padding-top: 20px;
	width: 100%;
}
.menu_wrapper #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: #2ec8a6;
}
#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;
}
.menu{
	background: #000;
}

.title-head h1{
	font-size: 38px;
    color: #000;
    padding-bottom: 10px;
    font-family: Quicksand-Bold;
    margin-bottom: 25px;
    text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
 #cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_wrapper #cssmenu {
	width: 300px;
	color: #ffffff;
	text-transform: capitalize;
}
.menu_wrapper #cssmenu ul ul {
	display: none;
}
.align-right {
	float: right;
}
.menu_wrapper #cssmenu ul li a {
	padding: 16px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.menu_wrapper #cssmenu ul li:first-child a {
	border-top: 1px solid #d3d3d3;
}
.menu_wrapper #cssmenu ul li:hover a,
#cssmenu ul li.active a {
	background: #2ec8a6 !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;
}
.menu_wrapper ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
.menu_wrapper .menu_fixed {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 1000;
}
.menu_wrapper #sidebar h1 {
	font-size: 20px;
	color: #2ec8a6 !important;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-top: 15px;
}
.menu_wrapper#sidebar h1 span {
	margin: 0;
	color: black;
	font-size: 20px;
	background: #f9f9f9;
}
/**************---------menu wrapper--------**************/

.menu_wrapper {
	background-color: #ffffff78;
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.header_logo {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: -20px;
}
.header_logo img {
	background: #fff;
}
.logo_hidn h1 {
	float: left;
	width: 100%;
	visibility: hiddden;
	font-size: 24px;
	color: #2ec8a6;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_hidn h1 span {
	visibility: hiddden;
	font-size: 24px;
	color: black;
	font-weight: 700;
	text-transform: uppercase;
}
.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 #2ec8a6;
	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: #2ec8a6;
	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: #f4ab01;
	-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 #2ec8a6;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #000000;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #000000;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu ul ul li a {
	padding: 14px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #2a2727;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
.nav .hovr_nav_tab {
	padding: 0;
}
.respose_nav {
	padding-right: 0;
}
/*-----search bar---*/

.et_search_bar a {
	float: right;
	width: auto;
	text-align: center;
	color: #2ec8a6;
	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: 45px;
	border: 1px solid #2ec8a6;
	border-right: 0px;
}
.et_search_box button {
	width: 45px;
	height: 45px;
	border: 1px solid #2ec8a6;
	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: #2ec8a6;
	border-color: #2ec8a6;
	-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: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
	background-color: #222;
}
/********-----------slider wrapper---------**********/

.slider_main_wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -130px;
}
.cc_main_slide1 {
	background: url('../images/slider_img.html');
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_main_slide2 {
	background: url('../images/slider_img2.html') 50% 0 repeat-y;
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_main_slide3 {
	background: url('../images/slider_img3.html') 50% 0 repeat-y;
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_main_slide4 {
	background: url('../images/corona/slider_img.html');
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_main_slide5 {
	background: url('../images/corona/slider_img2.html') 50% 0 repeat-y;
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_main_slide6 {
	background: url('../images/corona/slider_img3.html') 50% 0 repeat-y;
	width: 100%;
	height: 880px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	padding-top: 470px;
}
.cc_slider_img_section .owl-theme .owl-nav {
	position: absolute;
	bottom: 460px;
	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: 30px;
	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: 30px;
	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%;
	background: #fff;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav[class*='owl-'] {
	background-color: white;
	color: #777777;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav .owl-prev:hover {
	background: white;
	color: #2ec8a6;
	-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: #2ec8a6;
	-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: #2ec8a6;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	display: none;
}
.cc_slider_cont1 h2 {
	color: black;
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	text-transform: uppercase;
}
.cc_slider_cont1 p {
	font-size: 16px;
	margin-top: 30px;
	color: #222222;
}
.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;
}
.cc_slider_cont1 li a {
	width: 160px;
	height: 50px;
	float: left;
	color: #ffffff;
	background: #2ec8a6;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	-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 #2ec8a6;
}
.cc_slider_cont1 li a:hover {
	background: transparent;
	border: 2px solid #2ec8a6;
	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;
}
.cc_slider_cont1 li:last-child a {
	width: 160px;
	height: 50px;
	float: left;
	color: #000000;
	background: transparent;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	-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 #2ec8a6;
}
.cc_slider_cont1 li:last-child a:hover {
	background: #2ec8a6;
	border: 2px solid #2ec8a6;
	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;
}
.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: #2ec8a6;
	font-size: 30px;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 21px;
	display: inline-block;
	padding-left: 30px;
}
.cc_slider_cont1 h1 span {
	background: #2ec8a6;
	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: -130px;
}


/* index_EYE strat */

/*-----------------------------*/

/*-- top header Start --*/

.eye_plumb_top_header_wrapper {
	float: left;
	width: 100%;
	line-height: 40px;
	background-color: #d2d8db;
}
.eye_plumb_top_header_wrapper .plumb_top_contect ul li{
	float: left;
}
.eye_plumb_top_header_wrapper .plumb_top_contect ul li {
	color: #424242;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.eye_plumb_top_header_wrapper .plumb_top_contect ul li {
	margin-right: 40px;
}
.eye_plumb_top_header_wrapper .breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .breadcrumb li {
	margin-left: 0 !important;
}
.eye_plumb_top_header_wrapper .breadcrumb a {
	color: #ffffff;
}
.eye_plumb_top_header_wrapper .breadcrumb a:hover {
	color: #d00f0a;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_plumb_top_header_wrapper .breadcrumb i {
	padding-right: 5px;
	color: #fff;
}
.plumb_top_socialicon{
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 45%;
}
.plumb_top_socialicon img{
	width: 40px;
	margin: 0px 0;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper ul {
	float: right;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li {
/*	float: left;*/
	padding: 0 30px;
	font-size: 15px;
}
.plumb_top_contect{
	margin-left: 35px;
}

.appoinment{
	text-align: right;
}
.appoinment a{
	background: #b4b9bc;
	padding: 10px 25px;
	transition: 0.5s ease;
	color: #060606;
	font-size: 15px;
}
.appoinment a:hover{
	color: #fff;
	background: #459fd0;
}
.appoinment i{
	padding-left: 5px;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li:nth-child(2) p {
	color: #ffffff;
	letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a {
	color: #ffffff;
	font-size: 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;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a:hover {
	color: #13bfb1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- top header End --*/

/*-- navigation Css Start --*/

.plumb_nav_wrapper {
	float: left;
	width: 100%;
	position: relative;
}
.plumb_nav_header_wrapper {
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1000;
	position: relative;
	text-align: center;
	padding: 10px 0;
}
.plumb_nav_header_wrapper .logo img{
	width: 354px;
	float: right;
/*	padding-left: 45px;*/
}
.plumb_top_login .breadcrumb>li+li:before {
/*	color: #fff;*/
	display: none;
}
.plumb_main_menu_wrapper {
/*	display: inline-block;*/
	margin-right: 25px;
}
.plumb_main_menu {
	float: left;
	width: 100%;
}
.plumb_main_menu ul {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}
.plumb_main_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	padding: 23px 0px;
}
.plumb_main_menu ul li a {
	float: left;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 5px;
	margin: 0px;
	color: #000;
	font-size: 15px;
/*	font-weight: 500;*/
	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;
}
.plumb_main_menu a:not([href]):not([tabindex]){
	color: #000;
}
.plumb_main_menu a:not([href]):not([tabindex]):hover,
 .plumb_main_menu a:not([href]):not([tabindex]).active{
	color: #0b85c7;
}
.plumb_main_menu ul li a:hover,
.plumb_main_menu ul li a.active {
	color: #0b85c7;
	border-radius: 5px;
/*	background: #d00f0a;*/
/*	border: 1px solid #36939b;*/
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*.plumb_main_menu li:nth-child(5) {
	background: #ffffff;
	border-radius: 100%;
	border: 5px solid rgba(255, 255, 255, 0.2);
	position: relative;
	top: -30px;
	z-index: 1;
}
.plumb_main_menu li:nth-child(5) a {
	padding: 10px 35px;
	border: 0;
}
.plumb_main_menu li:nth-child(5) a:hover {
	border: 0;
	background: none;
}*/
.plumb_main_menu li img{
	width: 320px;
}
.center_logo img {
	float: left;
	margin-top: 15px;
}
.plumb_about_content_wrapper {
	padding-top: 100px;
}
.mobail_menu_eye .center_logo img {
	margin-bottom: -23px;
}
.mobail_menu_eye #toggle {
}
.mobail_menu_eye {
	float: none;
	width: 100%;
}
.mobail_menu_eye #sidebar {
	position: fixed;
	display: block;
	height: 100%;
	top: 0px;
	left: -500px;
	background-color: #ffffff;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 999999;
}
.mobail_menu_eye #links {
	position: relative;
	float: left;
}
.mobail_menu_eye #link_list {
	list-style-type: none;
	width: 100%;
	padding: 0px 50px 0px 0px;
}
.menu_header_cardiology #link_list li {
	display: block;
	width: 100%;
}
.mobail_menu_eye #link_list li:hover {
	background-color: #13bfb1;
}
.mobail_menu_eye #toggle_close {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 12px;
	font-size: 34px;
	color: #424242;
	cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
 .mobail_menu_eye #cssmenu,
.mobail_menu_eye #cssmenu ul,
.mobail_menu_eye #cssmenu ul li,
.mobail_menu_eye #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;
	text-transform: capitalize;
}
.mobail_menu_eye #cssmenu {
	width: 300px;
	color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul {
	display: none;
}
.mobail_menu_eye #cssmenu > ul > li.active > ul {
	display: block;
}
.mobail_menu_eye .align-right {
	float: right;
}
.mobail_menu_eye #cssmenu > ul > li > a {
	padding: 16px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	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;
}
.mobail_menu_eye #cssmenu > ul > li:first-child > a {
	border-top: 1px solid #d3d3d3;
}
.mobail_menu_eye #cssmenu > ul > li > a:hover {
	background:#fff;
	border-bottom: 1px solid #d3d3d3;
	color: #0b85c7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #000000;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #000000;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:after,
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:before {
	background: #424242;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub.open > a:after,
.mobail_menu_eye #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);
}
.mobail_menu_eye #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: #13bfb1;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.mobail_menu_eye #cssmenu ul ul ul li a {
	padding-left: 32px;
}
.mobail_menu_eye #cssmenu ul ul li a:hover {
	color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
.mobail_menu_eye #sidebar h1 {
	padding: 12px 0px;
  background: #d2d8db;
  font-size: 20px;
  color: #424242;
  padding-left: 20px;
  font-weight: 600;
}
.plumb_main_menu_wrapper .menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
    top: 0;
	height: 92px;
	text-align:right;
	margin-top:0;
	background-color:rgba(255, 255, 255, 0.9);
	-o-box-shadow:0px 0px 25px -10px;
	-ms-box-shadow:0px 0px 25px -10px;
	-moz-box-shadow:0px 0px 25px -10px;
	-webkit-box-shadow:0px 0px 25px -10px;
	box-shadow:0px 0px 25px -10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
}
.plumb_main_menu_wrapper  .menu_fixed li:nth-child(5) a{
	border:none;
	border-radius:none;
}
@media (max-width: 991px) {
	.plumb_nav_wrapper {
		display: none;
	}
	.menu_fixed {
		text-align: left;
		width: 100%;
	}
	.plumb_left_side_warpper,
	.plumb_right_side_main_warpper {
		text-align: center;
	}
	.plumb_top_contect,
	.plumb_right_side_warpper {
/*		display: inline-block;*/
	}

}
@media (min-width: 991px) and (max-width: 1260px) {
	.plumb_main_menu li:nth-child(5) {
		background: none;
		border: none;
/*		padding-top: 30px;*/
	}
	.plumb_main_menu ul li {
/*		padding: 23px 3px;*/
	}
	.menu_fixed {
		text-align: center;
	}
}
@media (min-width: 991px) {
	.dropdown {
		position: relative;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.dropdown-content {
		position: absolute;
	}
	.dropdown:hover .dropdown-content {
		top: 85%;
		opacity: 1;
		width: 500px;
		left: 0px;
		background: #fff;
		visibility: visible;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.dropdown .dropdown-content {
		position: absolute;
		top: 150%;
		left: 0;
		width: 140px;
		border-top: 3px solid #459fd0;
		border-radius: 3px;
		background-color: #ffffff;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.dropdown:hover .dropdown-content2{
		width: 260px;
	}
	.dropdown .dropdown-content a {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px !important;
		color: #000;
		width: 100%;
		font-size: 15px;
		border-radius: 0 !important;
		border-bottom: 1px solid #bfdaea;
		text-align: left;
		text-transform: capitalize;
	}
	.dropdown .dropdown-content a:hover {
		background: #afddf6;
		color: #000;
		width: 100%;
	}
	.caret {
		color: #000000;
	}
}
/*-- navigation Css End --*/

/*--eye_slider_area Start --*/

.eye_slider_area {
	float: left;
	width: 100%;
	position: relative;
}
.eye_slider_area .carousel-inner .carousel-item .caption-1 {
/*	width: 100%;*/
/*	height: 100%;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
/*	background: url(../img/slide1.jpg) no-repeat;*/
	position: relative;
/*	min-height: 100%;*/
/*	background-size:100% 100%;*/
}
.eye_slider_area .carousel-inner .carousel-item .caption-2 {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background: url(../img/slide2.jpg) no-repeat;
	position: relative;
/*	min-height: 430px;*/
	background-size:100% 100%;
}
.eye_slider_area .carousel-inner .carousel-item .caption-3 {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background: url(../img/slide3.jpg) no-repeat;
	position: relative;
/*	min-height: 430px;*/
	background-size:100% 100%;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content {
	display: block;
	position: relative;
	z-index: 999;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	width:500px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content_tabs {
	display: block;
	position: relative;
	z-index: 999;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 140px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h1 {
	animation-delay: 0.5s;
	margin: 0 0 10px;
	margin-bottom: 31px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 0;
	margin: 40px 0 20px;
	animation-delay: 1.0s;
	margin-bottom: 31px;
	text-transform: uppercase;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 span {
	font-weight: bold;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.62);
	animation-delay: 1.5s;
	margin:45px 0px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content li {
	animation-delay: 2.2s;
}
.eye_slider_area .carousel-inner .carousel-indicators {
	display: none;
}
.eye_slider_area .carousel-inner .carousel-indicators li {
	text-indent: 0;
	position: relative;
	width: 10px;
	height: 25px;
	background-color: transparent;
	display: block;
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	color: #fff;
	text-align: left;
	background: rgba(255, 255, 255, 0.42);
	margin-top: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.number {
	display: inline-block;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con {
	display: inline-block;
	position: relative;
	padding-left: 42px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #13bfb1 ;
	width: 26px;
}
.eye_slider_area .carousel-inner .carousel-indicators li.active {
	background: #ff7e00;
	width: 10px;
	height: 25px;
}
.eye_slider_area .carousel-inner .carousel-indicators li:first-child {
	margin-top: 0;
}
.eye_slider_area .carousel-nevigation {
	position: absolute;
	top: 50%;
	float: left;
	width: 100%;
}
.eye_slider_area .carousel-nevigation > .prev {
	left: -138px;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding-top: 10px;
	padding-left: 5px;
	background: #ffffff;
	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;
}
.eye_slider_area .carousel-nevigation > .next {
	right: -138px;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding-top: 10px;
	padding-left: 12px;
	background: #ffffff;
	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;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .prev {
	left: 40px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .next {
	right: 40px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .next:hover,
.eye_slider_area .carousel-nevigation > .prev:hover {
	background: #ff4157;
	color: #ffffff !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;
}
.eye_slider_area .carousel-nevigation > .prev i {
	float: left;
	width: 35px;
	text-align: right;
	font-size: 16px;
	font-size: 28px;
	padding-right: 10px;
}
.eye_slider_area .carousel-nevigation > .prev span {
	width: calc(100% - 35px);
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
}
.eye_slider_area .carousel-nevigation > .next i {
	float: left;
	width: 35px;
	text-align: left;
	font-size: 16px;
	font-size: 28px;
	padding-left: 10px;
}
.eye_slider_area .carousel-nevigation > .next span {
	width: calc(100% - 35px);
	float: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
}
.eye_slider_area .hs_slider_right_tabs_wrapper {
	float: left;
	width: 100%;
	animation-delay: 3.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper2 {
	margin-top: 20px;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper {
	float: left;
	width: 80px;
	height: 80px;
	border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i {
	width: 65px;
	height: 65px;
	float: left;
	text-align: center;
	line-height: 65px;
	background: #ff7e00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i:before {
	margin-left: 0;
	color: #ffffff;
	font-size: 40px;
}
.eye_slider_area .hs_slider_tabs_icon_cont_wrapper {
	float: left;
	width: calc(100% - 80px);
	padding-top: 15px;
	padding-left: 15px;
}
.eye_slider_area .slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.21);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
	background: #37a4dd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
	background: #37a4dd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: #ffffff;
	color: #000000;
	text-align: center;
	line-height: 46px;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover:hover {
	background: transparent;
	border: 1px solid #ffffff;
	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;
}
/*-- hs Slider End --*/

/* eyecare_procedures_wrapper start */

.eyecare_procedures_wrapper {
/*	float: left;*/
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.eyecare_procedures_wrapper .section_heading h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	margin: 0 0 50px 0;
}
.eyecare_procedures_wrapper .section_heading h2:after {
	content: "";
	background: #13bfb1;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.eyecare_procedures_wrapper .main i:before {
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin-left: 0;
	margin-bottom: 30px;
	transform: rotate(-46deg);
}
.eyecare_procedures_wrapper .rotate {
	transform: rotate(45deg);
	margin: auto;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #999999;
	border-radius: 5px;
	margin-bottom: 37px;
	margin-top: -55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover .rotate {
	background-color: #13bfb1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main {
	border: 1px solid rgb(226, 218, 218);
	padding: 20px;
	margin-top: 50px;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover {
	border-color: #13bfb1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover h4 a {
	color: #13bfb1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main h4 {
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	font-size: 20px;
}
.eyecare_procedures_wrapper .main h4 a {
	color: #333;
}
.eyecare_procedures_wrapper p {
	color: #999;
	font-size: 14px;
	margin:0px;
}
/* eyecare_procedures_wrapper end */

/* eyecare_slider_section start */

.eyecare_slider_section {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f7f7f7;
}
.eyecare_timing_wrapper {
	float: left;
	width: 100%;
	background: #85df88;
	height: 433px;
	padding: 0px 30px;
	padding-top: 40px;
}
.eyecare_timing_wrapper h4 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}
.eyecare_timing_wrapper .working-hours li {
	margin-bottom: 16px;
	color: #fff;
	font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_name {
	font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_timing {
	float: right;
}
.eye_slider_area .carousel-control-prev {
	height: 50px;
	left: 48px;
	background: #747e84;
/*	border: 2px solid;*/
	border-radius: 50%;
	width: 50px;
	opacity: 1;
	transition: 0.5s ease;
}
.eye_slider_area .carousel-control-next {
	height: 50px;
	right: 48px;
	background: #747e84;
/*	border: 2px solid;*/
	border-radius: 50%;
	width: 50px;
	opacity: 1;
	transition: 0.5s ease;
}
.eye_slider_area .carousel-control-prev:hover, .eye_slider_area .carousel-control-next:hover{
	background: #459fd0;
}
.eye_slider_area .carousel-nevigation i {
	font-size: 28px;
}
/*.ent_team h1{
	color: #111;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;   
}*/
/* eyecare_slider_section end */

/* department_appointment_section strat */

.department_appointment_section {
/*	float: left;*/
	width: 100%;
	background-image: url(../images/appointment_bg.html);
	height: 100%;
	background-position: center 0;
	background-size: cover;
	position: relative;
	padding-bottom: 25px;
	padding-top: 40px;
}
.department_appointment_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #d2d8db;
}
.appointment_form_section .form-group {
	margin-bottom: 10px;
}
.appointment_form_section {
	float: left;
	width: 100%;
}
.appointment_form_section h4 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
}
.appointment_form_section .form-group {
	margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
	box-shadow: none;
}
.appointment_form_section .form-group {
	margin-bottom: 10px;
}
.appointment_form_section .form-control {
	background: #ffffff;
	border: 1px solid rgba(222, 206, 206, 0.56);
	color: #999999;
	display: block;
	font-size: 16px;
	height: 55px;
	margin-bottom: 25px;
	padding: 0 20px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	-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;
}
.appointment_form_section .form-control:focus {
	border: 1px solid #313131 !important;
	background: transparent;
}
.appointment_form_section button.btn {
	margin: 0 auto;
	display: block;
	padding: 15px 32px;
	font-weight: 700;
	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;
	font-weight: normal;
}
.appointment_form_section .btn-default {
	background-color: #825339;
	color: #fff;
	border-color: #825339;
}
.appointment_form_section .form-group textarea {
	height: 110px;
	margin-bottom: 31px;
	padding: 10px 20px;
	resize: none;
}
.appointment_form_section .form-control:focus {
	border: 1px solid #13bfb1 !important;
	background: transparent;
}
.appointment_form_section button.btn {
	float: left;
	background: #13bfb1;
	border: 1px solid #13bfb1;
	border-radius: 30px;
	color: #fff;
	padding: 10px 30px;
	margin: 0px 25px;
	font-weight: 400;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.appointment_form_section button.btn:hover {
	color: #13bfb1;
	background-color: transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.appointment_form_section button.btn:focus {
	outline: none;
	box-shadow: none;
}

.appoint-broucher{}
.appoint-broucher img{width:100%;}

.eyecare_form_bg {
	background: rgba(68, 68, 65, 0.77);
	padding: 20px;
}
.eyecare_appointment_form form {
	background-color: rgb(255, 255, 255);
	padding: 20px;
}
.eyecare_appointment_form .form-group {
	margin-bottom: 30px;
}
.eyecare_appointment_form .form-control {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #61615e;
	background: transparent;
	-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;
}
.eyecare_appointment_form input.btn {
	display: block;
	background: #297abb;
	border: 1px solid #297abb;
	border-radius: 30px;
	color: #fff;
	padding: 10px 30px;
	margin: 16px 20px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.eyecare_appointment_form .btn-blue.focus,
.eyecare_appointment_form .btn-blue:hover {
	color: #297abb;
	background-color: transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.eye-department-form {
	margin-left: 20%;
}
/* department_appointment_section end */

/* eye_blog start*/
.eye_blog .about_heading_wraper_4 h1{
	 color:#333;
} 
.eye_blog .about_heading_wraper_4 img{
	 color:#13bfb1;
}
/* eye_blog end */
.eye_blog .blog_txt h1 a{
	color:#13bfb1;
}

/* footer_wrapper_eye css start*/

.footer_wrapper_eye {
	float: left;
	width: 100%;
	background: #596c78;
	color: #fff;
	padding: 40px 0 0 0;
}
.footer-abt p{
	color: #fff;
    font-size: 14px;
/*    font-weight: 600;*/
    padding-bottom: 10px;
    text-align: justify;
}
.footer_wrapper_eye a {
	color: #fff;
	font-size: 14px;
	padding-bottom: 0px;
	transition: 0.5s ease;
}
.footer_wrapper_eye a:hover {
	color: #459fd0;
}

.footer_wrapper_eye .foot1 a{
	text-transform: capitalize;
}
.footer_wrapper_eye h3 {
	color: #fff;
	/* padding-top: 60px; */
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-size: 26px;
	font-family: Quicksand-Bold;
	border-bottom: 1px solid #d0d0d4;
	display: inline-block;
	position: relative;
}
.footer_wrapper_eye h3:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	left: 0;
	bottom: -2px;
	border-bottom: 3px solid #459fd0;
}
.f1{
	padding-left: 30px;
}
.footer_7_list-unstyled{
	padding-bottom: 15px;
}
.footer-logo{background:#fff;}
.footer-logo img{width:100%;}
.text-white{
	color:#000 !important;
	transition: 0.5s ease;
}
.text-white:hover{
	color: #459fd0 !important;
}
.foot-para{text-align:justify;}

.footer_wrapper_eye  li {
	padding:3px 0;
	position: relative;
	padding-left: 20px;
}
.footer_7_list-unstyled i{
	color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
}
.footer_wrapper_eye .socila-list {
	overflow: hidden;
	margin: 20px 0 10px;
}
.footer_wrapper_eye .socila-list li {
	float: left;
	margin-right: 3px;
	opacity: 0.7;
	overflow: hidden;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.footer_wrapper_eye .socila-list li:hover {
	opacity: 1;
}
.footer_wrapper_eye .img-thumbnail {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #444;
	margin-bottom: 5px;
	width: 40%;
	height: 40%;
}
.footer_wrapper_eye .copyright p {
	padding: 10px 0;
	background: #495964;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.footer_eye_media-body p {
	font-size: 14px;
}
.footer_eye_media-heading {
	color: #8eb8cf;
	font-weight: 600;
	transition: 0.5s ease;
}
.footer_eye_media-heading:hover{
	color: #459fd0;
}
.footer_wrapper_eye .media i{
/*	background: #4c4c4ca6;*/
    width: 15px;
/*    height: 40px;*/
    line-height: 22px;
/*    text-align: center;*/
}
.footer_eye_media-body {
	padding-left: 20px;
}
.widget_eye_wrapper .footer_wrapper_eye .copyright span {
	color: #13bfb1;
}
.widget_eye_wrapper .widget3_img_wrapper img {
	width: 100%;
}
.widget_eye_wrapper .widget3_img_wrapper {
	position: relative;
	width: auto;
	display: inline-block;
}
.widget_eye_wrapper {
	float: left;
	width: 100%;
}
.widget_eye_images li {
	float: left;
	width: 78px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
}
/*.eyecare_procedures_wrapper #return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #13bfb1;
	width: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 0px;
	display: none;
	-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: 1000;
}*/
.eyecare_procedures_wrapper #return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 13px;
	top: 5px;
	font-size: 30px;
	-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;
	display: none;
}
.eyecare_procedures_wrapper #return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/* footer_wrapper_eye  css end*/

.copyright-img img{
	width:18px;
}
/* eyecare_procedures_wrapper start */

.eyecare_procedures_wrapper {
	display: inline-block;
	width: 100%;
	padding: 60px 0 65px;
	background: #f3fbff;
}
.eyecare_procedures_wrapper .section_heading h2 {
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 15px;
	position: relative;
	margin: 0 0 50px 0;
}
.section_heading h2 {
    color: #111;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    margin: 0px 0 12px 0;
    text-align: left;
    text-transform: uppercase;
}
.eyecare_procedures_wrapper .section_heading h2:after {
	content: "";
	background: #13bfb1;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.eyecare_procedures_wrapper .main i:before {
	display: inline-block;
	font-size: 24px;
	color: #395669;
	margin-left: 0;
	margin-bottom: 30px;
	transform: rotate(-46deg);
}
.eyecare_procedures_wrapper .rotate {
	transform: rotate(45deg);
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 70px;
	background-color: #afddf6;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-top: -45px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover .rotate {
	background-color: #459fd0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover i:before{
	color: #fff;
}
.eyecare_procedures_wrapper .main {
	border: 1px solid #dcdcdc;
	padding: 15px;
/*	margin-top: 80px;*/
	text-align: center;
	box-shadow: 0px 0px 7px #ddd;
	box-shadow: 1px 1px 3px #a8a8a8;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover {
	border-color: #c4eaff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover h4 a {
	color: #459fd0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main h4 {
	margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	font-size: 19px;
	font-family: Quicksand-Bold;
}
.eyecare_procedures_wrapper .main h4 a {
	color: #060606;
	font-weight:500;
}
.eyecare_procedures_wrapper p {
	color: #222;
	font-size: 15px;
/*	height:90px;*/
}
.eyecare_procedures_wrapper iframe{
	border: 1px solid #bbbbbb;
}

/* .hospi-asso .frt{text-align:left:} */
/* .hospi-asso .sec{text-align:right} */
.hospi-asso{
	display:inline-block;
	padding:20px 0;	
	width:100%;
}
.hospi-asso li{
	display:inline-block;
	border:1px solid #36939b;
	padding:5px 10px;
	margin-right:15px;
	color:#282828;
}
.eyecare_procedures_wrapper .home-hosp {
	height:105px;
}
.eyecare_procedures_wrapper .margin{
	margin-bottom: 15px;
	font-size: 14px;
}

.team_wrapper_2 {
/*	float: left;*/
	text-align: center;
	width: 100%;
	padding: 50px 0;
	background-color: white;
}
.team_heading_wrapper h1 {
	margin: 0px 0px 0px 0px;
	color: #111111;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
}
.team_wrapper_2 .team_about {
	float: left;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	border: 1px solid #cfd3c4;
	border-radius: 20px 20px 0 0;
}
.team_wrapper_2 .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_wrapper_2 .team_about:hover .team_txt a {
	color: #36939b;
	-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_2 .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_wrapper_2 .team_img {
	width: 100%;
}
.team_wrapper_2 .team_txt {
	float: left;
	width: 100%;
/*	height: 110px;*/
/*	 background-color: #f9f9f9; */
	background-color: #078ec0;
}
.team_wrapper_2 .team_txt h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	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_wrapper_2 .team_txt p {
	text-align: justify;
	color: #757575;
	font-size: 16px;
	padding:0 15px;
}
.team_wrapper_2 .team_icon_wrapper {
	position: relative;
	bottom: 28px;
}
.team_wrapper_2 .team_icon_wrapper svg {
	top: 35px;
	left: 10px;
	position: absolute;
}
.team_wrapper_2 .team_img img {
/*	margin-top: 2px;*/
	width: 100%;
}
/*.team_wrapper_2 .team_icon_wrapper:before {
	content: '';
	border-right: 100px solid transparent;
	border-top: 100px solid #36939b;
	position: absolute;
	left: 0px;
	top: 30px;
}*/
.team_wrapper_2 .team_icon_hover {
	float: left;
	width: 100%;
	background-color: #d00f0a;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	line-height: 52px;
	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_wrapper_2 .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_wrapper_2 .team_icon_hover {
	text-align: center;
	float: left;
	width: 100%;
}
.team_wrapper_2 .team_icon_hover ul {
	width: 100%;
	float: left;
	display: inline-block;
	height: 54px;
	padding-left: 0px;
}
.team_wrapper_2 .team_icon_hover ul li:first-child {
	margin-left: 0;
}
.team_wrapper_2 .team_icon_hover ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-left: 15px;
	margin-bottom: -10px;
}
.team_wrapper_2 .team_icon_hover ul li i {
	line-height: 28px;
	border: 2px solid #b2ee18;
	width: 30px;
	height: 30px;
	text-align: center;
}
.team_wrapper_2 .team_icon_hover ul li a{color:#fff;width:100%;}
.team_wrapper_2 .team_wrapper_2team_icon_hover ul li a {
	color: #ffffff;
}
.team_wrapper_2 .team_icon_hover ul li a:hover {
	color: #e8eeed;
	transition: 0.4s;
}
.team_wrapper_2 .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_wrapper_2 .team_slider_wrapper {
	float: left;
	width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-item img {
	width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .item {
	width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-nav {
	display: none;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 20px 3px 0;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	border: 1px solid #142175;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #142175;
	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;
}


/******************************************************************************
About Us section
******************************************************************************/

.about_us_wrapper{
	background:#fbfbfb;
	padding:70px 0 50px;
	display:inline-block;
	width:100%;
}
.about_img{
   position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_img:before{
  content: '';
    position: absolute;
    z-index: -2;
    /* left: -50%; */
    /* top: -50%; */
    width: 200%;
    height: 200%;
    /* background-color: #b80d02; */
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#838b90, #838b90, #838b90), 
    linear-gradient(#99d2f1, #99d2f1), 
    linear-gradient(#838b90, #838b90), 
    linear-gradient(#99d2f1, #99d2f1);
    animation: rotate 10s linear infinite;
}
.about_img:after{
  content: '';
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    background: #f1f1f1;
    border-radius: 0px;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.about_image{
	width: 400px;
	float: left;
	margin: 0 30px 20px 0;
}
.about_img img{
	width:100%;
/*	border-radius:10px;*/
/*	border: 2px solid #9c9c9c;*/
	float: left;
/*	margin: 0 40px 40px 0;*/
}
.about-content{

}

.abt_heading_wrapper{
/*	border-bottom: 1px dashed #d00f0a;*/
	margin-bottom: 10px;
}
.abt_heading_wrapper h1 {
    margin: 0px 0px 0px 0px;
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-family: Quicksand-Bold;
}
.abt_heading_wrapper h3 {
    color: #393939;
    line-height: 22px;
    text-transform: capitalize;
    font-family: Quicksand-Medium;
	padding-bottom: 7px;
	font-size: 23px;
}
.abt_heading_wrapper h4 {
    color: #393939;
    line-height: 22px;
    text-transform: capitalize;
    font-family: Quicksand-Medium;
	padding-bottom: 12px;
	font-size: 23px;
}
.abt_heading_wrapper h5{
	background: #919ea6;
    padding: 4px 10px;
    font-size: 18px;
}
.abt_chk {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #111111;
    text-transform: capitalize;
}

.abt_txt p{
	text-align:justify;
	color:#000;
	line-height:27px;
	font-size: 15px;
	margin-bottom: 8px;
}
.abt_txt ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
/*    margin-top: 10px;*/
}
.abt_txt ul li {
/*    float: left;*/
    text-align: justify;
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
/*    display: inline-block;*/
	position:relative;
	padding-left:18px;
	font-size: 15px;
	color: #000;
	line-height: 27px;
}
.abt_txt ul li i{
	color: #068cbd;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 5px;
}
.abt_txt b{
	color: #000;
	font-weight: 600;
}
.content ul li i {
    font-size: 16px;
    color: #36939b;
    margin-right: 20px;
	position:absolute;
	left:0px;
	top:4px;
}

.about_btn{padding-top:15px;}
.about_btn a{
	border:1px solid #b4b9bc;
	background:#b4b9bc;
	font-size: 15px;
	padding:8px 20px;
	color:#060606;
	border-radius:4px;
}
.about_btn a:hover{
	background: #459fd0;
    border-color: #459fd0;
    transition: 0.5s ease;
    color: #fff;
}
.about_btn1 a{
	background:#b4b9bc;
	font-size: 16px;
	padding: 8px 16px;
	color:#060606;
	border-radius:4px;
}
.about_btn1 a:hover{
	background:#459fd0;
	color: #fff;
	transition:0.5s;
}
.about_btn1 i{
	padding-left: 5px;
}


/*----------title section---------------*/

.med_tittle_section {
	background: url('../img/inner-page-bg.png') no-repeat;
	width: 100%;
	height: 100%;
	background-position: center 0;
	background-size: cover;
	float: left;
	position: relative;
	text-align: center;
	padding: 45px 0 35px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb {
	background: none;
	padding: 0;
	display: inline-block;
	margin: 0;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	content: "/\00a0";
}
.med_tittle_cont {
	text-align: center;
/*	margin-top: 45px;*/
}
.med_tittle_cont h1 {
	font-size: 34px;
	color: #fff;
	font-family: Quicksand-Bold;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.breadcrumb li a {
	color: #fff;
	transition: 0.5s ease;
}
.breadcrumb li a:hover{
	color: #459fd0 !important;
}
.breadcrumb li a:nth-child(1):hover{
	color: #fff;
}
.breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb li:last-child {
	color: #fff;
	float: left;
}


/************************************************************************
Contact Us section
************************************************************************/
.appointment_form{
    padding: 38px;
    background: #fff;
    box-shadow: 1px 1px 3px #a8a8a8;
    border: 1px solid #ccc3;
    height: auto;
    border-radius: 0px;
}
.choose_heading_wrapper h1 {
    padding-bottom: 25px;
    color: #111111;
    font-size: 30px;
    font-family: Quicksand-Bold;
}

.dc_cont_div input {
    border: 2px solid #1990cd;
    color: #8a8a8a;
}

.contect_form1 input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #282828;
    background: transparent;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    -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-radius: 2px;
}
/*.dc_cont_div textarea {
    border: 2px solid #1990cd;
    color: #8a8a8a;
}*/
.contect_form1 textarea {
    width: 100%;
    padding-left: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 16px;
    background: transparent;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 175px;
    border-radius: 2px;
}
.contact_btn_wrapper .submitForm1 {
    padding: 10px 35px;
    color: #060606;
    background: #b4b9bc;
    text-align: center;
    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;
}
.contact_btn_wrapper .submitForm1 {
    list-style: none;
    float: left;
    margin: 0;
/*    padding: 0;*/
    border: none;
    border-radius: 5px;
}
.contact_btn_wrapper .submitForm1:hover {
    background: #459fd0;
    -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: #fff;
}
.contact_us_section {
    width: 100%;
    padding: 70px 0;
    display: inline-block;
    
}
.map{
/*	margin-top: 20px;*/
}
.cont_cat_abt {
    margin-top: 0;
    width: 100%;
    height: 325px;
    border: 2px solid #1990cd;
}
/*.cat_about {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-top: -40px;
    z-index: 3;
}*/
.dc_icon_section {
    bottom: 31px;
}

.icon_wrapper {
    position: relative;
    bottom: 28px;
}
.icon_wrapper:before {
    content: '';
    border-right: 120px solid transparent;
    border-top: 120px solid #1990cd;
    position: absolute;
    left: 0px;
    top: 28px;
}
.dc_icon_section img {
    left: 23px;
}

.icon_wrapper img {
    top: 48px;
    left: 15px;
    position: absolute;
}
.cont_cat_txt {
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.cat_txt {
    padding-bottom: 50px;
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0px;
}
.cat_txt h1 {
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
	text-align:center;
}
.cat_txt p {
    text-align: center;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}

/**********************************************************************
Media
**********************************************************************/

.media-main .btn:focus, .media-main .btn:active, .media-main button:focus, .media-main button:active {
  outline: none !important;
  box-shadow: none !important;
}

.media-main #image-gallery .modal-footer{
  display: block;
}

.media-main .thumb{
  /* margin-top: 15px; */
  /* margin-bottom: 15px; */
  margin:0px;
  padding:0 5px;
}
.media-main{padding:50px 0;display:inline-block;width:100%;}
.bef-aft-sur{padding:0 10px;}
.bef-aft-sur h1{
	font-size:24px;
	text-align:center;
	letter-spacing:1.5px;
	width:100%;
	display:inline-block;
	color:#fff;
	padding:8px 0;
	text-transform:uppercase;
	background:#36939b;
}
.bef-aft-sur{}

/**********************************************************************
Services
**********************************************************************/

.serv-head{
	padding-left: 20px;
/*	padding: 40px;*/
/*    border-radius: 25px;*/
/*    box-shadow: 0px 0px 15px #ddd;*/
}
.serv-head h3{
	font-size: 32px;
    color: #000;
    font-family: Quicksand-Bold;
    text-transform: capitalize;
}
.serv-head h4{
	font-size:22px;
	font-weight:600;
	color:#6e9900;
	position:relative;
}
.serv-head h4:after{
	position:absolute;
	content:'';
	background:#6e9900;
	width:50px;
	height:3px;
	left:0px;
	bottom:-7px;
}




.testimonial-area{
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 85px 0 35px;
    z-index: 1;
}
.testimonial-area .inner-content{
    /* position: relative; */
    display: block;
    /* padding-left: 200px; */
    padding-left: 0px;
    z-index: 1;
}
/* .testimonial-area .inner-content:before{ */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* background: url(../images/icon/quote-2.png); */
    /* width: 250px; */
    /* height: 251px; */
    /* content: ""; */
    /* z-index: -1;     */
/* } */
.testimonial-area .sec-title{}
.testimonial-area .button {
    position: relative;
    display: block;
    margin-top: 7px;
}
.testimonial-area .button a{
    color: #303030;
    background: #f5f5f5;
    padding: 19px 50px 19px;
    border: 2px solid #e2e2e2;
}
.testimonial-area .button a:hover{
    background: #2f7abb;
    border-color: #2f7abb;
  color:#fff;
}

.testimonial-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.single-testimonial-item{
    position: relative;
    display: block;
    width: 100%;
}
.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 54px 25px 62px;
    z-index: 1;
}
.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 115px;
    bottom: -2px;
    right: 115px;
    height: 2px;
    /* background: #64bcd2; */
    background: #2f7abb;
    content: "";
    transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before{
    left: 0;
    right: 0;
}
.single-testimonial-item .text-holder:after {
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../img/icon/quote.png);
    width: 41px;
    height: 28px;
    content: "";
    z-index: -1;
}
.single-testimonial-item .text-holder p{
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.single-testimonial-item .img-holder{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.single-testimonial-item .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-item .name{
    position: relative;
    display: block;
    padding-top: 56px;
}
.single-testimonial-item .name h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 3px;
}
.single-testimonial-item .name span{
    color: #2f7abb;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 0;
    left: -104px;
    margin: 29px 0;
}
.testimonial-area .owl-dots .owl-dot{
    position: relative;
  background-image:none;
  width: 20px;
  height: 20px;
  margin: 20.5px 4px;
    border: 2px solid #d9d9d9;
  padding: 0px;
    border-radius: 50%;
  background: #f5f5f5;
  transition: all 500ms ease;
  display: block;
}
.testimonial-area .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #d9d9d9;
    content: "";
    border-radius: 50%;
    margin: 4px;
    transition: all 500ms ease;
}
.testimonial-area .owl-dots .owl-dot span{
  display:none; 
}
.testimonial-area .owl-dots .owl-dot.active{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot:hover{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot.active:before,
.testimonial-area .owl-dots .owl-dot:hover:before{
    background: #ffffff;
    border-color: #ffffff;
}
.testimonial-invild {
	background:#d1f0fb;
	padding: 60px 0;
}
.testimonial-invild .review .review-description {background:#fafafa;padding:24px;border-radius:6px;}
.testimonial-invild .review .review-description a .first{float:left;}
.testimonial-invild .review .review-description a .first img{width:44px;height:44px;border-radius:50%;}
.testimonial-invild .review .review-description a .first p{
	font-size:24px;
	border:1px solid #80af06;
	background:#80af06;
	color:#fff;
	border-radius:50%;
	width:44px;
	height:44px;
	text-align:center;
	line-height:42px;
}
.testimonial-invild .review .review-description a .second {display:inline-block;padding-left:12px;}
.testimonial-invild .review .review-description a .second ul {
	display:inline-block;
	padding-bottom: 10px;
} 
.testimonial-invild .review .review-description a .second h1{
  font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: rgb(0, 0, 0);
  
  line-height:1px; /**Rating star ko uper lene **/
}
.testimonial-invild .review .review-description a .second ul li{float:left;}
.testimonial-invild .review .review-description a .second ul li i{
	color:rgb(255 180 0);
	font-size: 18px;
	margin: 0 1px;
}
.testimonial-invild .review .review-description a .second ul .date-revi{font-size:13px;color:rgba(0, 0, 0, 0.5);padding-left:10px;}
.testimonial-invild .review .review-description .review-title{float:unset;display:inline-block;padding-top:10px;}
.testimonial-invild .review .review-description .review-title h2{
	font-size:16px;
	color:#000;
	font-weight:400;
	line-height:26px;
}
.review-title a{
	font-size: 16px;
}
.testimonial-invild .review .review-description .review-title h2 a{font-size:14px;color:#000;font-weight:400;padding-top:5px;}
.testimonial-invild .review .review-description .review-title .rev-img{padding-top:15px;}
.testimonial-invild .review .review-description .review-title .rev-img{}
#more21, #more20, #more19, #more18, #more17, #more16, #more15, #more14, #more13, #more12, #more11, #more10, #more9, #more8, #more7, #more6, #more5, #more4, #more3, #more2, #more1, #more {display: none;}

.testi-titile h1{
	font-size: 40px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 700;
}

.testi-titile{
	text-align: center;
	padding: 60px 0 30px;
}

.offer-section h2{
	font-size: 30px;
	padding-bottom: 10px;
	font-family: Quicksand-Bold;
	color: #3a4247;
}

.offer-section p{
	font-size: 17px;
	color: #3a4247;
}

.appoint-broucher{
	margin-top: 18px;
	float: right;
}

.appoint-broucher a{
	color: #060606;
	background: #b4b9bc;
	font-size: 16px;
	padding: 12px 35px;
	margin-right: 10px;	
	border-radius: 3px;
	transition: 0.5s ease;
}

.appoint-broucher a:hover{
	 background: #459fd0;
	 color: #fff;
}

.appoint-broucher i{
	padding-left: 5px;
}

#button {
  display: inline-block;
  background-color: #459fd0;

  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 35px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #459fd0;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button i{
	font-size: 18px;
	color: #fff;
	width: 55px;
  height: 55px;
  line-height: 55px;
}


.contact-area {
    padding: 60px 0 40px;
    display: inline-block;
    width: 100%;
    background: #d2d8db8c;
}

.call {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 1px 1px 3px #a8a8a8;
    border: 1px solid #ccc3;
    height: auto;
    margin-bottom: 20px;
    border-radius: 0px;
}

.call span {
    font-size: 20px;
    background: #e6f6ff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    color: #459fd0;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.call p{
	text-align: center;
	padding: 10px 0 0;
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
}

.call p a{
    color: #000;  
}
.call p a:hover{
	color: #459fd0;
}
.carousel-caption{
	left: 9% !important;
	top: 23% !important;
	
/*	text-align: center !important;*/
}

.carousel-caption h1{
	font-size: 36px;
	padding-bottom: 15px;
	color: #3a4247;
	font-family: Quicksand-Bold;
}

.carousel-caption p{
	font-size: 15px;
	line-height: 27px;
	padding-bottom: 10px;
	width: 50%;
	color: #000;
}



.service-main{
	padding: 60px 0 50px;
	display: inline-block;
	width: 100%;
}

.sidebar ul {
    margin: 0;
/*    padding: 2px 0;*/
    background-color: #d2d8db;
    box-shadow: 1px 1px 2px 1px #c3c3c3;
}

.sidebar h2 {
    font-size: 28px;
    font-family: Quicksand-Bold;
    margin: 0;
    text-align: center;
    padding: 12px 0;
    background-color: #6399b8;
    color: #fff;
    border-bottom: 1px solid #a3a3a3;
}

.sidebar ul li {
    line-height: 26px;
    margin: 1px 1px;
    border-bottom: 1px solid #b4babd;
    transition: .5s;
    position: relative;
}

.sidebar ul li:hover {
    background: #a6c7d9;
}

.sidebar ul li.active {
    background: #a6c7d9;
}

.sidebar ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    padding: 6px 8px;
    text-transform: capitalize;
}

.serv-head img{
	margin: 25px 0 20px;
	width: 100%;
	border: 1px solid #bbbbbb;
}

.apt-btn{
	margin-top: 30px;
}

.apt-btn a{
	color: #fff;
	background: #d00f0a;
	padding: 10px 20px;	border-radius: 20px;
	transition: 0.5s;
}

.apt-btn a:hover{
	color: #fff;
	background: #2e9cc4;
}

.apt-form{
	margin-top: 30px;
	padding: 20px;
}

.apt-form h1{
	font-size: 20px;
	padding-bottom: 5px;
}

.apt-form .contect_form1 input{
	height: 40px;
	margin-bottom: 0;
	margin-top: 15px;
}

.apt-form .contect_form4 textarea{
	margin-top: 15px;
}

.apt-form .contact_btn_wrapper .submitForm1{
	margin-top: 20px;
}

.banner2{
	display: none;
}

.con li{
	padding-left: 30px;
	font-size: 14px;
}

.mobail_menu_eye #cssmenu ul ul{
	background: #fff !important;
}
.mobail_menu_eye #cssmenu ul ul a{
	color: #000 !important;
	font-weight: 500;
}
.mobail_menu_eye #cssmenu ul ul a:hover{
	color: #0b85c7 !important;
}

.q2{
	display: none;
}

.gallery_section{
	padding: 60px 0;
	display: inline-block;
	width: 100%;
}

.gallery_section h1{
	color: #0d85b1;
	font-size: 46px;
	text-align: center;
	padding: 80px 0;
	font-style: italic;
	font-weight: 600;
	background: #dcf6ff;
	box-shadow: 2px 2px 8px #ddd;
	border: 1px solid #c1eeff;
}


.testo{
  padding: 60px 0 60px 0;
}
.monials {
    box-shadow: 1px 1px 5px #a9a9a9;
    padding: 20px;
    position: relative;
    height: 250px;
    overflow-x: scroll;
    cursor: all-scroll;
    background: #f3fbff;
    margin: 20px 0;
}
.monials p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    text-align: justify;
}
.jio{
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}
.jio span{
	font-size: 24px;
    background: #459fd0;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.jio p i{
  margin-right: 15px;
  background-color: #15396b;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
}
.tesr{
  padding-bottom: 4px;
  margin-left: 5px;
}
.tesr i {
    color: orange;
    font-size: 16px;
    font-weight: 600;
}
.jio ul li{
/*  float: left;*/
  display: inline-block;
  list-style: none;
}
.jio h5{
  margin-bottom: 3px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  font-family: Quicksand-Bold;
}
.lui{
  padding-left: 0;
}
/*.jio span {
    color: #fa9253;
    font-size: 14px;
}*/
.pho{
  position: absolute;
  top: 5%;
  right: 5%;
}
.pho img{
  width: 45px !important;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.clien{
/*  margin-top: 40px;*/
}
.huni{
  text-align: center;
}
.huni h1{
  color: #1f5884;
  font-size: 40px;
  font-weight: 500;
}
.huni span{
  font-size: 22px;
}
.wak p{
  padding-top: 28px;
}
.testo{
/*background-color: #f1f1f1;*/
}
.lui li p img{
  padding-right: 10px;
}


.service {
    background: url(../img/services.jpg) no-repeat;
    background-size: 100% 100%;
    /* background: #15416e; */
    width: 100%;
    padding: 60px 0 50px;
}
.imagebox {
    position: relative;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 3px #ababab;
    margin: 20px 0;
}
.imagebox .box-wrapper .box-image img{
	width: 100%;
}
.imagebox .box-header {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 8px 35px 8px 6px;
    min-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.imagebox .box-header:before {
    content: "\f054";
    position: absolute;
    font-family: "fontAwesome";
    text-align: center;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 32px;
    height: 35px;
    line-height: 35px;
    color: #1b1a1a;
    background-color: #afddf6;
    /* text-shadow: 0 1px 1px rgb(0 0 0 / 10%); */
    font-weight: normal;
    font-size: 15px;
    border-radius: 3px;
}
.imagebox .box-header:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-opacity: 0.85;
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
}

.imagebox .box-header .box-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 29px;
    margin: 0;
    position: relative;
}
.imagebox .box-header .box-title a {
    color: #282828;
    font-size: 15px;
}
.imagebox .box-header .box-title:after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
}
.imagebox .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 15px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    visibility: hidden;
    /*-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);*/
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-desc {
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
}
.imagebox .box-content .button.style1 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 5px 15px;
    text-transform: capitalize;
    position: absolute;
    bottom: 5px;
    background: #459fd0;
}
.imagebox .box-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4c545a;
    z-index: -1;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}
.imagebox:hover .box-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.about-cont {
    padding: 25px 0;
    border-top: 1px dashed #a5a5a5;
    border-bottom: 1px dashed #a5a5a5;
    overflow: hidden;
    background: #d2d8db;
}
.abt-box {
/*    display: flex;*/
}
.abt-box li {
    background: #fff;
    padding: 15px 15px;
    margin: 0 1%;
    color: var(--clr-white);
    flex: 1 1 0;
    border-radius: 1rem;
    width: 100%;
    height: 190px;
    box-shadow: 1px 1px 3px #a8a8a8;
}
.abt-box h4 {
    padding-bottom: 8px;
    border-bottom: 1px solid #060606;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: Quicksand-Bold;
    color: #060606;
}
.abt-box p {
    margin-bottom: 15px;
    color: #060606;
    font-size: 15px;
}
.abt-box a{
	color: #060606;
    font-size: 15px;
    transition: 0.5s ease;
}
.abt-box a:hover{
	color: #459fd0;
}
.abt-box i{
	padding-left: 10px;
}

 #counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d2d8db;
  padding: 35px 0px;
  width: 100%;
}
#counter .item{
  background: #fff;
  width: 100%;
  padding: 20px 15px;
/*  margin: 10px;*/
/*  text-align: center;*/
  border-radius: 0 10px;
  /*border-left: 4px solid #525d65;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);*/
box-shadow: 1px 1px 3px #a8a8a8;
} 
#counter .item h1{
  color: #000;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  display: inline-block;
}
#counter .item h1:before{
    position: absolute;
    content: '+';
    left: 105%;
    top: 0px;
}
#counter .item h3{
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#counter .item i{
    font-size: 24px;
    margin-bottom: 10px;
    width: 45px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #dff4ff;
    color: #459fd0;
   float: left; 
}

.count-data{
    padding-left: 60px;
    text-align: left;
}



.test_section {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
/*    background: #f3fbff;*/
}
.says {
    width: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.31);
    padding: 35px;
    border-radius: 10px;
    margin: 15px 0;
    background: #e6f7ff;
    border: 1px solid #f4f4f4;
}
.icon i {
    color: #459fd054;
    font-size: 35px;
    position: absolute;
    left: 40px;
    top: 40px;
}
.icon-box {
    position: relative;
    padding-left: 40px;
}
.says p {
    font-size: 15px;
    text-align: justify;
    color: #000;
    line-height: 25px;
}
.says h2 {
    color: #000;
    font-size: 20px;
    font-family: Quicksand-Bold;
    text-transform: capitalize;
}
.satr{
	margin-left: 15px;
	margin-top: 5px;
}
.satr i {
    color: #459fd0;
    font-size: 15px;
}


/*Gallery*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.img-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 0;
}    
.modal-content{
	background: none;
	border: none;
}
.modal{
	padding: 0 !important;
}
.modal-header, .modal-footer{
	border: none;
	padding: 0;
	margin: 0;
}
.modal-body{
	width: 80%;
	margin: 0 auto;
}
.modal-footer>:not(:last-child), .modal-footer>:not(:first-child){
	position: absolute;
	top: 50%;
}
.modal-footer>:not(:last-child){
	left: -20%;
}
.modal-footer>:not(:first-child){
	right: -20%;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active{
	background-color: transparent;
	border-color: transparent;
}
.modal-footer .btn{
	font-size: 80px;
}
.modal-header .close{
	opacity: 1;
}
.modal-header .close:hover{
	opacity: 1 !important;	
}
.modal-header .close i{
	font-size: 40px;
	color: #fff;
	
}