/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,  ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
 

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
::selection {
	background: #5d9e3b;
	color:#FFF;  
	}
::-moz-selection {
	background: #5d9e3b;
	color:#FFF; 
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px; 
	 
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}
A:focus{
	outline:none;
}
*:focus{
	outline:none;
}


/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/************************************************************************************
FONT FACE
*************************************************************************************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/sourcesanspro-bold.eot');
    src: url('../fonts/sourcesanspro-bold.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold.woff') format('woff'),
         url('../fonts/sourcesanspro-bold.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold.svg#SourceSansProBold') format('svg');
}
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/sourcesanspro-regular.eot');
    src: url('../fonts/sourcesanspro-regular.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular.woff') format('woff'),
         url('../fonts/sourcesanspro-regular.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular.svg#SourceSansProRegular') format('svg');
}
@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/sourcesanspro-light.eot');
    src: url('../fonts/sourcesanspro-light.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light.woff') format('woff'),
         url('../fonts/sourcesanspro-light.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light.svg#SourceSansProLight') format('svg');
}
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/sourcesanspro-semibold.eot');
    src: url('../fonts/sourcesanspro-semibold.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold.svg#SourceSansProSemibold') format('svg');
}
@font-face {
    font-family: 'SourceSansProBlack';
    src: url('../fonts/SourceSansProBlack.eot');
    src: url('../fonts/SourceSansProBlack.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProBlack.woff2') format('woff2'),
         url('../fonts/SourceSansProBlack.woff') format('woff'),
         url('../fonts/SourceSansProBlack.ttf') format('truetype'),
         url('../fonts/SourceSansProBlack.svg#SourceSansProBlack') format('svg');
}*/
 
/************************************************************************************
FONT FACE
*************************************************************************************/
@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/sourcesanspro-bold.eot');
    src: url('../fonts/sourcesanspro-bold.eot') format('embedded-opentype'),
url('../fonts/sourcesanspro-bold.woff2') format('woff2'),
url('../fonts/sourcesanspro-bold.woff') format('woff'),
url('../fonts/sourcesanspro-bold.ttf') format('truetype'),
url('../fonts/sourcesanspro-bold.svg#SourceSansProBold') format('svg');
}
@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/sourcesanspro-regular.eot');
    src: url('../fonts/sourcesanspro-regular.eot') format('embedded-opentype'),
url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
url('../fonts/sourcesanspro-regular.woff') format('woff'),
url('../fonts/sourcesanspro-regular.ttf') format('truetype'),
url('../fonts/sourcesanspro-regular.svg#SourceSansProRegular') format('svg');
}
@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/sourcesanspro-light.eot');
    src: url('../fonts/sourcesanspro-light.eot') format('embedded-opentype'),
url('../fonts/sourcesanspro-light.woff2') format('woff2'),
url('../fonts/sourcesanspro-light.woff') format('woff'),
url('../fonts/sourcesanspro-light.ttf') format('truetype'),
url('../fonts/sourcesanspro-light.svg#SourceSansProLight') format('svg');
}
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/sourcesanspro-semibold.eot');
    src: url('../fonts/sourcesanspro-semibold.eot') format('embedded-opentype'),
