/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-top{
    border-bottom: 1px solid #BDBDBD
}
#header-contact a{
    color: #111; 
    font-size: .95em
}
.row .section {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-spacing-xlarge>li {
    margin: 0 18px;
}
.footer-wrapper{
        background-color: transparent;
    background-image: linear-gradient(81deg, #0c3d6e 0%, #31dbe0 100%);
}
.number{
    font-size: 1.25em;
    font-weight: 600;
    color: #31dbe0 !important
}
.absolute-footer, html {
    background-color: transparent;
}
.contact-item{
   align-items:center;
    display: flex;
    justify-content:flex-start;
    margin-bottom:10px
}
.contact-item svg{
    margin-right: 0.75em;
    height: 1.2em;
}
a.icon:not(.button), button.icon:not(.button) {
    margin-left: .5em;
    margin-right: .5em;
}
a.icon:not(.button):first-child{
    margin-left: 0em;
}
footer .ux-menu-link a:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%
}
footer .ux-menu-link a{
    align-items:center;
    display: flex;
    gap: 10px;
}
.off-canvas-left .mfp-content {
    --drawer-width: 100% !important;
    background: #fff;
}
.mfp-bg.mfp-ready {
    opacity: .6;
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    color: #111
}
.contact-from .col-inner{
    background:#fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
    padding: 1em;
    border-radius: 20px;
    border: 1px solid #ccc
}
.flex-row.form-flat .flex-col{
    padding-right:10px
}
.form-flat.flex-row{
        align-items: end;
}
.h1, h1 {
    font-size: 1.5em;
}
.h4, h4 {
    font-size: 1em;
}
footer h4 {
    font-size: 1.125em;
}
input[type=submit].button,
.button.primary{
    background: linear-gradient(55deg, #0c3d6e 0%, #31dbe0 100%);
    border: 0px
}
.bacsi-block .col-inner .box {
  background:#fff;
  padding: 15px;
  border-radius:10px;
}
.bacsi-block p{
        display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:5em
}
.person-title{
    text-transform: none;
    font-size: 1em;
}
.person-name{
    font-size: 1.15em;
}
.slider-style-container .flickity-slider>:not(.is-selected){
        opacity: 1;
}
.blog-home .box-text {
    background: linear-gradient(rgba(42, 82, 190, 0) 0%, rgba(4, 71, 157, 0.8) 40%, rgb(0, 69, 153) 100%);
    padding-top: 40px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.blog-home .box-text  .is-divider{
    display: none
}
.box-text .post-title a,
.blog-home .box-text a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-home .box-text-bottom{
    border-radius: 20px;
    overflow: hidden;
}
.entry-header .entry-header-text {
    text-align: center;
}
.from_the_blog_excerpt, .entry-header .entry-header-text .is-divider, .box-text .is-divider {
    display: none;
}
.related-post .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0px;
    color: var(--base-color);
    border-bottom: 1px solid rgb(222, 226, 230);
}
.related-post .title::after {
    content: "";
    height: 3px;
    width: 89px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--fs-color-primary);
}
.blog-wrapper .post-item .col-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.08) 0px -1px 3px 0px;
    transform: translateY(-2px);
}
.blog-wrapper  .post-item .col-inner {
    transition: 0.2s;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 226, 230);
    border-image: initial;
    overflow: hidden;
}
.box-blog-post .box-text {
    padding: 1em;
}
.post {
    margin: 0 0 30px;
    max-width: 900px;
    margin: 0 auto;
}
.service-block .col-inner{
    border: 1px solid #E5E9F0;
    border-radius: 16px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;  
}
.service-block .col-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(11, 36, 71, 0.1);
}
.hover-col .col-inner{
    transition: transform 0.3s ease, box-shadow 0.3s ease;  
}
.hover-col .col-inner:hover{
     transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(11, 36, 71, 0.1);
}
.service-block .col-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0D7C66, #19376D);
}
.service-block .icon-box-img{
        background: #EEF2FF;
        border-radius: 14px;;
    padding: 10px
}
.contact-page{
        background-color: transparent;
    background-image: linear-gradient(126deg, #0c3869 0%, #dea647 100%);
}

.contact-page h4{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.contact-page h4:after{
    content: "";
    width: 200px;
    height: 2px;
    background: #ffba00;
    position:absolute;
    bottom: 0px;
    left: 0px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}