@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
body {
	background: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #222222;
	overflow-x: hidden;
}
a, .btn {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #222222;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #5a5a5a;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:  #1e2172;
	outline: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
/*------akhi------*/
#header {
	position: relative;
	z-index: 99;
}
.top-header-line {
	padding: 3px 0;
	background-color: #1b1d1f;
	text-align: right;
}
.top-header-line ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-header-line li {
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
	color: #c2c2c2;
	font-weight: 500;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: color .35s ease-out;
	transition: color .35s ease-out;
}
.top-header-line i {
	margin-right: 4px;
	color: #5a5a5a;
}
.ak {
	height: 70px
}
.ak .ak_logo a {
	background: #fff;
	display: inline-block;
	padding: 3px 10px;
	position: absolute;
	left: 0;
	top: -36px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.ak .ak_logo {
	position: absolute;
	z-index: 4;
}
/*-------- ak css---------*/
 
.my-fix {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	top: 0px;
	-webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
}
.main-content {
	margin-top: 30px;
	margin-bottom: 40px;
}
.innerpagetitle {
	background: url(../images/slider-bg-full.jpg) center bottom;
	padding: 50px 0 40px;
}
.innerpagetitle h3 {
	    font-size: 35px;
    color: #fff;
    font-weight: normal;
    float: right;
    padding: 10px;
       background: rgba(0, 0, 0, 0.80);
    margin: 50px auto;
}
/* breadcrumb */
.breadcrumb {
	padding: 0px;
	list-style: none;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: 2px;
}
.breadcrumb i {
	font-size: 15px;
	vertical-align: baseline;
	color: #333333;
}
.breadcrumb span {
	color:  #1e2172;
	font-size: 16px;
}
.sectionTitle {
	position: relative;
	margin-bottom: 50px;
	margin-top: 10px;
}
.sectionTitle h1 {
	font-size: 3.1em;
	text-transform: uppercase;
	color: #222;
	line-height: .7;
	margin: 0 0 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
.sectionTitle h2 {
	font-size: 3.1em;
	text-transform: uppercase;
	line-height: .7;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
.titleBars {
	position: relative;
	width: 67px;
	height: 3px;
	margin: 0 auto 33px;
}
.titleBars:before {
	width: 100px;
	height: 2px;
	background:  #919191;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	margin-top: 4px;
}
.titleBars:after {
	width: 100px;
	height: 2px;
	background:  #919191;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
}

 


#guards .carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
#guards .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
   color: #000
}
#guards .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
      color: #000;
}
#guards #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#guards #carousel-custom {
    max-width: 400px;
}
#guards #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#guards #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#guards #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#guards #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#guards #carousel-custom .carousel-outer {
    position: relative;
}
#guards .carousel-indicators li img {
  height: 66px;
  width: 52px;}
  
  
/* ----Contact us page---*/
.contact-info {
	font-size: 16px;
	font-weight: 400;
}
.textwidget.contact-info p {
}
.contact-widget h4 {
	font-size: 18px;
	margin-top: 35px;
}
.contact-widget i {
	margin-right: 22px;
}
.contact-form {
	
	
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #1fcab8;
}
.contact-form textarea {
	width: 100%;
	padding: 5px 15px;
}
#success {
	display: none;
	width: 100%;
}
.my-button1 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid  #202223;
	color: #222222;
	font-size: 14px;
	line-height: 21px;
	padding: 8px 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .3px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px auto;
}
.my-button1:hover {
	color: #fff;
	background: #000000;
	border: 1px solid #000;
}
.cd-top {
	background: rgba(0,0,0,0.6) none repeat scroll 0 0;
	border: 2px solid #222;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 38px;
	padding: 5px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 38px;
	z-index: 9999;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background:  #424242 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #fff;
	opacity: 1;
}
/* footer */
footer {
	padding: 20px 0;
	color: #777777;
	background: #000;
	/*margin-top: 30px;*/
	width: 100%;
	background-image: url(../images/pattern.png);
}
footer .list-unstyled a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	float: left;
	padding-right: 23px;
	padding-left: 23px;
	letter-spacing: .2em;
	margin-top: 15px;
}
footer .list-unstyled li:after {
	content: " - ";
	padding-left: 5px;
	display: inline-block;
	line-height: 30px;
	float: left;
	padding-top: 11px;
	font-size: 21px;
	color: #fff;
}
footer .list-unstyled li:last-child:after {
	content: "";
}
footer .list-unstyled a:hover {
	color: #575757;
}
.social-icon1 {
	background: #202223;
	padding: 20px 20px 35px 20px;
	margin: -45px auto 0px auto
}
.social-icon1 ul {
	padding: 0px;
	margin: 0px;
}
.social-icon1 li {
	float: left;
	list-style-type: none;
	padding: 0px 22px 0px 23px;
}
.social-icon1 i {
	font-size: 20px;
}
.social-icon1 li a {
	color: #454748;
}
.social-icon1 li a:hover {
	color:  #fff;
}
.copyright {
	color:  #424242;
	margin-top: 1px;
}
.rwtpl {
	margin: 2px auto 5px auto;
	display: inline-block
}
.main-container {
}
.carousel-indicators {
	bottom: 0;
}
.carousel .item {
	min-height: 436px;
	height: 100%;
	width: 100%;
}
.carousel-caption {
	right: 53%;
	left: 5%;
	padding-bottom: 150px;
	text-align: left
}
.carousel-caption p {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color:  #000;
	letter-spacing: 2px;
	display: inline-block;
    background: rgba(255, 255, 255, 0.80);
    padding: 10px 15px;
    margin: 0 15px 3px 15px;
    color: #000;
}
.carousel-caption button {
	color:  #fff;
	letter-spacing: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 1em;
}
.carousel-caption h3, .carousel .icon-container {
	font-size: 30px;
	margin: 0px;
	padding: .2em 0em .5em 0em;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
    background: rgba(0, 0, 0, 0.80);
    padding: 10px 15px;
    margin: 0 15px;
    color: #fff;
}

