/*
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{
	width:100%;
}

img {
    max-width: 100%;
    height: auto;
}


/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    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;
    -o-transition: all 0.2s ease-in-out;
    -moz-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;
    -o-transition: all 0.2s ease-in-out;
    -moz-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;
    -o-transition: .5s;
    -moz-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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    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;
    -o-transition: .5s;
    -moz-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;
    -o-transition: 1s;
    -moz-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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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);
    -moz-transform: rotate(-121deg);
    -ms-transform: rotate(-121deg);
    -o-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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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;
    -o-transition: all 0.3s ease 0s;
    -moz-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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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: 6px;
    left: 110px;
    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;
    -o-transition: .5s;
    -moz-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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -o-transition: .5s;
    -moz-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;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
}

.galenical_nav_area.postfix {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-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;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-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;
    -o-transition: .1s;
    -moz-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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    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);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-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;
    -o-transition: -o-transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out, -moz-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-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: 10px 0 10px;
}

.single-post .galenical-blog-area {
    padding: 55px 0 90px;
}

.galenical-single-blog {
    background-color: #FFF;
    margin-bottom: 30px;
    height: 450px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.galenical-single-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 0px;
}
.galenical-single-blog-header {
    background-color: #FFF;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.galenical-single-blog-news {
    background-color: #FFF;
    margin-bottom: 30px;
    height: 525px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    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: 10px 0 90px;
}
.galenical-blog-index.blog-area.galenical-blog-area {
    padding: 10px 0 100px;
}

/* BLOG THUMB CSS */
.galenical-blog-thumb {
    overflow: hidden;
    margin: 10px 15px 0;
}
.galenical-blog-thumb a {
    position: relative;
}
.galenical-blog-thumb a {
    display: block;
    height:330px;
    /*	обрезка */
}
.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;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.galenical-blog-thumb img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    max-height: 300px;
	margin: auto;
}
.galenical-blog-thumb1 img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    max-height: 300px;
}

.galenical-blog-thumb-akcii img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    max-height: 430px;
	margin: auto;
}


