
/*= Reset CSS 
============= */
@font-face{font-family:SketchRockwell;src:url(/fonts/SketchRockwell.ttf);}
body { font: 14px "Lato", Arial, sans-serif; min-width: 100%; min-height: 100%; color: #000 !important; background-color: #000;}
.container{margin: 0 auto; max-width: 1200px;}
.container h2{color: #000; float: left; width: 100%; font-size: 24px; font-weight: 400; text-align: center; padding: 50px 0 40px; position: relative; z-index: 50;}
.container h2 span{font-family:SketchRockwell;position: relative; padding-bottom: 10px;}
.container h2 span:after{content: ""; width: 50%; height: 1px; background-color: #000; position: absolute; left: 25%; bottom: 0;}
*{margin: 0; padding: 0; box-sizing: border-box;}
img{max-width: 100%; vertical-align: middle;}
.full-length{width: 100%; float: left; padding-bottom: 80px;}
.container ul{margin: 0 -1.5%;}
.container li{float: left; width: 31.33%; margin: 10px 1%; list-style: none;}


p{font-weight: 300; line-height: 20px; font-size: 14px; margin-bottom: 15px;}
.btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #3d3d3d; background-color: #3d3d3d; text-decoration: none; transition: 0.4s;}
.btn:hover{background-color: transparent; color: #3d3d3d; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}
/*= Reset CSS End
================= *


/* effect-2 css */
.port-2{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border: 1px solid #3d3d3d; perspective: 800px;}
.port-2 .text-desc{z-index: -1; transition: 0.6s;}
.port-2 .image-box{transition: 0.4s;}
.port-2 h3{font-size: 20px; margin: 5px 0 15px;}
.port-2:hover .image-box{transform: rotateX(80deg); transform-origin: center bottom 0; transition: 0.4s;}

.port-2.effect-1:hover .text-desc{opacity: 1;}
/* effect-2 css end */

.text-desc p{margin-bottom:25px;}