/*
Theme Name: galenical 
Theme URI:http://themexbd.com
Description: galenical Multipurpose Medical WordPress Theme
Author: themex
Author URI: https://webitrangpur.com/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: galenical
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {} img {
    max-width: 100%;
    height: auto;
}
/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}
/*=====================
galenical HEADING TOP AREA CSS
=========================*/
/* LEFT RIGHT CSS */

.em40_header_area_main {} .em40_header_area_main.hdisplay_none {
    display: none;
}
.galenical-header-top {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 12px 0;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p span,
.top-address p a {
    margin-right: 20px;
}
.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #04b6ba;
    margin-right: 10px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    color: #333;
    font-size: 13px;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #04b6ba;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}
/* sub menu css */

.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-top: 1px solid #f00;
    width: 150px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: left;
    background: #fff;
    z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.top-right-menu ul .sub-menu li {
    padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
    font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
    display: none;
}
.top-welcome p {
    padding: 0px;
    margin: 0px;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/* top opening */

.top-address.menu_18 span {
    background: #fff;
    padding: 8px 15px 9px;
    display: inline-block;
    color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}
/* top quearys */

.em-top-quearys-area {
    position: relative;
}
.em-header-quearys {
    list-style: none;
}
.em-quearys-menu i {
    background: #04b6ba none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 11px;
    color: #fff;
}
.em-quearys-inner {
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 999;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.em-quearys-inner {} .em-quearys-form {
    background-color: #ffffff;
    border-top: 1px solid #04b6ba;
    width: 290px;
    float: right;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    background: #f9f9f9;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    height: 48px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    transition: 1s;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    /* height: 44px; */
    
    background: transparent;
    font-size: 15px;
    border: none;
    color: #04b6ba;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.em-s-hidden {
    display: none !important;
}
/* address left right icon */

.top-right-menu.litop {
    float: left;
}
/* mobile logo   */

.mobile_menu_logo.text-center {
	padding: 30px 0px;
}
/*=====================
END galenical HEADING TOP AREA CSS
=========================*/





/*========================
EM CREATIVE HEADER
=========================*/

.em_creative_header {
    background: #fff none repeat scroll 0 0;
    padding: 33px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.em_creative_header:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.em_creative_header:after {
    content: "";
    left: 18%;
    top: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    position: absolute;
    border: ;
    -webkit-transform: rotate(-121deg);
            transform: rotate(-121deg);
    z-index: -1;
}
.single_header_address {} .creative_logo_thumb {
    z-index: 9;
    text-align: right;
}
.creative_header_icon {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.creative_header_icon i {
	color: #04b6ba;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #04b6ba;
	border-radius: 50%;
	text-align: center;
	transition:.3s;
}
.creative_header_icon i:hover{
background:#04b6ba;
color:#fff;
}
.creative_header_address {
    overflow: hidden;
}
.creative_header_address_text > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.creative_header_address_text > p {
    margin: 0;
}
.creative_logo_thumb {
    z-index: 9;
}
.creative_header_button {
    padding-left: 50px;
    position: relative;
    margin-top: 5px;
}
.single_header_address {
    position: relative;
    padding-left: 68px;
}
.single_header_address:before {
    content: "";
    position: absolute;
    background: #04b6ba;
    width: 1px;
    height: 74px;
    top: -21px;
    right: -38px;
    z-index: 9999999;
}
.creative_header_button .dtbtn {
	background: #04b6ba none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-left: 0;
	padding: 8px 26px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.creative_header_button > a:hover {
    background: #3cdce0  none repeat scroll 0 0;
}






/* Slider Social Icon */
.em_slider_social {
    position: fixed;
    right: 15px;
    text-align: center;
    top: 50%;
    z-index: 9999;
}
.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}
.em_slider_social a {
    background: #04b6ba none repeat scroll 0 0;
    border: 1px solid #04b6ba;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 35px;
}
.em_slider_social a:hover {
    background: #1DE1E6;
    color: #fff;
    border-color: #1DE1E6;
}
.no-logo-sr .creative_search_icon {
    position: absolute;
    right: 19%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
    top: 70px;
}
.no-logo-sr .galenical_menu ul {
    text-align: center;
}
.no-logo-sr .galenical_menu ul li {
    text-align: left;
}

/* top menu no logo search and social */
.menu_nologo_dmenu{}
.menu_nologo_dmenu .footer-social-icon.htop-menu-s {
    margin-left:0px;
padding: 20px 0 19px;
float: right;	
}
.nologo_fsi{
    border-right: 1px solid #fff;
	    padding-right: 15px;
}	
.nologo_s_fa{
    padding: 19px 0;
	    width: 140px;	
}
.nologo_s_fi{}
.nologo_s_f{
	position:relative;
}
.nologo_s_f input {
    border-radius: 30px;
    padding: 5px 15px;
    width: 140px;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.nologo_s_f .top-nologo_s_icon {
	position: absolute;
	top: 5px;
	right: 5px;
	background: transparent;
	border: none;
	color: #fff;
}
.nologo_default_fs {
    list-style: none;
}
.nologo_default_fs li{}

.footer-social-icon.htop-menu-s .nologo_fsi a i {
	color: #fff;
	font-size: 15px;
}
.footer-social-icon.htop-menu-s .nologo_fsi a i:hover{
color:#3cdce0;
}

/*=======================
galenical HEADING NAV AREA CSS
========================*/

.mean-container .mean-bar {
    padding: 0;
}
.mean-container .mean-nav {
    background: #04b6ba none repeat scroll 0 0;
    float: none;
}
.main_menu_div {
    position: relative;
}
.galenical_nav_area {
	background: #fff none repeat scroll 0 0;
}
/* LOGO CSS */

.logo {} .logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.galenical_menu {}
/* MENU CSS */

.galenical_menu ul {
    text-align: right;
    list-style: none;
}
.galenical_menu > ul > li {
    display: inline-block;
    position: relative;
}
.galenical_menu > ul > li > a {
	display: block;
	margin: 40px 12px 40px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.prefix .galenical_menu > ul > li > a{
color:#fff;
}
.galenical_menu > ul > li > a::before, .galenical_menu > ul > li.current > a::before {
  background: #04b6ba none repeat scroll 0 0;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 15%;
  display:none;
} 

.heading_style_2 .galenical_menu > ul > li > a {
    color: #fff;
}
.heading_style_3 .galenical_menu > ul > li > a {
    color: #fff;
}
.heading_style_4 .galenical_menu > ul > li > a {
    color: #fff;
}
.heading_style_5 .galenical_menu > ul > li > a {
    color: #fff;
}
.galenical_menu ul li:last-child a {
    margin-right: 0px;
}

.galenical_menu > ul > li.current > a,
.galenical_menu > ul > li:hover > a {
    color: #3cdce0;
    background-color: transparent;
}


.creative_header_menu > ul > li > a{
color:#fff;
background:transparent;
}

.creative_header_menu > ul > li:hover > a{
color:#fff;
background:transparent;
}

.galenical_menu > ul > li:hover > a:before,
.galenical_menu > ul > li.current > a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* transparent 2 */

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px;
}
/* stycky nav js */

.transprent-menu.menu4 {
    position: relative;
}
.transprent-menu .galenical_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
}
.galenical_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
}
.galenical_nav_area.prefix,
.hbg2 {} .galenical_nav_area.prefix .galenical_menu > ul > li > a {
    /* color:#fff; */
}
.galenical_nav_area.prefix .galenical_menu > ul > li.current > a {
    color: #04b6ba;
}
/* LOGO LEFT RIGHT CSS */

.logo-left {} .logo-right .logo {
    text-align: right;
}
.logo-right .galenical_menu > ul {
    text-align: left;
}
.logo-right .galenical_menu > ul > li:first-child a {
    padding-left: 0px;
}
.logo-right .galenical_menu > ul > li:last-child a {
    padding-right: auto;
}
/* logo top */

.logo-top .logo {
    text-align: center;
}
.logo-top .galenical_menu > ul {
    text-align: center;
}
.logo-top > .galenical_menu > ul > li:last-child a {
    padding-right: auto;
}
/* sub menu style */

.galenical_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 197px;
    text-align: left;
    background: #04b6ba;
    margin: 0;
    padding: 15px 0;
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.galenical_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.galenical_menu ul .sub-menu li {
    position: relative;
}
.galenical_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
}
.galenical_menu ul .sub-menu li:hover > a,
.galenical_menu ul .sub-menu .sub-menu li:hover > a,
.galenical_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.galenical_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background: #29dee3;
    color: #fff;
}




/* sub menu 2 */

.galenical_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.galenical_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 3 */

.galenical_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.galenical_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.galenical_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 4 */

.galenical_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.galenical_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {} .galenical_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* user login */

.logged-in .transprent-menu .galenical_nav_area.prefix {
    top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}
/* maing menu search */

nav.galenical_menu.main-search-menu {
    float: right;
}
.galenical_menu.main-search-menu > ul,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
    top: 59px;
}
/* has menu icon */

.galenical-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.galenical-main-menu .menu-item-has-children .menu-item-has-children> a:after {
    margin-left: 8px;
    content: "\f105";
}
/* menu button */

.donate-btn-header {
    display: inline-block;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #04b6ba;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Raleway', sans-serif;
}
a.dtbtn:hover {
    background-color: #3cdce0 ;
}
.redX {
    color: #04b6ba;
}
/* logo sticky */

.galenical-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.galenical-main-menu .logo a.main_sticky_l {
    display: none;
}
/* logo pre */

.galenical-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}
.galenical-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}
.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
}
.menu-height-space {
    height: 100px;
}

