/***************-----------------------***********************
[Master Stylesheet]

Project:  medico
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css
3.#preloader
4.md_header_wrapper
5.#sidebar
6.slider-area 
7.serv_title_main_wrapper
8.about_us_section
9.service_wrapper
10.team_wrapper
11.counter_section
12.event_wrapper
13.testimonial_wrapper
14.fliter_main_wrapper
15.call_wrapper
16.blog_wrapper
17.booking_wrapper
18.partner_wrapper
19.newsletter_wrapper
20.footer_wrapper
21.footer_heading
22.responsive css strat
-----------------********************--------------------
*/
/*----------------body start------------------*/
body,html{
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-weight:400;
	font-size:14px;
	color: #757575;
	overflow-x:hidden;
	background:white;
}
/*------------------custom css----------------*/
a {
	color: #003366;
	text-decoration: none;
}
a:hover, a:focus {
	color: #003366;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway';
	font-size:16px;
	color:#ffffff;
	line-height:24px;
	font-weight:400;
	margin:0;
	padding:0;
}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
	box-shadow:none;
}
.med_toppadder10{
	padding-top:10px;
}
.med_toppadder20{
	padding-top:20px;
}
.med_toppadder30{
	padding-top:30px;
}
.med_toppadder40{
	padding-top:40px;
}
.med_toppadder50{
	padding-top:50px;
}
.med_toppadder60{
	padding-top:60px;
}
.med_toppadder70{
	padding-top:70px;
}
.med_toppadder80{
	padding-top:80px;
}
.med_toppadder90{
	padding-top:90px;
}
.med_toppadder100{
	padding-top:100px;
}
.med_bottompadder10{
	padding-bottom:10px;
}
.med_bottompadder20{
	padding-bottom:20px;
}
.med_bottompadder30{
	padding-bottom:30px;
}
.med_bottompadder40{
	padding-bottom:40px;
}
.med_bottompadder50{
	padding-bottom:50px;
}
.med_bottompadder60{
	padding-bottom:60px;
}
.med_bottompadder70{
	padding-bottom:70px;
}
.med_bottompadder80{
	padding-bottom:80px;
}
.med_bottompadder90{
	padding-bottom:90px;
}
.med_bottompadder100{
	padding-bottom:100px;
}
/*-----scroll top-----*/

/*-- Preloader css start --*/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
	color:#003366;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/********---------top header css start-------***********/
.md_header_wrapper{
	float:left; width:100%;
}
.top_header_section{
	float:left; width:100%;
	background-color:#1a1a1a;
}
.left_top_nav{
	float:left;
	width:100%;
}
.top_header_add{
	float:left;
	width:auto;
	line-height:60px;
}
.top_header_add ul{
	margin:0px;
	padding:0px;
	width:100%;	
}
.top_header_add  li{
	float:left;
	width:auto;
	list-style:none;
	color:#ffffff;
	margin-right: 30px;
}
.top_header_add ul li a{
	color:#ffffff;
}
.top_header_add ul li i{
	color:#003366;
	margin-right:10px;
}
.top_header_add ul li a:hover{
	color:#003366;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.md_right_side_warpper{
	float:right;
}
.right_side_main_warpper{
	width:100%; float:right;
	line-height:60px;
}
.md_right_side_warpper ul{
	float:left; width:100%;
	 margin:0; padding:0;  
}
.md_right_side_warpper ul li{
	float:left;
	list-style:none;
	width:auto; color:white;
	font-size:16px;
	margin-left:15px;
}
.md_right_side_warpper li i{
	color:white;
	line-height:60px;
	transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}
