.gallery-page .box{
    overflow: hidden;
    border: 2px solid #fc5508;
    padding: 3px;
    background: #0f1934;
    position: relative;
    margin-bottom:30px;
}
.gallery-page .box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.gallery-page .box:hover img{ transform: scale(1.1); }
.gallery-page .box .box-content{
    width: 100%;
    height: 100%;
    background: rgba(47,50,54,0.91);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg) scale(0.5);
    transition: all 0.45s ease-out 0s;
}
.gallery-page .box:hover .box-content{
    opacity: 1;
    transform: rotateY(0deg) scale(1);
}
.gallery-page .box .box-content:before{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 5%;
}
.gallery-page .box .icon{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 40%;
}
.gallery-page .box .icon li{ display: inline-block; }
.gallery-page .box .icon li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    color: #fc5508;
    transition: all 0.5s ease 0s;
}
.gallery-page .box .icon li a:hover{
    background: #fc5508;
    color: #fff;
}
.gallery-page .box .content{
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.gallery-page .box .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.gallery-page .box .post{
    display: block;
    font-size: 14px;
    color: #fff;
}
.gallery-page iframe {
    height:214px;
}
.certificate img {
    width:100%;
}
.pages-setion .box {
    background: white;
    padding: 10px;
    box-shadow: 0 0 10px #f1f1f1;
}
.pages-setion .box p {
    text-align:justify;
}
.blog-sec-1 {
    background: #fafafa;
}
.product-page .widget-archive {
    padding: 20px 10px;
    background: white;
}

.sitemap-sec {
    padding: 50px 0;
}
.sitemap-sec .box-shadow-page {
    box-shadow: 0 -1px 5px 0 rgb(96 97 94 / 47%);
    padding: 10px 10px 40px 10px;
    background: #fc5508;
    text-align: justify;
    border-top: 2px solid #0f1934;
}
.sitemap-sec .box-shadow-page h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}
.sitemap-sec .box-shadow-page .sitemap h4 {
    font-size: 17px;
    text-align: left;
    color: #fff;
    padding: 20px 0 10px;
    border-bottom: 3px solid #0f1934;
    margin-bottom: 10px;
    font-weight: 500;
}
.sitemap-sec .box-shadow-page .sitemap ul {
    margin: 0;
    padding: 0;
}
.sitemap-sec .box-shadow-page .sitemap ul li a {
    color: #fff;
    padding: 10px 0 0 0;
    border-bottom: 1px dashed #0f1934;
    display: block;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}
.product-details .details-prod h2 {
    color: #fc5508;
    font-size: 22px;
}
.product-details .details-prod .prise span {
        color: #0f1934;
    font-size: 18px;
    font-weight: 600;
}
.product-details .details-prod table {
        border: 1px solid #d0cccc;
    width: 100%;
    padding: 10px;
    display: block;
    background: #fff;
    margin: 20px 0;
}
.product-details .details-prod table td, th {
    width: 10%;
    border: 1px solid #d8d5d5;
    padding: 5px;
}
.product-details .details-prod .download-button-area {
    
}
.details-video .slick-list{
    margin-bottom: 30px;
}
.details-video .YouTubeVideoSec .imgVideo img {
    max-width: 360px;
    height: 231px;
}