


figure{
	padding:10px;
	display:block;
	float:left;
	/*background:#5f6a72;*/
	margin:0 10px;
	/*width:150px;*/
}
figcaption{
    width: 229px;

}

figure  img:hover, .trad_li_img img:hover{
  transition:1s;
  transform: scale(1.5) translateX(-30%);
}
.cont_serv_text{
    text-align: left;
    width: 317px;
    padding: 5px 20px;
}      
.container_valv, .container_service{
    display: flex;
    flex-direction:column;
    padding: 20px;
}
.container_service_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}
.art1 img{
    /*border:1px solid  grey;*/
    width:229px;
    height:300px;
    border: 4px double #062347;
    border-radius: 5%;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}
.art {
    display:flex;
    justify-content:center; 
    margin-top: 19px;    
}
.art-headdiv{
    flex-wrap: wrap;
}

.art  img{
	/*border:1px solid  grey;*/
	width:229px;
    height:300px;
    border: 4px double #062347;
    border-radius: 5%;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}
.art-headdiv img{
    height: 183px;
}
.art-headdiv p{
    font-size: 18px;
    font-family: "Palatino Linotype";
    line-height: 1.2em;
    color: #092d58;
    margin-bottom: 10px;
    width: 220px;
    text-shadow: 0px 1px 0 #bcbcbc, 2px 2px 0 #9c9c9c;
    /*text-align: center;   */
}
.art div{
    display: block;
    width: 360px;
    height: 112px;
    text-align: center;
    padding: 9px;
    margin: 20px;
    border: 4px double #062347;
    border-radius: 5%;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}
.art div:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 4px #3A2F28;
}
.art div a{
    text-decoration: none;
    color:#092d58; /*#1d2035;*/
    text-align: center;
}
.service_div{
    width: 329px;
    height: 200px; 
    font-size: 17px;
    line-height: 20px;
    text-align: justify;
}
.page-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
   }
.page-header h1 {
    font-size: 24px;
    font-family: "Palatino Linotype";
    line-height: 1.2em;
    color: #092d58;
    margin: 0px;
    text-shadow: 0px 1px 0 #bcbcbc, 2px 2px 0 #9c9c9c;
    text-transform: uppercase;
    text-align: center;
}
.contact-ul{
    margin: 20px;
    font-size: 16px;
}
table tr td+td{
    font-size: 20px;
    font-weight:bold;
}
.about_us {
    margin-left:20px;
}
.about_us p{

    font-size: 18px;
    padding: 10px 20px;
    text-align: justify;
    font-style: italic;
}
.about_img{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
    }
.about_sec1__img{
    margin: 0;
    width: 500px;
}
.trade{
	display:flex;
	flex-direction:column;
}
.trad_li{
	display:flex;
	flex-direction: column;
}
.trad_li_title{
	text-align:left;
     font-family: "Palatino Linotype";
}
.trad_li_text_img{
	display:flex;
	justify-content:space-around;
}
.trad_li_text p{
	width:380px;
	font-family: 'Lato','Helvetica',"Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #020117;
    font-weight: 600;
}

.trad_li_img{
    margin: 0;
    display: flex;
    justify-content: space-around;
    /*width: 500px;*/
}

.trad_li_img div{
    margin: 0 10px;
}


.trad_li_img img{
	border: 1px solid grey; */
    width: 100px;
    height: 150px;
    border: 4px double #062347;
    border-radius: 5%;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}


@media screen and (max-width: 600px){
  .art{
    display: flex;
    flex-direction: column;
  }
  .tile{
    width: 299px;
  }
  .hed3{
    display: flex;
    flex-direction: column;
    }
  .about_sec1__img{
    display: block;
    width: 400px;
     }
  .hed1{
    text-align: left;
    width: 400px;
  }
  .hed2{
    text-align: left;
  }
  .header{
    display:flex;
    justify-content:flex-start;
  }
  .tel{
    display: block;
  }
   .page-header h1{
    text-align: left;
    font-size: 20px;
 }
 .about_img{
    text-align: left;
    margin:0;
 }
 .about_sec1__img{
    margin:2px;
    width: 300px;
}
.page-header {
    width: 403px;
}

 .container_service_sec {
    display: flex;
    justify-content: column;
    align-items: flex-start;
    flex-direction: column;
}
.footer{
    display: flex;
    justify-content: flex-start;
    }
}

/*Responsive*/


/* 992px - 1200px */
@media screen and (max-width: 1200px) {

}
/* 768px - 992px */
@media screen and (max-width: 992px){}
/* 576px - 768px */
@media screen and (max-width: 768px) {}
/* 320px - 576px */
@media screen and (max-width: 576px){

  .art{
    display: flex;
    flex-direction: column;
  }
  .tile{
    width: 299px;
  }
  .hed3{
    display: flex;
    flex-direction: column;
    }
  .about_sec1__img{
    display: block;
    width: 400px;
     }
  .hed1{
    text-align: left;
    width: 400px;
  }
  .hed2{
    text-align: left;
  }
  .header{
    display:flex;
    justify-content:flex-start;
  }
  .tel{
    display: block;
  }
   .page-header h1{
    text-align: left;
    font-size: 20px;
 }
 .about_img{
    text-align: left;
    margin:0;
 }
 .about_sec1__img{
    margin:2px;
    width: 300px;
}
.page-header {
    width: 403px;
}
figure  img:hover, .trad_li_img img:hover{
  transform: scale(1.5);
}
}

