@charset "utf-8";
/* CSS Document */

.main-table{font-family: 'Roboto', sans-serif; font-weight:normal; Font-size:15px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight: bold; Font-size: 20px; color: #093b5a; line-height: 36px; border-bottom: 1px #ccc dashed; margin-bottom: 10px;
    text-align: left; margin-top: 0;}
	
.sub-heading{ font-weight: bold; Font-size: 18px; color:  #093b5a; line-height: 30px; text-align: left; margin-bottom: 5px;}	
.team-title{ font-weight:bold; Font-size:16px; color:#333; line-height:30px; text-align: left;}



.banner-bx{ margin-top: 20px; margin-bottom: 20px;}

.td-banner{ width:100%; 
    position: relative;
	background: #093b5a;
    border: 2px solid transparent;
	z-index:9999;
	padding:10px;
	margin-bottom: 15px;
	}
	
.td-banner:before{    content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; top:0;}
	
.td-banner:after{ content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; bottom: 0;}
	
.img-bn{ text-align: center;}

.img-bn img{ background: #044683; border-radius: 50%; padding: 10px 10px; border: 3px solid #5696d0; box-shadow: 2px 3px 4px #0a4174; transition:0.5s; }
	
.td-banner:hover .img-bn img{ transform:rotate(360deg) scale(1.1); transition:0.5s; }
	
.td-banner:hover:after, .td-banner:hover:before{ left: 35px; opacity: 1;}

.td-banner:hover{ /* transform: translate(0px,-6px); */ box-shadow: 0px 4px 3px #ccc; border:2px solid #eee; }

.td-banner h2{ font-family: Helvetica, Arial;  font-size: 22px; text-align: center; color: #fff; line-height: 30px; margin-top: 0; padding: 3px 0px 5px;}
	
.td-banner p{ font-family: Helvetica; font-size: 14px; color: #fff; line-height: 20px; padding: 0 10px;}	
.td-banner a{ font-size: 12px; color: #fff; text-decoration: none; float: right; margin-right: 20px;}

/*banner*/



.emailsubscription h2{font-size:22px; font-weight:bold; color:#fff; text-align:left; line-height:30px;}
.emailsubscription p{ font-size:14px; color: #fff; text-align:left; line-height:20px;}

.emailsubscription input{ display: inline-block;}

.Subscribecss{ color:#666; padding: 3px 15px; line-height: 40px; border-radius: inherit; border: 1px solid #ccc9c9;}
.ssubmit{ padding: 3px 15px;  line-height: 40px; border-radius: inherit;  position: absolute;  border: none;  color: #fff; background-color: #064a80;}