/*
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  ***************/


}
.nav > li > a{
    font-size:18px;
}

.main-title{
    
}
.home .page-wrapper{
    padding:0;
    min-height: 700px;
}
.hero{
    position:
    relative;
    z-index: 22;
    margin-top: 0 !important;
    min-height: 630px;
}
.hero:before{
    content:
    '';
    display:
    block;
    position:
    absolute;
    left: 36%;
    margin-left: -360px;right:0;
    height: 360px;
    width: 740px;
    background: url(images/bg1.svg) no-repeat;
    background-size: contain;
}

.main-title{
    color:#fff;
    left: 34%;
    margin-left: -100px;
    font-size: 44px;
    position: absolute;
    width: 320px;
    text-align: center;
    line-height: 1;
    top: 9px;
}
.textitem a{
    font-weight:600;
    color:#5eb130;
}
.textitem a:hover{
    text-decoration:none;
    color:#007db2;
}
.textitem {
    position:
    absolute;
    font-weight:
    600;
    color:#5eb130;
    line-height: 1.3;
    text-align: center;
    font-size: 20px;
}
.item1{
    right: 64%;
    margin-right: 150px;
    top: 110px;
}
.item2{
    left: 36%;
    margin-left: -20px;
    top: 210px;
}
.item3{
    left: 34%;
    margin-left: 290px;
    top: 70px;
    text-align: center;
}

.item4{
    right: 66%;
    margin-right: 80px;
    top: 260px;
    text-align: center;
}
.item5{
    left: 36%;
    margin-left: -30px;
    top: 310px;
    text-align: center;
}
.item6{
    left: 31%;
    margin-left: 30px;
    top: 400px;
    text-align: center;
}
.home #content{
    position:relative;
}
.bg2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.bg2:before{
    content:
    '';
    display:
    block;
    position:
    absolute;
    background: url(images/bg2.svg) no-repeat top center;
    top: 0;
    bottom:0;
    z-index: 2;
    left: 36%;
    margin-left: -600px;
    width: 1200px;
    height: 630px;
    background-size: 1200px;
}

.img1{
    position:
    absolute;
    left:0;
    top:0;
    bottom:0;
    width: 36% !important;
}
.img2{
    position:
    absolute;
    right:0;
    top:0;
    bottom:0;
    width: 64% !important;
}
.img1 img,
.img2 img{
    width:100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.bg2 .section-content{
    height: 630px;
}
.bg2 .img-inner{
    height:100%;
}
.item7{
    left: 32%;
    top: 340px;
    margin-left: -210px;
}
.item7 a{
    display:block;
    width:110px;
    height:110px;
    background:#cbe3f2;
    border-radius:50%;
    position:relative;
    box-shadow:4px 0px 0 0 #5eb130;
    text-align:center;
    padding-top:35px
}
.item8{
    left: 40%;
    top: 230px;
    margin-left: 170px;
}
.item8 a{
    display:
    block;
    width:130px;
    height:130px;
    background:#cbe3f2;
    border-radius:50%;
    position:
    relative;
    box-shadow:4px 0px 0 0 #5eb130;
    text-align:
    center;
    padding-top: 46px;
}
.absolute-footer{
    display:none;
}
#header{
    background:#f3f8ed;
}
.footer-img img{
    image-rendering: pixelated;
}



@media(max-width:810px){
    .textitem{
        font-size:16px;
    }
    .item1 {
    margin-right: 50px;
    top: 180px;
    }
    .item3{
    top: 160px;
    margin-left: 170px;
    }
    .item4{
    margin-right: 30px;
    }
    .item5{
    margin-left: 40px;
    }
    .item6{
    margin-left: -50px;
    top: 390px;
    }
    .item7{
    margin-left: -150px;
    top: 470px;
    }
    .item8{
        margin-left: 80px;
        top: 390px;
    }
}

@media(max-width:500px){
    .main-title{
        margin-left: -160px;
        left: 50%;
        font-size: 37px;
        top: 18px;
    }
.hero:before{margin-left: -272px;width: 600px;}
    .item1 {
    left: 0;
    top: 159px;
    }
     .item2 {
    left: 50%;
    top: 229px;
    margin-left: -50px;
    }
    .item3{
    top: 160px;
    margin-left: 0;
    right: 10px;
    left: auto;
    }
    .item4{
    margin-right: 0;
    right: auto;
    left: 30px;
    top: 280px;
    }
    .item5{
    margin-left: 80px;
    }
    .item6{
    margin-left: -50px;
    top: 390px;
    }
    .item7{
    margin-left: -150px;
    top: 470px;
    }
    .item8{
        margin-left: 80px;
        top: 390px;
    }
}