/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
    display: none;
}
.creative_logo_thumb .logo a {
    margin-top: 0;
}


/*=======================
END galenical HEADING NAV AREA CSS
========================*/
/*=====================
galenical BLOG AREA CSS
=========================*/

.galenical-blog-area {
    padding: 90px 0 90px;
}
.galenical-single-blog {
background-color: #FFF;
margin-bottom: 30px;
overflow: hidden;
text-align: left;
transition: all 0.3s ease-in-out 0s;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.galenical-single-blog.galenical-lt {
    text-align: left;
}
.galenical-blog-index.blog-area.galenical-blog-area,
.galenical-blog-area.galenical-blog-archive {
    padding: 100px 0 90px;
}

.galenical-blog-index.blog-area.galenical-blog-area {
    padding: 100px 0 100px;
}
/* BLOG THUMB CSS */

.galenical-blog-thumb {
    overflow: hidden;
}
.galenical-blog-thumb a {
    position: relative;
}
.galenical-blog-thumb a {
    display: block;
}
.galenical-blog-thumb a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.galenical-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}
/* BLOG TITLE AND CONTENT CSS */

.blog-inner {} .blog-content {} .blog-content h2 {
    color: #333;
    margin: 0 0 18px;
}
.blog-content h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-content h2 a:hover {
    color: #04b6ba;
}
.blog-content p {}
/* BLOG POST META CSS */

.galenical-blog-meta {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.galenical-blog-meta:after {
    display: block;
    clear: both;
    content: "";
}
.galenical-blog-meta a {}
/* BLOG POST META LEFT CSS */
/* left style 1 */

.galenical-blog-meta-left {
padding: 0px 0px 16px;
position: relative;
}

.galenical-blog-meta-left::before {
	position: absolute;
	content: "";
	left: -10px;
	bottom: 0px;
	width: 106%;
	height: 1px;
	background: #DDD none repeat scroll 0% 0%;
}
.galenical-blog-meta-left::after {
position: absolute;
content: "+";
bottom: -18px;
color: #333;
margin: 0px auto;
left: 50%;
font-weight: 700;
font-size: 24px;
}



.galenical-blog-meta-left a,
.galenical-blog-meta-left span {
    color: #666;
    font-size: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.galenical-blog-meta-left a:hover,
.galenical-blog-meta-left span:hover {
    color: #04b6ba;
}
.galenical-blog-meta-left i {
    color: #04b6ba;
    margin-right: 5px;
}
/* BLOG POST META RIGHT CSS */

.galenical-blog-meta-right {
    float: right;
    padding: 0px 0;
}
.galenical-blog-meta-right a,
.galenical-blog-meta-right span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.galenical-blog-meta-right i {
    margin-right: 5px;
}
/* blog readmore */

.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
    border-color: #04b6ba;
    background: #04b6ba;
    color: #fff;
}
/* blog hover */

.galenical-single-blog:hover .galenical-blog-thumb a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galenical-single-blog:hover .galenical-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*========================
EMD galenical BLOG AREA CSS
=========================*/
/*========================
galenical BLOG DETAILS AREA CSS
=========================*/

.galenical-single-blog-details {} .galenical-single-blog--thumb {} .galenical-single-blog--thumb a {} .galenical-single-blog--thumb img {} .galenical-single-blog--thumb {
    padding-bottom: 20px;
}
.galenical-single-blog-title h2 {
    font-size: 23px;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}
.galenical-single-blog-details .galenical-blog-meta {
    padding: 0px;
    margin: 0px;
}
.galenical-single-blog-details .galenical-blog-meta-right,
.galenical-single-blog-details .galenical-blog-meta-left {
    padding: 0px 0 10px 0;
}
.galenical-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.galenical-single-icon-inner {
    text-align: center;
}
.galenical-single-icon-inner a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #04b6ba;
    border-radius: 50%;
    color: #04b6ba;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.galenical-single-icon-inner a:hover {
    background: #04b6ba;
    border-color: #04b6ba;
    color: #fff;
}
.galenical-single-icon-inner a i {} .single-blog-content ul {
    padding-bottom: 10px;
}
/*========================
galenical COMMENT AREA CSS
=========================*/
/* POST REPLY CSS */

.post_comment {
    border: 1px solid #f1f1f1;
    margin: 20px 0;
    padding: 0 15px;
    word-break: break-all;	
}
.comment_inner {} .commment_title {} .commment_title h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.commment_title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 40px;
    height: 2px;
    background: #04b6ba;
}
.commment_title p {} .post_replay {} .post_replay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb {} .post_reply_thumb img {
    border-radius: 50%;
}
.post_replay {
    margin-top: 25px;
}
.post_reply {
    padding-left: 15px;
    width: 100%;
}
.post_reply div.st {
    font-size: 18px;
    font-weight: 400;
}
.post_reply div.st a {
    color: #333;
}
.reply_date {
    overflow: hidden;
    margin-bottom: 5px;
}
.reply_date span.span_left {
    float: left;
    font-size: 13px;
}
.reply_date span.span_right {
    float: right;
    color: #5986f2;
    font-size: 12px;
    font-weight: 400;
}
.post_reply p {} .comments-area .children {
    margin-left: 30px;
}
.post_comment .post_comment {
    margin-left: 15px;
}
/* COMMENT FORM CSS */

.comment_field {} .comment_field .input-field {
    width: 33.33%;
    float: left;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .textarea-field label {
    margin-top: 30px;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 42px;
    font-size: 12px;
}
.comment_field .input-field input[type="text"] {} .comment_field .input-field input[type="email"] {} .comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}
.galenical_btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #444;
    margin-top: 30px;
    padding: 8px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.galenical_btn:hover {
    border-color: #04b6ba;
    background: #04b6ba;
    color: #fff;
}
.em-theme-main-page .commment_title h3 {
    margin-top: 0px;
}
.em-theme-main-page .empgc {
    margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
    margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
    margin-bottom: 35px;
}
.logged-in-as {
    margin-bottom: 0;
    margin-top: 30px;
}
.logged-in-as a {
    color: #333;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
}
/*========================
 galenical unittest
=========================*/

.blog-page-title h2 {
margin-bottom: 8px;
}
.blog-page-title a {
color: #333;
display: block;
font-size: 23px;
margin-bottom: 13px;
text-transform: capitalize;
transition: all 0.5s ease 0s;
font-weight: 500;
margin-top: 21px;
}
.blog-page-title h2 a:hover {
    color: #04b6ba;
}
.em-blog-content-area {
padding: 14px 15px 15px;
text-align:left;
}
.single-blog-content iframe {
    margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
    color: #303030;
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
    font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
    font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
    font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
    font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
    font-size: 17px;
}
/* single blog */

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}
.single-blog-content h2 {
    font-size: 26px;
}
.single-blog-content h3 {
    font-size: 22px;
}
.single-blog-content h4 {
    font-size: 20px;
}
.single-blog-content h5 {
    font-size: 18px;
}
.single-blog-content h6 {
    font-size: 17px;
}
/*========================
 galenical PAGINATION AREA CSS
=========================*/