url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
url('../fonts/sourcesanspro-semibold.woff') format('woff'),
url('../fonts/sourcesanspro-semibold.ttf') format('truetype'),
url('../fonts/sourcesanspro-semibold.svg#SourceSansProSemibold') format('svg');
}
@font-face {
    font-family: 'SourceSansProBlack';
    src: url('../fonts/SourceSansProBlack.eot');
    src: url('../fonts/SourceSansProBlack.eot') format('embedded-opentype'),
url('../fonts/SourceSansProBlack.woff2') format('woff2'),
url('../fonts/SourceSansProBlack.woff') format('woff'),
url('../fonts/SourceSansProBlack.ttf') format('truetype'),
url('../fonts/SourceSansProBlack.svg#SourceSansProBlack') format('svg');
}

	
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1100px;
	margin: 0 auto;
	position:relative;
}
 

 
header{  
	width:100%; 
	border-top:5px solid #0a55a0;
	padding-bottom:13px;
	 
}
#header_top{
	background:#db310f;
	width:100%;
	padding:7px 0;
}
.logo{
	width:430px;   
	float:left;
	margin:5px 0;
}
.logo IMG{
	width:100%;
	height:auto;
}
.menu_main{
	float:right; 
	padding-top:23px;
}
.header_top{
	margin:13px 0;
}
.header_top_left{
	width:40%;
	float:left; 
	margin:0px 0 0 0;
}
.header_top_left li{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:10px;
	color:#484848;
	font-family: 'SourceSansProSemibold';
}
.header_top_left li:nth-child(2){
	margin-right:20px;
}
.header_top_right{
	float:right;
	font-size:17px;
	margin:0px 0 0 0;
}
.header_top_right i{
	margin:0 5px;
}
.header_top_right .fa-twitter{
	color:#00aced;
}
.header_top_right .fa-facebook{
	color:#3b5998;
}
.header_top_right .fa-linkedin{
	color:#007bb6;
}
.header_top_right .fa-instagram{
	color:#517fa4;
}
#banner{
}
#banner img{
	width:100%;
	height:auto;
}
#welcome_main{
	width:100%;
	background:url(../images/Welcome_bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:40px 0;
}
.welcome_box{
	/*border-right:1px solid #a0a0a0;*/
	padding: 25px 0px 50px 0px;
	position:relative;
	text-align:center;
}
/*.welcome_box:after{
	content:"";
	width:225px;
	position:absolute;
	height:1px;
	background:#a0a0a0;
	top:17px;
	right:-17px;
}
.welcome_box:before{
	content:"";
	width:225px;
	position:absolute;
	height:1px;
	background:#a0a0a0;
	bottom:17px;
	right:-17px;
}*/
.welcome_box h4{
	font-size: 30px;
	line-height: 30px;
	font-family: Arial;
	color: #393939;
	font-weight: normal;
	margin: 0px 0 8px 0;
	text-align: center;
}
.welcome_box h5{
	font-size: 25px;
	line-height: 25px;
	font-family: Arial;
	color: #0456AC;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0px 0 26px 0;
}
.welcome_box h5 span{
	display: block;
	color: #515346;
	font-size: 25px;
	font-weight: normal;
}
.welcome_box aside{
	color:#373737;
}
#mid_main{
	width: 100%;
	background: url(../images/mid_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}
.mid_boxArwL{
	width:32px;
	position:absolute;
	z-index:150;
	left:-40px;
	top:40%;
}
.mid_boxArwR{
	width:32px;
	position:absolute;
	z-index:150;
	right:-40px;
	top:40%;
}
.mid_box{
	width: 324px;
	height: 390px;
	border: 2px solid #797979;
	background-color: #FFFFFF;
	padding: 24px;
	box-sizing: border-box;
	margin: 0 21px;
}
.mid_box_pic{
	border: 3px solid #C0C0C0;
}
.mid_box_pic img{
	width:100%;
	height:auto;
	display:block;
}
.mid_box h4{
	font-weight: normal;
	font-size: 17px;
	color: #505050;
	font-family: 'SourceSansProBlack';
	text-transform: uppercase;
	line-height: 17px;
	margin-top: 15px;
}
.mid_box h4 span{
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #505050;
	font-family: 'SourceSansProSemibold';
}
.mid_box aside{
	margin: 15px 0;
	color: #727272;
}
.read_M{
	text-align:right;
	color:#FFF;
}
.read_M a{
	text-align:right;
	color:#0a55a0;
	text-decoration:underline;
}

#footer_banner{
	width:100%;
	background:url(../images/footer_banner.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover; 
	
}
 
