@charset "UTF-8";
/* CSS Document */

.color-w{
	color: #fff;
}

.page-top-section {
    position: relative;
    height: 405px;
    background: url(../img/01.jpg) no-repeat center 67%;
    background-size: 100%;
}
.page-top-section .page-info h2 {
    color: #000;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 15px;
    float: left;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
				  -1px 1px 0 #fff, 1px -1px 0 #fff,
				  0px 1px 0 #fff,  0 -1px 0 #fff,
				  -1px 0 0 #fff, 1px 0 0 #fff;
}

.section-title h2{
	font-size: 38px;
}
.sv-card .card-text h2{
	font-size: 24px;
}
.service .service-text h2, .service .icon-box-text h2, .icon-box .service-text h2, .icon-box .icon-box-text h2 {
    font-size: 24px;
}
.post-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
}
.newsletter-section h2 {
    font-size: 42px;
    color: #333;
    font-weight: 700;
}
.col-2_section-title {
    text-align: left;
    margin-bottom: 90px;
    padding-top: 50px;
    position: relative;
}
.col-2_section-title h2 {
    text-transform: uppercase;
	font-size: 24px;
    font-weight: 700;
	line-height: 36px;
}

.team-section .container {
    width: 80%;
}




.outline-sec01 {
    padding: 0 7.14286%;
    position: relative;
    width: 100%;
	margin-bottom: 50px;
}
.Col2-wrap-01{
	width: 100%;
	height: auto;
}
.L-img{
	width: 25%;
	float: left;
}
.L-img img{ 
	width: 100%;
}
.R-txt{
	width: 70%;
	float: right;
}
.sign {
    width: 100%;
    text-align: right;
}

.outline-sec02 {
    background: #284ADD;
    position: relative;
    z-index: 2;
    color: #fff;
}
ul.ul-01 {
    width: 45%;
    margin: 0 auto 50px;
    font-size: 18px;
    list-style: none;
}
ul.ul-01 li {
    margin-bottom: 10px;
}
table.tbl-01 .date {
    text-align: left;
    padding-left: 20px;
    padding: 6px 0 6px 20px;
}
table.tbl-01 {
    width: 50%;
    font-size: 17px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #fff;
}



.Col2-wrap-02 {
	width: 100%;
	height: auto;
}
.R-img{
	width: 25%;
	float: right;
}
.R-img img{ 
	width: 100%;
}
.L-txt{
	width: 70%;
	float: left;
}
p.Philosophy-p {
    font-size: 20px;
    margin: 10px auto;
}
ul.Philosophy-ul{
	margin: 20px auto;
}
ul.Philosophy-ul li {
    font-size: 24px;
    font-weight: 600;
    margin: 10px;
}


.outline-tbl-01 {
	width: 95%;
	border-spacing: 0;
	font-size: 14px;
	margin-bottom: 80px;
}
.outline-tbl-01 th{
  border-bottom: solid 2px #00027d;
  padding: 10px 0;
  min-width: 150px;
}

.outline-tbl-01 td{
  border-bottom: solid 2px #ddd;
  padding: 10px 0;
}
.outline-serv-ul {
    color: #fff;
    font-size: 1.4vw;
}
.col-2_section-title-02 {
    text-align: left;
    margin-bottom: 40px;
    padding-top: 50px;
    position: relative;
}
.col-2_section-title-02 h2 {
    text-transform: uppercase;
	font-size: 24px;
    font-weight: 700;
	line-height: 36px;
}






/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
}

@media only screen and (max-width: 1254px) {
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
.page-top-section .page-info h2 {
    color: #000;
    font-size: 30px;
	}
.page-top-section {
    position: relative;
    height: 405px;
    background: url(../img/01.jpg) no-repeat 30% 67%;
    background-size: 200%;
}
.section-title h2 {
    font-size: 28px;
}
.newsletter-section h2 {
    text-align: center;
}	
.flexbox{
  display: flex;
  flex-flow: row wrap;
}
.box1{
    order: 1;
    background: #fff;
    padding-bottom: 50px;
}
.box2{
	order: 2;
}	
	
table.tbl-01 {
    width: 100%;
    font-size: 12px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #fff;
}
table.tbl-01 .date {
    text-align: left;
    padding: 6px 0 6px 10px;
}	
.outline-serv-ul {
    font-size: 17px;
}	
.L-img {
    width: 59%;
    margin: 0 auto;
    float: none;
}	
.R-txt {
    width: 95%;
    margin: 30px auto 0;
    float: none;
}	
.L-txt {
    width: 90%;
    margin: 0 auto;
    float: none;
}
.R-img {
    width: 100%;
    margin: 0 auto;
    float: none;
}
ul.Philosophy-ul li {
    font-size: 20px;
    font-weight: 600;
    margin: 6px;
}
.col-md-5.col-md-offset-1.contact-info.col-push.box2 {
    width: 90%!important;
    margin: 0 auto 80px!important;
}	
.mobile-row {
    width: 95%!important;
    margin: 0 auto!important;
}	
	
}