.paginations {
    text-align: center;
    margin-top: 20px;
}
.paginations a,
.page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}
.page-numbers li {
    display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #04b6ba;
    border-color: #04b6ba;
    color: #fff;
}
/*========================
 END galenical PAGINATION AREA CSS
=========================*/

.kc_counter_box i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0;
}
/*========================
 galenical BREADCRUMB AREA CSS
=========================*/

.breadcumb-blog-area {
    padding: 100px 0 100px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
    color: #464646;
}
.breadcumb-area {
    padding: 100px 0 100px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
}
.breadcumb-inner ul {} .breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #464646;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #04b6ba;
}
.breadcumb-inner li a {
    color: #464646;
}
.brpt h2 {
    font-size: 22px;
}
.lcase {
    text-transform: lowercase;
}
.ucase {
    text-transform: uppercase;
}
.ccase {
    text-transform: capitalize;
}
/*========================
 END galenical BREADCRUMB AREA CSS
=========================*/
/*========================
 galenical 404 AREA CSS
=========================*/

.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 16px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    color: #04b6ba;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}
/* search error */
.galenical-search-page{
	background:#fff;
}
.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}
.search-error > h3 {
    display: block;
    font-size: 30px;
    color: #333;
}
.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}
/*========================
 END galenical 404 AREA CSS
=========================*/
/*footer top area css*/

.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {} .heading {} .heading h3,
.field {
    overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.text_area {} .text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 199px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #04b6ba;
    border: 1px solid #04b6ba;
}
.buttons {
    margin-top: 0;
}
.buttons submit {} .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sbuton:hover {
    background: #04b6ba none repeat scroll 0 0;
    border-color: #04b6ba);
    color: #fff;
}


/* 2 */

.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
    border: 1px dotted #ffab31;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 98%;
    background: transparent;
}
.home-2 .text_area textarea {
    border: 1px dotted #ffab31;
    background: transparent;
    color: #fff;
    height: 160px;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #fff;
    color: #fff;
}
.home-2 .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px dotted #ffab31;
    color: #fff;
    padding: 12px 40px;
}
.home-2 .sbuton:hover {
    background: #ffab31;
}
/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #04b6ba;
    color: #04b6ba;
}
.home-3 .sbuton:hover {
    background: #04b6ba none repeat scroll 0 0;
    color: #fff;
}
/*========================
galenical FOOTER TOP AREA CSS
=========================*/

.top-address-area {
    background: #111111;
    padding: 90px 0px 85px;
    text-align: center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content {
    padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 700;
    font-size: 26px;
}
.footer-top-address h2 span {
    color: #04b6ba;
    font-weight: 700;
}
/*========================
galenical FOOTER TOP AREA CSS
=========================*/

.footer-top {
    background: #1b1919 none repeat scroll 0 0;
    padding: 100px 0;
}
.footer-top-inner h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-top-inner h2 span {
    color: #04b6ba;
    font-weight: 600;
}
.footer-top-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}
.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a i {
    background-color: #04b6ba;
    border-radius: 50px;
    color: #04b6ba;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social-icon a i:hover {
    background-color: #04b6ba;
    color: #fff;
}
.footer-social-icon.htop-menu-s {
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    width: 35px;
    color: #333;
}
.footer-top-inner .text-center {
    margin-bottom: 11px;
    text-align: center;
}
/*========================
END FOOTER TOP AREA CSS
=========================*/
/*========================
galenical FOOTER MIDDLE AREA CSS
=========================*/

.footer-middle {
	padding: 75px 0px 77px;
	position: relative;
}
.footer-middle:before{
content:""; 
position:absolute; 
left:0; 
top:0; 
width:100%; 
height:100%; 
background:rgba(0,0,0,.80);
}
.footer-middle.wpfd {
    padding: 0;
}
.wpfdp {
    padding-top: 65px;
    padding-bottom: 80px;
}
.footer-middle .widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 48px;
    margin-top: 20px;
    position: relative;
}
.footer-middle .widget h2::before {
	background: #04B6BA none repeat scroll 0px 0px;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0px;
	position: absolute;
	width: 70px;
}
.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th {
    color: #fff;
}
.footer-middle #archives-dropdown--1 {
    height: 34px;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .widget h2 {} .footer-middle .widget ul li:before {} .footer-middle .tagcloud a {} .footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 23px;
}
.footer-middle .widget ul li::before {
    color: #04B6BA;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 13px;
    left: 0px;
    position: absolute;
    top: 4px;
}

.footer-middle .widget ul li a {
	font-size: 15px;
 font-weight: 600;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #04b6ba;
}
.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}
.recent-portfolio {
    width: 29.33%;
}
.recent-portfolio-image img {
    width: 100%;
}
/*========================
END FOOTER middle AREA CSS
=========================*/
/*========================
galenical FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
    background: #15161c none repeat scroll 0 0;
    padding: 26px 0 24px;
}
.copy-right-text {} .copy-right-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.footer-menu {} .footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #fff;
    padding: 0 10px;
    display: block;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #04b6ba;
}
.footer-menu ul li:last-child a {
    padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}
.footer-menu ul ul {
    display: none;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/
/*========================
EM40 SCROLL TOP CSS
=========================*/

#scrollUp {
    background: #04b6ba none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
#scrollUp i {
    color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.copy-right-text a {
    color: #04b6ba;
}
.template-home .vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}














