/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
	height: 1px;
}
a.button.white span{
	color: var(--fs-color-secondary) !important;
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-25deg);
    }

    20% {
        transform: rotate(25deg);
    }

    30% {
        transform: rotate(-25deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes brushInKeyframe {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes brushOutKeyframe {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
.marquee .marquee__inner {
    display: flex;
    align-items: center;
    animation: scroll 40s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
}
.marquee {
    padding: 6px 0 8px 0;
    background-color: #fff;
    display: flex;
    white-space: nowrap;
    position: relative;
    border: 1px solid #dea84b;
    border-left: none;
    border-right: none;
}
.marquee__inner {
    animation-play-state: running;
}
.marquee__inner a {
    display: inline-flex;
    align-items: center;
}
.marquee a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-text-stroke: 1px #dea84b;
    background: none;
    margin-right: 8px;
    font-family: "Lato", sans-serif;
}
.marquee a img {
    max-width: 11px;
    margin-right: 8px;
    position: relative;
    top: -4px;
}
.marquee__inner a img {
    top: 0;
}
.list_sv .box:hover h3{
	        color: #dfaa3f !important;
}
.list_sv .box:hover{
	        transform: translate3d(0, -20px, 0);
}
@keyframes scroll {
                0% {
                    transform: translateX(0%)
                }

                100% {
                    transform: translateX(-100%)
                }
}
.number-content-image strong{
            display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        color: #595959;
                font-size: 58px;
}
 .number-content-image span {
    font-size: 630px;
    color: rgb(223 170 63 / 51%);
    z-index: -1;
    font-weight: bold;
    display: inline-block !important;
    line-height: 0.78em;
}
.number-content-image{
            position: relative;
        width: auto;
}
.text-stroke-fix {
    font-size: 116px;
    color: #fff !important;
    font-weight: 900;
    -webkit-text-stroke: 2px #595959;
    margin-bottom: 25px;
    line-height: 1;
}
.absolute-footer{
        border-top: 1px solid #E6E6E7; 
    padding:30px 0;
    font-size:15px;
}
#footer{
    font-size:15px;
}
.img1 {
    transform: rotate(5deg);
    box-shadow: 0 0 20px rgba(29, 37, 45, .29);
}
.img2{
        box-shadow: 0 0 20px rgba(29, 37, 45, .29);
    border: 8px solid #fff;
}
.row-dashed .col:before, .row-solid .col:before,
.row-dashed .col:after, .row-solid .col:after{
    border-width: 2px;
}
.hide_border .col:before,
.hide_border .col:after{
    border:none;
}
.masthead-innerpage__svg  img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}
.marquee a img{
	display:none
}
.tab1 ul li a{
    color: #0A4052;
    font-weight: 600;
    font-size: 22px;
}
.tab1 .nav>li{
    margin:0 20px;
}
.accordion-title.active{
    border:none;
}
.accordion-inner{
        background: #EFF4F1;
    border-radius: 0 0 4px 4px;
}
.accordion-title{
    text-transform: uppercase;
        background: #9ABEAA !important;
    border-radius: 4px 4px 0 0;
    color: #fff !important
}
@media only screen and (min-width: 850px) {
    .masthead-innerpage__svg {
        height: 140px;
        bottom: -40px;
        width: 100%;
    }
	    .marquee a img {
        max-width: 18px;
        margin-right: 20px;
    }
        .marquee a {
        font-size: 28px;
        margin-right: 28px;
    }
	.call-us {
	right: 0;
	    top: 0;
	    height: 104px;
	    padding: 25px 30px 23px 72px !important;
	    font-size: 13px;
	    line-height: 1.5em;
	    color: #FFF;
	    font-weight: 500;
	    font-family: 'Lato', sans-serif;
	    letter-spacing: .2em;
	    background: #dfaa3f;
	    text-transform: uppercase;
	    margin-right: -15px;
	    display: flex !important;
	    flex-direction: column;
	    justify-content: center;
	    text-align: left !important;
	    align-items: flex-start !important;
	    color: #fff !important;
	    line-height: 1 !important;
	}
	.call-us a, .call-us>span {
	    padding: 0 0;
	    font-size: 22px;
	    line-height: 1.5em;
	    color: #FFF;
	    font-weight: 700;
	    font-family: 'Lato', sans-serif;
	    letter-spacing: 0em;
	    display: block;
	    border: none;
	    background: transparent;
	}
	.call-us i, .call-us img {
	    position: absolute;
	    left: 28px;
	    top: 32px;
	}
	.call-us img {
	        animation: ring 1.4s infinite ease-in-out;
	}
	li.html.custom.html_topbar_left{
		margin-left: 38px !important;
	}

}
@media only screen and (max-width: 549px) {
    .number-content-image span{
        font-size: 40px;
        color: #0c4051 !important;
        font-weight: bold;
    }
    .number-content-image strong {
        position: relative;
        font-size: 40px !important;
        top: unset;
        transform: unset;
        display: inline-block;
    }
    h3.number-content-image{
        text-align: center;
    }
    .text-stroke-fix{
        font-size: 58px;
    }
	.list_sv .box .image-cover{
		padding-top: 65% !important;
	}
	.header.show-on-scroll, .stuck .header-main {
	    height: 60px !important;
	}
}