/* 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;
    -o-transition: all 0.3s ease 0s;
    -moz-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);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-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 {
    max-height: 500px;
}
.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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 12px;
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
    -o-transition: all 0.5s ease 0s;
    -moz-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: 17px;
    margin-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
}
.breadcumb-inner{
  color: #fff;
}
.breadcumb-inner a{
  color: #04b6ba;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.breadcumb-inner a:hover{
  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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
    color: #464646;
}
.breadcumb-area {
    padding: 100px 0 25px;
    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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    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: 18px;
}
.not-found-inner h2 {
    color: #04b6ba;
    display: block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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;
    -o-transition: .5s;
    -moz-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;
    -o-transition: .5s;
    -moz-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;
    -o-transition: all 1s ease 0s;
    -moz-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: 20px;
    margin-right: 14px;
    margin-bottom: 7px;
    font-size: 16px;
}
.top_address_content a i,
.top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h1,
.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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    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;
    -o-transition: .3s;
    -moz-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;
    -o-transition: .5s;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    -webkit-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;
	background: linear-gradient(180deg, #575757 0%, #000000 100%);
}
.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;
    -o-transition: all 0.3s ease 0s;
    -moz-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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.feature_left_side .em-feature {
    text-align: right;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 8px 38px 8px 21px;
    background: #04B6BA none repeat scroll 0% 0%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #f9f9f9;
    padding: 20px 17px 30px;
    position: relative;
}
.feature_style_3.em-feature:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.feature_style_3.em-feature:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    /* margin-top: 18px; */
}
.service-btn>a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    bottom: -32px;
    background: #FFF none repeat scroll 0% 0%;
    right: 0px;
    margin: 0px 20px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.style_default .em-content-title h2 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.style_default .em-content-subtitle {
    font-size: 14px;
    margin: 3px 0px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.style_default.em-content-waraper {
    padding: 18px 10px 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.em-team:hover .style_default.em-content-waraper {
    background: rgba(4, 182, 186, 0.5);
    bottom: 34%;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.em-team .style_default .em-content-socials-inner {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.em-team:hover .style_default .em-content-socials-inner {
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    color: #fff;
}

/* Team Style-2*/
.team-style-2 .em-content-socials-inner {
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    bottom: 34%;
    right: 0px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}
.team-style-3 .em-content-waraper {
    padding: 30px 10px 28px;
    border-bottom: 1px solid #04b6ba;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-2 .sbuton {
    width: 100%;
    border-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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: #000;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-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: #000;
    height: 150px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-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);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-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;
    -o-transition: .5s;
    -moz-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%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    -moz-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);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-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;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -moz-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 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.single_counter_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.counter_icon i {
    color: #FFF;
    font-size: 50px;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin: 0px;
    display: block;
}
.countr_text>h1 {
    color: #FFF;
    display: inline-block;
    font-size: 45px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.countr_text>h3 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #04b6ba;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.counter_style-2 .single_counter_inner {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    background: transparent none repeat scroll 0% 0%;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.em_test_thumb {
    padding-bottom: 11px;
    margin-top: 42px;
}
.em_test_thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.em_testi_title h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: #f9f9f9;
}
.em_single_testimonial:hover .em_testi_content {
    background: #04b6ba;
}
.em_testi_text {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    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 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    border: 5px solid #fff;
}
.default_style.em_single_testimonial:hover .em_testi_content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* without carousel */
.curosel-style .owl-nav div {
    background: #f9f9f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #666;
    font-size: 25px;
    height: 55px;
    left: -60px;
    line-height: 55px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 55px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -o-transform: translateY(-49%);
    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;
}

.slick-prev::before,.owl-prev::before {
    content: '<';
}
.slick-next::before,.owl-next::before {
    content: '>';
}
.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;
    max-height: 800px;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
.nivo-box {
    z-index: 0;
    display: none;
}
.nivo-slice {
    opacity: 0!important;
    /* z-index:0;
    display: none;*/
}
img.nivo-main-image {
    opacity: 1;
}
.nivoSlider {
    margin-top: -60px;
    /* background: url(/wp-content/uploads/2019/12/124-1.png) no-repeat center;*/
}
.em-slider-content-nivo {}
.em_slider_right {}
.em_slider_inner {
    margin: 0;
    width: 550px;
    height: 250px;
    margin-left: 55px;
    padding-right: 0;
    z-index: 15;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2019/12/51.idloa_.png) no-repeat;
}
.nivoSlider img {
    z-index: 1;
    -moz-animation-name: slideLeft;
    -o-animation-name: slideLeft;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}
@-moz-keyframes slideRight {
    0% {
        -moz-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    100% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-o-keyframes slideRight {
    0% {
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    100% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes slideLeft {
    0% {
        -moz-transform: translateX(150%);
        transform: translateX(150%);
        visibility: hidden;
    }

    100% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}
@-o-keyframes slideLeft {
    0% {
        -o-transform: translateX(150%);
        transform: translateX(150%);
        visibility: hidden;
    }

    100% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}
@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateX(0%);
        visibility: visible;
    }
}

/* slider title */
.em-slider-title {
    color: #fff;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 15px;
    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: 50%;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 0 auto 20px;
    text-align: center;
    line-height: 20px;
}
.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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 12;
    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: #50a89c;
    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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.single_pricing:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.pricing_head {
    padding: 40px 0 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.order_now a {
    background-color: #04b6ba;
    border: 0 none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    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;
    -o-transition: .5s;
    -moz-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-address a {
    color: #fff;
}
.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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 26%;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
}
.learn_btn {
    border: 0px none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* display: inline-block;*/

    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.learn_btn:hover {
    color: #3cdce0;
}
.learn_btn i {
    font-size: 15px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-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;
}

/*mp_1032319*/
.learn_more {
    width: 121px;
    background: #04b6ba;
    font-size: 17px;
    padding: 8px 21px;
    color: #fff;
    text-align: center;
    float: left;
}

/* 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;
    -o-transition: all 0.5s ease 0s;
    -moz-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;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, .10);
    box-shadow: 0 2px 15px 0px rgba(0, 0, 0, .10);
}
.galenical-single-blog_adn:hover {
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, .10);
    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;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.galenical-blog-thumb_adn img {
    display: block;
    -webkit-transition: 6s;
    -o-transition: 6s;
    -moz-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%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    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;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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%;
    display: none;
}
.galenical-blog-meta_adn:after {
    display: hide;
    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 {
    display: hide;
    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;
    -o-transition: .3s;
    -moz-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;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-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: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    height: 42px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 83px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 42px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.slick-prev {
    -webkit-border-radius: 0 30px 30px 0px;
    -moz-border-radius: 0 30px 30px 0px;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    margin-top: 46px;
    padding: 8px 28px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 51%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-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%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.em_creative_header12 {
    padding-top: 35px;
    position: relative;
}
.no-logo-sr.em_creative_12 {
    background: #04b6ba;
    -webkit-box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.17);
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
}

/*homepage slider*/
#home-slider {
    margin-top: 37px;
    margin-bottom: 60px;
}
.slider-item {
    position: relative;
}
.slider-item .slider-img {
    width: 100%;
    height: 450px;
}
.slider-item .slider-content {
    position: absolute;
    top: 50px;
}
.slider-item .slider-content .caption {
    background: url(/wp-content/themes/galenical/img/caption-bg.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 40px 40px 40px 100px;
    color: #fff;
    position: relative;
    left: -150%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0;
}
.slider-item .slider-content img {
    max-height: 300px;
    margin: auto;
    width: auto;
    display: block;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    right: -150%;
    opacity: 0;
}
.slider-item .slider-content .caption .ttl {
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 36px;
    top: -200px;
    opacity: 0;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.slider-item .slider-content .caption .desc {
    padding-left: 30px;
    right: -1000px;
    opacity: 0;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.slider-item .slider-content .caption .button-group {
    padding-left: 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    bottom: -200px;
    opacity: 0;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.slider-item .slider-content .caption .button-group a {
    color: #fff;
}
.slick-next {
    right: 0;
}
.slick-prev::before {
    content: '<';
}
.slick-next::before {
    content: '>';
}
.slick-prev,
.slick-next {
    width: 50px;
}
.slider-item .slider-content .caption.active {
    left: 0;
    opacity: 1;
}
.slider-item .slider-content img.active {
    opacity: 1;
    right: 0;
}
.slider-item .slider-content .caption .ttl.active {
    opacity: 1;
    top: 0;
}
.slider-item .slider-content .caption .desc.active {
    opacity: 1;
    right: 0;
}
.slider-item .slider-content .caption .button-group.active {
    opacity: 1;
    bottom: 0;
}

/*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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    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;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    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%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #04b6ba;
    opacity: .3;
}

/* Opening Hours */
.openings_hours {
    -webkit-box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
    -moz-box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
    box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
    padding: 19px 20px 28px;
}
.opening_hour_style2 .openings_hours {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.opening_hour_style2 .openings_hours {
    -webkit-box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
    -moz-box-shadow: 0px 0px 10px rgba(4, 182, 186, 0.20);
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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;
}
.current-cat a {
    color: #04b6ba!important;
    font-weight: bold;
}
.current-cat ul a {
    font-weight: normal;
}
.current-cat ul a {
    color: #000!important;
}
.about_content a {
    color: #000;
    text-decoration: underline;
}
.service_content a {
    color: #000;
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
    color: #50a89c;
}
.cat-item .children {
    display: none;
}
.current-cat .children {
    display: block;
}
.current-cat-parent .children {
    display: block;
}
.current-cat-ancestor .children {
    display: block;
}
.span6 {
    width: 460px;
}
[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    [class*=span],
    .uneditable-input[class*=span],
    .row-fluid [class*=span] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.bullet-list {
        padding-top: 30px;
    }
}
a {
    color: #ed1c24;
}
.col-md-12 img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    width: 100%;
}
img.vs_thumb.wp-post-image {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.galenical-single-blog--thumb img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: auto;
}
.col-md-2.grid-item.col-xs-12.col-sm-6 {
    height: 100px;
}
.galenical-blog-area.galenical-blog-archive {
    padding: 50px 0 10px;
}
.page-template-template-news-php .galenical-blog-area.galenical-blog-archive {
    padding: 10px 0 10px;
}
.search .nologo_s_f .top-nologo_s_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: inherit;
}
.nivoSlider img {
    z-index: 1;
}
img.attachment-em-thumb.size-em-thumb.wp-post-image {
    z-index: 7;
}
.nivo-caption {
    z-index: 7;
}
.em-slider-button {
    z-index: 13;
}
.em-nivo-slider-wrapper .nivo-directionNav {
    z-index: 13;
}
.template-home-wrapper {
    overflow: hidden;
    padding-top: 10px;
}
.em_creative_header .single_header_address.first {
    color: #ed1c24;
}
.creative_header_address .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.single_protfolio .prot_thumb img {
    max-height: 100px;
}
@media (max-width: 767px) {
    .galenical-blog-index.blog-area.galenical-blog-area {
        padding: 0;
    }

    .single-post .galenical-blog-area {
        padding: 0;
    }

    .galenical-blog-index.blog-area.galenical-blog-area,
    .galenical-blog-area.galenical-blog-archive {
        padding: 0;
    }
}
.widget_categories .cat-item-63 {
    display: none;
}
.widget_categories .cat-item-89 {
    display: none;
}
.widget_categories .cat-item-90 {
    display: none;
}
.widget_categories .cat-item-91 {
    display: none;
}
.widget_categories .cat-item-110 {
    display: none;
}
.widget_categories .cat-item-111 {
    display: none;
}
.single-blog-content h1 {
    margin-top: 0;
}


/* new-header mobile */


.mobile-header .flex-block{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  padding: 15px 0;
}
.mobile-header .creative_header_icon{
  float: none;
  overflow: unset;
}
.mobile-header .flex-block .emails,
.mobile-header .flex-block .single_header_phone,
.mobile-header .flex-block .single_header_address{
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
    -moz-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.mobile-header .flex-block .single_header_phone a{
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.mobile-header .creative_header_icon i {
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 23px;
}
.mobile-header .creative_header_address_text>p{
  font-size: 9px;
}
.mobile-header .single_header_address{
  padding: 0;
}

.mobile-header .creative_header_button{
  max-width: 150px;
}
@media (max-width: 767px) {
  .mobile-header .creative_logo_thumb{
    text-align: center!important;
  }
  .mobile-header .flex-block{
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-header .flex-block .single_header_phone a{
    font-size: 14px;
  }
  .mobile-header .creative_header_address_text>p {
      font-size: 11px;
  }
}

.creative_header_menu a[aria-current="page"] {
    color: red!important;
}

/* HARDKOD */

div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 30px;
}

div.h2 {
    font-weight: 600;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    -o-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.footer-middle .widget div.h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 48px;
    margin-top: 20px;
    position: relative;
}

.footer-middle .widget div.h2::before {
    background: #04B6BA none repeat scroll 0px 0px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 70px;
}

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

.footer-middle .widget.widget_mc4wp_form_widget div.h2:before {
    display: none;
}

.footer-middle .recent-post-text div.h4 a {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.recent-post-text div.h4 a {
    color: #333;
}
.recent-post-text div.h4 a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-middle .recent-post-text > div.h4 {
    margin-bottom: 5px;
    font-weight: 500;
}
.recent-post-text > div.h4 {
    margin-bottom: 0;
}

.footer-middle .recent-post-text > div.h4 a:hover {
    color: #04b6ba;
}

div.h4 {
    font-size: 22px;
}

div.h3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    -o-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.creative_header_address_text > div.h3 {
    color: #50a89c;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

/* Наши преимущества */
div.adv_work {
background: url(/wp-content/themes/galenical/img/fon2.png) 16% 50% no-repeat , 
			url(/wp-content/themes/galenical/img/fon4.png) 48% 50% no-repeat , 
			url(/wp-content/themes/galenical/img/fon3.png) 85% 50% no-repeat ;
background-size: contain;
}
@media (min-width: 375px) and (max-width: 768px){
div.adv_work {
background: url(/wp-content/themes/galenical/img/fon2.png) -79% 41% no-repeat,url(/wp-content/themes/galenical/img/fon4.png) 58% 196% no-repeat,url(/wp-content/themes/galenical/img/fon3.png) 170px 35% no-repeat;
background-size: unset;
margin-right: -25px;
margin-left: -25px;
}
div.adv_work h2{
	margin-right: 25px !important;
    margin-left: 25px !important;
}
div.adv_work p{
	margin-right: 25px !important;
    margin-left: 25px !important;
}
}	
@media (max-width: 900px){
.mobile_img {padding-bottom: 10px;}
.card_img {display: none;}
}
@media (min-width: 1200px){
.block_about_advantages .block_advantages {
	margin-left: 95px; 
	margin-right: 95px;
}
.mobile_img {display: none;}
}
}
.block_advantages {
    text-align: center;
    margin-bottom: 50px;
}
.block_advantages .col {
    display: inline-block;
    vertical-align: text-top;
}
.block_advantages__img {
    width: 105px; height: 105px;
    margin: 10px 25px;
}
.block_advantages__name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.galenical-single-blog--thumb a{
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}
.galenical-single-blog--thumb a:hover:before{
  content: "\f00e";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal normal 32px/1 FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.3);
}
.product-text{
  margin-bottom: 20px;
}
.product-text a{
  color: #04b6ba;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.product-text a:hover{
  text-decoration: none;
  color: #fff;
}
.product-text .btn{
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
.product-text .btn:hover{
  background-color: #ed1c24;
}
.product-text .icon-block{
  margin: 10px 0;
}
.product-text .icon-block i{
  width: 20px;
  font-size: 19px;
  position: relative;
  top: 2px;
  color: #04b6ba;
  text-align: center;
}
.product-text .icon-block .delivery{
  margin-bottom: 8px;
}
#callback{
  max-width: 380px;
}
#callback .form{
  padding: 30px;
  background: #04b6ba;
  color: #fff;
}
#callback .form .title{
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 30px;
  text-align: center;
}
#callback .form .input-block textarea,
#callback .form .input-block input{
  display: block;
  max-width: 100%;
  padding: 8px 12px;
  border: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#callback .form .submit-btn input{
  color: #fff;
  padding: 12px 40px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: none;
  font-size: 16px;
  background: #ed1c24;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#callback .form .submit-btn input:hover{
  background: #fff;
  color: #000;
}
#callback .form .input-block input::-webkit-input-placeholder{
  font-size: 14px;
}
#callback .form .input-block input:-moz-placeholder{
  font-size: 14px;
}
#callback .form .input-block input::-moz-placeholder{
  font-size: 14px;
}
#callback .form .input-block input:-ms-input-placeholder{
  font-size: 14px;
}
#callback .form .input-block input::-ms-input-placeholder{
  font-size: 14px;
}
#callback .form .input-block input::placeholder{
  font-size: 14px;
}
#callback .form .input-block textarea::-webkit-input-placeholder{
  font-size: 14px;

}
#callback .form .input-block textarea:-moz-placeholder{
  font-size: 14px;

}
#callback .form .input-block textarea::-moz-placeholder{
  font-size: 14px;

}
#callback .form .input-block textarea:-ms-input-placeholder{
  font-size: 14px;

}
#callback .form .input-block textarea::-ms-input-placeholder{
  font-size: 14px;

}
#callback .form .input-block textarea::placeholder{
  font-size: 14px;

}
.grid-news{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.grid-news .grid-item .galenical-single-blog-news{
  height: 100%;
  margin-bottom: 0;
}

.grid-news .grid-item .type-post{
  height: 100%;
}
.proiz .em_load.pstyle2{
  top: 40px;
}
.cat__desc{
	margin:30px 0;
}

/* ajax search */

.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: auto;
    width: fit-content;
    min-width: 330px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}
