@import url('../css/components/normalize.css');
@import url('../css/components/framework.css');
@import url('../css/components/nav.css');
@import url('../css/components/icons.css');
@import url('../css/components/logo-slider.css');
@import url('../css/components/catbase-logo-slider.css');

.main-content {
	/* padding-top: 80px; */
}
@media only screen and (max-width: 1169px) {
	.main-content {
		/* padding-top: 50px; */
	}
}

/* Home */
.home {
	background-image: url(../img/home-cat-04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-color:#464646;
	padding: 10.0rem 0 50px 0;
	width: 100%;
}
@media only screen and (max-width: 1169px) {
	.home {
		padding: 6.0rem 0 50px 0;
	}
}
.home .container {
	padding:25px;
	text-align: center;
}


.home .container h1 {
margin-bottom: 0.75rem;
font-size: 3rem;
/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
/*background-color: rgb(0, 0, 0);*/
color: rgb(255, 255, 255);
border-radius: 5px;
padding: 10px;
font-weight: 600;
letter-spacing: normal;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
/*opacity: 0.8;*/
}



/* Home */
.home1 {
	background-image: url(../img/home-cat-05.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-color:#464646;
	padding: 10.0rem 0 50px 0;
	width: 100%;
}
@media only screen and (max-width: 1169px) {
	.home1 {
		padding: 6.0rem 0 50px 0;
	}
}
.home1 .container {
	padding:25px;
	text-align: center;
}


.home1 .container h1 {
    margin-bottom: 0.75rem;
    font-size: 3rem;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    letter-spacing: normal;
    text-shadow: 0px 0px 5px #000;
}

.home1 .container p {
	font-size: 2.0rem;
	line-height: 2.75rem;
	margin-bottom: 1.5rem;
	color: #fff;
  	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  	padding-top: 10px;
  	padding-bottom: 0px;
  	margin-bottom: 6px;
	
}





/********
.home .container h1 {
	margin-bottom: 0.75rem;
	font-size: 3.0rem;
	color: #FFF;
	font-weight: 200;
	letter-spacing: normal;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}
*********/
.container h3 {
	margin-top: 2.5rem;
}


.home .container p {
	font-size: 2.0rem;
	line-height: 2.75rem;
	margin-bottom: 1.5rem;
	color: #fff;
  	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  	padding-top: 10px;
  	padding-bottom: 0px;
  	margin-bottom: 6px;
	
}

/********
.home .container p {
	font-size: 2.0rem;
	line-height: 2.75rem;
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.75);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}
*********/




.home-panels {
	margin-top: -50px;
}
.home-panels .box-red a span, .home-panels .box-blue a span, .home-panels .box-yellow a span, .home-panels .box-green a span {
	display:block;
	font-size: 5.0rem;
	color: #e4e4e4;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.home-panels .box-blue a {
	background:#FFF;
	color: #747c83;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 3px solid #08a3d4;
	display: block;
	width: 100%;
	padding: 30px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0)
}
.home-panels .box-blue a:hover {
	background:#08a3d4;
	color: #FFF;
	border-bottom: 1px solid #08a3d4;
	border-left: 1px solid #08a3d4;
	border-right: 1px solid #08a3d4;
	border-top: 3px solid #08a3d4;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)
}
.home-panels .box-red a {
	background:#FFF;
	color: #747c83;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 3px solid #e84840;
	display: block;
	padding: 30px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0)
}
.home-panels .box-red a:hover {
	background:#e84840;
	color: #FFF;
	border-bottom: 1px solid #e84840;
	border-left: 1px solid #e84840;
	border-right: 1px solid #e84840;
	border-top: 3px solid #e84840;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)
}
.home-panels .box-yellow a {
	background:#FFF;
	color: #747c83;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 3px solid #fdd900;
	display: block;
	width: 100%;
	padding: 30px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0)
	
}
.home-panels .box-yellow a:hover {
	background:#fdd900;
	color: #FFF;
	border-bottom: 1px solid #fdd900;
	border-left: 1px solid #fdd900;
	border-right: 1px solid #fdd900;
	border-top: 3px solid #fdd900;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)
}
.home-panels .box-green a {
	background:#FFF;
	color: #747c83;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 3px solid #89d03c;
	display: block;
	width: 100%;
	padding: 30px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0)
}
.home-panels .box-green a:hover {
	background:#89d03c;
	color: #FFF;
	border-bottom: 1px solid #89d03c;
	border-left: 1px solid #89d03c;
	border-right: 1px solid #89d03c;
	border-top: 3px solid #89d03c;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)	
}
@media only screen and (max-width: 1169px) {
	.home-panels .box-red, .home-panels .box-blue, .home-panels .box-yellow, .home-panels .box-green {
		margin-bottom: 2.0rem
	}
}
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 2) {
	.home-panels .box-red a, .home-panels .box-blue a, .home-panels .box-yellow a, .home-panels .box-green a {
		font-size: 1.2rem ;
	}
}

