/***

====================================================================
	History Infographic
====================================================================

***/

.row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}
.div-left-inner{
    -ms-flex: 49%; /* IE10 */
    flex: 49%;
    position: relative;
    text-align: right;
     border-right: 2px solid #1a92fa;
   
}
.div-shadow{
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
   
}
.div-left{
    -ms-flex: 50%; /* IE10 */
    flex: 50%;

}
.div-right  {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  
}
.div-number {
    position: absolute;
    top: -12px;
    right: -30px;
    display: inline-block;
    background: #1a92fa;
    color: #fff;
    font: 700 28px "Roboto", Arial, sans-serif;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
}
.div-title{
  padding: 7px 40px 0px 40px;
  color:black;
  
}
.div-title h3{
 font-weight: bold;
  color:black;
  font-size:20px;
}

.div-text{
  padding: 0px 40px 30px 40px;
  color:black;
}

@media screen and (max-width: 700px) {
    .row {   
        flex-direction: column;
    }
    .div-left-inner{
        text-align: left;
        border-left: 2px solid #1a92fa;
        border-right: 2px solid #fff;
        min-height:0px;
    }
    .div-number{
        top: -px;
    left: -25px;
    }
    .div-shadow{
        border-left: 2px solid #1a92fa;
    }
}

@media screen and (min-width: 700px) {
 
    .div-left-inner{
     
        min-height:200px;
    }
   
}
/*****
*****/
.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}


/* type 16 */

.photobox_type16 .photobox__previewbox:before{
  width: 100%;
  height: 100%;
  
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, .5));
  opacity: 0;
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.photobox_type16:hover .photobox__previewbox:before{
  opacity: 1;
}

.photobox_type16 .photobox__label{
  width: 98%;
  text-align: center;
  
  opacity: 0;  
  transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 85%;
  left:32%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.photobox_type16:hover .photobox__label{
  opacity: 1;
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
}

.photobox_type16 .photobox__preview{
	transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	transform: scale(1) translate(0, 0);
}

.photobox_type16:hover .photobox__preview{
  transform: scale(1.2) translate(4%, 4%);
}
.photobox_type17 .photobox__previewbox:before{
  width: 100%;
  height: 100%;
  
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, .5));
  opacity: 0;
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.photobox_type17:hover .photobox__previewbox:before{
  opacity: 1;
}

.photobox_type17 .photobox__label{
  width: 98%;
  text-align: center;
  
  opacity: 0;  
  transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 90%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.photobox_type17:hover .photobox__label{
  opacity: 1;
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
}

.photobox_type17 .photobox__preview{
	transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	transform: scale(1) translate(0, 0);
}

.photobox_type17:hover .photobox__preview{
  transform: scale(1.2) translate(4%, 4%);
}
.photobox{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 50%;
overflow: hidden;

  --photoboxOverlay: rgba(0,30,87, 0.7);
 
  /*--photoboxAnimationDuration: .5s;*/
}
.photobox1{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
 

  --photoboxOverlay: rgba(0,30,87, 0.7);

  /*--photoboxAnimationDuration: .5s;*/
}
@media screen and (max-width: 480px){
  .photobox{
    width: 100%;
  }
}

@media (min-width: 768px){

  html{
    font-size: 62.5%;
  }
}

@media (max-width: 767px){

  html{
    font-size: 50%;
  }
}

.cl1{
width: 50%;
overflow: hidden;

}
.cl2{
width: 50%;
overflow: hidden;
}

@media screen and (max-width: 700px) {
    .row {   
        flex-direction: column;
    }
    .cl1{
width: 100%;
overflow: hidden;

}
.cl2{
width: 100%;
overflow: hidden;
}
.photobox{
    width:100%;
}
.photobox1{
    width:100%;
}
}

.cl1 a{
    color:white;
}
.cl2 a{
    color:white;
    }
    .cl1 a:hover{
    color:white;
}
.cl2 a:hover{
    color:white;
    }
    @media screen and (max-width: 1620px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:30%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 20%;}
         .photobox1{font-size: 16px;}
         .photobox{font-size: 16px;}
    }
    @media screen and (max-width: 1500px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:30%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 20%;}
         .photobox1{font-size: 14px;}
         .photobox{font-size: 14px;}
    }
    @media screen and (max-width: 1200px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:35%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 20%;}
         .photobox1{font-size: 14px;}
         .photobox{font-size: 14px;}
    }
     @media screen and (max-width: 1000px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:40%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 25%;}
         .photobox1{font-size: 12px;}
         .photobox{font-size: 12px;}
    }
     @media screen and (max-width: 850px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:43%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 25%;}
         .photobox1{font-size: 12px;}
         .photobox{font-size: 12px;}
    }
    @media screen and (max-width: 700px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:20%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 20%;}
         .photobox1{font-size: 16px;}
         .photobox{font-size: 16px;}
    }
     @media screen and (max-width: 500px) {
        .photobox_type16 .photobox__label{
         top: 85%;
         left:30%;}
         .photobox_type17 .photobox__label{
         top: 90%;
         left: 27%;}
         .photobox1{font-size: 16px;}
         .photobox{font-size: 16px;}
    }