/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.2
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

:root {
    --main_color: #124b9f;
    --black_color: #333;
    --font: "Open Sans",sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, a, p,
span:not(.elementor-icon):not(.elementor-icon-list-icon):not(.elementor-button-icon):not([class*="icon"]):not([class*="fa"]),
div:not(.elementor-icon):not(.elementor-icon-box-icon):not([class*="icon"]):not([class*="fa"]) {
    font-family: var(--font) !important;
    color: #333333;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
b, strong {
    font-weight: bold!important;
}

.about-index .about-title {
    color: var(--main_color) !important;
    font-size: 38px!important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
}
.about-index .about-footer {
    text-align: center;
    padding-top: 45px;
}
.about-index .about-link {
    font-size: 22px;
    padding: 10px 30px;
    background: #124b9f;
    color: #fff;
    border-radius: 999px;
    display: inline-block;
}
.about-nl-3 .item {
    border: solid 1px #b7b7b7;
}

.about-nl-2 .item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.imgc:before,.imgc0:before {
    display: block;
    content: "";
    padding-bottom: 75%;
}
.imgc, .imgc0 {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-nl-3 .item .imgc:before, .about-nl-3 .item .imgc0:before {
    padding-bottom: 114%;
}
.imgc img, .imgc0 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgc0 img {
    object-fit: scale-down;
}

.other-services .services .item .info h3, .other-services .services .item .info h3 a {
    color: var(--main_color);
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    /* text-transform: uppercase; */
}
.other-services .services .item .info ._desc p {
    font-weight: 400;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.item-title {
    display: inline-block;
}
@media (min-width: 1200px) {
    .about-nl-2 .item:hover .item-body {
        top: 0;
    }
    .about-nl-2 .item-title:before {
        background: -moz-linear-gradient(left, #92c76c 0%, #319e49 100%);
        background: -webkit-linear-gradient(left, #92c76c 0%, #319e49 100%);
        background: linear-gradient(to right, #92c76c 0%, #319e49 100%);
        display: inline-block;
        content: "";
        height: 5px;
        width: 25%;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: 0;
    }
    .col-xl-12d5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .about-nl-2 .item-body {
        background: rgba(18, 75, 159, .9);
        padding: 10px;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: all .3s ease 0s;
        font-size: 15px;
        color: #fff;
    }

    .about-nl-2 .item-title {
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
    }


    .about-nl-2 .item-link {
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .about-nl-3 .item {
        margin-bottom: 30px;
    }
    .about-nl-2 .item-body {
        padding: 10px;
        font-size: 15px;
    }
    .about-nl-2 .item-title {
        color: #124b9f;
        padding-bottom: 10px;
    }
    .about-nl-2 .item-link {
        color: #124b9f;
    }
}

@media (max-width: 769px) {
    .xepngang {
        justify-content: center;
    }
    #item2, #item3 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .view-more {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        text-transform: uppercase;
        color: #666;
        background: #fff;
        line-height: 28px;
        height: 28px;
        border-radius: 35px;
        border: solid 1px var(--main_color);
        padding: 0 10px;
        margin-right: 20px;
        margin-bottom: 15px;
    }
}

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}