.wpb_gallery.wpb_content_element.vc_clearfix {
    margin-bottom: 0;
}
.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: block;
    margin-top: 10px;
}
.recent-post-text {
    overflow: hidden;
}
.recent-post-text > h4 {
    margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.recent-post-text h4 a:hover {
    color: #04b6ba;
}
.recent-post-text .rcomment {
    color: #333;
    font-size: 14px;
    text-transform: none;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-text h4 a {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
}
.footer-middle .recent-post-text > h4 {
    margin-bottom: 5px;
    font-weight: 500;
}
.footer-middle .recent-post-text > h4 a:hover {
    color: #04b6ba;
}
.footer-middle .recent-post-text .rcomment {
	color: #888;
	font-size: 14px;
	font-weight: 500;
}
.mean-container .mean-bar {
    float: none;
    background: #04b6ba none repeat scroll 0 0;
}
.mean-container .mean-nav ul li li a {
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* kc element */

.template-home-wrapper {
    overflow: hidden;
}
.kc-blog-posts-3 .kc-list-item-3 > a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.section-title.t_center {
    margin: auto;
    text-align: center;
    width: 63%;
}
.section-title.t_left {
    margin: auto auto auto 0;
    width: 63%;
    text-align: left;
}
.section-title.t_right {
    margin: auto 0 auto auto;
    width: 63%;
    text-align: right;
}
.section-title.t_right .em-bar {
    margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
    margin: 0 0 5px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.section-title p {} .em-icon {} .em-icon i {} .em-bar-main {
    margin: 10px 0 13px;
}
.em-bar {
    background: #04b6ba none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}
.em-bar.em-bar-big {
    width: 80px;
}
.em-image {
    margin-bottom: 10px;
}
.em-image img {} .section-title.t_left span {
    color: #04b6ba;
}
/*=====================
golden FEATURE SECTION
=========================*/
.em-feature {
  text-align: left;
  transition: all 0.5s ease 0s;
}

.feature_left_side .em-feature {
	text-align: right;
	transition: all 0.5s ease 0s;
}
.feature_left_side .em_feature-icon {
	float: right;
	margin-left: 20px;
	overflow: hidden;
}


.em_feature-icon{
	font-size: 50px;
	color: #333;
	margin-top: -6px;
}

.em_feature-icon {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.em_content_text {
  overflow: hidden;
  margin-top:5px;
}
.em_content_text h2 {
	margin: 3px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}
.em-feature-title h2{
transition:.3s;
font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.em-feature-title h2:hover{
color:#04b6ba;
}
.em-feature:hover .em_feature-icon
{
color:#04b6ba  ;
}

.feature-btn {
  margin-left: 60px;
  overflow: hidden;
}
.feature-btn > a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 14px;
  text-transform: capitalize;
  transition:.3s;
}
.feature-btn > a:hover{
color:#04b6ba;
}



/*=====================
 END FEATURE STYLE TWO
=========================*/
.em-feature.feature-style-2 .em_feature_thumb{
position:relative;
}
.em-feature.feature-style-2 .em_feature_thumb:before{
position:absolute;
left:0; 
left:0; 
width:100%; 
height:0%;
content:""; 
background:rgba(4, 182, 186,.5);
transition:.3s;

}

.em-feature.feature-style-2:hover .em_feature_thumb:before{
height:100%;
}

.feature-style-2 .feature-btn {
	margin-left: 0px;
	overflow: hidden;
	margin-top: 13px;
}
.feature-style-2 .feature-btn > a {
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-top: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	padding: 8px 38px 8px 21px;
	background: #04B6BA none repeat scroll 0% 0%;
	border-radius: 30px;
	position: relative;
}

.feature-style-2 .feature-btn > a:hover{
background:#33DADE;
} 
.feature-style-2 .feature-btn > a i {
	font-size: 20px;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	right: 19px;
}



.feature-style-2 .em_content_text {
	overflow: hidden;
	margin-top: 22px;
}
.feature-style-2 .em_content_text h2 {
	margin: 3px 0px 15px;
	padding: 0px;
	text-transform: uppercase;
}

/*END FEATURE STYLE TWO*/
.feature_style_3.em-feature {
	text-align: left;
	transition: all 0.5s ease 0s;
	background: #f9f9f9;
	padding: 20px 17px 30px;
	position:relative;
}
.feature_style_3.em-feature:hover{
background:#fff; 
box-shadow:0 0 12px rgba(0,0,0,.15);
} 
.feature_style_3.em-feature:before{
position:absolute; 
left:0; 
bottom:0; 
width:100%; 
height:1px; 
right:0; 
content:""; 
background:#04b6ba; 
transform:scale(0);
	transition: all 0.5s ease 0s;

}
.feature_style_3.em-feature:hover::before{
transform:scale(1);

}












/*=====================
 END galenical About  CSS
=========================*/

.about_us_area .kc_text_block p {
    margin-bottom: 15px;
}
.about_us_area .kc_text_block p a {
    color: #04b6ba;
    text-decoration: underline;
}
.about_us_area .kc-title-wrap h2 {
    font-family: "Roboto Condensed", sans-serif;
}
.about_us_area .progress-item span {
    font-family: "Roboto Condensed", sans-serif;
}
/*=====================
 END galenical Purchase  CSS
=========================*/

.purchase_area .kc_text_block p {
    color: rgba(102, 102, 102, 1);
    font-family: montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
.purchase_area .kc-pro-button > a {
    font-family: montserrat;
    letter-spacing: 2px;
}
/*=====================
 END galenical SERVICE  CSS
=========================*/

.em-service {
	text-align: center;
	transition: all 0.5s ease 0s;
	z-index: 1;
	border: 1px solid rgb(221, 221, 221);
}
.em_single_service_text {
	padding: 20px 6px 40px;
}
.service_top_text {
  display: block;
  overflow: hidden;
}
.em_single_service_text {
}
.em-service-icon {
  color: #04b6ba ;
  font-size: 40px;
  transition: all 0.5s ease 0s;
}
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h2{

color:#04b6ba  ;
}
.em-service-title {
    overflow: hidden;
}
.em-service-title h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.em-service-title h4 {
  color: #04b6ba ;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}

.service-btn {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 100%;
	/* margin-top: 18px; */
}
.service-btn > a {
	border-radius: 30px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	position: relative;
	background: #04b6ba none repeat scroll 0% 0%;
	padding: 9px 35px 9px 30px;
	font-family: "Montserrat",sans-serif;
}
.em-service:hover .service-btn > a{
color:#fff;
background-color:#04b6ba;
}
.service-btn > a i {
  font-size: 18px;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.em-service:hover .service-btn > a i{
opacity:1;
  margin-left: 5px;
}

.service_style-2 .service-btn {
	position: inherit;
	left: 0px;
	bottom: 0px;
	transform: inherit;
	width: 100%;
	margin-top: 17px;
}
.service_style-2 .em_single_service_text {
	padding: 20px 6px 20px;
}



/*========================
EM40 TEAM CSS
=========================*/
.em-team {
	text-align: center;
	transition: all 0.5s ease 0s;
	position: relative;
}
/* team image css */

.em-content-image {
    position: relative;
}
.em-content-image:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 1;
}
.em-team:hover .em-content-image:before {
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-content-waraper {
    padding: 30px 10px 28px;
}
/* team social */

.em-content-socials {
	padding-top: 10px;
}
.em-content-socials a {
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	margin: 0px 8px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.style_default.em-content-waraper {
	left: 0px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 999;
	transition: all 0.5s ease 0s;
	bottom: -32px;
	background: #FFF none repeat scroll 0% 0%;
	right: 0px;
	margin: 0px 20px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}








.style_default .em-content-title h2 {
		transition: all 0.5s ease 0s;
}
.style_default .em-content-subtitle {
	font-size: 14px;
	margin: 3px 0px 0px;
	text-transform: capitalize;
		transition: all 0.5s ease 0s;
		    font-weight: 600;
}
.style_default .em-content-desc {
	padding: 12px 0px 10px;
	display: none;
}
.em-content-socials a:hover {
    color: #04b6ba;
}

.style_default .em-content-socials-inner {
	display: none;
	transition:.5s;
}
.style_default.em-content-waraper {
padding: 18px 10px 15px;
		transition:.5s;
}
.em-team:hover .style_default.em-content-waraper{
background:rgba(4, 182, 186, 0.5); 
bottom: 34%;
box-shadow:0;
}
.em-team .style_default .em-content-socials-inner {
	transition:.5s;
}
.em-team:hover .style_default .em-content-socials-inner {
	display: block;
	transition:.5s;
}


.em-team:hover .style_default .em-content-title h2,
.em-team:hover .style_default .em-content-subtitle{
color:#fff;
}






/* team content */
.em-content-title h2 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.em-content-subtitle {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
}
/* team button */


.em-content-button a {
	display: inline-block;
	transition: all 0.5s ease 0s;
	font-size: 15px;
	color: #fff;
}


/* Team Style-2*/

.team-style-2 .em-content-socials-inner {
	display: block;
	transition: all 0.5s ease 0s;
}
.team-style-2 .em-content-socials a {
	color: #444;
	display: inline-block;
	font-size: 20px;
	margin: 0px 6px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.team-style-2 .em-content-waraper {
	left: 0px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 9999;
	transition: all 0.5s ease 0s;
	bottom: 34%;
	right: 0px;
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	padding: 23px 10px 20px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	opacity:0;
}
.em-team:hover .team-style-2 .em-content-waraper {
	background: rgba(255,255,255,.9);
	bottom: 34%;
	opacity:1;
}
.team-style-2 .em-content-image::before {
display:none;
}

.em-team:hover .team-style-2 .em-content-title h2,
.em-team:hover .team-style-2 .em-content-subtitle{
color:#333;
}
.team-style-2 .em-content-title h2 {
	font-size: 18px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
}
.team-style-2 .em-content-socials a:hover {
	color: #04b6ba;
}









/* Team Style 3*/

.team-style-3 .em-content-socials a {
	color: #666;
	display: inline-block;
	font-size: 20px;
	margin: 0px 8px;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
}
.team-style-3 .em-content-waraper {
	padding: 30px 10px 28px;
	border-bottom: 1px solid #04b6ba;
	transition:.3s;
}
.team-style-3 .em-content-socials a:hover{
color:#04b6ba;

}
.team-style-3 .em-content-desc {
	margin-top: 10px;
	margin-bottom: 0;
}
.em-team:hover .team-style-3 .em-content-waraper {
	background: #04b6ba;
}
.team-style-3 .em-content-subtitle {
	font-size: 14px;
	margin: 5px 0px 0px;
	text-transform: capitalize;
}

.em-team:hover .team-style-3 .em-content-title h2,
.em-team:hover .team-style-3 .em-content-subtitle,
.em-team:hover .team-style-3 .em-content-desc,
.em-team:hover .team-style-3 .em-content-socials a{
color:#fff;
}



/*========================
EM40 CONTACT FORM 7
=========================*/

.form-area {} .form-controls {} .form-address-item {
    float: left;
    text-align: center;
    width: 33.33%;
}
.form-address-icon i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 19px;
    padding-top: 0;
}
.form-address-text > p {
    color: #fff;
    line-height: 1;
}
.form-title {
    text-align: center;
}
.form-title > h2 {
    color: #fff;
    display: inline-block;
    padding: 36px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.form_inner {} .heading {} .heading h3,
.field {
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 25px;
    outline: medium none;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.text_area {} .text_area textarea {
    border: 1px solid #ccc;
    /*border-radius: 6px;*/
    
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    height: 218px;
    margin-bottom: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 99%;
}
.contact-1 .text_area textarea {
    height: 123px;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #04b6ba;
    border: 1px solid #04b6ba;
}
.buttons {
    text-align: center;
}
.sbuton {
    background: #04b6ba none repeat scroll 0 0;
    border: 1px solid #04b6ba;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-2 .sbuton {
    width: 100%;
    border-color: #ccc;
    border-radius: 6px;
    color: #171313;
}
.sbuton:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #04b6ba;
    color: #04b6ba;
}

/* 2 */

.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99%;
}
.home-2 .text_area textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
    height: 150px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #04b6ba;
    color: #04b6ba;
}
.home-2 .sbuton {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: block;
    letter-spacing: 2px;
    padding: 11px 51px;
    width: 100%;
}
.home-2 .sbuton:hover {
    background: #04b6ba none repeat scroll 0 0;
    color: #fff;
}
.home-2 .sbuton:hover {
    background: #1DE1E6 none repeat scroll 0 0;
    color: #fff;
}

.appoinment-form .field.topfield .form-field {
	float: left;
	width: 33%;
}
.appoinment-form .form-field input {
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	margin-bottom: 40px;
	outline: medium none;
	padding-left: 10px;
	transition: all 0.5s ease 0s;
	width: 96%;
	border-bottom: 1px solid #ddd;
	background:transparent;
}







/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #04b6ba;
    color: #04b6ba;
}
.home-3 .sbuton:hover {
    background: #fff none repeat scroll 0 0;
    color: #04b6ba;
}
/*=====================
mettle PORTFOLIO AREA CSS
=========================*/

.portfolio_nav {
    padding: 0px 0 40px;
}
.portfolio_nav ul {} 
.portfolio_nav ul {
	margin: 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding:0;
}
.portfolio_nav ul li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0px 30px 10px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
		padding: 14px 0 7px;
font-family: 'Open Sans', sans-serif;
}
.portfolio_nav ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #04b6ba;
	content: "";
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.portfolio_nav ul li::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #04b6ba;
	top: 1px;
	content: "";
	height: 0px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	width: 0px;
	opacity: 0;
	transition: all 0.5s ease 0s;
}


.portfolio_nav ul li:hover:before,
.portfolio_nav ul li:hover:after,
.portfolio_nav ul li.current_menu_item:before,
.portfolio_nav ul li.current_menu_item:after {
opacity:1; 
}
.portfolio_nav ul li:hover{
color:#04b6ba;
}


.prot_wrap {
    overflow: hidden;
}
/* single gallery css */

.single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prot_content {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 4, 0.5) none repeat scroll 0 0;
    z-index: 9;
}

.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {} .gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.gallery_load_button a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* portfolio icon css */

.picon {} .picon a {
    background: #04b6ba none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
}
.picon a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
/* single portfolio */

.pimgs {
    margin-bottom: 15px;
}
.pimgs img {} .prots-contentg p {} .prots-contentg ul {
    margin-left: 40px;
}
/*style 1 */
.pstyle_1 .porttitle_inner {
	display: none;
}
.pstyle_1 .picon a {
	background: transparent;
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin: 0px 3px 11px;
	width: 50px;
}
.pstyle_1 .prot_content {
    background:rgba(4, 182, 186, 0.6);
}






.pstyle2 .prot_content {
    background:rgba(4, 182, 186, 0.6);
}
.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    opacity: 1;
}



/*  */

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.porttitle_inner4 h3 a {
    text-transform: uppercase;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}
.porttitle_inner4 p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}
.porttitle_inner4 p span {
    display: inline-block;
    padding-top: 5px;
}
/*=====================
galenical FUN FACT AREA CSS
=========================*/

.single_counter_inner {
	border: 2px solid #FFF;
	border-radius: 100%;
	text-align: center;
	transition: all 0.5s ease 0s;
	height: 270px;
	width: 270px;
	position: relative;
	margin: auto;
}
.single_counter_inner:hover {
	background: #fff;
	border-color: #fff;
	border: 20px solid #04b6ba;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.single_counter_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);

}

.counter_icon i {
	color: #FFF;
	font-size: 50px;
	text-align: center;
	transition: all 1s ease 0s;
	margin: 0px;
	display: block;
}
.countr_text > h1 {
	color: #FFF;
	display: inline-block;
	font-size: 45px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
}
.countr_text > h3 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
	transition: all 0.5s ease 0s;
}
.counter_title {
	padding: 0;
}
.counter_title h4 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	margin: 1px 0 8px;
    transition: all 0.5s ease 0s;
	font-weight: 600;
}

.single_counter:hover .counter_title h4,
.single_counter:hover .countr_text > h3,
.single_counter:hover .countr_text > h1,
.single_counter:hover .counter_icon i{
	  color:#04b6ba;
}




.counter_style-2 .single_counter_inner:hover {
	border:0;
	box-shadow:none; 
	background:#04b6ba;
	transition:.5s;
}

.counter_style-2 .single_counter_inner{
position:relative;
transition:.5s;
z-index:1;
}
.counter_style-2 .single_counter_inner::before {
	position: absolute;
	left: 13px;
	top: 13px;
	width: 90%;
	height: 90%;
	border: 2px dashed #FFF !important;
	border-radius: 100%;
	content: "";
	background: transparent none repeat scroll 0% 0%;
	right: 0px;
	bottom: 0px;
	opacity:0; 
	transition:.5s;
	z-index:-1;
}
.counter_style-2 .single_counter_inner:hover:before {
	opacity:1; 
}
.counter_style-2 .single_counter:hover .counter_title h4,
.counter_style-2 .single_counter:hover .countr_text > h3,
.counter_style-2 .single_counter:hover .countr_text > h1,
.counter_style-2 .single_counter:hover .counter_icon i{
	  color:#fff;
}

/*=====================
galenical TESTIMONIAL AREA CSS
=========================*/

.em_single_testimonial {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.em_test_thumb {
	padding-bottom: 11px;
	margin-top: 42px;
}
.em_test_thumb img {
	border-radius: 100%;
}
.em_testi_title h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 0px;
	transition:.3s;
}
.em_testi_title h2 sup {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}
.em_testi_title span {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 5px;
	    display: block;
}
.em_testi_text {
	font-size: 14px;
	padding: 0px 10px;
}
.em_testi_text.texti_style2{
    color: #333;
    font-style: italic;
    margin: auto;
    width: 100%;
}
.em_testi_degi {
  line-height: 1;
  margin-top: -4px;
}
.em_testi_content {
    padding: 29px 0px 31px;
    text-align: center;
    position: relative;
    transition: .3s;
    background: #f9f9f9;
}
.em_single_testimonial:hover .em_testi_content{
	background:#04b6ba;
}
.em_testi_text{
transition:.3s;
}
.em_single_testimonial:hover .em_testi_text{
	color:#fff;
}

.em_testi_content::after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -20px;
	content: "";
	height: 0px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	width: 0px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	border-top: 20px solid #f9f9f9;
}
.em_single_testimonial:hover .em_testi_content:after{
	border-top: 20px solid #04b6ba;
}