.ftr_bnr{
	position:relative;
	z-index:10;
	width:100%; 
	padding:140px 0;
}
.ftr_bnrtxt{ 
text-align:center;
text-transform:uppercase;
width:500px;
padding:20px 0;
border-top:3px solid #FFF;
border-bottom:3px solid #FFF;
margin:0px auto;
}
.ftr_bnrtxt h4{
	margin: 0px;
	font-weight: normal;
	font-size: 40px;
	line-height: 45px;
	font-family: 'SourceSansProRegular';
	color: #FFF;
}
.ftr_bnrtxt h5{
	margin: 0px;
	font-weight: normal;
	font-size: 65px;
	line-height: 80px;
	font-family: 'SourceSansProSemibold';
	color: #FFF;
}
.ftr_bnrtxt h6{
	margin:10px 0 0 0;
	font-weight:normal;
	font-size:20px;
	line-height:18px;
	font-family: 'SourceSansProRegular';
	text-decoration:underline;
	color:#FFF;
}
 
footer{
	background:#FFFFFF;
	width:100%;
	padding:30px 0;
}
.ftr_box{
	float:left;
}
.ftr_box H4{
	font-size:23px;
	color:#505050;
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-family: 'SourceSansProRegular';
	margin-bottom:22px;
}
.ftr_box ul{
	margin:0px;
	padding:0px;
}
.ftr_box ul li{
	list-style:none;
	font-size:12px;
	color:#9fa2a2;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}
.ftr_box ul li a{
	color:#5a5a5a;
	text-decoration:underline;

}
.ftr_box ul li a:hover{
	color:#007eff;
}
.ftr_one{
	width:22%;
	box-sizing:border-box;
	padding-left:50px;
}
.ftr_two{
	width:30%;
	margin-left:8%;
}
.ftr_three{
	width:35%;
	margin-left:4%;
}

#footer_bottom{
	width:100%;
	background:#222222;
	font-family: 'SourceSansProRegular';
	font-size:12px;
	color:#929191;
	padding:20px 0;
}
.ftr_L{
	width:50%;
	float:left;
}
.ftr_R{
	width:50%;
	float:right;
	text-align:right;
}
.ftr_con{
	color:#5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:12px;
	margin-bottom:15px;*/
}
.ftr_con:hover{
	color:#5a5a5a;
}
.mail_icon{
	background:url(../images/small--email.png) no-repeat left 3px;
	padding-left:40px;
}
.locate_icon{
	background:url(../images/small--marker.png) no-repeat left 3px;
	padding-left:40px;
}
.phone_icon{
	background:url(../images/small-phone.png) no-repeat left 3px;
 
	padding:5px 0 5px 40px;
}
.fax_icon{
	background:url(../images/small-fax.png) no-repeat left 3px;
 
	padding:5px 0 5px 40px;
}
	
ul.social { 
	margin:40px 0 0px 0px; 
	width:310px;
}
ul.social li {
	display: inline-block;
	float: left ;
	overflow: hidden; 
	margin: 1px;
	margin-right:8px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	text-indent:9999px;
}
ul.social li a {
	display: block; 
	width: 30px;
	height: 30px;
	-webkit-transition: all 400ms ease;
  	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	 transition: all 400ms ease;
}
ul.social li.facebook a { background:  url(../images/icon-facebok.png) no-repeat -6px -6px; }
ul.social li.facebook:hover a {
	background-position: -6px -48px;
	background-color: #3b5998;
}
ul.social li.twitter a { background:  url(../images/icon-twitter.png) no-repeat -6px -6px; }
ul.social li.twitter:hover a {
	background-position: -6px -48px;
	background-color: #00d7d5;
}
 
 
ul.social li.youtube a { background: url(../images/icon-youtub.png) no-repeat -6px -6px; }
ul.social li.youtube:hover a {
	background-position: -6px -48px;
	background-color: #ff3333;
}

