/*-----General-----*/
.txt p, li{
    font-size: 1rem;
    font-weight: 700;
}
.p-portal{
    font-size: 1rem;
    font-weight: 700;
}
.img-general{
    width: 100%;
    /*width: 650px;*/
}

/*-----About-----*/
ol{
    font-weight: 800;
}
ol li{
    list-style-type: lower-latin;
}
.icon-back img{
    background-color: #F2B705;
    width: 50px;
    padding: 6px;
    border-radius: 50%;

}
.title-about{
    margin-bottom: 30px;
}
.title-about h2{
    background-color: #D90404;
    width: 500px;
    padding: 8px;
    color: #FFFFFF;
    font-weight: 900;
    margin: auto auto;
}
.icon-txt h5{
    color: #D90404;
    padding-top: 6px;
}
/*
.about-img:last-child{
    margin-top: 30px;
}*/
.col-img{
    margin-bottom: 30px;
}
/*-----Contact-----*/
.txt h3{
    background-color: #F2B705;
    padding: 6px;
    width: 230px;
    margin: 20px auto 30px auto;
    text-align: center;
    font-weight: bolder;
    color: #D90404;
}
.txt h2{
    font-weight: 900;
}
.txt .bx-h2{
    margin-top: -16px;
    margin-left: 2px;
    font-weight: bolder;
}
.contact-img{
    text-align: center;
    display: flex;
}
.contact-img img{
    width: 330px;
    margin: 10px;
    transition: .5s all;
}
.icon-contact img{
    width: 30px;
}
.tx-contact{
    margin-top: -10px;
    margin-left: 30px;
    padding: 10px;
    width: 400px;
}
.tx-contact p{
    font-weight: 700;
    font-size: .8rem;
}
.title-contact h4{
    padding: 10px;
    margin-top: 10px;
}
.contact-txt{
    margin: 30px;
}
.end-contact .number{
    margin: 2px;
}
.end-contact .number:last-child{
    margin-bottom: 8px;
}
/*-----Gallery-----*/
.gallery{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gallery-img{
    width: 100%;
    padding: 10px;
}
.gallery-ph{
    width: 100%;
}
/*-----Services-----*/
/*-----Trainning-----*/
/*-----Offshore------*/
.title-offshore{
    margin-bottom: 30px;
}
.title-offshore h2{
    background-color: #D90404;
    width: 1090px;
    padding: 8px;
    color: #FFFFFF;
    font-weight: 900;
    margin: auto auto;
}
.off-title{
    background-color: #F2B705;
    padding: 10px;
    width: 650px;
    margin: auto auto;
}
.off-title h3{
    color: #D90404;
    font-weight: 900;
}
.off-title p{
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: -15px;
}
.off-body{
    margin-top: 20px;
}
.off-img{
    margin: auto auto;
    text-align: center;
}
.ol-offshore li{
    list-style-type: circle;
}
.body-img img{
    height: 450px;
}

/*-------------------------*/
.dorp-ul{
    background-color: #fff;
    padding: 10px;
    margin-left: 8px;
    position: absolute;
    width: 190px;
    top: 68px;
    display: none;
    z-index: 1;
    transition: .3s all;
    box-shadow: 1px 4px 6px #3a3b45;
}
.dorp-ul li{
    padding: 3px;
    margin-bottom: 3px;
    /*background-color: #3a3b45;*/
}
.dorp-ul .dorp-li{
    list-style: none;
    text-decoration: none;
    color: #666;
    transition: .2s all;
}
.dorp-ul .dorp-li:hover{
    color: black;
}
.dorp:hover .dorp-ul{
    display: block;
}