.em_testi_content::before {
	color: #04b6ba;
	content: "";
	font-family: fontawesome;
	font-size: 110px;
	left: 50%;
	opacity: 0.08;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.3s ease 0s;
}

.em_single_testimonial:hover .em_testi_content::before {
  color:#fff;
  opacity: 0.15;
}

.em_single_testimonial:hover .em_testi_title h2{
  color:#04b6ba;
}

/*style two */
.default_style .em_testi_content {
	padding: 0;
	text-align: center;
	box-shadow: none;
	position: inherit;
}
.default_style.em_single_testimonial {
	background: #FFF none repeat scroll 0px 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
	padding: 40px 0px 36px;
}
.default_style .em_testi_content::before {
display:none;
}
.default_style .em_testi_content::after {
display:none;
}
.default_style .em_test_thumb {
	padding-bottom: 0;
	margin-top: 0;
}
.default_style .em_testi_title {
	padding: 20px 0 7px;
}
.default_style .em_testi_text {
	font-size: 14px;
	padding: 0px 10px;
	margin-top: 18px;
}
.default_style .em_test_thumb img {
	border-radius: 100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.12);
	border: 5px solid #fff;
}
.default_style.em_single_testimonial:hover .em_testi_content{
	box-shadow: none;
}

/* without carousel */
.curosel-style .owl-nav div {
    background: #f9f9f9;
    border-radius: 50%;
    color: #666;
    font-size: 25px;
    height: 55px;
    left: -60px;
    line-height: 55px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 55px;
    text-align:center;
    z-index: 99;
    transform:translateY(-49%);
	opacity:0;
}
.curosel-style .owl-nav .owl-next {
  left: auto;
  right: -60px;
}