ul.social li.googleplus a { background: url(../images/icon-googleplus.png) no-repeat -6px -6px; }
ul.social li.googleplus:hover a {
	background-position: -6px -48px;
	background-color: #d7482a;
}

ul.social li.linkedin a { background: url(../images/icon-linkedin.png) no-repeat -6px -6px; }
ul.social li.linkedin:hover a {
	background-position: -6px -48px;
	background-color: #3399cc;
}

ul.social li.rss a { background: url(../images/icon-rss.png) no-repeat -6px -6px; }
ul.social li.rss:hover a {
	background-position: -6px -48px;
	background-color: #fca600;
}
 
ul.social li.instagram a { background:  url(../images/icon-instagram.png) no-repeat -6px -6px; }
ul.social li.instagram:hover a {
	background-position: -6px -48px !important;
	background-color: #406f95;
}
.list_carousel {
	width: 100% !important;
	margin: 0px auto !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
	padding-bottom: 0px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

 
#inner-main{
	width: 100%;
	/*background-color: #d9d7dc;*/
	padding: 30px 0;
	background-image: url(../images/footer_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.inner_cont{
	background:#FFF;
	padding:30px;
	padding-bottom:70px;
	font-size:13px;
	line-height:21px;
}
.inner-head{
	font-size:27px;
	color:#333;
	margin-bottom:35px;
}
.inner-head span{
	border-bottom:3px solid #1a5fad;
	padding-bottom:8px;
	text-transform:capitalize;
}
.side-menu{
	list-style:none;
	margin:15px 0 0 0;
}
.side-menu li{
	border-bottom:1px solid #c9c9c9;
	font-size:14px;
	color:#1a5fad;
	padding:8px 10px;
	text-transform:capitalize;
}
.side-menu li a{
	color:#1a5fad;
}
.side-menu li a:hover{
	color:#ea3138;
}
.inner-banner{
	margin-bottom:30px;
}
.inner-banner img{
	width:100%;
	height:auto;
	display:block;
}
.inner_left{
	width:70%;
	margin-left:3%;
	float:right;
}
.inner_right{
	width:25%;
	float:left;
}





.photo{
    border: 1px solid #c4c3c3;
    float: left;
    margin: 0 10px 15px;
    padding: 10px;
    text-align: center;
    width: 29%;
}
.photo img{
    display: block;
    height: auto;
    width: 100%;
}
.photo_caption{
    color: #3f3f3f;
    font-size: 18px;
    padding: 4px;
}
.ser_box{
	float:left;
	width: 324px;
	height: 390px;
	/*border: 2px solid #797979;*/
	background-color: #FFFFFF;
	padding: 24px;
	box-sizing: border-box;
	margin: 0 11px 11px 0;
}
/*.ser_box:hover{
	background-color:#0a55a0;
	color:#FFFFFF;
	-webkit-transition: background-color 2s ease-out;
  	-moz-transition: background-color 2s ease-out;
  	-o-transition: background-color 2s ease-out;
  	transition: background-color 2s ease-out;
}*/
.ser_box_pic{
	border: 3px solid #C0C0C0;
}
.ser_box_pic img{
	width:100%;
	height:auto;
	display:block;
}
.ser_box h4{
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	background-color: #1a5fad;
	padding: 5px;
	color: #ffffff;
	font-family: 'SourceSansProBlack';
	text-transform: uppercase;
	margin-top: 15px;
}
/*.ser_box h4 span{
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #505050;
	font-family: 'SourceSansProSemibold';
}*/
.ser_box aside{
	margin: 15px 0;
	color: #727272;
}
.read_M{
	text-align:right;
	color:#FFF;
}
.read_M a{
	text-align:right;
	color:#0a55a0;
	text-decoration:underline;
}


.inner_contact_right {
    width: 40%;
    padding: 0 ;
    float: left;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /* min-height: 150px; */
}
.contact-box {
    font-size: 16px;
    /*background: #f7f7f7 none repeat scroll 0 0;*/
    padding: 20px;
    line-height: 20px;
    padding: 5px 5px 23px 27px;
    /* height: 290px; */
}
.inner_left_contact {
    float: left;
    width: 55%;
	margin-left:5%;
}
.form {
    width: 95%; 
}
.name {
	width: 48%;
	float: left;
	margin: 15px 0;
	border: 1px solid #ccc;
}
.name input {
	width: 96%;
	border: none;
	background: none;
	color: #909090;
	font-size: 13px;
	padding: 8px 0 8px 11px;/*font-family:'SourceSansProRegular';*/

}
.email {
	width: 48%;
	float: right;
	margin: 15px 0;
	border: 1px solid #ccc;
}
.email input {
	width: 96%;
	border: none;
	background: none;
	color: #909090;
	font-size: 13px;
	padding: 8px 0 8px 11px;
}
.selectbox {
	width: 48%;
	float: right;
	margin: 15px 0;
	/*border: 1px solid #ccc;*/
}
.selectbox input {
	width: 96%;
	border: none;
	background: none;
	color: #909090;
	font-size: 13px;
	padding: 8px 0 8px 11px;
}

.subject {
	border: 1px solid #ccc;
	margin: 15px 0;
	padding: 8px 0 8px 11px;
}
.subject input {
	width: 100%;
	border: none;
	background: none;
	color: #909090;
	font-size: 13px;
}
.message {
	border: 1px solid #ccc;
	margin: 15px 0;
	padding: 8px 0 8px 11px;
}
.message textarea {
	width: 100%;
	border: none;
	background: none;
	color: #909090;
	font-size: 13px;
	resize: none;
}
.send_btn {
	width: 107px;
	background-color: #1a5fad;
	padding: 7px 0;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-size: 15px;
	color: #fff;
	float:right;
	text-transform: uppercase;
	border: none;
	cursor:pointer;
}
/*.send_btn input {

	font-size:15px;

	font-family:'RobotoRegular';

	color:#fff;

	text-transform:uppercase;

}*/





.send_btn :before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1a5fad;
	border-radius: 3px;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.send_btn :hover {
	color: #fff;
}
.send_btn :hover, .send_btn :focus, .send_btn :active {
	color: white;
}
.send_btn :hover:before, .send_btn :focus:before, .send_btn :active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.box {
    border: 1px solid #ccc;
    height: 32px;
    padding: 0 3px;
    width: 100%;
}
.contact_logo{
	width: 90%;
    float: left;
    margin: 5px 0;
}
.contact_logo IMG {
    width: 100%;
    height: auto;
}
.news-cont{
	float:left;
	width:100%;
	border:1px solid #CCCCCC;
	margin:10px .5%;
	padding:10px;
	box-sizing:border-box;
}
.news-caption {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
	text-transform:capitalize;
}
.news-date {
    float: left;
    font-size: 16px;
	font-weight:bold;
    color: #093a78;
}
.Read_more_news a {
	font-weight:bold;
    color: #093a78;
    /*font-family: "SourceSansProSemibold";*/
    font-size: 16px;
}
.inner_left .ser_box{
	width:33.3%;
	margin:0px;
	height:280px;
}
.inner_left .ser_box .ser_box_pic{
	border:0px;
	
}
.inner_left .ser_box .ser_box_pic img{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.inner_left .ser_box h4{
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
padding:5px 20px;
}
.logimg {
    float: left;
    width: 34%;
    margin-right: 3%;
    padding: .3%;
    border: 1px solid #CCC;
}
.photogallery {
    border: 1px solid #c4c3c3;
    float: left;
    margin: 0 10px 15px;
    text-align: center;
    padding: 10px;
    width: 44%;
}
.photogallery img {
    /*display: block;*/
    height: auto;
    width: 100%;
}
.photo_caption {
    color: #214263;
    font-size: 16px;
    margin-top: 7px;
    min-height: 20px;
    padding: 2px;
    text-transform: capitalize;
}