.sub_cats {
    margin-bottom: 20px;
}
.sub_cats a{
	display: inline-block;
    border: 1px solid;
    color: #04b6ba;
    border-radius: 100px;
    padding: 5px 10px;
    margin: 5px;
}
.proizvoditel_products{
    margin-bottom:20px;
}
.vs_link_all_post{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #50A89C;
    float: right;
    margin: 10px 0 15px 0;
}
.slick-next {
    right: 0;
}
.default_slick .slick-slide {
    padding: 0 15px;
}
.default_slick .galenical-single-blog{
    height:auto;
}
#vs_home_tabs .kc_tab.ui-tabs-body-active {
    background-color: #fff;
}
#vs_home_tabs .kc_tabs_nav>.ui-tabs-active>a, #vs_home_tabs .kc_tabs>.kc_wrapper>.kc_tabs_nav, #vs_home_tabs .kc_tabs_nav>li>a, .nav-pills>li>a {
    background: none;
    color: #000;
}
#vs_home_tabs .kc_tabs_nav>.ui-tabs-active>a, #vs_home_tabs .kc_tabs_nav>.ui-tabs-active>a:hover, #vs_home_tabs .kc_tabs_nav>li:hover {
    text-decoration-line: underline;
    color: #50A89C;
    background: none;
}
#vs_home_tabs .galenical-blog-thumb a {
    display: block;
    height: 220px;
}
#akczii-i-skidki .galenical-blog-thumb a {
    display: block;
    height: 130px;
}
#vs_home_tabs .galenical-single-blog-news {
    height: auto;
}
#vs_home_tabs .galenical-blog-thumb {
    margin: 0;
}
#vs_home_tabs .galenical-blog-thumb img {
    max-height:none;
}
#vs_home_tabs .blog-page-title a {
    text-transform: none;
	min-height: 4em;
}
#vs_home_tabs .kc_tab_content {
    padding: 0;
}
#vs_home_fabricator li {
    line-height: 190px;
}
#vs_home_fabricator li img{
    display:inline;
}
#vs_home_sertificates .owl-item {
    float: left;
}
#vs_home_sertificates .owl-carousel-images{
    overflow: hidden;
    position: relative;
}
#vs_home_sertificates .owl-prev::before, #vs_home_sertificates .owl-next::before {
    color: #04b6ba;
    font-size: 16px;
}
#vs_home_sertificates .owl-prev::before {
    content: '<';
}
#vs_home_sertificates .owl-next::before {
    content: '>';
}
#vs_home_sertificates .owl-next,#vs_home_sertificates .owl-prev {
    cursor: pointer;
    font-size: 0;
    display: block;
    opacity: 1;
    background-color: #F9F9F9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    height: 42px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 42px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 42px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#vs_home_sertificates .owl-next {
    right: 0;
}
#vs_home_sertificates .owl-prev {
    left: 0;
}
#vs_home_tabs{
	margin-bottom: -24px;
}
#akczii-i-skidki .learn_more{
    display: none;
}
.vs_footer_map{
	position:relative;
}
.vs_footer_map_text {
    position: absolute;
    max-width: 470px;
    background: #FFFFFF;
    box-shadow: 0px 4px 38px 12px rgb(0 0 0 / 25%);
    left: calc(50% - 560px);
    bottom: 0;
    padding: 35px 45px 0;
}
.vs_footer_map_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    display: block;
    text-align: center;
    color: #000000;
}
.vs_footer_map_title:after{
    content:"";
	width: 134px;
	height: 4px;
	background:#04B6BA;
	display:block;
	margin:10px auto;
}
.vs_footer_map_address{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #000000;
    margin: 30px 0;
    position: relative;
    padding-left: 30px;
}
.vs_footer_map_address:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 44px;
    background-image: url(/wp-content/themes/galenical/img/vs_map_marker.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.vs_footer_map_tels,.vs_footer_map_socials{
	display:block;
	width:50%;
    float: left;
}
.vs_footer_map_tels a{
	display:inline-block;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	text-align: center;
	color: #000000;
	padding-left:30px;
    position: relative;
}
.vs_footer_map_tels a:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 22px;
    background-image: url(/wp-content/themes/galenical/img/vs_tel_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.vs_footer_map_socials {
    text-align: center;
}
.vs_footer_map_socials span{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: block;
    text-decoration-line: underline;
    color: #000000;
    text-align: center;
}
.vs_footer_map_socials a{
    margin: 10px 5px;
    display: inline-block;
}
.vs_footer_map input,.vs_footer_map textarea{
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 10px;
    margin: auto;
    max-width: 100%;
}
.vs_footer_map input[type=submit]{
    background: #04B6BA;
    color: #fff;
    border-radius: 0;
    border: none;
    max-width: 240px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 26px;
}
.vs_footer_map label {
    margin: auto;
    display: block;
    max-width: 200px;
}
@media (max-width: 768px) {
  .grid-news{
    grid-template-columns: repeat(1, 1fr);
  }
	.vs_footer_map{
		display: flex;
		flex-flow: wrap;
	}
	.vs_footer_map iframe {
		order:1;
	}
	.vs_footer_map_text {
		order:2;
    	position: static;
	}
	.vs_footer_map_tels, .vs_footer_map_socials {
		width: 100%;
	}
	.vs_footer_map_tels {
		margin-bottom: 30px;
	}
	.vs_footer_map_tels a {
    	width: fit-content;
    	margin: auto;
	}
	.mean-container .mean-nav>ul {
		max-height: calc(100vh - 60px);
		overflow-y: auto;
	}
	.vs_search_mobile {
		position: absolute;
		top: 0;
		z-index: 1111111;
		padding: 14px;
		width: auto;
	}
	.menu_area.mobile-menu {
		position: relative;
	}
	.vs_home_news>div:nth-child(4){
		display:none;
	}
	#vs_footer_map{
		display:none;
	}
	ul.ajax-search_mob {
		max-height: 90vh;
		overflow-y: scroll;
		background: #fff;
		top: 13px;
		position: relative;
	}
}
.btn.btn-primary {
    background-color: #04b6ba;
    border: 0 none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: none;
}
#exampleModal {
    z-index: 1111111;
}
#exampleModal .modal-dialog{
	max-width:390px;
    top: 50px;
}
#exampleModal .modal-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 59px;
    color: #000;
    text-align: center;
}
#exampleModal button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-weight: 100;
    font-size: 30px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