.single_gallery.curosel-style .owl-nav div {
   left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
  right: 30px;
    left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
   left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
  right: 0px;
    left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div{
	opacity:1;
}


.curosel-style .owl-nav .owl-next:hover {
    background: #04b6ba  ;
    color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
    background: #04b6ba  ;
    color: #fff
}

.owl-carousel .owl-item img{
    margin: auto;
}
.curosel-style:hover .owl-nav div{
    opacity:1;
}
.testimonial_list.curosel-style .owl-nav div {
  left: -40px;
}
.testimonial_list.curosel-style .owl-nav .owl-next {
  left: auto;
  right: -40px;
}








/*----------------------
 * SUBSCRIBE AREA CSS
 -----------------------*/

.subscribe_area .kc_text_block p {
    color: #666;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}





/*----------------------
 * SLICK SLIDER  AREA CSS
 -----------------------*/

.em-slick-testi-main {
    text-align: center;
}
/*----------------------
 * SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
	height: 100%;
	opacity: 1;
}
.em-slider-content-nivo {} .em_slider_right {} .em_slider_inner {
    margin: auto;
    /* width: 60%; */
    
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* slider title */

.em-slider-title {
	color: #FFF;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 57px;
	font-weight: 600;
}
.em-slider-sub-title {
	color: #FFF;
	font-size: 57px;
	font-weight: 600;
	margin-bottom: 16px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}
.em-slider-descript {
    color: #fff;
}
.em-slider-descript {
	font-weight: 400;
	margin-bottom: 33px;
	width: 61%;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 0 auto 31px;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}
/* button */

.em-slider-button {}
.em-button-button-area a {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	margin: 0px 4px;
	padding: 8px 25px;
	position: relative;
	text-transform: uppercase;
	border-radius: 30px;
	transition: all 0.5s ease 0s;
	z-index: 1;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
a.em-active-button {
    background: #04b6ba;
    border-color: #04b6ba;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #04b6ba;
    border-color: #04b6ba;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {} .em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {} .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #04b6ba;
    border-color: #04b6ba;
    color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #04b6ba none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*=====================
/*=====================
copax PRICING AREA CSS
=========================*/

.single_pricing {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
}
.single_pricing:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.pricing_head {
    padding: 40px 0 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pricing_icon {
    text-align: center;
}
.pricing_title {
    text-align: center;
}
.pricing_title h2 {
    font-size: 20px;
    color: #fff;
}
.active .pricing_title h3 {} .pricing_title h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.price_item {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.price_item span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slash {
    font-size: 0;
}
.curencyp {
    bottom: 53px;
    font-size: 24px;
    font-weight: 400;
    left: 5px;
    position: absolute;
}
.tk {
    color: #333;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.line_barp {} .monthp {
    display: block;
    position: relative;
}
.bootmp {
    color: #666;
    font-size: 24px;
    font-weight: 300;
}
.pricing_body {} .featur {} .featur ul {
    text-align: center;
}
.featur ul li {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    list-style: none;
}
.featur ul li:last-child {} .order_now {
    background: transparent none repeat scroll 0 0;
    padding: 41px 0 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.order_now a {
    background-color: #04b6ba;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
}
.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3 {
    -webkit-transition: .5s;
    transition: .5s;
}
.active.single_pricing .order_now a {
    background: #04b6ba none repeat scroll 0 0;
    color: #fff;
    border-color: #04b6ba;
}
.order_now a:hover {
    background: #04b6ba none repeat scroll 0 0;
    color: #fff;
    border-color: #04b6ba;
}
.single_pricing:hover .tk {
    color: #04b6ba;
}
/*=====================
END copax PRICING AREA CSS
=========================*/
/* contact from */

div.wpcf7-response-output {
    margin: 0;
}
/* recent post */

.footer-address {
}
.footer-widget.address, .footer-widget.address p {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
}
.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 22px;
}
.footer-sociala-icon {
	clear: both;
	font-size: 20px;
	margin-right: 12px;
	color: #04B6BA;
	margin-bottom: 6px;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-text {
    margin-top: 10px;
    overflow: hidden;
}
.recent-post-text h4 a {
    color: #333;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-item + .recent-post-item {
	margin-top: 5PX;
}
/* mailchim */

.mc4wp-form-fields p {
    position: relative;
    color: #fff;
    margin-top: -5px;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    color: #fff;
}
.mc4wp-form-fields input {
	background: #FFF none repeat scroll 0px 0px;
	border: 1px solid #D8D8D8;
	color: #333;
	font-size: 16px;
	height: 42px;
	padding: 5px 27px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
	border-radius: 30px;
}
.mc4wp-form-fields input:focus {
    border-color: #04b6ba;
    outline: 0 none;
}
.mc4wp-form-fields button {
	background: #04B6BA none repeat scroll 0px 0px;
	border: medium none;
	border-radius: 6px;
	bottom: 0px;
	color: #FFF;
	font-size: 19px;
	height: 100%;
	line-height: 20px;
	margin: 0px;
	position: absolute;
	right: 0%;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	width: 26%;
	border-radius: 0 30px 30px 0;
}
.mc4wp-form-fields button:hover {
    background: #04b6ba;
    color: #fff
}

.footer-middle .widget.widget_mc4wp_form_widget h2 {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 31px;
	margin-top: 40px;
	position: relative;
}
.footer-middle .widget.widget_mc4wp_form_widget h2:before{
display:none;
}

/* .footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
} */

.footer-middle .mc4wp-form-fields input {}
/* .footer-middle .mc4wp-form-fields p:nth-child(3) input {
    margin-top: 20px;
    background: #04b6ba;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
}
 */

.mc4wp-form-fields input[type="submit"] {
    background: #04b6ba;
    width: 30%;
    border: none;
    height: 34px;
    font-size: 16px;
    padding: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
}
.contact-2 .sbuton {
    border-color: #ccc;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
}
.learn_btn {
	border: 0px none;
	border-radius: 100px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	color: rgb(51, 51, 51);
	font-weight: 500;
}
.learn_btn:hover {
    color: #04b6ba;
}
.learn_btn i {
    font-size: 15px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.learn_btn:hover i {
    margin-left: 7px;
}
.learn_more_adn {
	padding-top: 9px;
}
.learn_more {
	padding-top: 0px;
}
/* blog adn */

.blog_nav {
    padding: 0px 0 40px;
}
.blog_nav ul {} .blog_nav ul li {
    display: inline;
}
.blog_nav ul li {
    border: 1px solid #ddd;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 4px 10px;
    padding: 7px 14px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog_nav ul li.current_menu_item {
    color: #fff;
    border-color: #04b6ba;
    background-color: #04b6ba;
}
.blog_nav ul li:hover {
    color: #fff;
    border-color: #04b6ba;
    background-color: #04b6ba;
}
.blog_wrap {} .single_blog_adn {
    text-align: center;
}
/*=====================
galenical adn blog css
=========================*/

.galenical-single-blog_adn {
	background-color: #FFF;
	/* border: 1px solid #DDD; */
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 2px 15px 0px rgba(0,0,0,.10);
}
.galenical-single-blog_adn:hover {
    box-shadow: 0 5px 30px 0px rgba(0,0,0,.10);
}
/* BLOG THUMB CSS */

.galenical-blog-thumb_adn {
    overflow: hidden;
}
.galenical-blog-thumb_adn a {
    position: relative;
}
.galenical-blog-thumb_adn a {
    display: block;
}
.galenical-blog-thumb_adn a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #04b6ba;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.galenical-blog-thumb_adn img {
    display: block;
    -webkit-transition: 6s;
    transition: 6s;
    width: 100%;
}

.galenical-blog-thumb_adn a i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #04B6BA none repeat scroll 0% 0%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 9999;
	border-radius: 50%;
	opacity: 0;
	transition:.5s;
}
.galenical-single-blog_adn:hover .galenical-blog-thumb_adn a i{
opacity:1;
}


/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
    padding: 14px 15px 23px;
}
.blog-inner_adn {} .blog-content_adn {} .blog-content_adn h2 {
    margin: 0 0 18px;
}
.blog-page-title_adn a {
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 13px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    margin-top: 21px;
}
.blog-page-title_adn a:hover {
    color: #04b6ba;
}
.blog-content_adn h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
    color: #04b6ba;
}
.blog-content_adn p {
    margin-bottom: 0;
}
/* BLOG POST META CSS */

.galenical-blog-meta_adn {
    margin-bottom: 0px;
    margin-top: 0;
    width: 100%;
}
.galenical-blog-meta_adn:after {
    display: block;
    clear: both;
    content: "";
}
.galenical-blog-meta_adn a {}

.galenical-blog-meta-left_adn {
	padding: 0px 0px 16px;
	position: relative;
}
.galenical-blog-meta-left_adn::before {
	position: absolute;
	content: "";
	left: -10px;
	bottom: 0px;
	width: 106%;
	height: 1px;
	background: #f1efef none repeat scroll 0% 0%;
}

.galenical-blog-meta-left_adn a,
.galenical-blog-meta-left_adn span {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    margin-right:10px;
    text-transform: uppercase;
}
.galenical-blog-meta-left_adn a,
 .galenical-blog-meta-left_adn span {
	color: #333;
	font-size: 13px;
	margin-right: 5px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	transition: .3s;
}
.galenical-blog-meta-left_adn a:hover,
.galenical-blog-meta-left_adn span:hover {
    color: #04b6ba;
}
.galenical-blog-meta-left_adn i {
	margin-right: 5px;
	color: #333;
}
.blog-page-title_adn > h2 {
    margin-bottom: 8px;
}
/* BLOG POST META RIGHT CSS */

.galenical-blog-meta-right_adn {
    padding: 7px 0;
    text-transform: capitalize;
}
.galenical-blog-meta-right_adn a,
.galenical-blog-meta-right_adn span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.galenical-blog-meta-right_adn i {
    margin-right: 5px;
}
/* blog readmore */

.readmore_adn a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore_adn a:hover {
    border-color: #04b6ba;
    background: #04b6ba;
    color: #fff;
}
/* blog hover */

.galenical-single-blog_adn:hover .galenical-blog-thumb_adn a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galenical-single-blog_adn:hover .galenical-blog-thumb_adn img {
}
.blog_nospace_adn.col-xs-12 {
    padding: 0px;
}
.blog_nospace_adn .galenical-single-blog {
    margin-bottom: 0px;
}
/* responsive 320 start */
/* small mobile :320px. */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .galenical-header-top {
        display: none;
    }
    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 16px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
}
/* responsive 320 end */

.btn {
    background-color: #04b6ba;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}
.btn-lg {
    font-size: 16px;
    padding: 20px 50px;
}
.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}
.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #04b6ba;
    color: #04b6ba;
    padding-bottom: 11px;
    padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
    padding-bottom: 16px;
    padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
    padding-bottom: 8px;
    padding-top: 8px;
}
.btn-icon i {
    font-size: 10px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
    left: 2px;
}
.btn:hover,
.btn:focus {
    background-color: #04b6ba;
    color: #fff;
}
.btn.btn-bordered:hover {
    background-color: #04b6ba;
    color: #fff;
}
.btn:active {
    background-color: #AC2925;
}
.button-group {
    margin-top: 30px;
}
.button-group a {
    margin-right: 25px;
}
.button-group a:last-child {
    margin-right: 0;
}
/*----------------------------------------
7. BANNER SECTION
------------------------------------------*/

.banner-area {
    height: calc(100vh - 100px);
    padding: 0;
    position: relative;
}
.banner-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.banner-content h1 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 600;
}
.banner-content h2 {
	color: #FFF;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.banner-content p {
	margin: 20px auto 16px;
	width: 43%;
	color: #FFF;
}
.banner-area .btn {
    margin-top: 30px;
}
.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.scroll-next > a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}
.scroll-next i {
    color: #04b6ba;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial_list {}

.banner-content .btn-lg {
	font-size: 14px;
	padding: 13px 30px;
	letter-spacing: 0;
	transition:.3s;
}
.banner-content .btn-lg:hover{
background:#05d2d6;
}
.b-batton {
	display: inline-block;
	margin: 0px 8px;
}
.demo-4 .b-batton {
	display: inline-block;
	margin: 0px 8px;
	float: left;
}
.banner-area .btn2 {
	margin-top: 30px;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 30px;
}
.banner-area .btn2:hover{
background:#04b6ba;
border-color:#04b6ba;
}

/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/

.em-slick-slider-new {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    position: relative;
}
.em-slick-slider-new .single-slide {
    height: calc(100vh - 100px);
    position: relative;
}
.em-slick-slider-new .slide-one-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .slide-two-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .slide-three-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .banner-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev, .slick-next {
	background-color: #F9F9F9;
	border-radius: 50px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	height: 42px;
	top: 50%;
	transform: translate(0px, -50%);
	width: 83px;
	z-index: 1;
	transition: all 0.3s ease 0s;
	line-height: 42px;
	border-radius: 30px 0 0 30px;
}
.slick-prev{
border-radius:0 30px 30px 0px;
}
.em-slick-slider-new .slick-next {
	right: 0;
}
.em-slick-slider-new .slick-next {
    right: 0;
}
.slick-prev::before,
 .slick-next::before {
	color: #04b6ba;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	content: "Prev";
	font-weight: 600;
}
.slick-next:before {
    content: "Next";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #04b6ba;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}
.em-slick-slider-new .slick-dots {
    bottom: 35px;
    position: relative;
    text-align: center;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li {
    height: 5px;
    margin: 0 8px;
    width: 20px;
}
.slick-dots li button {
    background-color: #fff;
    border: 0 none;
    height: 10px;
    padding: 0;
    text-indent: -99999px;
    width: 29px;
}
.slick-dots .slick-active button {
    background-color: #04b6ba;
}
.skbrop,
.overlay-dark {
    position: relative;
    z-index: 0;
}
.skbrop:after,
.bnrsk:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bnrsk:after {
    background-color: rgba(0, 0, 0, 0.85);
}
.em_slick_testimonial .slick-dots li button {
    background-color: #333;
}
.em_slick_testimonial .slick-dots .slick-active button {
    background-color: #04b6ba;
}
/* IMAGE SLIDER */

.em-image-sliderslick {} .em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slick-slider-new.em-image-sliderslick .slick-dots {
    bottom: 20px;
    position: relative;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
    background-color: #000;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
    background-color: #04b6ba;
}
/* testimonial slick	 */

..em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
    color: #fff;
    background-color: #fff;
}
.em-slick-testi-wraper .slick-active .em_testi_title_ar {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* project desc */
.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 0;
    text-transform: capitalize;
    list-style: circle;
}
.portfolio-details-box li:last-child {
    border-bottom: 0 none;
}
.portfolio-details-box li span {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    width: 170px;
}
.portfolio-details-box ul {
    margin-bottom: 20px;
}
.portfolio-description {
    margin-top: 50px;
}
.portfolio-description > p {
    font-size: 18px;
}
.projects-navigation-wrap {
    margin-top: 50px;
}
.projects-navigation-wrap a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.portfolio-content.portfolio-details-box {
    padding-top: 0px;
}
.pr-title h2 {
    font-size: 30px;
}
.prot_content.multi_gallery {
    width: 75%;
    margin: auto;
}
.prots-contentg p {
    line-height: 26px;
}

/* kc */

.abtext em {
    color: #444;
    font-weight: 600;
}
.abtext ol {
    padding-left: 15px;
}
.abtext ol li {
    font-weight: 600;
    line-height: 30px;
}
.creative_title {
    letter-spacing: 0;
}
/* call to action */

.em-call-to-action {
    text-align: center;
}
.em-call-to-action-title {}
.em-call-to-action-title h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 17px;
	color: #FFF;
}
.em-call-to-action-title span {} .em-call-to-action-desc {
    color: #fff;
}
.call-to-action-btn {}
.call-to-action-btn a {
	border: medium none;
	display: inline-block;
	font-size: 14px;
	margin-left: 30px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #04B6BA;
	border-radius: 50px;
	color: #FFF;
	margin-top: 46px;
    padding: 8px 28px;
	font-family: "Montserrat",sans-serif;
	transition: all 0.5s ease 0s;
	position: relative;
}
.call-to-action-btn a:hover {
    background: #1DE1E6;
}
.call-to-action-btn a i {
	font-size: 16px;
	padding-left: 9px;
}



.em-call-to-action-desc {
	color: #FFF;
	width: 65%;
	margin: auto;
}
/*========================
galenical Video CSS
=========================*/

.single_choose {
    margin-bottom: 20px;
}
.single-video {
    margin-top: 4px;
    position: relative;
    text-align: center;
}
.single-video img {
    display: block;
    width: 100%;
}
.single-video h3 {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-top: 16px;
	text-transform: uppercase;
}
.video-icon a {
    text-align: center;
    display: inline-block;
}
.video-icon a i {
	color: #FFF;
	border: 4px solid #FFF;
	width: 70px;
	height: 70px;
	line-height: 62px;
	font-size: 35px;
	border-radius: 50%;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 51%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-video::before {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0% !important;
	bottom: 0px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.single-video.video-overlay:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
}

.home-5 .single-video::before {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0% !important;
}





.about_video.single-video::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% !important;
	bottom: 0px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.about_video .video-icon {
	left: 62%;
	position: absolute;
	top: 59%;
	transform: translateX(-50%) translateY(-50%);
}



.em_creative_header12 {
    padding-top: 35px;
    position: relative;
}
.no-logo-sr.em_creative_12 {
    background: #04b6ba;
    box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.17);
    margin: 0 0px;
}
.em_creative_12 .galenical_menu > ul > li > a{
	    margin: 25px 15px;
		transition:.3s;
}
.em_creative_12 .galenical_menu > ul > li > a:hover{
	    color:#3cdce0;
}
.em_creative_12 .galenical_menu  .sub-menu ul li a{
	    color:#fff;
		font-weight:500;
}
.em_creative_12 .galenical_menu  .sub-menu ul li:hover{
	    background:#186365;
}

.no-logo-sr.em_creative_12 .galenical_menu ul {
    text-align: left;
}

.em_creative_header12 .galenical_nav_area.prefix,
.em_creative_header12 .hbg2{
	 background-color: transparent !important;
}



/*creative Header New Css */
.creative_header_button {
	padding-left: 0;
	position: relative;
	margin-top: 5px;
	right: 0;
	text-align: right;
}
.creative_logo_thumb {
	z-index: 9;
	text-align: left;
}
.creative_header_address .single_header_address {
	position: relative;
	padding-left: 0;
}
.creative_header_address_text > p {
	margin: 0;
	overflow: hidden;
}
.creative_header_icon {
	float: left;
	margin-right: 7px;
	overflow: hidden;
}
.creative_header_address .single_header_address::before {
	content: "";
	position: absolute;
	background: #ddd;
	width: 1px;
	height: 75px;
	top: -21px;
	left: -13px;
	z-index: 9999999;
	overflow: visible;
}
.single_header_address.first::before{
opacity:0;
}

.em_tab_pils.nav-pills > li > a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 58px;
	width: 210px;
	height: 130px;
	text-align: center;
	line-height: 130px;
	font-weight: 700;
	color: #fff;
	margin-right: 15px;
}

.em_tab_pils.nav>li>a:hover{

    background-color: #f00;
}

.em_tab_pils.nav-pills > li.active > a::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	z-index: 99999;
	border-width: 10px;
	border-style: solid;
	transform: translateX(-50%);
	border-color: #04b6ba transparent transparent transparent;
}
.tab-pane .col-md-6{
margin-left:0;
padding-left:0;
}
.tab_pan_content {
	padding-left: 15px;
}
.tab_pan_content h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.tab_pan_content h3 {
	font-size:18px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 11px;
	/* overflow: hidden; */
}
.tab_pan_content li {
	text-decoration: none;
	list-style: none;
	display: inline-block;
	margin-bottom: 15px;
}
.tab_pan_content li i {
	font-size: 19px;
	margin-right: 10px;
}
.tab_pan_content li  p{
	overflow: hidden;
	margin-left: 33px;
}
.em_post_tab_thumb img{
width:100%;
}


