html {
font-size: 16px;
}


ul.image-panel{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-right: -.375rem;
    margin-bottom:0px;
}

ul.image-panel li{
  width: 33.33333%;
  position: relative;
  overflow: hidden;
  margin: -.0625rem;
}

ul.image-panel li:before{
  content: "";
  display: block;
  padding-top: 65%;
  background:#000;
}




.project-block-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-block-wrapper .project-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);

}


.project-block-wrapper .project-image:after{
  content:"";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}


/*TEXT CONTENT*/
ul.image-panel li .project-content {
    width: 100%;
    height: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

ul.image-panel li .project-content>a .project-text {
    position: relative;
    padding-right: 80px;
}


ul.image-panel li .project-content>a .project-text .project-title {
    letter-spacing: 0;
    font-family: Poppins,sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #2E95AE;
    margin:0px;
}

ul.image-panel li .project-content>a .project-text img.arrow{
  display:none; 
}



/*hover effect*/
@media only screen and (min-width: 1200px){
ul.image-panel li .project-content>a .project-text .project-title {
    font-size: 24px;
    line-height: 36px;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity:0;
    margin-top:-32px;
}

ul.image-panel li .project-content>a .project-text img.arrow{
  position: absolute;
  content:"";
  height:24px;
  width:32px;
background-image:url('three.swoopwebdesign.com/assets/images/arrow-lines.png');
  background-repeat: no-repeat;
  display: block;
  opacity:0;
  margin-left:-32px;
  margin-top:16px;
}
  
ul.image-panel li .project-content>a {
    display: table-cell;
    vertical-align: middle;
    padding: 32px;
    position: relative;
    text-decoration: none;
}
  
.project-block-wrapper:hover > .project-image:after{
 background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s;
    transition: all .3s;
}

.project-block-wrapper:hover > .project-image{
  -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.project-block-wrapper:hover .project-content>a .project-text .project-title {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity:1;
  margin-top:0px;
}

.project-block-wrapper:hover .project-content>a .project-text img.arrow {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity:1;
  margin-left:0px;
}
}

@media only screen and (max-width: 1199px){
  ul.image-panel li .project-content>a .project-text {
    position: relative;
    padding-right: 32px;
}
  
ul.image-panel li .project-content>a .project-text .project-title {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity:0;
    margin-left:-32px;
    margin-bottom:0px;
}


  
ul.image-panel li .project-content>a {
    display: table-cell;
    vertical-align: bottom;
    padding: 24px;
    position: relative;
    text-decoration: none;
}
  
.project-block-wrapper:hover > .project-image:after{
 background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s;
    transition: all .3s;
}

.project-block-wrapper:hover > .project-image{
  -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.project-block-wrapper:hover .project-content>a .project-text .project-title {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity:1;
  margin-left:0px;
}

.project-block-wrapper:hover .project-content>a .project-text img.arrow {
display: none;
}
}


@media only screen and (max-width: 1023px){
ul.image-panel li{
  width: 50%;
}
  
   ul.image-panel li .project-content>a .project-text {
    position: relative;
    padding-right: 0px;
}
  
ul.image-panel li .project-content>a .project-text .project-title {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity:1;
    margin-left:0px;
    margin-bottom:0px;
    color:#fff;
}


  
ul.image-panel li .project-content>a {
    display: table-cell;
    vertical-align: bottom;
    padding: 24px;
    position: relative;
    text-decoration: none;
}
  
.project-block-wrapper:hover > .project-image:after{
 background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0s;
    transition: all 0s;
}

.project-block-wrapper:hover > .project-image{
  -webkit-transform: scale(1,11);
    transform: scale(1,1);
}

.project-block-wrapper:hover .project-content>a .project-text .project-title {
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity:1;
  margin-left:0px;
}

.project-block-wrapper:hover .project-content>a .project-text img.arrow {
display: none;
}
  
}

@media only screen and (max-width: 599px){
ul.image-panel li{
  width: 100%;
}
  
}

/*animation*/
.feature-fade-1{
  animation-delay: .2s;
  animation-duration: 1s;
}

.feature-fade-2{
  animation-delay: .6s;
   animation-duration: 1s;
}

.feature-fade-3{
  animation-delay: .4s;
   animation-duration: 1s;
}

.feature-fade-4{
  animation-delay: 1s;
}

.feature-fade-5{
  animation-delay: 1.2s;
}

.feature-fade-6{
  animation-delay: .8s;
}

.test{
  height:2000px;
}







  