#exampleModal .modal-header {
    border: none;
    padding-top: 50px;
} 
#exampleModal .modal-header:after {
    content: "";
    width: 73px;
    height: 2px;
    display: block;
    background: #04B6BA;
    margin: auto;
}
#exampleModal textarea {
    height: 130px;
}
#exampleModal form {
    text-align: center;
}
#exampleModal input.wpcf7-form-control, #exampleModal textarea {
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    max-width: 100%;
}
#exampleModal input.wpcf7-form-control.wpcf7-submit {
    background: #04B6BA;
    color: #fff;
    min-width: 200px;
    margin: auto;
    display: block;
    font-weight: bold;
}
.dropdown-content
{
display: none;

}
.dropbtn {
       border: none;
}



.dropdown:hover .dropdown-content {display: block;}

.single-blog-details__row{  
	margin-top: 40px;  
	margin-bottom: 40px;  
	display: flex;
	flex-wrap: wrap;
}
.box__pimgs_custome{
	 
	  
	
	
}
.pimgs_custome {
    margin-bottom: 0;
}
.box__pimgs_custome{
	
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: stretch;
}
.page-template-template-home #fullResImage{
    max-width: 50vh!important;
    height: auto!important;
    display: block;
    margin: auto;
}
.page-template-template-home div.pp_pic_holder {
    top: 100px!important;
    left: calc(50% - 25vh)!important;
    right: calc(50% - 25vh)!important;
    position: fixed!important;
    width: fit-content!important;
    max-width: 50vh;
}
.page-template-template-home div.pp_pic_holder .pp_content , .page-template-template-home div.pp_pic_holder .pp_hoverContainer {
	width:auto!important;
}