.main-container .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10%;
     
}

.main-container .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10%;
     
}
 
.main-container .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    
    font-size: 20px;
}
/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}
/*-----Homepage css------*/
.ak-section-dark {
	background-color: #000;
}
.ak-section-dark h3 {
	color: #fff;
	font-size: 1.9em;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.lead-16 {
	font-size: 16px;
	line-height: 1.6em;
	color: #898989;
	padding-bottom: 5px
}
.mg1 {
	margin: 40px auto;
	text-align: right;
}
.get-free-bt {
	background:  #fff;
	border: 1px solid  #c9c9c9;
	color: #000;
	font-size: 16px;
	line-height: 21px;
	padding: 8px 20px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .3px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px auto;
}
.get-free-bt:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid  #333333;
	color: #fff;
}
.entry-content p {
	font-size: 15px;
	padding-bottom: 15px;
	color: #222222;
	letter-spacing: .3px;
}
.my-button2 {
	color: #fff;
	background: #000000;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 21px;
	padding: 8px 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .3px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 5px auto;
}
.my-button2:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid  #1e2172;
	color: #222222;
}
#service-section {
	background-image: url("../images/indian-army-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	margin: 60px 0px 0px 0px;
}
.color-scheme-white {
	padding: 30px 0px;
}
.color-white {
	color: #fff
}
#client {
	margin-bottom: 100px;
	    margin-top: 40px;
}
.client-items {
	text-align: center;
}
.client-items li {
	display: inline-block;
	padding: 5px 15px;
	vertical-align: middle;
}
.client-items img {
	vertical-align: middle;
	border: 1px solid #5a5a5a;
	padding: 5px 0px;
}
.client-items img:hover {
	opacity: .9
}
/*hovereffect */
 
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 0em;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 270px;
	max-width: 320px;
	max-height: 400px;
	width: 50%;
	height: auto;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

