﻿#boxMain
{
     position: absolute;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}

#boxshadow
{
    /*position: relative;*/ /* border: 10px ridge #021a3b;*/
    position: absolute;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #6CCACF 0%, #021a3b 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #6CCACF 0%, #021a3b 100%);
    border-image: linear-gradient(to bottom, #6CCACF 0%, #021a3b 100%);
    border-image-slice: 1;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); /*padding: 10px;*/
    background: white; /*   width: 426px;
    height: 240px; */
    width: 541px;
    height: 312px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}

.boxshadowTop
{
    /*position: relative;*/ /* border: 10px ridge #021a3b;*/
    position: absolute;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #989898 0%, #1C1C1C 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #989898 0%, #1C1C1C 100%);
    border-image: linear-gradient(to bottom, #989898 0%, #1C1C1C 100%);
    border-image-slice: 1;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); /*padding: 10px;*/
    background: white; /*   width: 426px;
    height: 240px; */
    width: 541px;
    height: 312px;
    /*top: 50%;*/
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}

/* Make the image fit the box */
#boxshadow img {
    width: 100%;
    border: 1px solid #8a4419;
    border-style: inset;
}

#boxshadow::after {
    content: '';
   /* position: absolute;*/
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);                
    width: 70%; 
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}



#bgPicPNG
{
    position:absolute; /*top: 10%;*/ /* width: 30%;
    height: 30%;*/
    width: 426px;
    height: 240px; /* width: 40%;
    height: 40%;*/
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);

}

#div_New_Tender
{
    position: absolute;
   /* bottom: 120px;*/
    left: 50%;
     top: 77%;
   transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999999;
}


#div_slogan
{
    /*position: relative;*/ /* border: 10px ridge #021a3b;*/
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #6CCACF;
}

@media only screen and (max-width: 480px) {
#boxshadow
{
    /*position: relative;*/ /* border: 10px ridge #021a3b;*/
    position: absolute;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #6CCACF 0%, #021a3b 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #6CCACF 0%, #021a3b 100%);
    border-image: linear-gradient(to bottom, #6CCACF 0%, #021a3b 100%);
    border-image-slice: 1;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); /*padding: 10px;*/
    background: white; /*   width: 426px;
    height: 240px; */
    width: 300px;
    height: 312px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
}