/* Testimonals */
blockquote {
	display:block;
	padding: 0px 0px 0px 45px;
	margin: 0;
	position: relative;
	font-size: 1.6rem;
}
blockquote h5, blockquote p {
	padding: 0;
	margin: 0;
}
blockquote p.name-position {
	margin-top: 1.0rem;
	font-size: 1.4rem
}
blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #fdd900;
	position: absolute;
	left: 0px;
	top:-20px;
}
blockquote::after {
	/*Reset to make sure*/
	content: "";
}
blockquote em {
	font-style: italic;
}

/* Logos */
#logo li a img {
	display: block;
	width: 100px
}
.partner-logos {
	float: left;
	width: 50%;
}
.partner-logos img {
	width: 80%;
}

/* Video */
.video-panel {
	border: 1px solid #e4e4e4;
	overflow: hidden;
}
.normal {
	margin-top: 100px;
}

/* Footer */
.footer {
	background: #323a45;
	padding: 2.0rem 0 1.0rem 0 ;
	margin-top: 4.0rem;
}
.footer h5 {
	margin: 0 0 0.5rem 0;
	border-bottom: 1px solid #464e58;
	font-size: 1.5rem;
	color: #e4e4e4;
	letter-spacing: 1px;
}
.footer ul {
	margin-bottom: 1.0rem;
	margin-top: 0;
}
.footer ul li {
	margin-bottom: 0.15rem;
	margin-top: 0.15rem;
	list-style:none;
	font-size: 1.3rem;
}
.footer ul li a {
	color: #747c83;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.footer ul li a:hover {
	color: #FFF;
}
.footer ul.socials li {
	display: inline;
	font-size: 1.5rem;
	margin-right: 5px;
}
.footer p.copyright {
	margin: 0;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0.75rem
}

/* Search Results */
.search-term {
	color: #e84840
}
.search-results h4 {
	margin-bottom: 0.5rem;
	letter-spacing: 0px;
}
.pagination-bar {
	margin-bottom: 3.0rem;
}
.show-results {
	float: left;
}
.pagination {
	float: right;
}
.pagination ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.pagination ul li a {
	padding: 4px 10px;
	background: #FFF;
	border:1px solid #c9cbc4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.pagination ul li a:hover {
	color: #FFF;
	background: #08a3d4;
	border:1px solid #08a3d4;
}




/******pankaj css********/


.errorpage {
    list-style: outside none none;
    background: url(../img/404-bcg.jpg) no-repeat scroll center center;
    line-height: 30px !important;
    font-size: 16px !important;
    color: #2F2E2E;
    text-align: center;
    
}


.errorpage-p p{
	margin: 11px 0 !important;
}


.text-right {
    text-align: right;
}

@media (max-width: 750px) {
	
	.errorpage {
		background:#eaf3f5;
		padding:5px 10px;
		border-radius:5px;
	
	
	
	}
}

.contactpage p{
	margin-bottom:0px!important;
	
}



.alert {
    padding: 7px 15px;
    margin-bottom: 13px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}


.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}



.testimonial {
  background: #FAFAFA none repeat scroll 0% 0%;
overflow: hidden;
height: 100%;
padding: 10px;
margin-bottom: 15px;
box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.48);
border-radius: 5px;
   
}


.testimonial p{
	padding:0px;
	margin:0px;
}

.testimonial img{
	margin-top: 10px!important;
}

.clientlogo{
	border: 1px solid #B0B0B0;
border-radius: 4px;
height: 122px;
text-align: center;
display: inline-block;
position: relative;
background-color: white;
width: 100%;
vertical-align: middle;
	
}

.clientlogo:hover{
	cursor:pointer;
-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.36);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.36);
border:1px solid #00a3d3;
}

.displayed {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}

.clienttxt{
	text-align: center;
padding-top: 5px;
font-size: 14px;
	
}

.clientbox{
	width: 176px;
float: left;
margin-right: 16px;
height: 183px;
	
}

