/*= Reset CSS 
============= */

.container2{margin: 0 auto;max-width: 1262px;overflow:hidden;position:relative; padding-top:50px;}
.container2 li {float: left;width: 290px;list-style: none;height:290px;display: inline;margin-left:34px; margin-bottom:34px; cursor:pointer;}
.container2 li:first-child { margin-left:0;}

.btn{display: inline-block;font-size: 14px;color:#0057a6;border: 1px solid #fff;background-color:#fff;text-decoration: none;transition: 0.4s;padding:5px 30px;margin-top: 20px;}
.btn:hover{background-color: transparent;color:#fff;transition: 0.4s; text-decoration:none;}
.text-desc{position: absolute; left: 0; top: 0; background-color:rgba(0,87,166,0.8); height: 100%; opacity: 0; width: 100%;}

.more {text-align:center; clear:both;}
.more a { display:inline-block;width:171px; height:43px; line-height:43px;border-radius:45px; text-decoration:none; margin:0 20px;background:#0057a6; border:#0057a6 2px solid; color:#fff;}
.more a:hover,.more a.s1 {border:#0057a6 2px solid; color:#0057a6; background:#fff;}
.more a.s1:hover {background:#0057a6; border:#0057a6 2px solid; color:#fff;}
.more a:hover,.more a.s1:hover {transition: 0.4s;}

/*= Reset CSS End
================= *

/* effect-1 css */
.text-desc p {line-height: 25px;color: #FFF;font-size: 14px;font-family: Arial, Helvetica, sans-serif;text-transform:uppercase; font-size:15px; padding-top:15px;}
.port-1{float: left;width: 100%;position: relative;overflow: hidden;text-align: center;}
.port-1 .text-desc{opacity: 0.9; top: -100%; transition: 0.5s; color: #000;}
.port-1 .text-desc h3 { padding-top:100px;font-size: 25px;font-weight: bold;color: #FFF;}
.port-1 .text-desc p { display:none;}
.port-1 img{ width:290px; height:290px;transition:all 1s;}
.port-1:hover img{transform:scale(1.2,1.2);transform-origin:center center}

.port-1.effect-1:hover .text-desc{top: 0; }

.port-1.effect-2 .text-desc{top: auto; bottom: -80%;}
.port-1.effect-2:hover .text-desc{bottom: 0;}

.port-1.effect-2 .text-desc h3{padding-top:13px; font-size:18px; font-weight:100;}
.port-1.effect-2:hover .text-desc h3{padding-top:100px;font-size: 25px;font-weight: bold;}

.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}
.port-1.effect-3:hover .text-desc{width: 100%; top: 0; left: 0; height: 100%; padding: 45px 20px 20px;}
/* effect-1 css end */
