/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.slide-index img{
    max-height: 700px;
    object-fit: cover;
}
.owl-theme .owl-nav{
    margin: 0;
}
.slide-index .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
@media(max-width: 767px){
    .owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-index*/

/*st1*/
.st1-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
    color: #020475;
    font-family: UTMAvoBold;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-heading2{
    color: #fff;
}
.st1-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 10px;
}
.st1-title2{
    color: #fff;
}
.st1-heading p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
    .st1-title b{
        margin: 8px 10px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-title b{
        display: none;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
    .st1 .st1-title{
        display: none;
    }
}
/*End st1*/

/*st3*/
.st3-item {
    margin-bottom: 30px;
}
.st3-item-inner {
    padding: 20px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 5%);
    text-align: center;
    height: 100%;
    width: 100%;
    color: #111020;
    transition: all 0.3s;
}
.st3-item-img{
    width: 80px;
    height: 80px;
}
.st3-item-inner:hover {
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
}
.st3-item-name {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
}
.st3-item-des {
    margin-bottom: 0;
    font-size: 14px;
    /*height: 115px;*/
    overflow: hidden;
}
@media(max-width: 767px){
    .st3-item-inner{
        padding: 8px;
    }
}
/*End st3*/

/*ldp8*/
.ldp8-content .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
}
.ldp8-content .panel-default>.panel-heading{
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 50 82 / 9%);
}
.ldp8-content .panel-title a{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 20px 15px 50px;
}
.ldp8-content .panel-title a:before, 
.ldp8-content .panel-title a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 29px;
    right: auto;
    left: 25px;
}
.ldp8-content .panel-title a:before {
}
.ldp8-content .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.ldp8-content .panel-title a:hover,
.ldp8-content .panel-title a[aria-expanded=true] {
    color: #fff;
    background: linear-gradient(to right, #020475 , #3A5BA0 );
}
.ldp8-content .panel-title a:hover:before,
.ldp8-content .panel-title a:hover:after{
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:before {
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}
/*End ldp8*/


/*st7*/
.st7{
    color: #fff;
}
.st7-content-inner{
    width: 850px;
    max-width: 100%;
    display: inline-block;
}
.st7-btn {
    display: inline-flex;
    align-items: center;
    height: 45px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 0px 30px;
    border-radius: 35px;
    background: #ffd33a;
    margin: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.st7-btn:hover{
    background: #cba72c;
    color: #000;
}
.st7-btn i{
    margin-right: 5px;
}
.st7-btn2{
    background: #ed1c24;
    color: #fff;
}
.st7-btn2:hover{
    color: #fff;
    background: #c1151b;
}
/*End st7*/

/*st8*/
.st8-item-inner{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 16px;
    display: block;
    color: #fff;
}
.st8-item-img{
    position: relative;
}
.st8-item-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.st8-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 122, 0);
    -webkit-transition: opacity .6s,-webkit-transform .3s;
    transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events: none;
    background-image: linear-gradient(to top, #0000007a , #00000000);
}
.st8-item-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    font-size: 0.9em;
    transition: all 0.4s;
}
.st8-item-text p {
    background: rgba( 255, 255, 255, 0.25 );
    backdrop-filter: blur( 4px );
    border-radius: 50px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 2px 8px;
    font-weight: 700;
    color: #fff;
    opacity: .7;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    margin: 2px 0;
}
.st8-item-name {
    font-size: 18px;
    padding-top: 6px;
    width: 82%;
    margin: 2px 0;
    color: #fff;
    font-weight: bold;
}
.showhover {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 25px;
    bottom: 10px;
    color: #fff;
    background: rgba( 255, 255, 255, 0.40 );
    backdrop-filter: blur( 6.5px );
    border-radius: 50%;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    font-size: 24px;
    text-align: center;
    display: none;
}
.st8-item-inner:hover .showhover {
    display: block;
}
.st8-item-inner:hover .st8-item-text{
    transform: translateX(14px);
    transition: 0.8s;
}
.st8-item-inner:hover .st8-item-text p{
    opacity: 1;
}
/*End st8*/

/*stldp1*/
.stldp1{
    background: url(../images/stldp1.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.stldp1-title {
    font-size: 25px;
    color: #ffd33a;
    margin-bottom: 15px;
    line-height: 1.6;
    margin-top: 0;
    font-weight: bold;
}
.stldp1-title:after {
    content: '';
    width: 100px;
    height: 3px;
    display: block;
    background-color: #ffd33a;
    margin-top: 15px;
}
.ul-stldp1 li {
    background: url(../images/icon7.png) no-repeat left;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
@media(min-width: 991px){
    .stldp1-right .ul-stldp1 li{
        background-image: url(../images/icon8.png);
        color: #000;
    }
}
.stldp1-right .stldp1-title{
    color: #005baf;
}
.stldp1-right .stldp1-title:after{
    background-color: #005baf;
}
@media(max-width: 1199px){
    .stldp1-title{
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .stldp1{
        background-color: #020475;
        background-image: -moz-linear-gradient(145deg, #020475, #3A5BA0);
        background-image: -webkit-linear-gradient(145deg, #020475, #3A5BA0);
        background-image: linear-gradient(145deg, #020475, #3A5BA0);
    }
    .stldp1-title br{
        display: none;
    }
    .stldp1-right .stldp1-title{
        color: #00ea94;
        margin-top: 15px;
    }
    .stldp1-right .stldp1-title:after {
        background-color: #00ea94;
    }
}
@media(max-width: 767px){
    .stldp1-title {
        font-size: 16px;
    }
    .ul-stldp1 li{
        font-size: 14px;
        background-position: top 7px left;
    }
}

/*End stldp1*/

/*stldp2*/
.stldp2-item{
    margin-bottom: 25px;
}
.stldp2-item-inner{
    margin-top: 30px;
    padding: 40px 25px 0px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    font-size: 14px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    height: 100%;
}
.stldp2-item-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s ease;
    border-radius: 50%;
    background-color: #020475;
    background-image: -moz-linear-gradient(145deg, #020475, #3A5BA0);
    background-image: -webkit-linear-gradient(145deg, #020475, #3A5BA0);
    background-image: linear-gradient(145deg, #020475, #3A5BA0);
    box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    font-size: 25px;
}
.stldp2-item-inner:hover{
    background-color: #020475;
    background-image: -moz-linear-gradient(145deg, #020475, #3A5BA0);
    background-image: -webkit-linear-gradient(145deg, #020475, #3A5BA0);
    background-image: linear-gradient(145deg, #020475, #3A5BA0);
    color: #fff;
}
.stldp2-item-name {
    margin: 25px 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.stldp2-item-inner:hover .stldp2-item-icon{
    background: #fff;
    color: #020475;
}
.stldp2-item-inner:hover .stldp2-item-name{
    color: #fff;
}

@media(max-width: 767px){
    .stldp2-item-inner{
        padding: 10px;
    }
}
/*End stldp2*/

/*lay6*/
.lay6-box{
    background-color: #fff;
    border: 1px dashed #18aa60;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
    padding: 20px 20px 10px;
    position: relative;
}
.lay6-box.active {
    height: auto;
}
a.btn-show2 {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 20px;
    background: #09b060;
    margin: 0 10px;
}
a.btn-show2:hover {
    opacity: 0.7;
}
/*End lay6*/