figure.effect-goliath h2 {
	background: #000;
	width: 100%;
	color: #fff;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-size: 1.5em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 700;
}
.grid figure h2 {
	margin: 0;
}
figure.effect-goliath {
	background: #202223;
}
figure.effect-goliath img, figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h2, figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 1.5em;
	opacity: 0;
	background:  #000;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	left: 16%;
}
figure.effect-goliath p a {
	color: #fff;
	padding: 0px 10px;
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*hovereffect END */
#owl-demo .owl-buttons {
	width: 10%;
	margin: 5px auto
}
/* --------iner=============pages css----*/
.inner {
	border: 1px solid rgba(0,0,0,0.1);
}
.pimg {
	padding: 5px;
}
.inner img {
	width: 100%;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.inner img:hover {
	opacity: .8;
}
.outer {
	margin: 23px 0px;
	text-align: center;
}
.meta {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
}
.Ak .product {
	border: 1px solid #dddddd;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.05);
}
.Ak .product-title {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .3px;
	padding-bottom: 10px;
	color:  #1e2172;
}
.Ak .product-desc {
	font-size: 15px;
}
.Ak .product-info {
	margin-top: 50px;
}
.enquiry-now .modal-content h5 {
	font-weight: 500;
	color:  #1e2172;
	font-size: 25px;
	text-align: center;
}
.about-content ul {
	padding-top: 6px;
}
.about-content ul li {
	line-height: 20px;
	margin: 0;
	font-size: 15px;
    padding-bottom: 8px;
    color: #222222;
    letter-spacing: .1px;
}
.about-content ul li i {
	color:  #000;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.Enquiry_now{ margin:0px auto; width:45% }


/* ################# MANAGEMENT TEAM ################# */
.sn_mteam_block .sn_team_item {
    min-height: 410px;
    margin-bottom: 40px;
}

.sn_mteam_block .sn_member_img {
    border-radius: 150px 150px 150px 0;
    overflow: hidden;
    max-width: 200px;
    border: 7px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
    min-height: 200px;
}

.sn_mteam_block .sn_member_img img {
    width: 100%;
    height: auto;
}

.sn_mteam_block .sn_member_desc {}

.sn_mteam_block .sn_member_desc h3 {
    margin: 0 0 10px 0;
    color: #949494;
}

.sn_mteam_block .sn_member_desc p {
   font-size: 15px;
    border-left: 2px solid #000;
    padding-left: 10px;
    min-height: 255px;

}
/* ################# clients ################# */
.cldiv {
    width: 25%;
    height: 100px;
    overflow: hidden;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    text-align: center;
    display: table;
    float: left;
    position: relative;
}
.cldiv-b {
    border-right: none;
}
.cl {
    display: table-cell;
    vertical-align: middle;
}






.project {
	overflow: hidden;
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	transition: all 20ms ease-in;
	font-size: 18px;
	color: #333;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
.project a {
	color: #333;
}
.project:hover {
	 background-color: #e0e0e0; 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #000;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.project:hover img {
	opacity: 0.5;
		
}
 .project p {
    padding-top: 10px;
    margin-bottom: 5px;
}
 
/* -------css end--------*/

@media (min-width:768px) and (max-width:991px) {
}
@media (max-width: 767px) {
.ak .ak_logo a {
	position: inherit !important;
	text-align: center;
	margin: 0 auto;
	padding: 3px 0px;
	top: 0px;
}
.ak .ak_logo {
	position: inherit !important;
}
.ak {
	height: auto;
}
#cssmenu.small-screen #menu-button {
	color:  #1e2172 !important;
	font-size: 14px;
	background: #000;
}
#cssmenu.small-screen #menu-button::before {
	background:  #1e2172 !important;
}
#cssmenu.small-screen #menu-button::after {
	border-top: 1px solid  #1e2172!important;
	border-bottom: 1px solid  #1e2172!important;
}
#cssmenu.small-screen ul ul li a {
	color: #dddddd;
	background: #000 !important;
}
#cssmenu {
	margin-top: 1px;
}
.top-header-line {
	text-align: center;
}
.top-header-line li {
	margin-left: 10px;
}
.innerpagetitle h1 {
	font-size: 26px;
	text-align: center;
}
.contact-info {
	font-size: 14px;
}
.social-icon1 {
	width: 57%;
}
.mg1 {
	margin: 10px auto;
	text-align: inherit;
}
.get-free-bt {
	display: block
}
.my-button2 {
	display: block
}
.carousel .item {
	min-height: auto
}
#owl-demo .owl-buttons {
	width: 20%;
}
.social-icon1 li {
	padding: 0px 19px 0px 19px;
}
}
 @media (max-width: 480px) {
.social-icon1 {
	padding: 20px 11px 35px 10px;
	width: 100%;
}
footer .list-unstyled {
	padding: 8px 5px;
}
footer .list-unstyled a {
	font-size: 13px;
	padding-right: 8px;
	padding-left: 8px;
	letter-spacing: .1em
}
#cssmenu.small-screen .submenu-button {
	background: #000;
}
.sectionTitle h2 {
	font-size: 2.5em;
}
.social-icon1 li {
	padding: 0px 20px 0px 21px;
}
#owl-demo .owl-buttons {
	width: 40%;
	margin: 0px auto;
}
.grid figure {
	min-width: auto;
	max-width: auto;
	max-height: auto;
	width: 100%;
}
.carousel .item {
	min-height: auto
}
.Ak .product-title {
	font-size: 20px;
	padding-bottom: 2px;
	margin-top: 10px;
	line-height: 22px;
}
.Ak .form-control {
	margin-top: 5px;
}
.Ak .form-group {
	margin-bottom: 0px;
}
.about-content ul li i { margin-right: 5px;}
.Enquiry_now{ width:100% }
}
@media (max-width: 320px) {
.client-items li {
	padding: 2px 0px !important;
}
.social-icon1 li {
	padding: 0px 18px 0px 19px;
}
footer .list-unstyled a {
	padding-right: 5px;
	padding-left: 6px;
}
#cssmenu {
	margin-top: 0px !important;
}
.sectionTitle h1 {
	font-size: 2.5em;
}
}
