/*
Theme Name: GOB
Description: This is a child theme for Flatsome Theme
Author: GOB Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.section-introduce-service .row-large > .col {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.section-introduce-service .col-inner {
    height: 100%;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #fff;
    border: 1px solid var(--fs-color-primary);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
    z-index: -1;
    transition: 0.3s ease;
}

.section-introduce-service .row-introduce-service {
    padding: 0 15px;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left p {
    margin-bottom: 5px;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left:hover p {
    color: #fff;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left:hover svg path {
    fill: #fff;
}

.section-introduce-service
.icon-box.featured-box.icon-box-left.text-left:hover::after {
    background: var(--primary-color);
}
#header .gt_option {
	    position: absolute;
    top: 100%;
    left: 0;
}