 /* .exampleproduct {
        cursor: pointer;
        height: 250px;
        position: relative;
        overflow: hidden;
        width: 350px;
        text-align: center;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
        margin: 0px 0px 0px 160px;
       
      }
      .exampleproduct .fadedbox {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 350px;
        height: 250px;
        padding: 130px;
      }
      .exampleproduct:hover .fadedbox {
        opacity: 0.8;
      }
      .exampleproduct .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
          margin-top: -40px;
 
      }
      .exampleproduct:hover .title,
      .exampleproduct:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 
 
 .exampleproduct1 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
       
      }
      .exampleproduct1 .fadedbox1 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 235px;
        height: 200px;
        padding: 130px 20px;
      }
      .exampleproduct1:hover .fadedbox1 {
        opacity: 0.8;
      }
      .exampleproduct1 .text1 {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct1 .title1 {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
      }
      .exampleproduct1:hover .title1,
      .exampleproduct1:focus .title1 {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 .exampleproduct2 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
      }
      .exampleproduct2 .fadedbox2 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 250px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct2:hover .fadedbox2 {
        opacity: 0.8;
      }
      .exampleproduct2 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct2 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -70px
      }
      .exampleproduct2:hover .title,
      .exampleproduct2:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 
 .exampleproduct3 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 240px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
      }
      .exampleproduct3 .fadedbox3 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 250px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct3:hover .fadedbox3 {
        opacity: 0.8;
      }
      .exampleproduct3 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct3 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -70px
      }
      .exampleproduct3:hover .title,
      .exampleproduct3:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 
 .exampleproduct4 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
          margin: 0px 0px 0px 40px;
       
      }
 
      .exampleproduct4 .fadedbox4 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct4:hover .fadedbox4 {
        opacity: 0.8;
      }
      .exampleproduct4 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct4 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -70px
      }
      .exampleproduct4:hover .title,
      .exampleproduct4:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 .exampleproduct5 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
      }
      .exampleproduct5 .fadedbox5 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct5:hover .fadedbox5 {
        opacity: 0.8;
      }
      .exampleproduct5 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct5 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -100px
      }
      .exampleproduct5:hover .title,
      .exampleproduct5:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 .exampleproduct6 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
          margin: 0px 0px 0px 30px;
       
      }
      .exampleproduct6 .fadedbox6 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct6:hover .fadedbox6 {
        opacity: 0.8;
      }
      .exampleproduct6 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct6 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -100px
      }
      .exampleproduct6:hover .title,
      .exampleproduct6:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 
 
 .exampleBizKonnector {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
         
       
      }
 .exampleBizKonnector .fadedboxBizKonnector {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleBizKonnector:hover .fadedboxBizKonnector {
        opacity: 0.8;
      }
      .exampleBizKonnector .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleBizKonnector .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -100px
      }
      .exampleBizKonnector:hover .title,
      .exampleBizKonnector:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 .exampleproduct7 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
 
      }
      .exampleproduct7 .fadedbox7 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct7:hover .fadedbox7 {
        opacity: 0.8;
      }
      .exampleproduct7 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct7 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -50px
      }
      .exampleproduct7:hover .title,
      .exampleproduct7:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 .exampleproduct8 {
        cursor: pointer;
        height: 200px;
        position: relative;
        overflow: hidden;
        width: 250px;
        text-align: center;
         box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
      }
      .exampleproduct8 .fadedbox8 {
        background-color: #666666;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 240px;
        height: 200px;
        padding: 130px;
      }
      .exampleproduct8:hover .fadedbox8 {
        opacity: 0.8;
      }
      .exampleproduct8 .text {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
      }
      .exampleproduct8 .title {
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.3s;
        margin-top: -40px;
        margin-left: -100px
      }
      .exampleproduct8:hover .title,
      .exampleproduct8:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
      }
 
 */

 .shadow-box-example1 {
    height: 200px;
    width: 250px;
    background-color: white;
     border-radius: 20px;
     border: 1px solid #000080;
  }
  .white-text1{
    text-align: center;
  font-weight: bold;
  font-size: 20px;

  }
  .text1{
    text-align: center;
    font-size: 15px;
  }
  .text2{
    text-align: center;
    font-size: 15px;
    color: red;
  }

  .item1
{
    cursor: pointer;
    border: 1px solid #E0E0E0;
    height: 200px;
     width: 250px;
}

.item1:hover
{
    border-color: #000080;
    box-shadow: 0 0 10px #000080;
}

.selectedItem1
{
    box-shadow: 0px 10px 30px #888888;
    
    background: rgb(240,249,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}




.shadow-box-example2 {
    height: 250px;
    width: 350px;
    background-color: white;
     border-radius: 20px;
     border: 1px solid #000080;
  }
  .white-text2{
    text-align: center;
  font-weight: bold;
  font-size: 20px;

  }
  .text2{
    text-align: center;
    font-size: 15px;
  }
  .text2{
    text-align: center;
    font-size: 15px;
    color: red;
  }

  .item2
{
    cursor: pointer;
    border: 1px solid #E0E0E0;
    height: 250px;
     width: 350px;
}

.item2:hover
{
    border-color: #000080;
    box-shadow: 0 0 10px #000080;
}

.selectedItem2
{
    box-shadow: 0px 10px 30px #888888;
    
    background: rgb(240,249,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}







.shadow-box-example3 {
    height: 200px;
    width: 250px;
    background-color: white;
     border-radius: 20px;
     border: 1px solid #000080;
  }
  .white-text3{
    text-align: center;
  font-weight: bold;
  font-size: 20px;

  }
  .text3{
    text-align: center;
    font-size: 15px;
  }
  .text3{
    text-align: center;
    font-size: 15px;
    color: red;
  }

  .item3
{
    cursor: pointer;
    border: 1px solid #E0E0E0;
    height: 200px;
     width: 300px;
}

.item3:hover
{
    border-color: #000080;
    box-shadow: 0 0 10px #000080;
}

.selectedItem3
{
    box-shadow: 0px 10px 30px #888888;
    
    background: rgb(240,249,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}