/* Em Slider Video Icon */
.slider-video-icon {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translateY(-50%) translateX(-50%);
	z-index:9999;
}   
.slider-video-icon a i {
	font-size: 40px;
	color: #fff;
	width: 90px;
	height: 90px;
	line-height: 86px;
	background: #04b6ba;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #04b6ba;
	opacity: .3;
}

/* Opening Hours */
.openings_hours {
	 box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
	padding: 19px 20px 28px;
}
.opening_hour_style2 .openings_hours {
box-shadow:none;
}
.opening_hour_style2 .openings_hours {
	 box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
}
.openings_hours h2 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 10px;
}
.opening_hour_style2 .openings_hours h2 {
	text-align: center;
}
.openings_hours ul{}
.openings_hours ul li {
	list-style: none;
	border-bottom: 1px dashed #333;
}
.openings_hours ul li a {
	padding: 9px 0px 12px;
	margin: 0;
	display: block;
	transition:.3s;
}
.opening_hour_style2 .openings_hours ul li a {
    padding: 10px 0px 13px;
}

.openings_hours ul li a:hover{
color:#04b6ba;
}
.openings_hours ul li a span {
	float: right;
}



::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #666;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #666;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #666;
    font-size: 16px;
}
.home-2::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.home-2::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.home-2:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.home-2:-moz-placeholder {
    /* Firefox 18- */
    
    color: #666;
    font-size: 14px;
    font-weight: 400;
}


