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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .item-title a {
        font-size: 26px !important;
        margin-top: 15px;
    }
    .title-text {
        font-size: 20px !important;
    }
    .title-sec{
        font-size: 20px !important;
    }
}
body {
    font-size: 16px;
}
.header-main {
    background-image: url(./assets/img/bg-head.png);
    background-repeat: repeat-x;
    background-size: contain;
}
.header-main ul.header-nav a {
    text-transform: capitalize;
    font-size: 14px;
    color: #010948;
}

.header-main ul.header-nav li.current-menu-item a, .header-main ul.header-nav li.current-menu-item a:hover {
    color: #000319;
}

section.section-slider{
    background-image: url(./assets/img/bg-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0;
    padding: 100px 0 50px;
}

.overlight {
    padding: 50px 0;
    background: rgb(32 67 128 / 0.4);
}

.item-title a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
    display: block;
}

.item-info p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.sliderleft {
    height: 100%;
}

a:hover {
    text-decoration: none;
    color: #1c4b8c;
}

.section-title {
    background: url(./assets/img/bg-t.jpg);
    background-size: contain;
}

.title-text {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0 15px;
}

a.link-title {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.blue-one {
    background: #73aed4;
}

.blue-two {
    background: #116b9e;
}

.block-home {
    padding: 30px 0;
}

.item-news p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
}

.blue-one .item-news p {
    color: #000000;
}
.blue-two a , .blue-two .item-news p {
    color: #ffffff;
}
.title-sec {
    text-align: center;
    font-size: 35px;
    color: #223e7a;
    font-weight: bold;
    margin: 30px 0 0;
}
section.behind img {
    margin-bottom: 20px;
}

section.behind {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

section.behind:after {content: "";width: 41%;height: 4px;background: #223e7a;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}

.cleintsslider {
    border-top: 2px solid #223e7a;
    border-bottom: 2px solid #223e7a;
    margin: 20px 40px;
    padding: 10px;
}

.cleintsslider .slick-prev.slick-arrow {
    left: -40px;
    background-image: url(./assets/img/pre.png);
}

.cleintsslider .slick-next.slick-arrow {
    right: -40px;
    background-image: url(./assets/img/next.png);
}
.cleintsslider .slick-prev, .cleintsslider .slick-next{
    background-color: transparent;
}
div#block_widget-3 {
    color: #ffffff;
    font-size: 16px;
    margin: 0px 15px;
    padding: 0 0 30px !important;
    border-bottom: 1px solid #ffffff;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.overbg {
    padding-top: 50px;
}
.sliderblock .item-news {
    padding: 0 10px;
}
section.title-page h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding: 30px 0;
    color: #fff;
    position: relative;
    margin: 0;
}

section.title-page {
    position: relative;
    background: url(./assets/img/bgtitle.jpg) no-repeat center;
    padding: 30px 0;
}

section.title-page:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgb(0 0 0 / .7);}
.map-lh p {
    margin: 0;
}
.map-lh iframe {
    width: 100%;
    height: 500px;
}
.nav-tabs li a {
    padding: 15px;
}
.header.has-sticky .nav>li>a {
    padding: 14px 18px;
}
span.post.post-page.current-item {
    font-size: 12px;
}

.breadcrumb {
    /* margin: 0; */
    padding: 10px 0 0 0;
}
.portfolio-element-wrapper {
    margin-top: 30px;
}
.sliderrightvideo {
    position: initial;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sliderrightvideo i.icon-play {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border: 1px solid #FF0000;
    background: #FF0000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 10px;
}

.sliderrightvideo:hover i.icon-play {
    background: #FF0000;
}
.call_now {
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: left;
    position: relative;
}
.call_now_circle {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    position: absolute;
    border: 2px solid #FF0000;
    opacity: .5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
    -o-animation: call-circle-anim 1.2s infinite ease-in-out;
    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}
.call_now_circle_fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    opacity: .75;
    background: #FF0000;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}
.call_now_icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-size: 24px 24px !important;
    background: #FF0000;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    animation: call-icon-anim 1s infinite ease-in-out;
    -o-animation: call-icon-anim 1s infinite ease-in-out;
    -moz-animation: call-icon-anim 1s infinite ease-in-out;
    -webkit-animation: call-icon-anim 1s infinite ease-in-out;
    text-align: center;
    color: #fff;
    align-items: center;
}
/*.call_now_icon:before {
    content: "\f095";
    font-family: FontAwesome;
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 23px;
    color: #fff;
}*/
@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);opacity: .1
    }
}
@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .2
    }
}
@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
a.link-call-now {
        position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}
ul.nav-dropdown a {
    font-size: 12px !important;
    margin: 0 !important;
}

ul.nav-dropdown {
    padding: 10px;
}
.item-img {
    position: relative;
    max-height: 190px;
    overflow: hidden;
}
.cleintsslider .item img {
    height: 40px;
}

.cleintsslider .item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderright img {
    width: 100%;
}
.slick-list .slick-slide {
    position: relative;
}