#style41 {width:100%; }
#style41 .txt1{width:100%; font-size:17px; line-height:32px;  }
#style41 .img1 {padding:100px 0;}
#style41 .img1 img {width:300px;}
#style41 .flex {display:flex; flex-wrap: wrap;  justify-content: space-around;  margin-bottom:100px; }
#style41 .flex2 {  margin:120px 0 0 0; }
#style41 .flex1 .item .effect{ padding:75px 10px 10px 10px !important; min-height:300px; }
#style41 .flex .item .effect{ padding:28px 10px 10px 10px; min-height:300px; }
#style41 .flex .item{ margin-bottom:50px;  width:30%; text-align:center;background:#E2E6F2;border-radius:0px;  }
#style41 .flex .item .tit {font-size:22px; line-height:30px; font-weight:600; padding:0px 0 20px 0; color:#991980/*#5E261A*/ ;}
#style41 .flex .item .tit span {display:block; color:#333; font-size:18px;}
#style41 .flex .item .txt {font-size:15px; line-height:28px;}
#style41 h3 {font-size:32px; font-weight:600; text-align:center; padding:50px 0 60px 0; }
#style41 .gallery {margin:20px 0 100px 0}
#style41 .gallery .item.head {   font-weight:600; min-height:90px}
#style41 .gallery .item {width:45%; float:left; position:relative; margin-bottom:120px; }
#style41 .gallery .item img {max-width:100%; vertical-align:top; border-radius:35px 0}
#style41 .gallery .item:last-child {margin-bottom:40px;}
#style41 .gallery .item:nth-child(even) {float:right;}
#style41 .gallery .item:nth-child(even) .tit {left:0; }
#style41 .gallery .item .tit {position:relative; left:0; bottom:0; width:100%; background:#fff; padding:20px 0 10px 0;
font-size:22px; line-height:30px; font-weight:600;}
#style41 .gallery .item .txt {font-size:16px; line-height:25px;}
#style41 nav{padding:0; margin:0;}

.link-effect-12 div.effect:hover  {box-shadow:5px 6px 15px #999;  
-moz-transition: ease-out 0.4s 0.1s;  -o-transition: ease-out 0.4s 0.1s;  -webkit-transition: ease-out 0.4s;
  -webkit-transition-delay: 0.1s;  transition: ease-out 0.4s 0.1s;}

.link-effect-12 div { position: relative;  overflow: hidden; 
}
.link-effect-12 div.effect p::before {
  height:2px; width: 100%;  background-color: #C905B7;   content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div.effect p::after {
  height:2px; width: 100%;  background: #C905B7;  content: "";  position: absolute;  right: 0;  bottom: 0;  
   -moz-transform: translateX(100%);  -ms-transform: translateX(100%);  -webkit-transform: translateX(100%);  transform: translateX(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div.effect::before {  
  width:2px;  height: 100%;  background: #C905B7;  content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateY(100%);  -ms-transform: translateY(100%);  -webkit-transform: translateY(100%);  transform: translateY(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div.effect::after {
  width:2px;  height: 100%;  background: #C905B7;  content: "";  position: absolute;  right: 0px;  bottom: 0;  
    -moz-transform: translateY(-100%);  -ms-transform: translateY(-100%);  -webkit-transform: translateY(-100%);  transform: translateY(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div.effect:hover::before, .link-effect-12 div.effect:hover::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}
.link-effect-12 div.effect:hover p::before, .link-effect-12 div.effect:hover p::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}



/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#style41 .txt1{ font-size:16px; line-height:26px;  }	
#style41 .img1 {padding:50px 50px; }
#style41 h3 {font-size:25px; padding:10px 0 20px 0; }
#style41 .flex {display:flex; flex-wrap: wrap;  justify-content: space-between;  margin-bottom:50px; }
#style41 .flex2 {  margin:30px 0 0 0; }
#style41 .flex .item{ margin-bottom:10px;  width:100%; padding:0px; border-radius:0px;  }
#style41 .flex .item .effect {min-height:auto; padding:20px 0 !important}
#style41 .flex .item .tit {font-size:22px; line-height:28px; padding:0px 0 10px 0;}
#style41 .flex .item .tit span { font-size:18px;}
#style41 .flex .item .txt {font-size:16px; line-height:26px;}
#style41 .gallery {margin:0px 0 50px 0}

#style41 .gallery .item.head {display:none; }
#style41 .gallery .item {width:100%; float:left; position:relative; margin-bottom:30px; }
#style41 .gallery .item:last-child {margin-bottom:40px;}
#style41 .gallery .item:nth-child(even) {float:left;}
#style41 .gallery .item .tit {  padding:10px 0 0 0; font-size:18px; }
#style41 .gallery .item .txt {font-size:15px; line-height:26px;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