@media (min-width: 768px){
	.single-blog-details__row .col-sm-12 {
		min-width: 100%;
	}
	#vs_footer_map_mobile{
		display:none;
	}
}
@media (min-width: 992px){
	.single-blog-details__row .col-md-4 {
		min-width: 33.33333333%;
	}

	.single-blog-details__row .col-md-8 {
		min-width: 66.66666667%;
	}
}
.sub_cats__link__span{
	float: none;
    min-height: auto;
    margin-left: auto;
	color: #888;
	display: inline;
}
.sub_cats__link.sub_cats__link__action{
	background: #04b6ba;
	color: white;
}
.sub_cats__link.sub_cats__link__action .sub_cats__link__span{
	float: none;
    min-height: auto;
    margin-left: auto;
	color: #ddd; 
}

.proizvoditel_products__slider li {
    line-height: 190px;
}
.proizvoditel_products__slider li img {
    display: inline;
}
.vs_footer_style_1 .copy-right-text p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    font-weight: 100;
}
.vs_footer_style_1 a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.vs_footer_style_1 a[href^=tel]:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 22px;
    background-image: url(/wp-content/themes/galenical/img/vs_tel_icon-2.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.vs_footer_style_1 a[href^=mailto]:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 22px;
    background-image: url(/wp-content/themes/galenical/img/vs_mail_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.vs_footer_style_1 a:hover {
    text-decoration:underline;
}
.vs_footer_menu a{
    margin-bottom: 10px;
}
.vs_footer_contacts a[href^=mailto],.vs_footer_contacts a[href^=tel] {
    position: relative;
    padding-left: 30px;
}
.vs_footer_tels, .vs_footer_emails {
    margin-bottom: 20px;
}
.vs_footer_hardkod a{
	width:fit-content;
}
.vs_footer_hardkod, .vs_footer_hardkod a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.vs_header_button {
    right: 20px;
    position: absolute;
}
p.price {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #000000;
}
p.in_stock {
    text-align: right;
}
p.in_stock:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 189, 30, 1);
    border-radius: 100%;
    margin: 2px 8px;
    line-height: 10px;
}
.none_price{
    display: block;
    float: right;
    background: #FFFFFF;
    border: 0.5px dashed #000000;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 6px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.vs_button_product_block{
    overflow: hidden;
}
.vs_button_product_block .btn.call{
    float:left;
}
.vs_block_price_category {
    float: right;
    line-height: 10px;
}
.vs_block_price_category p.in_stock {
    font-size: 12px;
    margin: 0;
}
.vs_block_price_category p.price {
    font-size: 14px;
    line-height: 16px;
}
@media (max-width: 992px){
	.vs_footer_style_1, .vs_footer_style_1 .copy-right-text p {
		text-align: center;
	}
	.vs_footer_style_1 .footer_style_1 {
		order:1;
	}
	.vs_footer_style_1{
		display: flex;
    	flex-flow: wrap;
    	position: relative;
	}
	.vs_footer_contacts {
		position: static;
	}
	.vs_footer_hardkod {
		position: absolute;
		bottom: -30px;
		right: 10px;
	}
	.vs_footer_hardkod, .vs_footer_hardkod a{
		font-size: 10px;
	}
	.vs_footer_contacts a[href^=mailto], .vs_footer_contacts a[href^=tel] {
		width: fit-content;
    	padding-left: 18px;
	}
	.vs_footer_contacts a[href^=tel] {
		font-size: 18px;
	}
	.vs_footer_style_1 a[href^=mailto]:before, .vs_footer_style_1 a[href^=tel]:before {
		width: 15px;
		background-size: cover;
    	bottom: 3px;
    	top: auto;
	}
	.vs_footer_style_1 a[href^=tel]:before {
		height: 18px;
    	bottom: 0;
	}
	.vs_footer_style_1 a[href^=mailto]:before {
		height: 8px;
	}
    p.in_stock {
        margin: 0;
        line-height: 14px;
    }
  	p.price {
        line-height: 20px;
    }
  	.product-text .btn.call{
      	margin: 10px 0;
  	}
  	.product-text .vs_block_price{
        float:right;
    }
  	.product-text .vs_block_button37423{
        float:left;
    }
}