/*
Theme Name: espenhealth
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

h1, h2, h3, h4, h5, h6
{
	color:#737373;
	font-weight:500;
}

.welcome-section .item-style-2 .img-box {
    overflow: hidden;
}
.welcome-section .item-style-2 .img-box img
{
	transform-style: preserve-3d;
	display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.welcome-section .item-style-2 .overlay {
    position: absolute;
    top: 0;
    left: 15px;
    width: 92%;
    height: 89%;
    background: rgba(38, 40, 48, 0.9);
    opacity: 0;
    transition: all 500ms ease;
}
.welcome-section .item-style-2 .overlay .text {
    padding-left: 30px;
    padding-top: 34px;
    padding-right: 20px;
}
.welcome-section .item-style-2 .overlay .text p {
    color: #ffffff;
    margin: 0 0 17px;
}
.welcome-section .item-style-2 .lower-content {
    position: relative;
    padding-left: 90px !important;
}
.welcome-section .item-style-2 .lower-content {
    border-bottom: 2px solid #38b6ff;
    background: #f7f7f7;
    padding: 18px 0 15px;
    transition: all 500ms ease;
}
.welcome-section .item-style-2 .lower-content .icon-box {
    position: absolute;
    left: 25px;
    top: 10px;
    color: #38b6ff;
    font-size: 42px;
    transition: all 500ms ease;
}
.welcome-section .item-style-2 .lower-content h4 {
    transition: all 500ms ease;
	margin-bottom: 5px;
}
.welcome-section .item-style-2 .lower-content p {
    color: #737373;
    transition: all 500ms ease;
	margin-bottom: 0px;
}
.welcome-section .item-style-2:hover .overlay {
    opacity: 1;
}
.welcome-section .item-style-2:hover .lower-content {
    background: #38b6ff;
}
.welcome-section .item-style-2:hover .lower-content h4 {
    color: #ffffff;
}
.welcome-section .item-style-2:hover .lower-content .icon-box {
    color: #ffffff;
}
.welcome-section .item-style-2:hover .lower-content p{
    color: #ffffff;
}
.welcome-section .item-style-2:hover .far img{
filter: sepia(100%) brightness(200%) saturate(1000%) contrast(1000%);
-webkit-filter: sepia(100%) brightness(200%) saturate(1000%) contrast(1000%);
-moz-filter: sepia(100%) brightness(200%) saturate(1000%) contrast(1000%);
}





.story_box_heading
{
	padding:20px 20px 0px;
}
.story_box
{
	padding:0px 20px 40px;;
}
.usp_box .thumb-info-caption
{
	padding: 10px 10px;
    width: 100%;
    text-align: left;
    transform: scale(0);
    position: absolute;
    top: 35px;
    left: 0;
    transition: all 0.5s ease 0s;
    color: #fff;
}
.usp_box .thumb-info.thumb-info-bottom-info:hover .thumb-info-caption
{
	transform: scale(1);
}
.usp_box .thumb-info.thumb-info-bottom-info .thumb-info-title
{
	opacity:1;
	transform: translate3d(0, 0, 0);
}
.usp_bottom_text p
{
	font-size:16px;
}
.service_box
{
	margin-bottom:0px !important;
}
.service_box .thumb-info .thumb-info-title {
    background: rgb(56 182 255 / 80%);
}
.service_box .thumb-info:hover .thumb-info-title {
    background: #38b6ff;
}
.service_box .thumb-info.thumb-info-bottom-info .thumb-info-inner
{
	font-size: 0.9em;
}
.about_section
{
	background: linear-gradient(0deg, rgb(56 182 255 / 80%), rgb(56 182 255 / 58%)), url(https://www.eexpedisehealth.com/wp-content/uploads/2022/12/about-bg.jpg);
    background-size: cover;
}
.stats-block .stats-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.choose_us
{
	border: 1px solid #f2f2f2;
    transition: all 0.6s ease-in-out 0.2s;
    padding: 15px 15px 20px;
    min-height: 180px;
}
.choose_us:hover
{
	transform: translate(0px, -10px);
    border: 1px solid #38b6ff;
}

.service_heading_left h4, .service_heading_left h2
{
	margin-bottom:0px;
}
.service_heading_left:before {
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 16%;
    background: #38b6ff;
    content: "";
}
.service_heading_left:after {
    position: absolute;
    bottom: 38px;
    right: -2px;
    width: 2px;
    height: 41%;
    background: #38b6ff;
    content: "";
}

.experience_section
{
	background-position:center left !important;
}
.experience-right-box img {
    max-width: none;
    float: left;
    opacity: .65;
    transition: all 500ms ease;
}
.experience-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 330px;
    height: 310px;
    text-align: center;
    margin: 100px 0;
}

.custom_tab .nav-tabs li a{
    display: block;
    padding: 3px 10px;
    border: 1px solid #38b6ff;
    border-radius: 0;
    background: #fff;
    font-size: 11px;
    font-weight: 500;
    color: #38b6ff;
    text-align: center;
    margin: 0 5px 5px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.custom_tab .nav-tabs li a:hover,
.custom_tab .nav-tabs li.active a{
    color: #38b6ff;
    border: 1px solid #38b6ff;
}
.custom_tab .nav-tabs li img
{
	width:18px;
}
.custom_testimonial .vc_tta-tabs-container
{
	display:none !important;
}

.dropbtn {
            background-color: #38b6ff;
            color: white;
            padding: 8px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }
  
        .dropdown {
            position: relative;
            display: inline-block;
        }
  
.dropdown-menu1 {
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
	max-height:300px;
	overflow-y:scroll;
}
.dropdown-menu1 li a
{
	cursor:pointer;
	color:#737373;
}

.graystyle img {
  filter: grayscale(100%);
}
.graystyle:hover img {
  filter: grayscale(0%);
}
.about_company ul
{
	list-style: none;
}
.about_company ul li i
{
	margin-right:6px;
	color:#38b6ff;
}
.main-content
{
	padding-bottom:0px;
	padding-top:0px;
}
.newsletter-form
{
	display:flex;
	flex-wrap:wrap;
}
.form-field
{
	padding: 10px 6px;
}
.newsletter-form input[type=submit]
{
	color:#fff !important;
	background:#38b6ff !important;
}
.widget>div>ul, .widget>ul
{
	border-bottom:0px;
	padding-top: 10px !important;
    border-top: 1px solid;
}
.story_left_box .featured-box
{
	margin-top:0px;
}
.usp_slider
{
	margin-bottom:10px;
}
.service-inner-content ul li
{
	margin-bottom:10px;
}
.Digital_border .vc_tta-tabs-container li {
    border-right: 1px dotted;
}
.Digital_border .vc_tta-tabs-container ul li a {
    border: none !important;
    color: #000 !important;
}
.Digital_border .vc_tta-tabs-container ul .vc_tta-tab.vc_active a span {
    color: #38b6ff!important;
}
.Digital_border .vc_tta-panel.vc_active {
    border-right: 1px dotted;
}
.news-gallery a{
	margin-bottom:20px;
}


.service_box2
{
    padding: 20px 20px 10px;
	border: 1px solid #ddd;
    -moz-box-shadow: 0px 3px 5px #f2f2f2;
    -webkit-box-shadow: 0px 3px 5px #f2f2f2;
    box-shadow: 0px 3px 5px #f2f2f2;
    margin-bottom: 40px;
    transition: all 500ms ease;
	margin-bottom: 15px;
	border-bottom: 4px solid #38b6ff;
	min-height: 135px;
}
.service_box2:hover
{
	transform: translate(0px, -10px);
    transition: all 500ms ease;
}
.service_box2 .porto-sicon-img.porto-u-square
{
	padding:0.2em;	
	box-shadow: 3px -3px 0px #ccc;
    border: 1px solid #ccc;
}
.service_box2 .porto-sicon-default
{
	transform: rotate(0deg);
    transition: all 500ms ease;
}
.service_box2:hover .porto-sicon-default
{
	transform: rotate(-20deg);
}
.service_box2 .wpb_single_image
{
	margin-bottom:0px;
}
.service_box2 .service_box2_info
{
	margin-bottom:0px;
}
.service_box2 .porto-sicon-description, .choose_us .porto-sicon-description
{
	font-size:12px;
	line-height:18px;
	text-align: justify;
}
.service_box2 .porto-sicon-read {
    display: inline;
    padding: 5px 5px;
}
#header .main-menu .popup a
{
	font-weight: 400;
    margin-bottom: 8px;
    padding-left: 20px;
}