#about_01 { width:85%; overflow:hidden; padding:0;   margin:0 auto; text-align: center; }
#about_01 p.txtP { font-size: 18px;  line-height: 33px;  letter-spacing: -1.1px;  word-spacing: 2px; padding-bottom:20px; }
.blue {font-weight: 700; color: #007ac3;   font-size: larger;}
#about_01 p.h3 { padding-bottom:20px;font-size: 30px;    color: #555;    line-height: 45px;  font-weight: 500;}
#about_01 .sub_txt01 {display: block; padding: 25px;}
#about_01 .ci{display: block;    padding: 20px 20px;    text-align: center;   background-color: #f8f8f7;   margin-bottom:30px;     width: 100%; box-sizing: border-box; float: left;}
#about_01 .ci img{ display: block;   margin-left: auto;  margin-right: auto;  width: 40%;     padding: 80px; }

#about_01 section {float:left; width:33.3333%;     box-sizing:border-box; }
#about_01 section div{font-size:17px;  background-color:#f0f0f0; background-repeat:no-repeat; background-position: center 48px;
display:block;  min-height:300px; padding:0px 20px; margin:5% 7%;  box-sizing:border-box; text-align:center; }
#about_01 section div p {vertical-align: middle; overflow:hidden;  padding-top:60px; }
#about_01 section span.txt01{display:block; padding:25px 0; line-height:30px;  }
#about_01 section strong {font-size:35px; font-weight:400; }
#about_01 section div: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;}


/*#about_01 section.Box_01 div{background-image:url("../img/img1.jpg"); }
#about_01 section.Box_02 div{background-image:url("../img/img2.jpg"); }
#about_01 section.Box_03 div{background-image:url("../img/img3.jpg"); }*/

.color {text-align:center; margin:0 auto;  width:100%; }
.row{margin: auto; width: 100%;}
.column {padding: 38px; margin: 10px; height: 150px; center; font-size: 18px;color: white; display: inline-block;}

.containerTab {padding: 20px;color: white;}

/* Clear floats after the columns */
.row:after {content: "";display: table;clear: both;}

/* Closable button inside the container tab */
.closebtn {float: right;color: white;font-size: 20px;cursor: pointer;}


.btn {
  border: 1px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
 width: 250px;
 margin-bottom: 20px;
}
.default {
   border-color: #2196F3;
  color: dodgerblue;
}

.default:hover {
background: #2196F3;
  color: white;
}

/*button effect*/
.link-effect-12 div { position: relative;  overflow: hidden;
}
.link-effect-12 div p::before {
height:2px; width: 100%;  background-color: #0ca6db;   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 p::after {
height:2px; width: 100%;  background: #0ca6db;  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::before {
width:2px;  height: 100%;  background: #0ca6db;  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::after {
width:2px;  height: 100%;  background: #0ca6db;  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:hover::before, .link-effect-12 div:hover::after {
-moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}
.link-effect-12 div:hover p::before, .link-effect-12 div:hover p::after {
-moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}

/*---------------------------------------
MOBILE RESPONSIVE
-----------------------------------------*/
@media (max-width: 1255px){
.column {height: 130px;font-size: 16px;  margin: 10px;}
} 

@media (max-width: 1023px) {
#about_01 {padding:30px 0; }
#about_01 .sub_txt01 { padding:0px;  }
#about_01 div.wd_11 {width:100%; margin:50px auto 0 auto;}
#about_01 section {float:none; width:100%; }
#about_01 section nav div { border:1px solid #dfdfdf;}
#about_01 section strong {opacity: 1;}
#about_01 section span.txt01{ font-size:16px; line-height:20px; }
#about_01 p.h3 { padding-bottom:20px;    font-size: 28px;    line-height: 43px;}
#about_01 .ci img{ width: 50%;     padding: 80px; }
.btn {width:45%; }
.column {height: 150px; }
}
@media (max-width: 768px) {
.btn {width:45% }
}
@media (max-width: 640px) {#about_01 .ci img{ width:100%;     padding: 50px; }
#about_01 p.txtP{font-size: 17px;
    word-spacing: 4px;
    letter-spacing: -1.2px;
    line-height: 30px;}

.btn {width:45%;font-size:11px; }
}
@media (max-width: 480px) {
#about_01 section {float:left; width:100%;}
.row{margin: auto; display: block; }
.column {float: left;width: 21%;padding: 5px; margin: 5px; height: 70px; center; line-height:18px; font-size: 13px;cursor: pointer;color: white;}
.btn {width:45%;font-size:12px; padding:10px; }

}
@media (max-width: 320px) 
}


