
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*background: #ffffff;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header
{
	width: 100%;
/*	height: 88px;*/
	background-color: #fff;
	
	
	
    border-top: 4px solid #e04e4e;
	background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.5);
            box-shadow:0 3px 6px rgba(0, 0, 0, 0.5);
			 -moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.5);
}
/*.container
{
	width: 1180px;
	margin: 0 auto;
}*/

.container
{
	width: 1080px;
	margin: 0 auto;
	background: none;
}
.logo
{
	text-align:center;
}
.logo h1 a
{
	/*font-family: 'Raleway', sans-serif;*/
	text-decoration: none;
	color: #1C97CA;
	font-size: 40px;
	font-weight: 100;
	/*padding: 20px 0px;*/
	/*display: block;*/
	letter-spacing: 4px;
	text-transform: uppercase;
	
}
.menu
{
	float: right;
}
.menu ul li
{
	display: inline-block;
	padding: 33px 15px;
}
.menu ul li a
{
	float:right;
	/*font-family: 'Raleway', sans-serif;*/
	text-decoration: none;
	color: #4e4f4f;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	
	text-shadow: 4px 4px 4px #FFF;
/*	moz-text-shadow: 2px 4px 3px rgba(255,255,255,0.8);
	-o-text-shadow: 2px 4px 3px rgba(255,255,255,0.8);
	-webkit-text-shadow: 2px 4px 3px rgba(255,255,255,0.8);*/

}
.menu ul li a:hover
{
	color: #af2626;
}
.banner
{
		background: #8bd7fe; /* Old browsers */
background: -moz-linear-gradient(top,  #8bd7fe 0%, #5ac2f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bd7fe), color-stop(100%,#5ac2f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8bd7fe 0%,#5ac2f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8bd7fe 0%,#5ac2f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8bd7fe 0%,#5ac2f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8bd7fe 0%,#5ac2f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd7fe', endColorstr='#5ac2f6',GradientType=0 ); /* IE6-9 */

	/*background: url(images/picjumbo-bg5.png) no-repeat fixed;*/
	padding: 20px 0px;
	cursor: default;
	z-index:-10px;
}
.header-text
{
	text-align: left;
	/*text-align:center;*/
	color: #333;
}
.big-text
{
	font-size: 30px;
	line-height: 50px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
}
.header-text h2
{
	font-size: 30px;
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 60px;
	color: #333;
	
}
.small-text
{
	width: 65%;
	margin: 0 auto;
	font-size: 18px;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 400;
	line-height: 40px;
}
.small-text a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
.button-section ul li
{
	display: inline-block;
	margin: 50px 20px;
}
.top-button
{
	
	text-decoration: none;
	border-radius: 5px;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.green
{	color: #fff;
	padding: 17px 30px;
	background-color: #64AE3C;
}
.white
{
	background-color: #eaeaec;
	/*background-color: #fff;*/ 
	padding: 17px 60px 15px 60px;
	color: #4e4f4f;
}

.features
{
	background: url(images/bg.png) repeat;
}
.desc
{
	/*font-family: 'Raleway', sans-serif;*/
	text-align: center;
	padding: 10px 0px;
	/*padding: 80px 0px;*/
	background: #f6f6f6;
	text-transform:uppercase;
	clear: both;
}
.desc h2
{
	font-size: 30px;
	font-weight: 600;
	/*padding: 15px 0px; */
	margin-top:-9px;
	font-family: 'Open Sans', sans-serif;
}
.desc p
{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	width: 85%;
	margin: 0 auto;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #aab1bf;
}
.features
{
	padding: 80px 0px;
	/*background-color: #24436d;*/
	float: left;
	width: 100%;
	background-color: #fffff;
}
.features-section
{
	text-align: center;
}
h3.text-head
{
	color: #e14e4e;
	font-size: 32px;
	font-weight: 500;
	/*font-family: 'Raleway', sans-serif;*/
	text-align: center;
	text-transform:uppercase;
}
p.box-desc
{
	color: #888;
	font-size: 17px;
	font-weight: 500;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 60px;
	text-align: center;
}
.features-section ul
{
	margin: 50px 0px;
}
.features-section ul li
{
	width: 360px;
	display: block;
	text-align: center;
	float: left;
}
.feature-icon
{
	background:url(images/feature-icons.png) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}
.icon1
{
	background-position: -1px -1px;
}
.icon2
{
	background-position: -68px -1px;
}
.icon3
{
	background-position: -136px -1px;
}
.features-section ul li h4
{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	/*font-family: 'Raleway', sans-serif;*/
	line-height: 50px;
	margin-top: 20px;
}
.features-section ul li p
{
	color: #aab1bf;
	font-size: 15px;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	
}
.stories
{
	padding: 4px 0px;
	float: left;
	width: 100%;
	background: #f6f6f6;
	/*padding: 80px 0px;
	background: #f1f1f1;*/
}
.stories-section ul li
{
	/*width: 318px;*/
	margin: 10px 3px 10px;
	/*margin: 40px 20px 0px;*/
	border-radius: 5px;
	/*background-color: #ffffff;*/
	float: left;

}
.stories-section ul li a
{
	text-decoration: none;
}
.story-img img
{
	width: 260px;
	height: 327px;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	
	
}
.story-box
{
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 0px 10px;
	margin-bottom:10px;
	padding: 10px 0px 20px;*/
}
.story-box h4
{
	color: #4E4F4F;
	font-size: 16px;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 600;
	line-height: 50px;
	
}

.story-box p
{
	color: #888;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 5px 10px 5px;
}
.stories-section ul li:hover
{
	/*box-shadow: 0px 0px 6px 0px #ccc;*/
}
.footer
{
	width: 100%;
	background-color: #292929;/*#373A42*/
	float: left;
	padding: 15px 0px;
	text-align: center;
}
.footer p.copyright {
    color: #585C65;
    font-weight: 300;
    font-size: 14px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.footer p.copyright a
{
	color: #585C65;
	text-decoration: none;
	border-bottom: 1px dotted #585c65;
}
ul.socialmedia {
    margin: 0;
    list-style:none;
  
}
ul.socialmedia li {
    display: inline-block;
    margin-left: 15px;
	margin-right: 15px;
    color: #585c65;
    font-size: 26px;
}
ul.socialmedia li a {
    
    color: #585c65;
    font-size: 26px;
}

i.icon-twitter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-twitter:hover {
    height: 100%;
    color: #00acee;
}
i.icon-facebook {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-facebook:hover {
    height: 100%;
    color: #3b5998;
}
i.icon-dribbble {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-dribbble:hover {
    height: 100%;
    color: #ea4c89;
}
i.icon-linkedin {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-linkedin:hover {
    height: 100%;
    color: #0e76a8;
}
i.icon-instagram {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
i.icon-instagram:hover {
    height: 100%;
    color: #3f729b;
}
ul.socialmedia li a {
    text-decoration: none;
}
.responsive-menu-button
{
	float: right;
	padding: 24px 0px;
}
#mobile-header {
display: none;
}



/*--------- new added -------*/

/*
.nextbutton{ 
background: url(images/nav-p.png) no-repeat center left;
}*/

.nav-arrows {
	display: block;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #ffffff url(images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 1;
	border-radius: 20%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.8);
	z-index:1000;
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 0.8;
}

.nav-dots {
	text-align: right;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #59bae4,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 0.8;
}
/*-------------------------------------------*/


.features-section ul li p a
{
	color: #707070;
	font-size: 13px;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	text-decoration: none;
	text-align: center;
	display: block; 
	padding: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
}

.features-section ul li p a:hover
{
	color: #fff;
	/*color: #d76f6a;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
}


.features-section ul li div a
{
	color: #707070;
	padding: 2px 5px 0px 5px;
	text-decoration:none;
	text-transform:capitalize;
	font-size: 12px; text-align:center;
}

.features-section ul li div a:hover
{
	color: #d76f6a;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
}


/*--porfile---*/
.profile-section
{
	text-align: center;
}

.profile-section-left,.profile-section-right
{
	margin: 50px 0px;
}
.profile-section-left
{
	width: 360px;
	display: block;
	text-align: center;
	float: left;
	border-right: 1px solid #cccccc;
}
.profile-section-left a { margin-top: 10px;}
.profile-section-right
{
	width: 700px;
	display: block;
	text-align: left;
	float: right;
	
}

.profile-section-right ul
{
	 margin-bottom: 30px;
	 margin-left:20px;
}

.profile-section-right ul li 
{
	color: #7f7f7f;
	font-size: 15px;
	line-height: 22px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	list-style:disc;
	
}

.profile-section-right h4
{
	font-size: 17px;
	font-weight: 600;
	color: #3a3a3a;
	/*font-family: 'Raleway', sans-serif;*/
	line-height: 20px;
	margin: 20px 0px 10px 35px;
	text-transform: capitalize;
}
.profile-section-right p
{
	color: #7f7f7f;
	font-size: 15px;
	line-height: 22px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif*/;
	
}


/*---------------*/

.css3-shadow,
.css3-gradient1,
.css3-gradient2
{
  /*	position:relative;*/
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0);
}

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.3);
    		box-shadow:0 0 40px rgba(0,0,0,0.3);
			  -moz-box-shadow:0 0 40px rgba(0,0,0,0.3);
    bottom:0px;
	width:80%;
	height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
	left:10%;
	right:10%;
}


/*----------video-*/

.game-media {
  /*float: left;*/
  margin: 30px auto;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
  text-align:center;
  
}
.game-video{margin:0 auto;display:block;width:100%;}

iframe[Attributes Style] {
  width: 800px;
  height: 480px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
user agent stylesheetiframe {
  border: 2px inset;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.icon-cr{
	  -moz-border-radius:10%;
      border-radius:10%;
	  -webkit-radius:10%;
}
.img-font
{
	position: relative;
    top: -310px;
    text-align: center;
    color: #fff;
    font-weight: bold;
   font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}
.help-font
{
	position: relative; 
	top: -90px; 
	
	color: #fff; 
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.ipad-font
{
	padding-left:0px;
}

.font01 {
	color:#000;
	
	font-size:16px;
font-family: 'Open Sans', sans-serif;
    
	 line-height:25px;
	
}
/*@media only screen and (max-width:767px)
{
	.stories
{
	padding: 10px 0px;
	float: left;
	width: 110% !important;
	background: #f6f6f6;

}
}*/
.bannar-img
{
	position:relative;
	
}
.clear
{
	clear:both;
}

.restmenuwrap h5 {
	margin:0;
	font-size:14px;
}
.restmenuwrap .rm-thumb {
	
	
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0 20px 0 0;
	
	border-radius:50%;
	padding-bottom:10px;
}
.restmenuwrap {
	font-size:14px;
	    padding: 10px 0px 6px 11px;
}
/*.restitem {
	margin-bottom:40px;
}*/
.restitem p {
	margin-bottom:0px;
}
.restmenuwrap h3.maincat {
	margin:0 0 20px 0;
	font-size:19px;
	padding-bottom:10px;
	color:#cc580c;
	border-bottom: 4px double #eee;
}

/*WE WORK FOR YOUR HEALTH part css end*/

/*aboutus staff css*/
.restmenuwrap-aboutus {
	font-size:14px;
	
}
.restmenuwrap-aboutus .rm-thumb01 {
	
	
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0 20px 0 0;
	
	border-radius:50%;
}
.segment-bg
{
	background-color:#f6f6f6;
	max-width:100%;
	padding-top:20px;
	/*padding-bottom:20px;*/
}



/*.photo-font {
	font-size:30px;
	font-family: 'PT Sans';
	color:#9d9d9d !important;
	padding-top:40px;
}
.select-photo {
	display:inline-block;
	
	padding:12px;
}
.select-photo a:hover {
	
	color: #ed2124;
	text-decoration: none !important;
	
	width:50px;
	text-align:center;
}
.menu-font {
	color:#a4a4a4 !important;
	font-size:20px;
	font-weight:bold;
	
}*/


.abc {
}

.doc-list {
}

.big-icon {
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	width: 259px;
	border:2px solid #ccc;
	color:#c646df;
	font-weight:bold;
	/*font-family: 'Open Sans', sans-serif;*/
}
.abc {
}
.doc-list {
}

/*button selected big code*/
  .styled-select select {
   background: transparent;
   width: 240px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
  /* font-family: 'Open Sans', sans-serif;*/
}
.styled-select {
   width: 240px;
   height: 34px;
   overflow: visible;
   background: url(images/dropdown.png) no-repeat right #FFF;
   border: 1px solid #ccc;
  /* font-family: 'Open Sans', sans-serif;*/
   border-radius:5px;
}
.styled-select select::-ms-expand {
    display: none;
}
/*button selected big code*/


.heading {
    font-size: 1.3rem;
}
.footer-bottom {
    background-color: #212121;
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
}
.footer {
	width: 100%;
	background-color: #333333;
	float: left;
	text-align: center;
	/*position: relative;*/
}
.footer-section-banner {
	width: 100%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}
.footer p.copyright {
	color: #585C65;
	font-weight: 300;
	font-size: 14px;
}
.footer p.copyright a {
	color: #585C65;
	text-decoration: none;
	border-bottom: 1px dotted #585c65;
}
.footer-social-icons {
	width: 350px;
	display: block;
	margin: 0 auto;
}
.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: -36px;
	margin-bottom: -2px;
}
.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}
.social-icons a {
	color: #333;
	text-decoration: none;
	font-size: 26px;
}

.footer-font {
	background-color: #3b3b3b;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	padding: 20px 0px;
	text-align: center;
}
.footer-top {
	position: relative;
	top: -4px;
}
.features-section-area ul li {
	width: 540px;
	display: block;
	text-align: center;
	float: left;
}
.features-section-area ul li div a {
	color: #fff;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.features-section-area ul li div a:hover {
	color: #d76f6a;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.copyright-footer {
	font-size: 16px;
	padding-top: 20px;
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.fa-facebook01
 {
    padding: 9px 17px 6px 17px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #005397;
    border-radius: 50%;
    color: #fff;
    font-size: 30px !important;
}

.fa-twitter01
 {
    padding: 10px 10px 6px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #00AEDD;
    border-radius: 50%;
    color: #fff;
    font-size: 30px !important;
}
.fa-envelope01 {
    padding: 11px 10px 8px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    background-color: #848484;
    color: #fff;
    font-size: 30px !important;
}
.fa-google-plus
{
    padding: 11px 10px 8px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    background-color:red;
    color: #fff;
    font-size: 30px !important;
}
.fa-youtube01 
{
    padding: 8px 11px 8px 11px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #D72525;
    border-radius: 50%;
    color: #fff;
    font-size: 30px !important;
}
.fa-pinterest01 
{
    padding: 8px 11px 8px 11px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #D72525;
    border-radius: 50%;
    color: #fff;
    font-size: 30px !important;
}
.fa-instagram01 
{
        padding: 8px 11px 8px 11px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        box-shadow: 0px 3px 10px rgba(0,0,0,.25);
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #f09433 0%, #f09433 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        border-radius: 50%;
        color: #fff;
        font-size: 30px !important;
}
@media (max-width: 1200px) and (min-width: 1080px) {
	.features-section-area ul li {
		width: 520px;
		display: block;
		text-align: center;
		float: left;
	}
}
@media (max-width: 1080px) and (min-width: 768px)
{
.features-section-area ul li {
    width: 358px;
    font-size: 8px !important;
	line-height: 21px;
}
}
@media (max-width:768px) {
	.features-section-area ul li {
		font-size: 8px !important;
		padding-left: 110px;
	}
	.features-section-area ul li {
		width: 415px;
		font-size: 8px !important;
		line-height: 21px;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.features-section-area ul li {
		font-size: 8px !important;
	}
}
@media (min-width: 480px) and (max-width: 640px) {
	.features-section-area ul li {
		font-size: 8px !important;
		padding-left: 41px;
		position: relative;
		top: -14px;
	}
}
@media (min-width: 20px) and (max-width: 480px) {

	.features-section-area ul li {
		font-size: 8px !important;
		padding-left: 16px;
	}
	.features-section-area ul li {
		width: 337px;
		line-height: 23px;
	}
}
@media (max-width: 850px) and (min-width: 320px)
{
.top-footer {
    padding-top: 16px;
}
}