.form-field input::-moz-placeholder {
    margin-left: 10px;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
}

.appoinment-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.appoinment-form::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.appoinment-form:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.appoinment-form::-moz-placeholder {
    /* Firefox 18- */
    
    color: #000;
    font-size: 14px;
    font-weight: 400;
}


.nologo_s_fa input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.nologo_s_fa input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.nologo_s_fa input::-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


/* unit text */
.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}


.blog-left-side .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}
.footer-middle .widget.widget_archive .widget-title {
    margin-bottom: 34px !important;
    margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
    margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
    margin-bottom: 20px !important;
}
.footer-middle .widget.widget_nav_menu .widget-title {
    /* margin-bottom: 25px !important; */
}
table#wp-calendar td#today a{
    color: #fff;
}
.blog-left-side .widget h2 {
    margin-top: 0;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
    width: 100%;
}
.widget.widget_categories select{
    width: 100%;
    height: 34px;
}
.widget .screen-reader-text {
    display: none;
}
.search input {
    width: 100%;
}	
	
.textwidget select {
    width: 100%;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}	
	
.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog-content {
    word-break: break-word;
}
.post-password-form input[type=submit] {
    background: #04b6ba;
}	
.page-list-single {
    clear: both;
}
.single-blog-content p {
    margin-bottom: 19px;
}

.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
    color: #04b6ba !important;
}
.galenical-single-blog-details .galenical-blog-meta-left::before,
.galenical-single-blog-details .galenical-blog-meta-left::after
{
	display:none;
}

.prefix .no-logo-sr .creative_search_icon{
	display:none;
}


























