/******** indexbanner start ********/
.indexbanner{
    position: relative;
    overflow: hidden;
}
.indexbanner .shape1{
    background-image: url('/templates/netskin/image/inner_page_shape_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 327px;
    position: absolute;
    top: 0px;
    left: -110px;
    z-index: 13;
}
.indexbanner .shape2{
    background-image: url('/templates/netskin/image/inner_page_shape_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 679px;
    position: absolute;
    bottom: -353px;
    right: -275px;
    z-index: 13;
}
.indexbanner .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
}
.indexbanner .indexbanner-img img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-top: 0px;
}
.indexbanner .indexbanner-content{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
}
.indexbanner .indexbanner-content .page-title{
    font-size: 36px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 150px;
}
.indexbanner .indexbanner-content ul li{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #ff6116;
}
.indexbanner .indexbanner-content ul li span{
    color: #ffffff;
    font-size: 13px;
}
.indexbanner .indexbanner-content ul li a{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #ffff;
}
/******** breadcrumbs end ********/


/******** section title start ********/
.section-title{
    text-align: center;
    padding-bottom: 50px;
}
.section-title h2{
    font-family: var(--fontTitle);
    color: #2c6bc6;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.section-title h2::before{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 50px;
    height: 2px;
    animation: title-before 1s infinite alternate;
    background-color: #db5e22;
}
.section-title h2::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 65px;
    width: 20px;
    height: 2px;
    background-color: #db5e22;
    animation: title-after 1s infinite alternate;
}
.section-title h3{
    font-family: var(--fontTitle);
    font-size: 32px;
    font-weight: 300;
    color: #353535;
    text-transform: capitalize;
    margin-top: 25px;
    line-height: 1.1;
}

/******** section title end ********/


/******** breadcrumbs start ********/
.breadcrumbs{
    position: relative;
    overflow: hidden;
}
.breadcrumbs .shape1{
    background-image: url('/templates/netskin/image/inner_page_shape_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 327px;
    position: absolute;
    top: 0px;
    left: -110px;
    z-index: 13;
}
.breadcrumbs .shape2{
    background-image: url('/templates/netskin/image/inner_page_shape_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 679px;
    position: absolute;
    bottom: -353px;
    right: -275px;
    z-index: 13;
}
.breadcrumbs .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
}
.breadcrumbs .breadcrumbs-img img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-top: 0px;
}
.breadcrumbs .breadcrumbs-content{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
}
.breadcrumbs .breadcrumbs-content .page-title{
    font-size: 36px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 150px;
}
.breadcrumbs .breadcrumbs-content ul li{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #ff6116;
}
.breadcrumbs .breadcrumbs-content ul li span{
    color: #ffffff;
    font-size: 13px;
}
.breadcrumbs .breadcrumbs-content ul li a{
    font-family: var(--fontTitle);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #ffff;
}
/******** breadcrumbs end ********/