.md_right_side_warpper li:last-child{
	margin-right:0;
}
.md_right_side_warpper ul li i:hover{
	color:#003366;
	transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.middle_header_wrapper{
	float:left;
	width:100%;
	background-color:white;
	padding-top: 30px;
    padding-bottom: 18px;
}
.md_logo{
    float: left;
    width: 100%;
	margin-top:10px;
}
.lv_logo img{
	display:inline-block;
}
.md_share_info_wrapper{
    float: right;
    width: auto;
	margin-top:-9px;
}
.md_share_info_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.md_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:20px;
}
.md_share_info_wrapper ul li:first-child{
	margin-left:0px;
}
.md_share_info_wrapper ul li .lv_header_icon{
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.md_share_info_wrapper ul li p{
	float:left;
	width:auto;
	font-weight:500;
	text-transform:capitalize;
	margin:10px 0px 0px 0px;
	font-size:16px;
	color:#757575;
}
.appointmnt_wrapper{
	text-align:center;
	float:right;
	margin-right:15px;
}
.appoint_btn{
	display:inline-block;	
}
.appoint_btn ul{
	padding:0;
	list-style:none;
}
.appoint_btn li a{
	width:250px;
	height:50px;
	float:left;
	color:white;
	background:#003366;
	text-align:center;
	line-height:49px;
	font-size:16px;
	font-weight:600;
	box-shadow:none;
	position:relative;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.appoint_btn li a:hover{
	background:#2c416c;
	box-shadow:3px 5px 20px rgba(44, 65, 108, 0.5);
	color:#fff !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;
}
.appoint_btn i{
	margin-right:10px;
	color:#fff;
}
.appoint_btn li a:before {
    content: '';
    border-bottom: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 23px;
	transition: all 0.5s;
}
.appoint_btn li a:hover:before{
	 border-left: 20px solid #2c416c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.appoint_btn li a:after {
    content: '';
    border-top: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 0;
	transition: all 0.5s;
}
.appoint_btn li a:hover:after{
	 border-left: 20px solid #2c416c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*********-------main header wrapper--------**********/
.menu_wrapper{
	background-color:#FFFFFF;
	float:left;
	width:100%;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
	background-color:#FFFFFF;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:10000;
}

#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: #003366;
  	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#toggle {
  float: right;
  position: relative;
  bottom: 0px;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor:pointer;
}
#toggle_close{
	    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  color: #ffffff;
  text-transform:capitalize;
}
#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}
#cssmenu ul li a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul li:first-child a{
	border-top:1px solid #d3d3d3;
}
#cssmenu ul li:hover a, #cssmenu ul li.active a{
	background:#003366 !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:#003366 !important;
	padding-left: 20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 15px;
    margin-top: 15px;
}
#sidebar h1 span{
	margin:0;
	color:black;
	font-size:20px;
	background:#f9f9f9;
}
/**************---------menu wrapper--------**************/
.navbar {
    border: 1px solid transparent;
	min-height:0;
    z-index: 20;
	margin-bottom:0px;
}
.nav_response{
	padding-right:0px;
	padding-left:0;
}
.nav .navbar-nav{
	float:left;
	width:100%;
}
.nav .navbar-nav ul{
	margin:0px;
	padding:0px;
	width:100%;
	margin-left:15px;
}
#nav_filter .hovr_nav_tab li a{
	color:#1a1a1a;
	font-weight:500;
}
#nav_filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:white;
    text-transform: capitalize;
    padding: 8px 18px;
    border: 2px solid transparent;
    margin-right: 10px;
	font-weight:500;
	border-radius:20px;
	position:relative;
	-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 .dropdown .first_menu{
	position:relative;
}
#nav_filter .dropdown .first_menu:after{
	content: '';
    position: absolute;
    right: 0;
    border: 2px solid #2c416c;
	border-radius:20px;
   left:0;
   top:0;
   opacity:0;
   bottom:0;
   transition: all 0.6s;
}
#nav_filter .dropdown:hover .first_menu:after {
    background:transparent;
    color: white;
	opacity:1;
	 border: 2px solid #2c416c;
	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:#003366;
    background-image: none;
    border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color:transparent;
}
.navbar-nav>li{
	padding-top:12px;
	padding-bottom:12px;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
    right: auto;
}
#nav_filter .hovr_nav_tab  li a{
	border:none;
	border-radius:0;
}
#nav_filter .hovr_nav_tab li a:hover{
	border:none;
	border-radius:0;
	color:white;
	background-color:#2c416c;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.nav .dropdown-menu {
  display: inherit;
  padding: 5px 0;
  border:none;
  border-radius: 0;
}
.nav .dropdown-header {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: black;
  padding:3px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
	margin-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
    -webkit-transition : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition   : all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
  display:block;
  opacity:1 ;
  -webkit-transition   : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition  : all 0.5s ease 0s;
  visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background-color:#003366;
  -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;
  	-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 ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.nav .hovr_nav_tab{
	padding:0;
}
/*-----search bar---*/
.et_search_bar a{
    float: right;
    width: auto;
    text-align: center;
	color:white;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box{
   position: absolute;
    right: 25px;
    top: -2px;
    padding: 8px;
    display: inline-block;
    border-radius: 0px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.et_search_box input{
    float: left;
    width: calc(100% - 50px);
    padding: 0px 10px;
    height: 51px;
    border: 1px solid #003366;
    border-right: 0px;
}
.et_search_box button{
    width: 50px;
    height: 51px;
    border: 1px solid #003366;
    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:#003366;
	border-color:#003366;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_bar i{
	position:relative;
	top:10px;
}
.et_navbar_search_wrapper{
	float:right;
	padding-top:12px;
	margin-right:-10px;
}
/*----stick menu-----*/
.menu_fixed{
	position:fixed;
	background:#003366;
	-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:10000;
	left:0;
	right:0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
/*******--------slider wrapper start--------***********/
/*-- hs Slider Start --*/
.slider-area{
	float:left;
	width:100%;
	position:relative;
}
.slider-area .carousel-inner .item .caption-1:before{
	content: '';
    position: absolute;
    left: -200px;
    top: 0;
    width: 75%;
    height: 100%;
    transform: skew(-22deg);
    background: rgba(33, 49, 80, 0.7);
    transition: all 0.5s;
}
.slider-area .carousel-inner .item .caption-1{
	width:100%;
	height:100%;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: repeat-y;
	position: relative;
	min-height:450px;
	background-image: url(../img/slide1.jpg);
}
.slider-area .carousel-inner .item .caption-2 {
	width:100%;
	height:100%;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: repeat-y;
	position: relative;
	min-height:450px;
	background-image: url(../img/slide2.jpg);
}
.slider-area .carousel-inner .item .caption-2:before{
	content: '';
    position: absolute;
    left: -200px;
    top: 0;
    width: 75%;
    height: 100%;
    transform: skew(-22deg);
    background: rgba(33, 49, 80, 0.7);
    transition: all 0.5s;
}
.slider-area .carousel-inner .item .caption-3 {
	width:100%;
	height:100%;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: repeat-y;
	position: relative;
	min-height:450px;
	background-image: url(../img/slide3.gif);
}
.slider-area .carousel-inner .item .caption-3:before{
	content: '';
    position: absolute;
    left: -200px;
    top: 0;
    width: 75%;
    height: 100%;
    transform: skew(-22deg);
    background: rgba(33, 49, 80, 0.7);
    transition: all 0.5s;
}
.slider-area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding-top:120px;
  padding-bottom:150px;
  float:left;
  text-align:left;
  z-index:10000;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 {
  color: #fff;
  font-size:60px;
  font-weight: 500;
  font-family: 'Raleway';
  line-height:50px;
  margin: 0 0 20px;
  float:left;
  animation-delay: 1.8s;
  text-transform:uppercase;
}
.slider-area .carousel-inner .item .carousel-captions .content p {
  color: #fff;
  font-size:16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  animation-delay: 1.4s;
  text-transform:capitalize;
}
.slider-area .carousel-inner .item .carousel-captions .content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
   	font-family: 'Lato', sans-serif;
    line-height: 30px;
	letter-spacing:2px;
    margin: 0 0 20px;
    animation-delay: 1.4s;
    text-transform: uppercase;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 span{
	color: #FFCC00;
	font-size:60px;
	font-weight: 600;
	font-family: 'Raleway';
	margin-top:15px;
	float:left;
    animation-delay: 1.4s;
    text-transform:uppercase;
}
.hs_effect_btn ul{
	float:left;
	margin:0;
	padding:0;
}
.hs_effect_btn li{
	float:left;
	list-style:none;
}
.hs_effect_btn li a{
	float: left;
    width: 160px;
    height: 50px;
    background: #fff;
    color: #2992d6;
    text-align: center;
    font-size: 15px;
    line-height:50px;
    margin-top: 20px;
	font-weight:500;
   	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	box-shadow:none;
	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;
}
.hs_effect_btn li a:hover{
	color:#fff;
	background:#003366;
	box-shadow:0px 5px 20px rgba(44, 65, 108, 0.5);
    -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_effect_btn li a:before {
    content: '';
    border-bottom: 27px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -18px;
    bottom: 23px;
    transition: all 0.5s;
}
.hs_effect_btn li a:hover:before {
    border-left: 20px solid #003366;
    -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_effect_btn li a:after {
    content: '';
    border-top: 27px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -18px;
    bottom: 0;
    transition: all 0.5s;
}
.hs_effect_btn li a:hover:after {
    border-left: 20px solid #003366;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-area .carousel-inner .item .carousel-captions .content li{
	animation-delay: 1.8s;
}
.slider-area .carousel-inner .carousel-indicators{
    display: none;
}
.carousel-nevigation{
	position: absolute;
    top: 43%;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}
.carousel-nevigation > .prev{
	position: absolute;
    left: 25px;
	display:inline-block;
	width:50px;
	height:50px;
	color:#fff;
	background:#2c416c;
	line-height:50px;
	border-radius:50px;
	text-align:center;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	position: absolute;
    right: 25px;
	display:inline-block;
	width:50px;
	height:50px;
	color:#fff;
	border-radius:50px;
	line-height:50px;
	background:#2c416c;
	text-align:center;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation a i{
	font-size:20px;
}
.carousel-nevigation > .next:hover, .carousel-nevigation > .prev:hover{
	background:#003366;
	color:#fff;
	box-shadow:0px 5px 20px rgba(44, 65, 108, 0.5);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*******----------- hs Slider End ---------***********/
/******--------service  wrapper Start --------******/
.jp_banner_jobs_categories_wrapper {
    float: left;
    width: 100%;
	text-align:center;
	background:#003366;
	position:relative;
	margin-top:30px;
	
}
.jp_top_jobs_category_wrapper {
    float: left;
    width: 25%;
    text-align: center;
	overflow:hidden;
	
	min-height:300px;
	position:relative;
    padding: 50px 30px 50px 30px;
}
.jp_top_jobs_category_wrapper:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 150px solid transparent;
    border-bottom:150px solid transparent;
    border-left: 1720px solid #003366;
	
}
.jp_top_jobs_category_wrapper:hover .jp_top_category_icon {
	transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.med_top_service_2{
	float: left;
	width: 25%;
	text-align: center;
	overflow:hidden;
	min-height:300px;
	position:relative;
	padding: 50px 30px 50px 30px;
}
.med_top_service_2:after{
	content: '';
    position: absolute;
    left: -1720px;
    right: 0;
    top: 0;
    border-top: 150px solid transparent;
    border-bottom:150px solid transparent;
    border-right: 1720px solid #006666;
}
.med_top_service_3{
	 float: left;
    width: 25%;
    text-align: center;
	overflow:hidden;
	min-height:300px;
	position:relative;
    padding: 50px 30px 50px 30px;
}
.med_top_service_3:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 150px solid transparent;
    border-bottom:150px solid transparent;
    border-left: 1720px solid #006666;
}
.med_top_service_4{
	 float: left;
    width: 25%;
    text-align: center;
	overflow:hidden;
	min-height:300px;
	position:relative;
    padding: 50px 30px 50px 30px;
}
.med_top_service_4:after{
	content: '';
    position: absolute;
    left: -1720px;
    right: 0;
    top: 0;
    border-top: 150px solid transparent;
    border-bottom:150px solid transparent;
    border-right: 1720px solid #003366;
}
.jp_top_jobs_category {
    display: inline-block;
	position:relative;
	z-index:1;
	margin-top:30px;
}
.jp_top_category_icon {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    margin-bottom: 27px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jp_top_category_icon i:before {
    color: #fff;
	font-size:46px;
    text-align: Center;
    transition: all 0.5s;
}
.jp_top_jobs_category h3 a {
    color: #fff;
    padding-top: 15px;
    font-size: 20px;
	text-transform:uppercase;
    font-weight: 400;
}
.jp_top_jobs_category p{
	color:#fff;
	padding-top:8px;
}
.med_top_service_2:hover .jp_top_category_icon {
	transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.med_top_service_3:hover .jp_top_category_icon {
	transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.med_top_service_4:hover .jp_top_category_icon {
	transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*********--------about wrapper-------*********/
.about_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:90px;
}
.about_heading_wraper h1{
	margin:0px 0px 0px 0px;
	color:#003366;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	text-transform:uppercase;
}
.serv_left_wrapper{
	text-align:left;
}
.abt_txt h3{
	font-size:22px;
	color:#2c416c;
	line-height:36px;
	text-transform:capitalize;
	font-weight:600;
}
.abt_txt p{
	margin-top:0px;
	font-size:16px;
	color:#757575;
	text-transform:none;
	line-height:24px;
}
.abt_chk{
	float:left; width:100%;
	font-size:16px;
	color:#757575;
	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:40%;
	list-style:none;
	margin-bottom:10px;
	cursor: pointer;
	display: inline-block;
	transition: all .5s;
}
.content_chck ul li i{
	color:#003366;
	margin-right:10px;
}
.abt_chk ul li i:before{
	position:relative;
	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;
}
.abt_btn li a{
	background: #2c416c;
    color: #fff;
}
.abt_btn li a:before {
    border-left: 20px solid #2c416c;
}
.abt_btn li a:after {
    border-left: 20px solid #2c416c
}
.med_slider_img{
	float:left;
	width:100%;
	overflow:hidden;
}
.med_slider_img .owl-theme .owl-dots .owl-dot {
    display: none;
}
.med_slider_img .item {
	width:100%;
}
.med_slider_img .owl-theme .owl-nav .owl-prev i:before, .med_slider_img .owl-theme .owl-nav .owl-next i:before{
	font-size:16px;
}
.med_slider_img .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	margin-top:-13px;
}
.med_slider_img .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.med_slider_img .owl-prev{
	position:absolute;
	left:20px;
}
.med_slider_img .owl-next{
	position:absolute;
	right:20px;
}
.med_slider_img .owl-theme .owl-nav .owl-prev,.med_slider_img .owl-theme .owl-nav .owl-next{
    display: inline-block;
    cursor: pointer;
	width: 50px;
    height: 50px;
    color: #fff;
    background: #2c416c;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
}
.med_slider_img .owl-theme .owl-nav .owl-next:hover{
	background: #003366;
    color: #fff;
    box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
	-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{
	background: #003366;
    color: #fff;
    box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*********------what can we do wrapper---------*************/
.what_can_Wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:90px;
	background:#f9f9f9;
}
.sw_disc_img_btm{
	position:absolute;
	top:0;
	left:0;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_right_img_wrapper:hover .sw_disc_img_btm{
	top:60px;
	left:-80px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_desc_abt{
	float:left;
	width:100%;
	padding-left:30px;
}
.sw_desc_btm_txt{
	float: left;
    width: 100%;
	margin-bottom:20px;
}
.sw_disc_image {
    float: left;
    width: 50px;
	line-height:60px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_image i:before{
	color:#2c416c;
	font-size:46px;
}
.sw_disc_head_text {
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
    padding-right: 40px;
}
.sw_disc_head_text h5 a {
    font-size: 20px;
    color: #003366;
	text-transform:uppercase;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_head_text p{
	margin-top:6px;
	margin-bottom:8px;
}
.sw_disc_head_text h6 a {
    font-size: 14px;
	text-transform:uppercase;
    color: #2c416c;
	font-weight:600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_disc_head_text h6 a:hover{
    color: #003366;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sw_dark_heading_wraper h1{
	color:#fff;
}
.sw_desc_btm_txt:hover .sw_disc_image{
	transform: scale(1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*********----------counter wrapper--------***********/
.counter_section{
    width: 100%;
   float:left;
   padding-top:90px;
   padding-bottom:80px;
   background:#003366;
 }
.counter_section .count-description{
	font-size: 40px;
	font-weight: 700;
	color:#fff;
	margin-top:10px;
}
.counter_icon{
	text-align:center;
}
.heading_left p{
	color:#fff;
	opacity:0.8;
}
.icon {
	text-align:center;
	border:2px solid rgba(255, 255, 255, 0.75);
	width:90px; height:90px;
	line-height:80px;
	background:transparent;
	display:inline-block;
	 transition: all 0.5s;
}
.icon img{
	display:inline-block;
	text-align:center;
	width:45px; height:45px;
	line-height:45px;
}
.count-description{
	padding-top:20px;
}
.counter_icon:hover .icon{
	color:white;
	background-color:#2c416c;
	border:2px solid #2c416c;
	-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:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	padding-top:15px;
}
/********---------appointment wrapper---------****************/
.appoint_section{
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
	background:#003366;
}
.appoint_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(9, 9, 9, 0.87);
}
.heading_white h1{
	color:#fff;
}
.response{
	color:#fff;
	float:right;
}
.contect_form1 input{
	width:100%;
	height:47px;
	margin-top:12px;
	padding-left:10px;
	margin-bottom:10px;
	color:#525252;
	border-radius:5px;
	text-transform:capitalize;
	background:#f0f0f0;
	border: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;
}
.contect_form1 input:hover, .contect_form1 input:focus{
	background:#e8f6ff;
	-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_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:10px;
	border:0;
	padding-top:10px;
	color:#525252;
	border-radius:5px;
	text-transform:capitalize;
	background:#f0f0f0;
	-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{
	background:#e8f6ff;
	-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:30px;
	float:left;
}
.contect_btn button{
	width:160px;
	height:50px;
	float:left;
	color: white;
    background: #003366;
	text-align:center;
	line-height:47px;
	position:relative;
	font-size:16px;
	font-weight:600;
	border:0;
	box-shadow:none;
	text-transform:uppercase;
	-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:hover{
	background: #2c416c;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.5);
    color: #fff !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;
}
.contect_btn button:before {
    content: '';
    border-bottom: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 23px;
    transition: all 0.5s;
}
.contect_btn button:hover:before{
    border-left: 20px solid #2c416c;
}
.contect_btn button:after {
    content: '';
    border-top: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 0;
    transition: all 0.5s;
}
.contect_btn button:hover:after{
    border-left: 20px solid #2c416c;
}
/*******--------team wrapper -------***********/
.team_wrapper{
    float: left;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
}
.hs_lest_news_img_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.team_about{
	float:left;
	width:100%;
	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:#2e7ec8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_img{
	width:100%;
}
.team_txt {
  float:left;
  width:100%;
  background-color:#f9f9f9;
  text-align:center;
}
.team_txt h1{width:100%; margin-top:15px;}
.team_txt h1 a{
	color:#003366;
	font-size:18px;
	font-weight:700;
	padding-bottom:10px;
	text-transform:uppercase;	
	-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:16px;
	margin-bottom:15px;
}
.team_icon_wrapper{
    position: relative;
    bottom: 28px;
}
.team_icon_wrapper svg{
    top: 50px;
    left: 20px;
    position: absolute;
}
.team_img img{
	margin-top:2px;
	width:100%;
}
.team_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #2c416c;
    position: absolute;
    left: 0px;
    top: 30px;
}
.team_icon_hover{
	float:left;
	width:100%;
	background-color:#003366;
	font-size:16px;
	color:#ffffff;
	position:absolute;
	line-height: 85px;
	bottom:-95px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.team_about:hover .team_icon_hover{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_icon_hover{
	text-align:center;
	float:left;
	width:100%;
}
.team_icon_hover ul{
	width:100%;
	float:left;
	display:inline-block;
}
.team_icon_hover ul li:first-child{
	margin-left:0;
}
.team_icon_hover ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left: 15px;
	margin-bottom:-10px;
}
.team_icon_hover ul li i{
	line-height:33px;
	border:2px solid rgba(255, 255, 255, 0.4);
	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: 50px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #2c416c;
}
.team_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #2c416c;
    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;	
}

/*******-------our process wrapper css start------*********/
.our_process_wrapper{
	float: left;
	width: 100%;
	overflow:hidden;
	background-color: #003366;
}
.mesage_left_wrapper{
    float: left;
    width: 50%;
	overflow:hidden !important;
    position: relative;
    z-index: 1;
}
.mesage_left_wrapper img{
	width:100%;
	min-height:520px;
}
.ser_head h1{
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
}
.mesage_right_wrapper{
   float: left;
    width: 50%;
    z-index: 1;
    background: #003366;
    padding: 50px;
	padding-left:50px;
    padding-right: 0;
    position: relative;
    padding-top: 70px;
}
.abt_chk_doc{
	float:left;
	width:100%;
	font-size:16px;
	text-transform:capitalize;
}
.abt_chk_doc ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.abt_chk_doc ul li{
	float:left;
	width:50%;
	font-size:14px;
	color:#fff;
	list-style:none;
	margin-bottom:16px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s;
}
.abt_chk_doc ul li:hover{
	 color: #2c416c;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_chk_doc ul li:hover i:before{ color: #2c416c;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.content ul li i:before{
	font-size:18px;
	color:#fff;
	margin-right:20px;
	transition: all 0.5s;
}
.service_doc_right_btn li a:hover {
    color: #fff;
    background: #2c416c;
    box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_doc_right_btn li a:hover:before {
    border-left: 20px solid #2c416c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service_doc_right_btn li a:hover:after {
    border-left: 20px solid #2c416c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mesage_right_wrapper:after {
	content: '';
    border-bottom: 261px solid transparent;
    border-right: 133px solid #003366;
    border-top: 288px solid transparent;
    position: absolute;
    bottom: -56px;
    transition: all 0.5s;
    left: -132px;
}
.mesage_right_wrapper:before {
	content: "\f067";
    font-family: FontAwesome;
    background: #fff;
	color:#003366;
    width: 150px;
    height: 150px;
    border: 20px solid #003366;
    line-height: 109px;
    border-radius: 100%;
    position: absolute;
    top: 185px;
    transition: all 0.5s;
    left: -165px;
    z-index: 1;
    text-align: center;
    font-size: 45px;
    padding-right: 3px;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:90px;
	background-color:white;
}
.blog_about{
	text-align:left;
	width:100%;
}
.blog_txt h1{margin-top:30px;}
.blog_txt h1 a{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color:#003366;
}
.blog_txt h1 a:hover{
	color:#2c416c;
	-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:#2c416c;
	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 i{
	color:#2c416c;
	margin-right:8px;
}
.blog_txt_info ul li:first-child a {
	padding-left:0px;
}
.blog_txt_info{
	float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin-bottom: 7px;
}
.blog_about p{
	font-size:16px;
	line-height:26px;
	color:#707070;
	margin-top:10px;
	padding-bottom:8px;
}
.blog_about a{
	text-transform:uppercase;
	font-size:14px;
	color:#2c416c;
	font-weight:600;
}
.blog_img{
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.blog_img figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.blog_img figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.blog_btn{
	text-align:center;
	float:left;
	width:100%;
	margin-top:20px;
}
.blog_btn ul{
	float:none;
	display:inline-block;
}
.blog_btn li a{
	background:#003366;
	color:#fff;
}
.blog_btn li a:hover{
	background:#2c416c;
	color:#fff;
	transition: all 0.5s;
}
.blog_btn li a:before {
     content: '';
    border-bottom: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 23px;
    transition: all 0.5s;
}
.blog_btn li a:hover:before {
    border-left: 20px solid #2c416c;
    -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_btn li a:after {
  content: '';
    border-top: 27px solid transparent;
    border-left: 20px solid #003366;
    position: absolute;
    right: -18px;
    bottom: 0;
    transition: all 0.5s;
}
.blog_btn li a:hover:after {
    border-left: 20px solid #2c416c;
    -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_wrappper{
	background: url(../images/testi_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}
.testi_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(9, 9, 9, 0.87);
}
.heading_white h1{
	color:#fff;
}
.rotate{
    margin: auto;
    display: block;
    width: 95px;
    height: 95px;
	margin-bottom: 37px;
	margin-top: -95px;
}
.test_main{
    background:#ffffff;
    padding: 25px;	
	text-align:center;
	margin-top:90px;
}
.test_main h4 a{
	font-size:18px;
	font-weight:700;
	color:#222;
	text-transform:uppercase;
	 -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_main h4 a:hover{
	color:#003366;
	 -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_main h5{
	font-size:15px;
	text-transform:capitalize;
	color: #222;
}
.test_main p{
	font-style:italic;
	margin-top:5px;
}
.ppp{
	color:#fff;
	opacity:0.8;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
}
.testimonial_slider_wrapper .owl-carousel .owl-item img{
	width:auto;
	display:inline-block;
	margin-top:10px;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 50px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #fff;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
/*********------------partner wrapper--------**************/
.partner_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:80px;
	background-color:#ffffff;
}
.partner_slider_img{
	float:left;
	width:100%;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
    display: none;
}
.partner_slider_img .item{
	width:100%;
	display:inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
    display: block;
	width:80%;
	text-align:center;
}
.partner_slider_img .owl-theme .owl-nav {
	display:none;
}
.map_main_wrapper{
	float:left;
	width:100%;
}
#map{
	width: 100%;
    height: 500px;
}
.ww li a{
	margin-top:0;
}
/*********---------footer wrapper------------**************/
.footer_gallary ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.footer_gallary ul li{
	float:left;
	margin-left:3px;
	list-style:none;
}
.footer_gallary img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_gallary img:hover{
	border:2px solid #003366;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_wrapper{
	width:100%;
	background-color:#111111;
	float:left;
	overflow:hidden;
}
.footer_widget_add{
	padding-top:100px; text-align:left;
	position:relative;
}
.address_main{
	 text-align:left;
	 float:left;
	position:relative;
}
.box_1_wrapper{
	float:left; width:30%;
}
.footer_main_wrapper{
	float:left;
	width:100%;
	padding-bottom:16px;
}
.booking_box_div{
	width:70%;
	float:left;
}
.address_main:after{
	content: "";
    position: absolute;
	top:0;
    right:15px;
    background-color: #434141;
    width: 1px;
    height: 506px;
}
.footer_widget_add p{
	font-size:16px;
	color:#757575;
	padding-top:35px;
	margin-bottom:20px;
	line-height: 24px;
}
.footer_widget_add a{
	font-size:14px;
	text-transform:uppercase;
}
.footer_box_add{
	float:left;
	margin-top:35px;
	width:100%;
	margin-bottom:30px;
}
.footer_box_add ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	font-size:14px;
}
.footer_box_add ul li{
	float:left;
	width:auto;
	color:white; margin-bottom:10px;
	list-style:none;
}
.footer_box_add ul li i{
	margin-right:10px;
	line-height:33px;
	color:white;
	border:2px solid #373636;
	width:34px; height:34px;
	text-align:center;
}
.footer_box_add ul li a{
	color:white;
}
.footer_box_add ul li a:hover{
	color:#003366;
	transition:0.4s;
}
/****footer_2******/
.footer_heading{
	padding-top:100px; 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;
}
.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:#003366;
}
.footer_ul_wrapper ul li a{
	color:#757575;
}
.footer_ul_wrapper ul li a:hover{
	color:#003366;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_menu{
	margin-left:30px;
}
/****footer_4******/
.footer_cnct{
	text-align:left;
	width:100%;
	margin-top:40px;
}
.contact_last_div{
	padding-left:61px;
}
.footer_cnct p{
	font-size:16px;
	color:#757575;
	text-transform:capitalize;
}
.footer_cnct p span{
	font-weight:500;
	color:#ffffff;
}
/****footer_5******/
.footer_botm_wrapper{
	float:left;
	width:100%;
	padding-top:46px; 
	padding-bottom:30px;
}
.footer_botm_wrapper:after{
	content: "";
    position: absolute;
	top: 10px;
    right:0;
	left:0;
    background-color: #434141;
    width:1195px;
    height: 1px;
}
.bottom_footer_copy_wrapper span{
	margin:0; 
	color:#757575; 
}
.bottom_footer_copy_wrapper a{
	color:#757575;	
	margin-right:5px;
}
.bottom_footer_copy_wrapper a:hover{
	color:#003366;
	transition:0.5s;
}
.footer_btm_icon{
	float:right;
	margin-top:-9px;
}
.bottom_footer_copy_wrapper{
	display:inline;
}
.footer_btm_icon ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:right;
	font-size:16px;
}
.footer_btm_icon ul li{
	float: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:#003366;
	color:white;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#return-to-top {
    width:40px; height:40px;
	float:right; margin-top:-110px;
	z-index:1; position:relative;
	background-color:#003366;
     margin-right: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:100;
}
#return-to-top i {
    color:white;
	text-align:center;
	font-size:16px;
	margin:12px; margin-left:13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
	background-color: #2e7ec8;
	-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;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper{
	float:left;
	width:100%;
	background-color:#003366;
}
.newsletter_text{
	float:left;
	width:100%;
}
.newsletter_text h3{
    float: left;
    width: 100%;
    font-size: 26px;
    color: #ffffff;
	line-height:28px;
	font-weight:700;
    text-transform: uppercase;
	margin-top:10px;
}
.contect_btn_news ul{
	list-style:none;
	float:right;
}
.contect_btn_news li a{
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#ffffff;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contect_btn_news li a:hover{
	color:#fff !important;
	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;
}
.service_wrapper_icon_midle img{
	width:50px;
	height:50px;
}
.service_wrapper_icon_midle{
	position:absolute;
	left:0;
	top:50%;
	right:0;
	margin:0px auto;
	margin-top:-25px;
}
/********----------responsive css start--------**********/
/*********************991 & 1199 start******************/


@media (max-width: 1650px){
	div#comparison{
		width:100%;
		height:29vw;
	}
}

@media (max-width: 1500px){
div#comparison {
    width: 100%;
    height: 32vw;
}
}

@media (min-width: 1300px) and (max-width: 1400px){
div#comparison {
    width: 100%;
    height: 35vw;
}
}

@media (max-width: 1300px){
div#comparison {
    width: 100%;
    height: 36vw;
}
}

@media (min-width: 992px) and (max-width: 1199px){
	.appointmnt_wrapper{margin-top:0;}
	.appoint_btn li a{
		width:220px;
	}
	.top_header_add ul li{
		margin-right:25px;
	}
	.team_icon_hover ul{
		margin-left:-15px;
	}
	.team_icon_hover ul li{
		margin-left:7px;
	}
	.address_main:after{
		height: 595px;
	}
	.md_share_info_wrapper ul li{
		margin-left:0;
	}
	#nav_filter li a{
		padding:8px 15px;
	}
	.slider-area .carousel-inner .item .caption-1:before{
		left: -188px;
		width: 86%;
	}
	.slider-area .carousel-inner .item .caption-2:before{
		left: -188px;
		width: 86%;
	}
	.slider-area .carousel-inner .item .caption-3:before{
		left: -188px;
		width: 86%;
	}
	.jp_top_jobs_category h3 a{
		font-size:18px;
	}
	.newsletter_text h3{
		margin-top:0;
	}
	.con1, .con2, .con3, .con4{
		font-size:16px;
	}
	.et_navbar_search_wrapper{
		margin-right:0;
	}
	.abt_chk_doc ul li{
		font-size:15px;
	}
	.abt_chk ul li{
		width:50%;
	}
	.sw_desc_abt{
		padding-left:0;
	}
	.mesage_right_wrapper:after{
		bottom:-30px;
	}
	
}
@media (max-width: 1024px){
	div#comparison {
    width: 100%;
    height: 37vw;
}
	
}
/*********----------991 responsive css-------**********/
@media (max-width: 991px){
	.right_side_main_warpper{
		line-height:0; text-align:center;
		margin-top:-10px;
	}
	.md_right_side_warpper{
		float:none; line-height:4;
		display:inline-block;
	}
	.top_header_add li{
		float:none; display:inline-block;
	}
	.top_header_add{float:none;
	text-align:center}
	.md_logo{
		text-align:center; padding-bottom:10px;
	}
	.md_share_info_wrapper{
		float:none; display:inline-block;
	}
	.appointmnt_wrapper{margin-top:-68px;}
	.appoint_btn li a{
		width:210px;
	}	
	.team_icon_hover ul li{
		margin-left:13px;
	}
	.team_icon_hover{
		width:100%;
	}
	.count-description{
		margin-bottom:50px;
	}
	.blog_about{
		margin-bottom:40px;
	}
	.blog_img figure img{width:100%;}
	.blog_comment{
		float:left;
		margin-left:20px;
	}
	.newsletter_text h3{
		font-size:24px;
	}
	.footer_box_add{
		margin-top:10px;
	}
	.newsletter_text{
		padding-bottom:20px;
	}
	.newsletter_wrapper{
		padding-bottom:80px;
	}
	.bottom_footer_copy_wrapper span{
		font-size:14px;
	}
	.footer_box_add span{
			display:none;
	}
	.footer_botm_wrapper:after{
		left: 15px;
		width: 700px;
	}
	.footer_btm_icon {
		margin-right: -30px;
	}
	#return-to-top{
		margin-top:-119px;
	}
	.contact_last_div{
		padding-left:0;
	}
	#nav_filter li a{
		padding:5px 13px;
	}
	.event_icon1{
		margin-top:50px;
	}
	.top_header_add ul li a{
		font-size:16px;
	}
	.middle_header_wrapper{
		padding-bottom:10px;
	}
	.mesage_right_wrapper:before{
		display:none;
	}
	.mesage_right_wrapper{
		width:100%;
		padding-left:0;
	}
	.our_process_wrapper{
		padding-bottom:40px;
		padding-top:30px;
	}
	.mesage_left_wrapper{
		display:none;
	}
	.mesage_right_wrapper:after{
		display:none;
	}
	.appoint_section{
		padding-bottom:100px;
	}
	.jp_top_jobs_category_wrapper, .med_top_service_2, .med_top_service_3, .med_top_service_4{
		width:50%;
	}
	.med_slider_img{
		padding-top:70px;
	}
	div#comparison{
		width:45vw;
	}
	.sw_desc_abt{
		padding-left:0;
		padding-top:50px;
	}
	input[type=range]{
		top: -12rem;
	}
	
}
/*********----------768 responsive css-------**********/
@media (min-width: 768px) and (max-width: 991px){
	.et_search_box{
		right: 0px;
		top: 97%;
	}
	.top_header_add{
		font-size:14px;
	}
	.top_login{
		margin-top:20px;
		margin-right:270px;
	}
	.team_icon_hover ul li:first-child{
		margin-left: 40px;
	}
	.address_main:after{		
		height: 507px;
		right: 0;
	}
	.footer_botm_wrapper:after{
		left: 15px;
		width: 700px;
	}
	#return-to-top {
		margin-top: -110px;
}
.footer_btm_icon {
    margin-right: -30px;
}
.slider-area .carousel-inner .item .caption-1:before{
		width: 100%;
}
.slider-area .carousel-inner .item .caption-2:before{
		width: 100%;
}

.slider-area .carousel-inner .item .caption-3:before{
		width: 100%;
}
input[type=range] {
    top: -10rem;
}


}
/*********----------767 responsive css-------**********/
@media (max-width: 767px){
	#return-to-top {
		margin-top: -150px;
	}
	.top_header_wrapper{
		display:none;
	}
	.menu_wrapper{
		padding-top:10px; padding-bottom:10px;
	}
	#toggle{
		padding-top:20px;
	}
	.appoint_btn li a{
		width:230px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	.content{
		text-align:center;
	}
	.our_doc_icn_hovr ul{
		margin-left: 228px;
	}
	.team_icon_hover ul li{
		margin-left:20px;
	}
	.team_img img{
		width:100%;
	}
	.team_about {
		width: 100%;
		margin-bottom: 30px;
	}
	.hs_lest_news_box_wrapper{margin-top:40px;}
	.footer_main_wrapper {
		margin-top: 0px;
	}
	.footer_heading{padding-top:30px;}
	.address_main:after{display:none;}
	.footer_box_add{
		margin-top:20px;
		margin-bottom:0;}
	.sidebar_wrapper{
		margin-bottom:50px;
	}
	.contect_form1 input{
		margin-top:15px;
	}
	.footer_botm_wrapper:after{
		width:766px; left:0;
		right:0;
	}
	.footer_box_add ul li{
		margin-right:15px;
	}
	.sw_desc_abt{
		padding-top:0;
	}
	.what_can_Wrapper{
		padding-bottom:70px;
	}
	div#comparison{
		display:none;
	}
	.contact_last_div{width:100%;}
	.footer_btm_icon {
		float: left;
		margin-top: 15px;
		padding-left: 40px;
	}
	.slider-area .carousel-inner .item .carousel-captions .content{
		text-align:center;
		float:left;
		width:100%;
	}
	.abt_chk_doc ul li{
		width:100%;
	}
	.slider-area .carousel-inner .item .carousel-captions .content h2 span, .slider-area .carousel-inner .item .carousel-captions .content h2{
		float:left;
		width:100%;
	}
	.hs_effect_btn ul{
		float:none;
		display:inline-block;
	}
	.hs_effect_btn{
		text-align:center;
	}
	.bottom_footer_copy_wrapper {
		font-size: 14px;
		text-align: center;
		display: inline-block;
	}
	.slider-area .carousel-inner .item .caption-1:before{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: skew(0deg);
		background: rgba(33, 49, 80, 0.7);
		transition: all 0.5s;
	}
	.slider-area .carousel-inner .item .caption-2:before{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: skew(0deg);
		background: rgba(33, 49, 80, 0.7);
		transition: all 0.5s;
	}
	.slider-area .carousel-inner .item .caption-3:before{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: skew(0deg);
		background: rgba(33, 49, 80, 0.7);
		transition: all 0.5s;
	}
	.carousel-nevigation{
		top:40%;
	}
	.abt_btn{
		float:left;
	}
	.med_slider_img .owl-theme .owl-nav{
		top:43%;
	}
	.abt_cntnt{
		float:left !important;
		text-align:left !important;
	}
	.service_doc_right_btn{
		float:left;
	}
	.box_1_wrapper {
    width: 100%;
}

}
/*********----------480 responsive css-------**********/
@media (max-width: 480px){
	.appointmnt_wrapper{
		margin-top:-68px; 
		}
	.top_header_add {line-height:3;}
	.appoint_btn li a{
		width:200px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	.md_share_info_wrapper ul li{margin-left:0;}
	#return-to-top {
		margin-right: 0;
		margin-top: -149px;
	}
	.team_about {
    width: 100%;
    margin-bottom: 0px; 
	}
	.our_doc_icn_hovr ul{
		margin-left:30px;
	}
	.team_icon_hover ul li:first-child{
		margin-left:77px;
	}
	.team_icon_hover ul li{
		margin-left:20px;
	}
	.slider-area .carousel-inner .item .caption-1, .slider-area .carousel-inner .item .caption-2, .slider-area .carousel-inner .item .caption-3{
		min-height:600px;
	}
	.icon_wrapper p{
		font-size:14px;
	}
	.blog_img figure img{width:100%;}
	.abt_chk ul li{
		width:100%;
	}
	.icon_wrapper p{
		font-size:14px;
	}
	.footer_btm_icon {
		padding-left: 0;
	}
	.contect_btn button{
		float:none;
		display:inline-block;
	}
	.footer_box_add ul li{float:none;}
	.footer_heading{padding-top:30px;}
	.contact_last_div{width:100%;}
	.bottom_footer_copy_wrapper{
		text-align:center;
		display:inline-block;
		font-size:14px;
	}
	.slider-area .carousel-inner .item .carousel-captions .content h2, .slider-area .carousel-inner .item .carousel-captions .content h2 span{
		font-size:46px;
	}
}


@media (max-width: 690px){
	.jp_top_jobs_category_wrapper, .med_top_service_2, .med_top_service_3, .med_top_service_4{
		width:100%;
	}
	.service_wrapper_icon_midle{
		display:none;
	}
	.jp_banner_jobs_categories_wrapper{
		padding-top:40px;
		margin-top:0;
	}
	.slider-area .carousel-inner .item .carousel-captions .content{
		padding-top:240px;
	}
	.slider-area .carousel-inner .item .caption-1, .slider-area .carousel-inner .item .caption-2, .slider-area .carousel-inner .item .caption-3{
		min-height:600px;
	}

}

@media (max-width: 650px) and (min-width: 580px){
	.our_doc_icn_hovr ul {
		margin-left: 100px;
	}
	
	}
/*********------------481 $ 766 css-------*************/
@media (min-width: 481px) and (max-width: 766px){
	.appointmnt_wrapper{
		margin-top:-68px;
	}
	.top_header_add {
		line-height:3;
	}
	.appoint_btn li a{
		width:200px;
	}
	.contact_last_div{width:100%;}
	#return-to-top {
		margin-right: 0;
		margin-top: -157px;
}
}

@media (max-width: 390px){
	#toggle {
		padding-top: 15px;
	}
	.slider-area .carousel-inner .item .carousel-captions .content h2, .slider-area .carousel-inner .item .carousel-captions .content h2 span{
		font-size:40px;
	}
	.med_slider_img .owl-theme .owl-nav {
		top: 39%;
	}
}

/*********----------320 responsive css-------**********/
@media (max-width: 320px){
	.md_share_info_wrapper ul li{
		margin-left:0px;
	}
	.appoint_btn li a{
		width:180px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	#return-to-top{
		margin-right: 0;
		margin-top: -207px;
	}
	.contact_last_div{
		width:100%;
	}
	.abt_chk ul li{width:100%;
		float:none;
	}
	.team_icon_hover{width:100%;}
	.team_icon_hover ul li:first-child{
		margin-left:-10px;
	}
	.our_doc_icn_hovr ul{
		margin-left:3px;
	}
	.icon_wrapper p{
		font-size:14px;
	}
	.slider-area .carousel-inner .item .caption-1, .slider-area .carousel-inner .item .caption-2, .slider-area .carousel-inner .item .caption-3{
		min-height:600px;
	}
	.footer_btm_icon{
		padding-left: 0;
	}
	.footer_btm_icon ul li{
		margin-lefT:5px;
	}
	.icon_content_box{
		width:100%;
	}
	#toggle {
		padding-top: 10px;
	}
}
/**********------321 $480 css---------**********/
@media (min-width: 321px) and (max-width: 480px){
	.team_icon_hover{
		width:100%;
	}
	.contact_last_div{width:100%;}
	.our_doc_icn_hovr ul{
		margin-left:0;
	}
	#return-to-top {
		margin-right: 0;
		margin-top: -181px;
	}
	.icon_content_box{
		width:100%;
	}
	.icon_wrapper p{
		font-size:14px;
}
}


@media (max-width: 580px) and (min-width: 481px){
	#return-to-top {
		margin-top: -182px;
	}
	.icon_wrapper p{
		font-size:14px;
}
}


@media (max-width: 550px){
	.hs_effect_btn ul{
		float:none;
		display:inline-block;
	}
	
}

@media (max-width: 599px){
	.owl-theme .owl-nav.disabled + .owl-dots{
		display:none;
	}
	.testimonial_wrappper{
		padding-bottom:100px;
	}
}