.border {
    border-radius: 3px;
    border: 1px solid #B7B8B8;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
}



.accordion {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title {
  padding: 0 1em;
  background: #08A3D4;
  color: #fff;
  float: left;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  margin-right: .25em;
}

.no-js .accordion__title {
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}

.accordion__content {
  float: right;
  width: 100%;
  margin: 3em 0 0 -100%;
 padding: 2em 2em 0 2em;
  background: #FFFFFF;
  border:1px solid #C1C1C1;
}

.no-js .accordion__content {
  float:left;
  margin:0;
}

.accordion__title:hover{
	  background: #242323;
}
.accordion__title.active {
  background: #E84840;
  color: white;
}

.no-js .accordion__title:hover {
  background-color:#E84840;
  color:#222;
}

.accordion__title.active {
  border-top-color: #08A3D4;
}

@media (max-width: 48em) {
  
  .accordion {
    border: 1px solid grey;
  }
  
  .accordion__title,
  .accordion__content { 
    float: none;
    margin: 0;
  }
  
  .accordion__title:first-child {
    border:none;
  }
  
 .accordion__title.active {
  border-top-color:#eee;
  }
    .accordion__title.active{
background: #E84840;
  color: white;
		
	}
  
  ..accordion__title:hover {
   background-color:#E84840;
  color:#222;
  }
  
  .accordion__title:before {
  content:"+";
  text-align:center;
  width:2em;
  display:inline-block;
  }
 .accordion__title.active:before {
  content:"-";
  }
  
 .overflow-scrolling {
  
  padding:1em 1em 0 1em;
  /* Warning: momemtum scrolling seems buggy on iOS 7  */
  -webkit-overflow-scrolling: touch;
  }

  .accordion__content {
    position:relative;
    overflow:hidden;
    padding:0;
  }
  
   .no-js .accordion__content {
    padding:1em;
    overflow:auto;
    display:block;
  }
  
  .accordion__content:after {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:50px;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.5);
    content:'';
}
   
}




/*********   acordion -----second  *****/



	


.accordion-2 {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title-2 {
	line-height: 8px;
  padding: 15px 11.1px;
  background: #08A3D4;
  color: #fff;
  float: left;
  line-height:8px;
  cursor: pointer;
  margin-right:3px;

}

.accordion__content-2 img{
	width: auto!important;
}

.no-js .accordion__title-2 {
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}


.accordion__content-2 {
  float: right;
  width: 99%;
  margin: 38px 0px 1px -96%;
  padding: 10px;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #C1C1C1;
  margin-right: 9px;
}

.no-js .accordion__content-2 {
  float:left;
  margin:0;
}



.accordion__title-2:hover{
	  background: #242323;
}
.accordion__title-2.active {
  background: #E84840;
  color: white;
}

.no-js .accordion__title-2:hover {
  background-color:#E84840;
  color:#222;
}

.accordion__title-2.active {
  border-top-color: #08A3D4;
}



@media (max-width: 75em) {
	
	.accordion__title-2 {
	line-height: 8px;
  padding: 15px 11.1px;
  background: #08A3D4;
  color: #fff;
  float: left;
  line-height:20px;
 cursor: pointer;
  margin-right:3px;

}
	
  
  .accordion-2 {
    border: 1px solid grey;
  }
  
  .accordion__title-2,
  .accordion__content-2 { 
    float: none;
    margin: 3px;
  }
  
  .accordion__title-2:first-child {
    border:none;
  }
  
 .accordion__title-2.active {
  border-top-color:#eee;
  }
    .accordion__title-2.active{
background: #E84840;
  color: white;
		
	}
  
  ..accordion__title-2:hover {
   background-color:#E84840;
  color:#222;
  }
  
  .accordion__title-2:before {
  content:"+";
  text-align:center;
  width:2em;
  display:inline-block;
  }
 .accordion__title-2.active:before {
  content:"-";
  }
  
 .overflow-scrolling-2 {
  
  padding:1em 1em 0 1em;
  /* Warning: momemtum scrolling seems buggy on iOS 7  */
  -webkit-overflow-scrolling: touch;
  }

  .accordion__content-2 {
    position:relative;
    overflow:hidden;
    padding:0;
  }
  
   .no-js .accordion__content-2 {
    padding:1em;
    overflow:auto;
    display:block;
  }
  
  .accordion__content-2:after {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:50px;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.5);
    content:'';
}
   
}

/******pankaj css*****end***/





/********** blog -part***********/

.blog-teaser {
	background:#FFF;
  padding:10px;
	min-height:235px!important;
    border-radius:3px;
    box-shadow: 0px 1px 3px #A8A8A8;
    margin-bottom: 20px;
	z-index: 100000;
	
}



.blog-teaser:hover {
	 background-color: #fbfbfb;
	
	
	
}

.hr hr{

	margin:5px;
}


.blog-teaser header {
 padding-top: 10px;
    text-align: center;
}

.blog-teaser hr{

	margin:5px;
}

.blog-teaser p{
	font-size:14px;
	margin-top:5px;
	padding-top:4px;
	min-height: 80px;
}

.blog-teaser h3{
	font-size:15px;
	font-weight:normal!important;
	margin-bottom:5px!important;
	margin-top:5px;
}

.meta{
	font-size:12px;
}

.blog-teaser img {
       border-radius:5px;
	text-align:center;
	margin:0 20px 10px 0!important; 
	max-height:170px;
}


.rightpanel {
    background: #fff none repeat scroll 0% 0%;
    border-radius: 3px;
	padding:10px;
	border:1px solid #E4E4E4;
    margin-bottom: 10px;
	overflow:hidden;
 
}

.rightpanel h3 {
	padding:0px;
	margin:0px;
	margin-bottom:8px;
}


.rightpanel p {
	padding-bottom:0px;
	margin-bottom:0px;
}



/********** blog -end***********/



/*************** News**************/


	.news-teaser {
   background:#FFF;
	padding:10px;
	
    border-radius:5px;
    box-shadow: 0px 1px 4px #A8A8A8;
    margin-bottom: 20px;
}

.news-teaser p{
	height:100%!important;
	
}


.news-teaser:hover {
	background:#fbfbfb;
}

.news-teaser header {
 padding-top: 0px;
    text-align: center;
}


.display{
	display: inline-block!important;
}



.news-teaser h3{
		font-weight:normal!important;
	  font-size: 17px;
  font-weight: normal!important;
 margin-bottom: 1px!important;
  line-height: 24px;
  padding:0px;
  margin:0px;
}

.post-date {
  float: left;
  width: 59px;
  margin-right: 16px;
  color: #ddd;
  font-size: 27px;
  text-align: center;
  font-style: italic;
  color: #e0e0e1;
  line-height: 36px;
}



/**************News---end****************/





/*******catbase-shop****/

.catbaseshop {
    background: #fff none repeat scroll 0% 0%;
    border-radius: 3px;
	padding:10px;
	border:1px solid #E4E4E4;
    margin-bottom: 10px;
 
}


/*******catbase-shop-end*****/


.catbaseshop .button{
display: inline-block;
height: 38px;
padding: 0px 31px;
color: #fff!important;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 38px;
letter-spacing: 0.1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #BBB;
cursor: pointer;
box-sizing: border-box;
transition: all 1s ease 0s;
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0;
}


.catbaseshop .button:hover{
	background-color: #1EAEDB;
	border-color: #1EAEDB; 
}

.catbaseshop .button a{
	color:#FAFAFA;
}



.catbaseshop .button-red{
display: inline-block;
height: 38px;
padding: 0px 31px;
color: #fff!important;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 38px;
letter-spacing: 0.1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
margin-right:9px;
border: 1px solid #BBB;
cursor: pointer;
box-sizing: border-box;
transition: all 1s ease 0s;
color: #FFF;
background-color: #E84840;
border-color: #d73931;
}

.catbaseshop .button-red:hover{
	background:#d73931;
	
}

.catbaseshop .button-red a{
	color:#FAFAFA;
}



.box p{
	margin-top:7px;
	margin-bottom:10px;
	text-align:center;
}


.input input{
	display:inline-block!important;
	margin-right:10px!important;
	
}

.margntop{
	margin-top:20px;
	margin-right:10px;
}

.border-btm{
border-bottom: 1px solid #DDD;
margin-bottom:10px;

}


.borderimg {
    border-radius: 3px;
    border: 1px solid #B7B8B8;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
}

.videostyle {
    margin-right: 15px;
    text-align: left;
    float: left;
	width: 320px;
height: 280px;
}

@media (max-width: 991px) {
.small-scr-hding{
	font-size:2.6rem;
	line-height:normal;
}
}


blockquote {
    display: block;
    padding: 0px 0px 0px 45px;
    margin: 0px 0px 30px;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 22px!important;
	}
