/*
Theme Name: BlackRider Pro
Theme URI: http://www.inkthemes.com/wp-themes/lead-generation-wordpress-theme/
Description: The Black Rider Theme for WordPress is simple and beautiful with lots of customization options that can tweaked by Theme Options Panel like logos, intro texts and background. Black Rider Theme supports five widgetized areas (two in the sidebar, three in the footer) and featured assets/images (thumbnails for gallery posts and custom header assets/images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Fullwidth" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: InkThemes.com
Author URI: http://www.inkthemes.com
Version: 2.1.7
License: GNU General Public License
Text Domain : black-rider
License URI: license.txt
Tags: red, blue, pink, blue, yellow, green, orange,  two-columns, fixed-layout, custom-background, threaded-comments, sticky-post, translation-ready, microformats, editor-style, custom-menu
*/

body {
	font-family: 'Rajdhani' !important;
'Rajdhani', sans-serif;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Rajdhani'  !important; "ARVO", verdana, Arial, sans-serif;*/
font-weight: normal;
	color: #010101;
	margin-bottom: .83em;
	line-height:1.5em;
}
.container {
	width:90%;
	padding:0;
}
.container .row {
	padding: 0 1%;
	margin-top: 2.7%;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
	margin-top: 5px;
}
a {
	color: #828080;
}
a:hover, a {
	text-decoration: none;
}
a img {
	border: none;
}
:focus {
	outline: none;
}
input[type="submit"] {
	cursor: pointer;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 15px;/*  line-height: 2em;*/
}
p {
	color: #828080;
	margin-bottom: 15px;
	font-weight: normal;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom: 15px;
	font-weight: normal;
}
td, th {
	border: 1px solid #777;
	padding: 10px;
}
th {
	background: #e6e6e6;
}
p, address {
	font-size: 16px;
	line-height: 1.7em;
	font-family: 'Rajdhani' !important;
	color: #000;
	    font-weight: 500;
}
dl dt {
	margin-bottom: 5px;
	line-height: 1.7em;
}
dl dd {
	margin-bottom: 10px;
	line-height: 1.7em;
}
.table td, th {
	border: 1px solid #777;
	padding: 10px;
}
/* `Clear Floated Elements
-----------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.ms-info h1
{
	text-align:center;
	color:#fff;
	font-family: 'Rajdhani' !important;
	font-size:24px;
}
.ms-info h2
{
	text-align:center;
	color:#fff;
	font-family: 'Rajdhani' !important;
	font-size:20px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.main-nav-logo {
	float: left;
	width: 100%;
	margin: 0px;
	position: relative;
	padding:1em 0px 1em 0px;
}
.header_container {
	background-color: #fff;
	padding: 5px 0;
}
.header .logo img {
	max-width: 100%;
}
.logo {
	padding: 0 0%;
	text-align: center;
	width: 23%;
	float:left;
	margin-top:0%;
}
.logo a img
{
width:auto;
 max-width:auto;
}
.logo :hover {
/* -ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform: rotate(-10deg);*/	
}
.logo-phv {
	float: left !important;
	background-color: #AAE0FA !important;
	width: 5% !important;
	height: 61px !important;
	margin-top: 8.1% !important;
}
.call-us {
	text-align: center;
}
.call-us p {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 0;
	margin-top: 3px;
	cursor: default;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	float: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f06248+28,d64026+63,d64026+73 */
background: #f06248; /* Old browsers */
	background: -moz-linear-gradient(top, #f06248 28%, #d64026 63%, #d64026 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f06248 28%, #d64026 63%, #d64026 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f06248 28%, #d64026 63%, #d64026 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06248', endColorstr='#d64026', GradientType=0 ); /* IE6-9 */
}
.call-us p:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d64026+1,f16249+75,f16249+100,f16249+100,f16249+100,f16249+100 */
background: #d64026; /* Old browsers */
	background: -moz-linear-gradient(top, #d64026 1%, #f16249 75%, #f16249 100%, #f16249 100%, #f16249 100%, #f16249 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d64026 1%, #f16249 75%, #f16249 100%, #f16249 100%, #f16249 100%, #f16249 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d64026 1%, #f16249 75%, #f16249 100%, #f16249 100%, #f16249 100%, #f16249 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64026', endColorstr='#f16249', GradientType=0 ); /* IE6-9 */
}
.call-us .btn {
	display: none;
}
.call-us a.btn {
	color: white;
	background-image: -o-linear-gradient(bottom, #CD4E4E 11%, #BD3333 45%);
	background-image: -moz-linear-gradient(bottom, #CD4E4E 11%, #BD3333 45%);
	background-image: -webkit-linear-gradient(bottom, #CD4E4E 11%, #BD3333 45%);
	background-image: -ms-linear-gradient(bottom, #CD4E4E 11%, #BD3333 45%);
	background-image: linear-gradient(to bottom, #CD4E4E 11%, #BD3333 45%);
	border-radius: 6px;
	border: 2px solid #B72B2B;
	box-shadow: inset 0 2px 0 #DA6E6E, 0px 3px 9px #3E3E3E, inset 0px 0px 0px 1px #A71A1A;
}
/*styling for menu phone icone and a vertical line*/

div.verticleline {
	border-left: 1px solid #9D1212;
	border-right: 1px solid #D86A6A;
	width: 0px;
	height: 20px;
	display: inline-block;
	margin-top: 0px;
	position: absolute;
	posotion: absolute;
	top: 18px;
	/*right: 25%;*/
right: 36px;
}
.menu-container {
	margin-top: -57px;
	padding: 20px 0;
	position: relative;
	/*width: 96%;*/
 /*border-bottom: 1px solid #fff;
 border-top: 2px solid #fff;
 border-top: 2px solid #fff;
 -webkit-box-shadow: 0px 3px 2px 0px #0185AB;
-moz-box-shadow: 0px 3px 2px 0px #0185AB;
 box-shadow: 0px 3px 2px 0px #0185AB;*/
 position: relative;
}
.menu-wrapper {
	float: left;
	background-color: #AAE0FA;
	width: 100%;
}
.mobieMenu {
	margin: 0 auto;
	width: 70%;
	margin-top: 12px;
	text-align: center;
	margin-left: 70px;
}
.menu_bar {
	border: 1px solid #d9d9d9;
	background: #fff;
	display: block;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 15px;
}
#menu {
	position: relative;
}
#menu ul {
	list-style-type: none;
}
#MainNav {
	text-align: center;
}
#menu .ddsmoothmenu {
	list-style: none;
	position: relative;
	margin-top: 18px;
	margin-bottom: 15px;
	z-index: 1;
}
#menu .ddsmoothmenu li > ul li > ul {
	margin-top: 1px;
}
#menu .ddsmoothmenu li {
	position: relative;
	display: inline;
	font-size: 15px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 1% 3% 0 0;
	font-weight: 600;
}
input:invalid, textarea:invalid {
 background-color: #fff;
}
#menu .ddsmoothmenu li a {
	position: relative;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	font-weight: 800;
	font-size:20px;
	font-family: 'Rajdhani' !important;
}
#menu .ddsmoothmenu li:first-child a {
	padding-left: 0;
}
#menu .ddsmoothmenu li:last-child a {
	background: none;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
	color: #FF9800;
}
#menu .ddsmoothmenu li > ul {
	padding-top: 0px;
	margin-left: -2px;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
	border: none;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
	text-decoration: none;
	color: #000;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
	border: none;
	position: relative;
}
#menu .ddsmoothmenu li li:first-child {
	border-top: 1px solid #cecfd0;
}
#menu .ddsmoothmenu li li:first-child:before {
}
#menu .ddsmoothmenu li li {
	margin: 0;
	padding: 0;
}
#menu .ddsmoothmenu li li a {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    text-align: center;
    position: relative;
    margin: 0;
       position: relative;
    text-decoration: none;
    padding: 10px 0px 0px 10px;
    font-weight: 600 !important;
    font-size: 16px;
    font-family: 'Rajdhani' !important;
    padding-left: 15px;
    text-shadow: none;
    border-left: none;
   
    line-height: 28px;
    text-transform: capitalize;
    font-weight: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}
#menu .ddsmoothmenu li li:last-child {
	padding-bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menu .ddsmoothmenu li li a:after {
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
	border-top: none;
}
#menu .ddsmoothmenu li li:last-child a:after {
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
#menu .ddsmoothmenu li li a {
	display: inline-block;
}
#menu .ddsmoothmenu li li:first-child a {
	padding-left: 15px;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
	background-image: none;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	text-shadow: none;
	background-color: #f7f6f6;
	color: #16bcec;
}
#menu .ddsmoothmenu li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	margin-top: 17px;
	margin-left: 0px;
	text-align: center;/*margin:0 auto;*/
}
#menu .ddsmoothmenu li ul li {
	display: list-item;
	float: none;
	border-top: none;
	background-color: #fff;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 231px;
}
#menu .ddsmoothmenu li ul li ul {
	padding-top: 0;
	top: 0;
	margin-top: 0;
	margin-left: 0;
	/*margin-left:48px;*/
 z-index: 333;
}
#menu .ddsmoothmenu li ul li ul li:first-child {
	padding-top: 0;
}
/*.ddsmoothmenu { height: 1%;}*/
.downarrowclass {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: 0;
	right: 0;
	display: none!important;
}
.rightarrowclass {
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	margin-top: -3px;
	top: 50%;
	right: 0;
}
.ddshadow {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#menu .ddsmoothmenu li li a:hover {
	color: #FF9800;
	border: none;
}
#menu .ddsmoothmenu li li a {
	border: none;
}
/* Slider ==========================================*/

/* #Slider Style Flexslider================================================== */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slides, .flex-control-nav {
	overflow: hidden;
}
.slider-wrapper {
	font-weight: normal;
	padding-bottom: 7px;
	margin-top: 0px;
	background: url(assets/images/slider-shadow.png) bottom center no-repeat;
	margin-bottom: 55px;
	position: relative;
}
.slider-wrapper .top-shadow {
	width: 100%;
	height: 4px;
	background: url(assets/images/slider-top-shadow.png) top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;/*display:none;*/
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	max-height: 648px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/*      FlexSlider Styling  */

.flexslider {
	background: transparent;
	position: relative;
	zoom: 1;
	margin: 0 0 20px;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
	margin-left: 0;
}
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */

.caption-wrapper {
}
.caption {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 15.65%;
	top: -2%;
	color: #fafafa;
	font-size: 13px;
	line-height: 18px;
	width: 336px;
	padding-bottom: 0px;
	z-index: 11;
	-webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	-moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	border-radius: 5px;
}
.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	text-indent: -9999px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 -ms-transition: all .5s ease;
 transition: all .5s ease;
	border-radius: 57px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flexslider .flex-direction-nav .flex-next {
	right: 7%;
	width: 63px;
	height: 63px;
	background: #000 url(assets/images/next.png) center no-repeat;
	opacity: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
	background: #000 url(assets/images/next.png) center no-repeat;
	width: 63px;
	height: 63px;
	right: 7%;
	opacity: .5;
 -webkit-animation: bounceIn_single .4s ease-in-out;
 -moz-animation: bounceIn_single .4s linear;
 -o-animation: bounceIn_single .4s ease-in-out;
 animation: bounceIn_single .4s ease-in-out;
}
.flexslider .flex-direction-nav .flex-prev {
	background: #000 url(assets/images/prev.png) center no-repeat;
	left: 7%;
	width: 63px;
	height: 63px;
	opacity: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	background: #000 url(assets/images/prev.png) center no-repeat;
	width: 63px;
	height: 63px;
	left: 7%;
	opacity: .5;
 -webkit-animation: bounceIn_single .4s ease-in-out;
 -moz-animation: bounceIn_single .4s linear;
 -o-animation: bounceIn_single .4s ease-in-out;
 animation: bounceIn_single .4s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	background: #16bcec url(assets/images/prev.png) center no-repeat;
	opacity: .9;
 -webkit-animation: bounceIn_single .4s ease-in-out;
 -moz-animation: bounceIn_single .4s linear;
-o-animation: bounceIn_single .4s ease-in-out;
 animation: bounceIn_single .4s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	background: #16bcec url(assets/images/next.png) center no-repeat;
	opacity: .9;
 -webkit-animation: bounceIn_single .4s ease-in-out;
 -moz-animation: bounceIn_single .4s linear;
 -o-animation: bounceIn_single .4s ease-in-out;
animation: bounceIn_single .4s ease-in-out;
}
/* signupform 
==========================================*/
.signupform-header {
}
.signinformbox_wrapper {
	height: 375px;
	overflow: auto;
	background: #0296c0;
	padding-bottom: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.caption {
	background: #0296c0;
}
.signinformbox {
	margin-top: 38px;
	padding: 2px;
	margin-right: 17px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-left: 0;
}
.signupform-header {
	background: #fff;
	position: relative;
	z-index: 99;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.signupform-header .form-tip {
	background: url(assets/images/form-tip.png) no-repeat;
	width: 18px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 38px;
}
.signupform-header h4 {
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
	line-height: 28px;
	padding: 25px 15px;
}
.signupform {
	padding-top: 22px;
}
.signupform .leads_form {
	text-align: center;
}
.signupform input[type="text"], .signupform input[type="email"], .signupform select {
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border: 6px solid #56c5e5;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.signupform input[type="text"], .signupform input[type="email"], .signupform select, .signupform textarea {
	max-width: 250px;
	width: 100%;
}
.signupform select {
	height: 43px;
	padding-right: 0;
}
.signupform input[type="text"]:focus, .signupform input[type="email"]:focus, .signupform select:focus {
	border: 6px solid #17cbe6;
}
.signupform textarea {
	margin-bottom: 10px;
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	border: 6px solid #56c5e5;
	margin-bottom: 16px;
	height: 100px;
	font-family: 'Rajdhani' !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.signupform textarea:focus {
	border: 6px solid #17cbe6;
}
.signupform input[type="submit"] {
	width: 245px;
	height: 52px;
	border: none;
	font-size: 21px;
	color: #fff;
	font-family: 'Rajdhani' !important;

	margin-bottom: 15px;
	background-color: #FD5B3E;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .75);
}
.signupform input[type="submit"]:hover {
	width: 245px;
	height: 52px;
	background-color: #FAA882;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .75);
}
.page_info {
	display: block;
	text-align: center;
	margin-bottom: 37px;
}
.page_info .page-info-heading {
	color: #00AEEF;
	text-align: center;
	font-size: 34px;
	display: inline-block;
	line-height: 1.5em;
	padding: 0 34px;
	margin-bottom: 0;
	/*background: url(assets/images/page-leaf-left.png) left center no-repeat, url(assets/images/page-leaf-right.png) right center no-repeat;*/
font-family: 'Rajdhani' !important;
'Helvetica Medium';
	font-weight: 600;
}
.page_info_wrapper p {
	text-align: center;
	/*color: #828080 !important;*/
font-size:18px;
	margin-bottom: 35px;
}
.page_info .blur_line {
	display: none;
	margin: 5px 5px;
	border: none;
	color: white;
	height: 1px;
	background: black;
	background: -webkit-gradient(radial, 60% 60%, 0, 50% 60%, 450, from(#CFCFCF), to(#fff));
}
.page_info .line_space {
	margin:25px 25px;
}
.checkpanel, .radiopanel {
	color: #fff;
	margin-bottom: 15px;
}
input[type=radio ]:not(old) {
 width : 2em;
 margin : 0;
 padding : 0;
 font-size : 1em;
 opacity : 0;
}
input[type=radio ]:not(old) + label {
 display : inline-block;
 margin-left : -2em;
 line-height : 1.5em;
}
 input[type=radio ]:not(old) + label > span {
 display : inline-block;
 width : 0.875em;
 height : 0.875em;
 margin : 0.25em 0.5em 0.25em 0.25em;
 border : 0.0625em solid rgb(192,192,192);
 border-radius : 0.25em;
background : rgb(224,224,224);
background-image : -moz-linear-gradient(rgb(240,240,240), rgb(224,224,224));
 background-image : -ms-linear-gradient(rgb(240,240,240), rgb(224,224,224));
 background-image : -o-linear-gradient(rgb(240,240,240), rgb(224,224,224));
 background-image : -webkit-linear-gradient(rgb(240,240,240), rgb(224,224,224));
 background-image : linear-gradient(rgb(240,240,240), rgb(224,224,224));
 vertical-align : bottom;
}
input[type=radio ]:not(old):checked + label > span {
background-image : -moz-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -ms-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -o-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -webkit-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : linear-gradient(rgb(224,224,224), rgb(240,240,240));
}
 input[type=radio]:not(old):checked + label > span > span {
display : block;
width : 0.5em;
height : 0.5em;
margin-left: 2.5px;
margin-top: 2.5px;
margin : 0.2em;
border : 0.0625em solid rgb(115,153,77);
border-radius : 0.125em;
background : rgb(153,204,102);
background-image : -moz-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -ms-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -o-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -webkit-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : linear-gradient(rgb(179,217,140), rgb(153,204,102));
}
.sucess-send {
	text-align: center;
}
.sucess-send h2 {
	color: #fff;
	padding: 0 24px;
	margin-left: 2px;
	line-height: 26px;
	margin-top: 7px;
	text-align: center;
}
.sucess-send a {
	font-size: 16px;
	color: #fff;
	margin-left: 0px;
}
.sucess-send a:hover {
	text-decoration: underline;
	text-align: center;
}
/** Sidebar Style
-----------------------------*/
.sidebar label, .footer_widget label {
	font-weight: normal;
	color:#ddd;
	margin-bottom: 5px;
}
.sidebar select, .footer_widget select {
	max-width: 100%;
	width:100%;
	margin-bottom: 20px;
	height: 30px;
	display: block;
}
.inner-addon {
	position: relative;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	float: left;
}
.page-content .inner-addon {
	position: relative;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	float: left;
}
/* style glyph */
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
.sidebar-widget .inner-addon .glyphicon {
	position: absolute;
	pointer-events: none;
	color: #fff;
	z-index: 100;
}
/* align glyph */
.right-addon .glyphicon {
	right: 0px;
}
.sidebar-widget .right-addon .glyphicon {/*right: 10px;*/
	top:3px;
}
/* add padding to glyph */
.right-addon input {
	padding-right: 30px;
}
/*color of glyph*/
.searchico {
	position: absolute;
	top: 10px;
	left: 9px;
	color: #fff;
}
#wp-calendar {
	width: 100%;
	font-size: 11px;
}
#wp-calendar thead th {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 11px;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #ddd;
	line-height: 2.5em;
	transition: background 0.15s ease;
	-webkit-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
}
#wp-calendar tbody td:hover {
	background: #f1f1f1;
	color: #333;
}
#wp-calendar tbody td a {
	display: block;
	text-decoration: none;
	background: #f1f1f1;
	color: #333;
}
#wp-calendar tbody td:hover a {
	background: #4d4d4d;
	color: #fff;
}
#wp-calendar tfoot td {
	padding-top: 1px;
	padding: 4px;
}
#wp-calendar caption {
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px;
	outline: 0 none !important;
	background: #19BFEE;
	color: #fff;
}
#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}
#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 7px 0;
	color: #a7a7a7;
}
#footer #wp-calendar thead th {
	background: #222
}
#footer #wp-calendar tbody td {
	border-color: #222
}
/*Leadcapture Sidebar Widget */

.sidebar .signinformbox_wrapper {
	background: #0296c0;
	overflow: auto;
	height: 375px;
}
.sidebar .signupform .leads_form {
	margin-left: 0;
}
.sidebar .signupform {
	padding-top: 0;
}
.sidebar .signupform-header {
	-webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	-moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.sidebar .signupform-header h4 { /*width:75%;*/
}
.sidebar #signinForm {
	padding-top: 22px;
	overflow: auto;
	background: #0296c0;
	padding-bottom: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sidebar #signinForm .leads_form {
	margin-left: 37px;
	border: solid 1px #000;
}
.sidebar #signinForm input[type="text"], .sidebar #signinForm input[type="email"], .sidebar #signinForm select {
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border: 6px solid #56c5e5;
	width: 80%;
	height: 28px;
	margin-bottom: 16px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 15px;
}
.sidebar #signinForm input[type="text"]:focus, .sidebar #signinForm input[type="email"]:focus, .sidebar #signinForm select:focus {
	border: 6px solid #17cbe6;
}
.sidebar #signinForm select {
	height: 40px;
	width: 94%;
	overflow: hidden;
	padding-right: 0;
	margin-left: 0;
}
.sidebar #signinForm textarea {
	margin-bottom: 10px;
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	border: 6px solid #56c5e5;
	width: 80%;
	margin-bottom: 16px;
	height: 100px;
	max-width: 240px;
	font-family: 'Rajdhani' !important;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 15px;
}
.sidebar #signinForm textarea:focus {
	border: 6px solid #17cbe6;
}
.sidebar #signinForm input[type="submit"] {
	background: url('assets/images/submitbg.png') no-repeat 0 0;
	width: 245px;
	height: 52px;
	margin-left: 10px;
	border: none;
	font-size: 21px;
	color: #fff;
	font-family: 'Rajdhani' !important;

	margin-bottom: 15px;
}
.sidebar #signinForm input[type="submit"]:hover {
	background: url('assets/images/submitbg.png') no-repeat 0 -66px;
	width: 245px;
	height: 52px;
}
.sidebar #signinForm .page_info {
	display: block;
	text-align: center;
	background: url(assets/images/home-line.png) bottom center no-repeat, url(assets/images/home-line.png) top center no-repeat;
	padding: 17px 0 17px 0;
	margin-bottom: 25px;
}
.sidebar #signinForm .page_info h1 {
	text-align: center;
	font-size: 22px;
	display: inline-block;
	line-height: 30px;
	padding: 0 34px;
	margin-bottom: 0;
	background: url(assets/images/page-leaf-left.png) left center no-repeat, url(assets/images/page-leaf-right.png) right center no-repeat;
}
.sidebar #signinForm .page_info_wrapper p {
	text-align: center;
	color: #3a3a3a;
}
.sidebar #signinForm .checkpanel, .sidebar #signinForm .radiopanel {
	color: #fff;
	margin-bottom: 15px;
	margin-left: 15px;
}
.sidebar #signinForm input[type=radio ]:not(old) {
width : 2em;
margin : 0;
padding : 0;
font-size : 1em;
opacity : 0;
}
.sidebar #signinForm input[type=radio ]:not(old) + label {
 display : inline-block;
 margin-left : -2em;
 line-height : 1.5em;
}
.sidebar #signinForm input[type=radio ]:not(old) + label > span {
display : inline-block;
width : 0.875em;
height : 0.875em;
margin : 0.25em 0.5em 0.25em 0.25em;
border : 0.0625em solid rgb(192,192,192);
border-radius : 0.25em;
background : rgb(224,224,224);
background-image : -moz-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -ms-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -o-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -webkit-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : linear-gradient(rgb(240,240,240), rgb(224,224,224));
vertical-align : bottom;
}
 .sidebar #signinForm input[type=radio ]:not(old):checked + label > span {
background-image : -moz-linear-gradient(rgb(224,224,224), rgb(240,240,240));
background-image : -ms-linear-gradient(rgb(224,224,224), rgb(240,240,240));
background-image : -o-linear-gradient(rgb(224,224,224), rgb(240,240,240));
background-image : -webkit-linear-gradient(rgb(224,224,224), rgb(240,240,240));
background-image : linear-gradient(rgb(224,224,224), rgb(240,240,240));
}
.sidebar #signinForm input[type=radio]:not(old):checked + label > span > span {
display : block;
width : 0.5em;
height : 0.5em;
margin-left: 2.5px;
margin-top: 2.5px;
margin : 0.2em;
border : 0.0625em solid rgb(115,153,77);
border-radius : 0.125em;
background : rgb(153,204,102);
background-image : -moz-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -ms-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -o-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -webkit-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : linear-gradient(rgb(179,217,140), rgb(153,204,102));
}
.sidebar #signinForm .sucess-send {
	text-align: center;
}
.sidebar #signinForm .sucess-send h2 {
	color: #fff;
	padding: 0 24px;
	margin-left: 2px;
	line-height: 26px;
	margin-top: 7px;
	text-align: center;
}
.sidebar #signinForm .sucess-send a {
	font-size: 16px;
	color: #fff;
	margin-left: 0px;
}
.sidebar #signinForm .sucess-send a:hover {
	text-decoration: underline;
	text-align: center;
}
.sidebar #signinForm .catchapanel {
	margin-left: 2px;
}
.sidebar #signinForm .catchapanel .captcha_img {
	margin-left: 14px;
}
.textwidget img {
	max-width:100%;
	height:auto;
}
.footer_widget {
	overflow:hidden;
}
/*Leadcapture Footer Widget */
.footer_widget .signinformbox_wrapper {
	background: none;
	overflow: auto;
	height: 375px;
}
.footer_widget .signupform .leads_form {
	margin-left: -5px;
}
.footer_widget .signupform {
	padding-top: 0;
}
.footer_widget .signupform-header {
	-webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	-moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.footer_widget #signinForm {
	padding-top: 22px;
	overflow: auto;
	background: #0296c0;
	padding-bottom: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.footer_widget #signinForm .leads_form {
	margin-left: 37px;
	border: solid 1px #000;
}
.footer_widget #signinForm input[type="text"], .footer_widget #signinForm input[type="email"] {
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border: 6px solid #56c5e5;
	width: 80%;
	height: 28px;
	margin-bottom: 16px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 12px;
}
.footer_widget #signinForm select {
	border: 6px solid #56c5e5;
	width: 94%;
}
.footer_widget #signinForm input[type="text"]:focus, .footer_widget #signinForm input[type="email"]:focus, .footer_widget #signinForm select:focus {
	border: 6px solid #17cbe6;
}
.footer_widget #signinForm textarea {
	margin-bottom: 10px;
	color: #7f7f7f;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	border: 6px solid #56c5e5;
	width: 80%;
	margin-bottom: 16px;
	height: 100px;
	max-width: 216px;
	font-family: 'Rajdhani' !important;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 12px;
}
.footer_widget #signinForm textarea:focus {
	border: 6px solid #17cbe6;
}
.footer_widget #signinForm input[type="submit"] {
	background: url('assets/images/flmain-submitbg.png') no-repeat 0 0;
	width: 218px;
	height: 52px;
	margin-left: 13px;
	border: none;
	font-size: 18px;
	color: #fff;
	font-family: 'Rajdhani' !important;

	margin-bottom: 15px;
}
.footer_widget #signinForm input[type="submit"]:hover {
	background: url('assets/images/flmain-submitbg.png') no-repeat 0 -66px;
	width: 218px;
	height: 52px;
}
.footer_widget #signinForm .page_info {
	display: block;
	text-align: center;
	background: url(assets/images/home-line.png) bottom center no-repeat, url(assets/images/home-line.png) top center no-repeat;
	padding: 17px 0 17px 0;
	margin-bottom: 25px;
}
.footer_widget #signinForm .page_info h1 {
	text-align: center;
	font-size: 22px;
	display: inline-block;
	line-height: 30px;
	padding: 0 34px;
	margin-bottom: 0;
	background: url(assets/images/page-leaf-left.png) left center no-repeat, url(assets/images/page-leaf-right.png) right center no-repeat;
}
.footer_widget #signinForm .page_info_wrapper p {
	text-align: center;
	color: #3a3a3a;
}
.footer_widget #signinForm .checkpanel, .footer_widget #signinForm .radiopanel {
	color: #fff;
	margin-bottom: 15px;
	margin-left: 12px;
}
.footer_widget #signinForm input[type=radio ]:not(old) {
width : 2em;
margin : 0;
padding : 0;
font-size : 1em;
opacity : 0;
}
.footer_widget #signinForm input[type=radio ]:not(old) + label {
display : inline-block;
margin-left : -2em;
line-height : 1.5em;
}
.footer_widget #signinForm input[type=radio ]:not(old) + label > span {
display : inline-block;
width : 0.875em;
height : 0.875em;
margin : 0.25em 0.5em 0.25em 0.25em;
border : 0.0625em solid rgb(192,192,192);
border-radius : 0.25em;
background : rgb(224,224,224);
background-image : -moz-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -ms-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -o-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : -webkit-linear-gradient(rgb(240,240,240), rgb(224,224,224));
background-image : linear-gradient(rgb(240,240,240), rgb(224,224,224));
vertical-align : bottom;
}
.footer_widget #signinForm input[type=radio ]:not(old):checked + label > span {
 background-image : -moz-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -ms-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -o-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : -webkit-linear-gradient(rgb(224,224,224), rgb(240,240,240));
 background-image : linear-gradient(rgb(224,224,224), rgb(240,240,240));
}
.footer_widget #signinForm input[type=radio]:not(old):checked + label > span > span {
display : block;
width : 0.5em;
height : 0.5em;
margin-left: 2.5px;
margin-top: 2.5px;
margin : 0.2em;
border : 0.0625em solid rgb(115,153,77);
border-radius : 0.125em;
background : rgb(153,204,102);
background-image : -moz-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -ms-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -o-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : -webkit-linear-gradient(rgb(179,217,140), rgb(153,204,102));
background-image : linear-gradient(rgb(179,217,140), rgb(153,204,102));
}
.footer_widget #signinForm .sucess-send {
	text-align: center;
}
.footer_widget #signinForm .sucess-send h2 {
	color: #fff;
	padding: 0 24px;
	margin-left: 2px;
	line-height: 26px;
	margin-top: 7px;
	text-align: center;
}
.footer_widget #signinForm .sucess-send a {
	font-size: 16px;
	color: #fff;
	margin-left: 0px;
}
.footer_widget #signinForm .sucess-send a:hover {
	text-decoration: underline;
	text-align: center;
}
.footer_widget #signinForm .catchapanel {
	margin-left: 2px;
}
.footer_widget #signinForm .catchapanel .captcha_img {
	margin-left: 10px;
}
.footer_widget .textwidget {
	margin-bottom: 20px;
	font-size: 15px !important;
	font-weight: 100 !important;
	font-family: 'Rajdhani' !important;
	line-height: 22px;
	color: #fff !important;
}
/*Feature box=================================================*/

.feature_box {
	width: 100%;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 35px;
	margin-bottom: 35px;
	overflow: hidden;
}
.feature_inner_box {
	margin-top: 32px;
	text-align: center;
	word-wrap: break-word;
}
.feature_inner_box .circle {
	width: 212px;
	height: 208px;
	display: block;
	border-radius: 145px;
	-moz-border-radius: 145px;
	-webkit-border-radius: 145px;
	-khtml-border-radius: 145px;
	text-align: center;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	-moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.feature_inner_box .circle img {
	width: 170px;
	height: 166px;
	border-radius: 140px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	-khtml-border-radius: 140px;
	background: #e1e0e0;
	margin: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature_inner_box .circle:hover {
	-webkit-animation: bounceIn_custom 1s ease-in-out;
	-moz-animation: bounceIn_custom 1s linear;
	-o-animation: bounceIn_custom 1s ease-in-out;
	animation: bounceIn_custom 1s ease-in-out;
	background: #fcd485;
}
.feature_inner_box .circle img:hover {
	-webkit-backface-visibility: hidden;
}
.feature_inner_box h6 {
	color: #ea4628;
	font-size: 16px;
}
.feature_inner_box .feature_title.first {
	margin-top: 15px;
	padding: 0;
}
.feature_inner_box .feature_title.last {
	margin-right: 0;
	margin-left: 15px;
	padding: 0;
}
.feature_inner_box a {
	color: #ea4628;
	font-size: 16px;
	line-height: 1.6em;
	font-size:17px;
}
.feature_inner_box a:hover {
	color: #ab4628;
	text-decoration: none;
}
.bottom_feature .blog-heading {
	font-size: 26px;
	margin-bottom: 30px;
	color: #000;
}
.footer_container {
	/*background-color: #3E3E3E;*/
background-image:url("../blackrider-pro/assets/images/body_bg.jpg");
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background-repeat:no-repeat;
	    background-size: 100%;
    background-position:bottom;
	    float: left;
}
.footer_container_wrapper {
	/* background: rgba(231, 231, 231, 0.84);*/
padding: 27px 0 0px 0;
	border-top: 1px solid #fff;
	font-size:15px;
}
.footer_blcks {
	color: #ddd;
	width:75%;
	padding: 0;
	margin: 0 auto;
}
.footer_blcks  p {
	color: #414040;
	font-size: 13px;
	line-height: 21px;
}
.footer_widget fifth {
	margin: 50px 0px;
}
.footer_blcks .footer_widget {
	/*padding-right: 20px;*/
 margin-bottom: 0px;
	overflow: hidden;
}
.footer_blcks .footer_widget.last {
	padding-right: 0;
}
.footer_blcks .footer_widget.first {
	padding-top: 0px;
}
.footer_blcks .footer_widget h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	word-wrap: break-word;
}
div.linetop {
	border-top: 1px solid #D2D2D2;
}
div.linebottom {
	border-top: 1px solid #FFFFFF;
}
div.setposition {
	width: 45%;
	margin-top: 13px;
	margin-bottom: 15px;
}
.footer_blcks .footer_widget p {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	word-wrap: break-word;
}
.footer_blcks .footer_widget a {
	color: #fff;
	font-size: 15px !important;
	font-weight: 600 !important;
	font-family: 'Rajdhani' !important;
}
.footer_blcks .footer_widget ul {
	margin-top: -5px;
}
.footer_blcks .footer_widget ul li {
	margin-left: 0;
	padding: 3px 0;
	font-size: 15px;
	font-weight: 600;
	color: #414040;
	list-style: none;
	margin-bottom: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	word-wrap: break-word;
}
.footer_blcks .footer_widget ul ul li {
	padding-left: 15px;
}
.footer_blcks .footer_widget ul li:before {
}
.footer_blcks .footer_widget ul li:first-child {
}
.footer_blcks .footer_widget ul li:hover {
	margin-left: 14px;
}
.footer_blcks .footer_widget .searchform {
	position: relative;
	margin-bottom: 35px;
	background: url(assets/images/footer-search-bg.png) no-repeat;
	width: 233px;
	height: 33px;
}
.footer_blcks .footer_widget .searchform input[type="text"] {
	width: 185px;
	height: 30px;
	border: none;
	color: #aaa;
	background: none;
	padding-left: 10px;
	padding-right: 30px;
	box-shadow: none;
}
.footer_blcks .footer_widget .searchform input[type="submit"] {
	position: absolute;
	right: -217px;
	top: -32px;
	cursor: pointer;
	Background:none;
}
.footer_blcks .glyphicon-search {
	position: relative;
	top:-25px;
	left:211px;
}
.bottom_footer_container {
	background: #cecece;
	border-top: 1px solid #ccc;
	padding: 17px 0 4px 0;
	display: none;
}
.bottom_footer_content .social_logos {
	list-style: none;
	margin-bottom: 0;
}
.bottom_footer_content .social_logos li {
	display: inline-block;
	margin-left: 0;
	margin-right: 4px;
}
.bottom_footer_content .social_logos li a {
	width: 24px;
	height: 24px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bottom_footer_content .social_logos li.tw a {
	background: url(assets/images/tw.png) no-repeat;
}
.bottom_footer_content .social_logos li.tw a:hover {
	background: url(assets/images/tw-hover.png) no-repeat;
}
.bottom_footer_content .social_logos li.fb a {
	background: url(assets/images/fb.png) no-repeat;
}
.bottom_footer_content .social_logos li.fb a:hover {
	background: url(assets/images/fb-hover.png) no-repeat;
}
.bottom_footer_content .social_logos li.gp a {
	background: url(assets/images/gp.png) no-repeat;
}
.bottom_footer_content .social_logos li.gp a:hover {
	background: url(assets/images/gp-hover.png) no-repeat;
}
.bottom_footer_content .social_logos li.ln a {
	background: url(assets/images/ln.png) no-repeat;
}
.bottom_footer_content .social_logos li.ln a:hover {
	background: url(assets/images/ln-hover.png) no-repeat;
}
.bottom_footer_content .social_logos li.yt a {
	background: url(assets/images/yt.png) no-repeat;
}
.bottom_footer_content .social_logos li.yt a:hover {
	background: url(assets/images/yt-hover.png) no-repeat;
}
.bottom_footer_content .social_logos li.pn a {
	background: url(assets/images/pn.png) no-repeat;
}
.bottom_footer_content .social_logos li.pn a:hover {
	background: url(assets/images/pn-hover.png) no-repeat;
}
.bottom_footer_content .copyrightinfo {
	text-align: right;
}
.bottom_footer_content .copyrightinfo p {
	margin-bottom: 0;
	color: #686868;
}
.post:last-child {
	border: none;
}
.post {
	margin-bottom: 40px;
	padding-bottom: 24px;
	position: relative;/*   border-bottom: 1px dotted #c2c2c2;*/
/* overflow: hidden;*/
}
.post.last-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: none;
}
.post .post_content p {
	margin-bottom: 5px;
}
.post .post-image {
	width: 265px;
	height: 201px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	background: #fff;
	position: relative;
 -webkit-transition: all .6s ease;
 -moz-transition: all .6s ease;
 -o-transition: all .6s ease;
 -ms-transition: all .6s ease;
 transition: all .6s ease;
	border: 3px solid #ddd;
}
.post .post-image span {
	position: absolute;
	top: 36.5%;
	left: 42.5%;
	background: url(assets/images/post-link.png) no-repeat;
	width: 48px;
	height: 48px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
	visibility: hidden;
}
.post .post-image:hover span {
	visibility: visible;
	z-index: 1;
	-webkit-animation: rotateIn 0.8s ease;
	-moz-animation: rotateIn 0.8s ease;
	animation: rotateIn 0.8s ease;
}
.post .postimg {
	width: 265px;
	height: 201px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.post .postimg:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	opacity: .85;
}
.post .post_meta {
	list-style-type: none;
	color: #a4a4a4;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-bottom: 12px;
}
.post .post_meta li {
	display: inline;
	margin-left: 0;
}
.post .post_meta a {
	padding-right: 1px;
}
.post .post_meta li, .post .post_meta li .glyphicon, .post .post_meta a {
	color: #B3AFAF;
}
.post .post_meta li:hover, .post .post_meta a:hover {
	color: #e1600b;
}
.post .post_meta a.last {
	background: none;
}
.post .post_meta .posted_by {
	padding-right: 12px;
}
.post .post_meta .post_date {
	margin-right: 8px;
}
.post .post_meta .post_category {
	padding-right: 12px;
}
.post .post_title {
	padding-left: 1px;
	padding-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #00aeef;
}
.post .post_title p {
	text-align: justify;
}
.blog_feature .post .post_title {
	margin-top: 1px;
}
.post .post_title a {
	color: #000;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
	word-wrap: break-word;
}
.post .post_title a:hover {
	color: #ea4628;
	text-decoration: none;
}
.post .post_meta li .glyphicon {
	margin-right: 5px;
	font-size: 12px;
}
.post .post_content {
	overflow: hidden;
	line-height: 1.7em;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.post.single .post_content {
	margin-top: 12px;
}
.post .post_content a.read-more {
	color: #fff;
	margin-bottom: 0;
	display: block;
	width: 97px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	margin-top: 10px;
	background-color: #19BFEE;
	border-left: 2px solid #0E9AC1;
	border-bottom: 2px solid #0E9AC1;
}
.post .post_content a.read-more:hover {
	background-color: #0E9AC1;
}
.post .post_content a.read-more:active {
	position: relative;
	top: 1px;
}
p.nocomments {
	display: none;
}
/*----------Blog page---------------*/

.page_heading_container {
	background: #e68405 !important;
	padding: 15px 0 12px 0;
	z-index: 0;
}
.row1 {
	margin-right: -15px;
	margin-left: -15px;
}
.page_heading_container .page_heading_content {
	position: relative;
	color: #fff;
}
.page_heading_container .page_heading_content .page_title {
	color: #ffffff;
	margin-bottom: 0;
}
.page_heading_container .page_heading_content p {
	margin-bottom: 0;
}
.page_heading_container .page_heading_content .bred-tip {
	position: absolute;
	bottom: -26px;
	left: 10px;
	background: url(assets/images/bred-tip.png) no-repeat;
	width: 14px;
	height: 15px;
}
.page-content-container .page-content {
	padding: 45px 0 35px 0;/*overflow: hidden;
min-height: 400px;*/
}
.page-content .content-bar img {
	max-width: 100%;
	height: auto;
}
.page-content-container .page-content select {
	height: 30px;
}
.page-content-container .page-content .widget label {
	display: block;
	font-weight: normal;
}
.content-bar a {
	color: #e1600b;
}
div.page-links {
	margin:15px 0px;
}
/*----------------------sidebar-----------------------*/
.sidebar {
}
.sidebar img.fbw {
	margin-left: 72px;
}
.searchform {
	width: 70%;
	height: 32px;
	border: none;
	position: relative;
	margin-bottom: 30px;
	float: right;
	margin-top: 26px;
}
.searchform input[type="text"] {
	/*width: 222px;*/
height: 32px;
	background: transparent;
	border: none;
	padding: 1px 0px 0px 7px;
	border: 1px solid #FF9800;
	color: #787878;
	border-radius: 5px;
}
.searchform input[type="submit"] {
	width: 34px;
	height: 31px;
	border: none;
	cursor: pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
	background-color:#FF9800;
}
.page-content .searchform .inner-addon {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.page-content .searchform:hover .inner-addon {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
	margin-right: 7px;
}
.searchform input[type="text"]:focus {
	box-shadow: 0 0px 5px #0da7d3;
	-moz-box-shadow: 0 0px 5px #0da7d3;
	-webkit-box-shadow: 0 0px 5px #0da7d3;
}
.arrow-container {
	position: relative;
	display: inline-block;
	float: right;
	right: 35px;
}
.page-content .searchico {
	position: absolute;
	top: 10px;
	left: 9px;
	color: #fff;
}
.arrow_box:after, .arrow_box:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:before {
	border-color: rgba(11, 135, 170, 0);
	border-right-color: #FF9800;
	border-width: 9px;
	margin-top: -2px;
}
.footer .arrow_box:before {
	border-width: 0px;
}
.arrow_box:after, .arrow_box:before {
	top: 8px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left: -14px;
}
.page-content .arrow-container {
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
}
.sidebar {
	padding-left: 40px;
}
.sidebar h3 {
	font-size: 20px;
	word-wrap: break-word;
}
.sidebar ul {
	list-style: none;
}
.sidebar .textwidget strong, .footer_widget .textwidget strong {
	font-weight: normal;
}
.sidebar .textwidget img, .footer_widget .textwidget img {
	margin: 5px 0;
}
.sidebar ul li {
	margin-left: 0;
	padding-bottom: 7px;
	padding-left: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	color: #979696;
	word-wrap: break-word;
}
.sidebar ul li a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	padding-left: 0;
	color: #979696;
}
.sidebar ul li:last-child, .footer_widget ul li:last-child {
	padding-bottom: 0;
}
.sidebar ul li a:hover {
	color: #e1600b;
}
.sidebar ul li ul {
	margin-left: 25px;
	margin-left: 15px;
}
.sidebar .tagcloud, .footer_widget .tagcloud {
	margin-bottom: 20px;
}
.sidebar .multiline {
	background: linear-gradient( to right, #F1531C 0%, #F1531C 24%, #EDEBF0 24%, #EDEBF0 100% );
	height: 1px;
	margin-bottom: 20px;
}
/*-----------------------------------------------------*/
/* Contact Page Style*/
/*-----------------------------------------------------*/

.contact-page h2 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.contact-page h3 a {
}
.contact-page input {
	margin-bottom:20px;
}
#contactForm {
	padding-right: 15px;
}
#contactForm .error {
	color: red;
	float: left;
	margin-left: 197px;
	margin-top: -29px;
}
#contactForm input, .contactform textarea, .contactform label {
	margin-bottom: 38px;
}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea {
	float: right;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 0 6px #fcf4f0;
	-webkit-box-shadow: 0px 0px 0 6px #fcf4f0;
	box-shadow: 0px 0px 0 6px #fcf4f0;
	border: 1px solid #ccc;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus, #contactForm textarea:focus {
	border: 1px solid #f89666;
}
#contactForm input[type="text"], #contactForm input[type="email"] {
	width: 69%;
	height: 36px;
	padding: 0 8px;
	margin-right: 13%;
}
#contactForm .captcha_code {
	vertical-align: baseline;
}
#contactForm .captcha_code input#vercode {
	width: 100px;
	float: none;
	margin-left: 25px;
	margin-right: 0;
	margin-top: -12px;
}
#contactForm .captcha_code span.captcha_img {
	margin-left: 125px;
	background: #ddd;
	padding: 11px 15px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 0 6px #fcf4f0;
	-webkit-box-shadow: 0px 0px 0 6px #fcf4f0;
	box-shadow: 0px 0px 0 6px #fcf4f0;
}
#contactForm label {
	float: left;
	clear: both;
	font-size: 14px;
	padding-top: 5px;
}
#contactForm input[type="submit"] {
	clear: both;
	width: 127px;
	height: 31px;
	border: 0;
	cursor: pointer;
	margin-top: 15px;
	color: #fff;
	line-height: 22px;
	text-shadow: 0 1px 0 #c1430b;
	padding-bottom: 2px;
	margin-left: 120px;
}
#contactForm input[type="submit"]:hover { /*background: url('assets/images/submit.png') no-repeat 0 -41px;*/
}
#contactForm textarea {
	height: 100px;
	width: 81.6%;
	max-width: 81.6%;
	padding: 8px;
	font-family: 'Rajdhani' !important;

}
.contact-page {
	padding-left: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-page p {
	color: #4f4e4e;
	margin-bottom: 50px;
}
.content_bg .sidebar .contact-info span {
	color: #576f21;
}
.content_bg .sidebar .contact-info p {
	margin: 10px 0;
}
/*==Comment Form===*/
#commentsbox {
	width: 65%;
	margin: 0;
}
#commentsbox .post-info {
	font-size: 24px;
}
ol.commentlist {
	clear: both;
	overflow: hidden;
	list-style: none;
	margin: 0;
}
ol.commentlist li .comment-body {
	margin-left: 137px;
	position: relative;
	border-right: 1px solid #f3c3ba;
	padding: 10px 10px 0px 30px;
	margin-bottom: 35px;
	margin-top: 35px;
	background-size: 101% !important;
}
ol.commentlist li.pingback .comment-body {
	background: none;
	margin:0px;
	border : none;
}
ol.commentlist li .comment-author a:link, ol.commentlist li .comment-author a:visited {
	color: #000;
	text-decoration: none !important;
}
.comment-author.vcard {
	display: inline;
}
.comment-author.vcard span.says {
	display: none;
}
cite.fn {
	color: #000;
	font-style: normal;
	margin-right: 8px;
}
ol.commentlist li .comment-author .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: -120px;
	top: -6px;
	width: 90px;
	height: 88px;
	border: 3px solid #f3c3ba;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	background: url(assets/images/avatar-bg.png) no-repeat;
}
ol.commentlist li .comment-author .avatar:hover {
	-webkit-animation: bounceIn_single 0.7s ease-in-out;
	-moz-animation: bounceIn_single 0.7s ease-in-out;
	-o-animation: bounceIn_single 0.7s ease-in-out;
	animation: bounceIn_single 0.7s ease-in-out;
}
ol.commentlist li .comment-meta {
	display: inline;
}
ol.commentlist li .comment-meta a {
	color: #858484;
	text-decoration: none !important;
	display: inline-block;
}
ol.commentlist li p {
	line-height: 1.7em;
	color: #666;
	margin: 10px 0px;
}
ol.commentlist li .comment-body {
	position: relative;
	border: 1px solid #f3c3ba;
}
ol.commentlist li .comment-body:after, ol.commentlist li .comment-body:before {
	right: 100%;
	top: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ol.commentlist li .comment-body:after {
	border-color: rgba(80, 36, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 5px;
	margin-top: -36px;
}
ol.commentlist li .comment-body:before {
	border-color: rgba(243, 195, 186, 0);
	border-right-color: #f3c3ba;
	border-width: 7px;
	margin-top: -38px;
}
ol.commentlist li .reply a {
	color: #2f516d;
	font-size: 14px;
	position: absolute;
	top: 9px;
	right: 5px;
	background: url(assets/images/c-reply-img.png) center right no-repeat;
	padding-right: 20px;
}
ol.commentlist li ul.children {
	list-style: none;
	text-indent: 0;
	margin: 1em 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
	margin: 0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-3 {
	margin: 0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-4 {
	margin: 0 0 0px 50px;
}
ol.commentlist li.comment ul.children li.depth-5 {
	margin: 0 0 0px 50px;
}
.comment-nav {
	height: 20px;
	padding: 5px;
}
.comment-nav a:link, .comment-nav a:visited {
	color: #f96e02;
}
#respond {
	margin: 10px 0;
	padding: 0;
}
#respond h3 {
	font-size: 18px;
	color: #555;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
#commentform {
	border: 1px solid #eee;
	padding: 30px 20px;
}
#commentform p {
	color: #444;
}
#respond label {
	color: #322903;
	padding: 5px 0;
	font-weight: normal;
}
#author, #url, #email {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	float: right;
	width: 80%;
	padding: 4px 8px;
}
#author:focus, #url:focus, #email:focus {
	border-color:#e1600b;
}
#comment-form textarea {
	width: 80%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	float: right;
	margin-bottom: 25px;
}
#comment-form textarea:focus {
	border-color:#e1600b;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
	width: 100%;
}
#commentform input[type="text"] {
	height: 40px;
	display: block;
}
#respond input#submit {
	clear: both;
	border-radius: 15px;
	width: 139px;
	height: 35px;
	border: 0;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
	margin-top: 20px;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EE8646), color-stop(0.56, #E1693A));
	background-image: -o-linear-gradient(bottom, #EE8646 0%, #E1693A 56%);
	background-image: -moz-linear-gradient(bottom, #EE8646 0%, #E1693A 56%);
	background-image: -webkit-linear-gradient(bottom, #EE8646 0%, #E1693A 56%);
	background-image: -ms-linear-gradient(bottom, #EE8646 0%, #E1693A 56%);
	background-image: linear-gradient(to bottom, #EE8646 0%, #E1693A 56%);
}
#respond input#submit:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EE8646), color-stop(0.5, #E1693A));
	background-image: -o-linear-gradient(top, #EE8646 0%, #E1693A 50%);
	background-image: -moz-linear-gradient(top, #EE8646 0%, #E1693A 50%);
	background-image: -webkit-linear-gradient(top, #EE8646 0%, #E1693A 50%);
	background-image: -ms-linear-gradient(top, #EE8646 0%, #E1693A 50%);
	background-image: linear-gradient(to top, #EE8646 0%, #E1693A 50%);
}
/*===Word Press core classes===*/



blockquote {
	padding-left: 60px;
	min-height: 40px;
	background: url(assets/images/blockqoute.png) no-repeat;
	margin-top: 40px;
	margin-bottom: 40px;
}
blockquote img {
	float: left;
	margin-right: 15px;
}
.gallery-caption {
	color: #666;
	font-family: 'Rajdhani' !important;
Georgia, serif;
	font-size: 12px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	text-align: center;
	padding: 7px 7px 5px;
	margin-bottom: 20px;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	max-width: 98.5%;
	width: auto;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 10px 4px 5px;
}
#nav-single {
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
}
#nav-single a {
	color:#4d4c4c;
}
#nav-single a:hover {
	color:#e1600b;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	margin-left: 15px;
	margin-bottom: 15px;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;/* margin: 0 1em 1em 0;*/



}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input[type="submit"], #zoombox .close, #zoombox .next, #zoombox .prev {
	cursor: pointer;
}
input, textarea, p, label, .contactform {
	vertical-align: middle;
	word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
.header .top_right_bar #searchform #s, .footer #searchform #s {
	background: transparent;
	width: 126px;
	margin-left: 35px;
	height: 28px;
	border: none;
	color: #71afaf;
	margin-top: 3px;
	padding-top: 4px;
}
/* Text meant only for screen readers. */



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
 @-webkit-keyframes bounceIn_custom {
 0% {
 -webkit-transform: scale(1);
}
 25% {
 -webkit-transform: scale(.95);
}
 50% {
 -webkit-transform: scale(1.03);
}
 70% {
 -webkit-transform: scale(.95);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn_custom {
 0% {
 -moz-transform: scale(1);
}
 25% {
 -moz-transform: scale(.8);
}
 50% {
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn_custom {
 0% {
 -o-transform: scale(1);
}
 25% {
 -o-transform: scale(.8);
}
 50% {
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn_custom {
 0% {
 -webkit-transform: scale(1);
}
 25% {
 -webkit-transform: scale(.95);
}
 50% {
 -webkit-transform: scale(1.02);
}
 70% {
 -webkit-transform: scale(.95);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-webkit-keyframes bounceIn_single {
 0% {
 -webkit-transform: scale(1);
}
 25% {
 -webkit-transform: scale(.8);
}
 50% {
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn_single {
 0% {
 -moz-transform: scale(1);
}
 25% {
 -moz-transform: scale(.8);
}
 50% {
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn_single {
 0% {
 -o-transform: scale(1);
}
 25% {
 -o-transform: scale(.8);
}
 50% {
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn_single {
 0% {
 transform: scale(1);
}
 25% {
 transform: scale(.8);
}
 50% {
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInDownBig {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
 @-webkit-keyframes rotateIn {
 0% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(-360deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center center;
 -webkit-transform: rotate(0);
 opacity: 1;
}
}
 @-moz-keyframes rotateIn {
 0% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(-360deg);
 opacity: 0;
}
 100% {
 -moz-transform-origin: center center;
 -moz-transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateIn {
 0% {
 -o-transform-origin: center center;
 -o-transform: rotate(-360deg);
 opacity: 0;
}
 100% {
 -o-transform-origin: center center;
 -o-transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateIn {
 0% {
 transform-origin: center center;
 transform: rotate(-360deg);
 opacity: 0;
}
 100% {
 transform-origin: center center;
 transform: rotate(0);
 opacity: 1;
}
}
/*Gallery page



================================================*/



.displaywell {
	vertical-align: top;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.displaywell img {
	margin-top:5px;
	margin-bottom: 0;
	padding: 5px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.16);
}
a.gall-content {
	font-size: 14px;
	display: block;
	margin-top: 15px;
	margin-bottom: 18px;
	text-align: center;
	line-height: 1.4em;
}
a.gall-content:hover {
	color: #e1600b;
}
.page-content .gallery .thumbnail {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border: 0;
}
.page-content .gallery ul.thumbnail li {
	margin: 0;
	margin-left: 0;
	position: relative;
	margin-right: 26px;
	width: 216px;
	height: auto;
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 0px;
	display: inline-block;
	vertical-align: top;
}
.page-content .gallery ul.thumbnail li span {
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -o-transition: all .3s linear;
 -ms-transition: all .3s linear;
 transition: all .3s linear;
}
.page-content .gallery ul.thumbnail li:hover span {
	background: url(assets/images/gall-bg.png) center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.page-content .gallery ul.thumbnail div span {
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -o-transition: all .3s linear;
 -ms-transition: all .3s linear;
 transition: all .3s linear;
}
.page-content .gallery ul.thumbnail div:hover span {
	background: url(assets/images/gall-bg.png) center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 90px;
	left: 135px;
}
.page-content .gallery .thumbnail li img {
	margin-right: 0;
	width: 230px;
	height: 168px;
	border: 1px solid #ddd;
	padding: 5px;
}
.page-content .gallery .thumbnail li img:hover {
	opacity: 0.4;
}
.page-content .gallery ul.thumbnail.col-1 li {
	width: 200px;
	height: auto;
	display: block;
	float: none;
	margin: 0 auto;
	margin-bottom: 120px;
}
.page-content .gallery ul.thumbnail.col-1 li span {
	position: absolute;
	top: 40%;
	left: 50%;
}
.page-content .gallery ul.thumbnail.col-2 li {
	width: 300px;
	margin-left: 9%;
	margin-right: 9%;
	margin-bottom: 120px;
	height: auto;
}
.page-content .gallery ul.thumbnail.col-2 li span {
}
.page-content .gallery ul.thumbnail.col-2 li span img {
	margin-right: 0;
	width: 282px;
	height: 200px;
}
.page-content .gallery ul.thumbnail.col-3 {
/*    width: 119%;*/



}
.page-content .gallery ul.thumbnail.col-3 li {
	width: 240px;
	margin-right: 5%;
	height: auto;
	margin-bottom: 20px;
}
.page-content .gallery ul.thumbnail.col-3 li span {
}
.page-content .gallery ul.thumbnail.col-3 li span img {
	margin-right: 0;
	width: 224px;
	height: 158px;
}
.page-content .gallery ul.thumbnail.col-4 li {
	width: 224px;
	height: auto;
	margin-right: 5.4%;
	margin-bottom: 65px;
}
.page-content .gallery ul.thumbnail.col-4 li:hover span {
	background: url(assets/images/gall-bg.png) center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.page-content .gallery .thumbnail.col-4 li img {
	margin-right: 0;
	width: 224px;
	height: 158px;
}
.page-content .gallery ul.thumbnail.col-5 li {
	width: 181px;
	height: auto;
	margin-right: 50px;
	margin-bottom: 52px;
}
.page-content .gallery ul.thumbnail.col-5 li span {
	position: absolute;
	top: 46%;
	left: 44%;
}
.page-content .gallery ul.thumbnail.col-5 li img {
	width: 165px;
	height: 116px;
	margin-right: 20px;
}
.page-content .gallery ul.thumbnail.col-6 li {
	width: 120px;
	height: auto;
	margin-right: 75px;
	margin-bottom: 50px;
}
.page-content .gallery ul.thumbnail.col-6 li span {
	position: absolute;
	top: 46%;
	left: 44%;
}
.page-content .gallery ul.thumbnail.col-6 li img {
	width: 108px;
	height: 85px;
	margin-right: 0px;
}
.page-content .gallery ul.thumbnail.col-7 li {
	width: 120px;
	height: auto;
	margin-right: 44px;
	margin-bottom: 50px;
}
.page-content .gallery ul.thumbnail.col-7 li span {
	position: absolute;
	top: 46%;
	left: 44%;
}
.page-content .gallery ul.thumbnail.col-7 li img {
	width: 108px;
	height: 73px;
	margin-right: 0px;
}
.page-content .gallery ul.thumbnail.col-8 li {
	width: 120px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 50px;
}
.page-content .gallery ul.thumbnail.col-8 li span {
	position: absolute;
	top: 46%;
	left: 40%;
}
.page-content .gallery ul.thumbnail.col-8 li img {
	width: 108px;
	height: 73px;
	margin-right: 0px;
}
.page-content .gallery ul.thumbnail.col-9 li {
	width: 120px;
	margin-right: 4px;
	margin-bottom: 50px;
}
.page-content .gallery ul.thumbnail.col-9 li span {
	position: absolute;
	top: 46%;
	left: 44%;
	;
}
.page-content .gallery ul.thumbnail.col-9 li img {
	width: 90px;
	height: 73px;
	margin-right: 0px;
}
.page-content .gallery ul li h2 {
	margin-top: -32px;
}
.page-content .gallery ul li h2:hover {
	color: #CC9900;
}
.page-content .gallery ul li a.gall-content {
	font-weight: normal;
	line-height: 1em;
	font-size: 15px;
}
.page-content .gallery ul li a.gall-content:hover {
	color: #f60;
}
.page-content .gallery .thumbnail li img:hover {
	opacity: 1;
 -webkit-transition: opacity .6s ease-in-out;
 -moz-transition: opacity .6s ease-in-out;
 -o-transition: opacity .6s ease-in-out;
 -ms-transition: opacity .6s ease-in-out;
 transition: opacity .6s ease-in-out;
}
/*Gallery style in content bar



================================================*/



.gallery.gall ul.thumbnail li span.fade {
	background: url(assets/images/view_photo.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 65px;
	display: block;
	opacity: 0;
	width: 220px;
	height: 153px;
}
.content-bar .gallery .thumbnail {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.content-bar .gallery ul.thumbnail li {
	margin: 0;
	margin-left: 0;
	float: left;
	position: relative;
	margin-right: 26px;
	width: 216px;
	height: 165px;
	margin-bottom: 25px;
	text-align: center;
}
.content-bar .gallery ul.thumbnail.col-1 li {
	width: 200px;
	height: 150px;
	display: block;
	float: none;
	margin: 0 auto;
}
.content-bar .gallery ul.thumbnail.col-1 li span {
	position: absolute;
	top: 32%;
	left: 47%;
}
.content-bar .gallery ul.thumbnail.col-2 li {
	width: 270px;
	height: 155px;
	margin: 0;
	margin-left: 65px;
	margin-bottom: 75px;
}
.content-bar .gallery ul.thumbnail.col-2 li span {
	position: absolute;
	top: 41%;
	left: 47%;
}
.content-bar .gallery ul.thumbnail.col-2 li img {
	width: 197px;
	height: 142px;
}
.content-bar .gallery ul.thumbnail.col-3 li {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.content-bar .gallery ul.thumbnail.col-3 li img {
	max-width: 100%;
}
.content-bar .gallery ul.thumbnail.col-4 li {
	width: 130px;
	height: 106px;
	margin-right: 59px;
}
.content-bar .gallery ul.thumbnail.col-4 li span {
	position: absolute;
	top: 45%;
	left: 40%;
}
.content-bar .gallery ul.thumbnail.col-5 li {
	width: 102px;
	height: 76px;
	margin-right: 50px;
}
.content-bar .gallery ul.thumbnail.col-5 li img {
	width: 165px;
	height: 80px;
}
.content-bar .gallery ul.thumbnail.col-6 li {
	width: 85px;
	height: 105px;
	margin-right: 40px;
	margin-bottom: 0;
}
.content-bar .gallery ul.thumbnail.col-6 li span {
	position: absolute;
	top: 30%;
}
.content-bar .gallery ul.thumbnail.col-6 li img {
	height: 73px;
}
.content-bar .gallery ul.thumbnail.col-7 li {
	width: 70px;
	height: 80px;
	margin-right: 37px;
}
.content-bar .gallery ul.thumbnail.col-7 li span {
	position: absolute;
	top: 40%;
	left: 38%;
}
.content-bar .gallery ul.thumbnail.col-8 li {
	width: 64px;
	height: 35px;
	margin-right: 28px;
	margin-bottom: 75px;
}
.content-bar .gallery ul.thumbnail.col-8 li span {
	position: absolute;
	top: 75%;
	left: 44%;
	left: 40%;
}
.content-bar .gallery ul.thumbnail.col-9 li {
	width: 60px;
	height: 32px;
	margin-right: 21px;
	margin-bottom: 70px;
}
.content-bar .gallery ul.thumbnail.col-9 li span {
	position: absolute;
	top: 90%;
	left: 44%;
}
.page-content .content-bar .gallery .thumbnail li img {
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -o-transition: all .3s linear;
 -ms-transition: all .3s linear;
 transition: all .3s linear;
	border: 1px solid #c3cccd;
	padding: 5px;
	height: auto;
}
.content-bar .gallery .thumbnail li img:hover {
	opacity: 1;
}
.content-bar ul.thumbnail li span.fade {
	background: url(assets/images/view_photo.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 65px;
	display: block;
	opacity: 0;
	width: 220px;
	height: 153px;
}
h1.page-title {
	font-size: 22px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	word-wrap: break-word;
}
h1.page-title-gall {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;/*margin-top: 25px;*/
}
.fullwidth img {
	max-width: 100%;
	height: auto;
}
/*=======================================================*/



/* Responsive Dropdown Menu Style */



/*=======================================================*/



.it_mobile_menu li {
	margin: 0;
}
.it_mobile_menu li a {
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: none;
	border-bottom: 1px solid #e2e0e0;
	margin: 0 !important;
}
.it_mobile_menu li:last-child a {
	border-bottom: none;
	padding-bottom: 15px;
}
.it_mobile_menu li a:hover {
	color: #2565ac;
}
.it_mobile_menu > li.current_page_item > a {
	color: #2565ac;
}
#mobile_menu {
	width: 318px;
	border: 1px solid #e2e0e0 !important;
	left: -1px;
	padding: 0;
	padding-bottom: 20px;
	background: #f8f8f8;
	top: 42px !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	z-index: 9999px;
	list-style: none;
}
#mobile_menu ul {
	list-style: none;
	margin-bottom: 0;
}
.it_mobile_menu {
	position: absolute;
	top: 46px !important;
	left: 3px;
	z-index: 1000;
	display: none;
	text-align: left;
}
.it_mobile_menu ul {
	display: block !important;
	visibility: visible !important;
	border-bottom: 1px solid #e2e0e0;
}
.it_mobile_menu ul li a {
	margin-left: 12px !important;
	padding-top: 12px !important;
	padding-bottom: 4px !important;
}
.it_mobile_menu ul li:last-child a {
	padding-bottom: 10px !important;
}
.it_mobile_menu ul a {
	border-bottom: none;
}
.mobile_nav {
	color: #3B3B3B;
	display: none;
	background: #f8f8f8;
	border: 1px solid #e2e0e0;
	position: relative;
	padding: 15px 22px 11px 46px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 250px;
}
.mobile_nav:before, .mobile_nav:after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
}
.mobile_nav:before {
	left: 0;
}
.mobile_nav:after {
	right: 0;
}
.mobile_nav:hover {
	text-decoration: none;
	color: #3B3B3B;
}
.mobile_nav > span {
	display: block;
	width: 15px;
	height: 10px;
	background: url(assets/images/responsive_arrow.png) no-repeat;
	position: absolute;
	top: 19px;
	left: 63px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile_nav.opened > span {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.caption-wrapper {
	display:none!important;
}
.boxed {
	border: 1px solid green;
}
.page_info_wrapper {
	width:100%;
}
.call-us {
	display:none;
}
/*horizontal*/
.featured-block {
	width: 100%;
	height: 85px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-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;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #4fc7f4;
	border-radius: 7px;
	margin-bottom: 15px;
}
.featured-block > a {
	text-align: left;
	width: 100%;
	height:100%;
	display: block;
	color: #333;
	position: relative;
}
/*.featured-block:hover
{
	
background-color:#09C;
background-color:#F78F3C; 
}*/
.featured-block:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F78F3C;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.featured-block:hover, .featured-block:focus, .featured-block:active {
	color: white;
}
.featured-block:hover:before, .featured-block:focus:before, .featured-block:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fblock-content {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
	top: 30%;
}
.fblock-main {
	color: #fff;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: normal;/* line-height: 27px; */
	}
/* end horizontal*/

/*vertical*/
.health-visitor a {
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 600;
}
.health-visitor a:hover {
	color: #000 !important;/*font-weight:300;*/
}
.parenting-health {
	list-style: none;
	margin-top: 0px;
	float: right;
	text-align: center;
	width: 100%;
}
.health-visitor {
	background-image: url(http://www.privatehealthvisitor.com/wp-content/uploads/2016/07/login_head_bg.png);
	border-radius: 10px;
	margin-bottom: 10px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px 0px;
}
.health-visitor {
}
.two-box {
	width:100%;
}
.two-box-first {
	/* margin-top: 30px;*/
    width: 95%;
	float: left;
}
.social-icon {
	float: left;
	    padding: 88px 0px 0px 0px;
}
.pt-cv-wrapper .btn {
	display: none;
}
.trends h1 {
	color: #00aeef;
	font-weight: 800;
	font-family: 'Rajdhani' !important;
'Rajdhani';
	font-size: 36px !important;
}
.trends h3 {
	color: #00aeef;
	font-weight: 800;
	font-family: 'Rajdhani' !important;
'Rajdhani';
	font-size: 24px;
}
.ourservices h2 {
	color:#F99E4D;
	line-height: 30px;
	font-size: 26px;
	text-align: center;
	margin-top: 0% !important;
	margin-bottom: 0px;
}
.pt-cv-title {
	text-align: center;
	font-size: 20px !important;
	height: 40px !important;
}
.pt-cv-content {
	text-align: center;
	color: #828080 !important;
	font-size: 15px !important;
	font-family: 'Rajdhani' !important;
	    height: 70px;
}
.pt-cv-title a {
	color: #f99e4d;
	font-family: 'Rajdhani' !important;
	background-color: none !important;
}
.pt-cv-title a:hover {
	color:#00aeef;
}
.bar-container {
/*   border: 1px solid rgba(128, 128, 128, 0.41);	*/
}
.chpcs_foo_content img {
	max-width: 200px;
	width: 250px;
	height: auto;
	border: 1px solid rgba(128, 128, 128, 0.9);
}
.pt-cv-1-col {
/*background-image: url('http://www.privatehealthvisitor.com/wp-content/uploads/2016/07/Do.jpg');
background-position: right;
background-repeat: no-repeat;
display: block; 
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;*/

}
.chpcs_title a {
	font-size: 17px !important;
}
.chpcs_more a {
	background-color: white;
	color: black;
	border: 2px solid #13C8FD;
	padding: 10px 10px 10px 10px;
}
.bg_title {
	background: url("http://www.privatehealthvisitor.com/wp-content/uploads/2016/07/title_bg.jpg") repeat-x transparent;
	position: relative;
	margin-bottom: 25px;
}
.contentarea ul, .contentarea ol {
	margin-bottom: 10px;
}
.icons_padding_small .contact_info_item {
	margin-bottom: 4px;
	padding-left: 0;
}
.contentarea ul li {
	position: relative;
	padding-left: 15px;
}
.icons_padding_small .contact_info_icon {
	left: -10px;
	top: 2px;
}
.module_contact_info .contact_info_icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.contact_info_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
}
.contact_info_icon i {
	padding-top: 11px;
	display: block;
}
[class*=" icon-"], [class^=icon-] {
 display: inline;
 width: auto;
 height: auto;
 line-height: normal;
 vertical-align: baseline;
 background-image: none;
 background-position: 0 0;
 background-repeat: repeat;
 margin-top: 0;
}
.icons_padding_small .contact_info_text {
	padding-left: 30px;
}
.contact_info_text {
	display: inline-block;
	padding-left: 50px;
	min-height: 31px;
	padding-top: 9px;
}
.headInModule, .sidebar_header {
	display: inline-block;
	background: #ffffff;
	margin: 0;
	font-size: 22px;
	line-height: 27px;
	padding-right: 8px;
	position: relative;
	top: -4px;
}
.headInModule:before {
	background: #37afe6 !important;
}
.headInModule:before {
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	margin-right: 9px;
}
.get-in-touch {
	width:70%;
	float:left;
}
.contact-details {
	width:30%;
	float:left;
}
/* Contact 7 Forms
--------------------------------------------- */

form.wpcf7-form {
/*background-color:#AAE0FA;
text-align: center;*/
}
input#formname, #emailform, #subject, #message {
width:75%%;
	margin-top: 5px;
	margin-bottom: 5px;
}
input#formname {
	margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
	text-decoration: none;
	position: relative;
	padding: 7px 20px;
	line-height: 20px;
	/* text-transform: uppercase; */
    display: inline-block;
	background: #f7681b !important;
	color: #ffffff !important;
	font-size: 20px;
	border: 1px solid #f7681b !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background:#ffffff !important;
	color:#f7681b !important;
	border-color:#f7681b !important;
}
.wpcf7-submit input:hover[type="button"], input:hover[type="submit"]:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid #01c2f9;
}
/*.pt-cv-wrapper img {
    border: solid 1px #F58734 !important;	
}*/
/*========accordion============*/
.ui-accordion {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ui-accordion .ui-accordion-header {
	background: #ffffff;
	border: 0px solid #e1e1e1 !important;
	border-radius: 0;
	display: block;
	cursor: pointer;
	font-size: 17px !important;
	position: relative;
	margin-top: 2px;
	margin-bottom: 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
	width: 100%;
	background: orange;
	height: 40px;
	cursor: pointer;
	padding: 10px 45px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ui-accordion-header-active {
	background: orange !important;
	height: 40px;
	cursor: pointer;
	padding: 10px 45px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 6px;
}
.ui-accordion-header-hover {
	background-color:#F90;
 -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
 transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
}
.ui-accordion .ui-accordion-content {
	width: 100% !important;
	margin: 0 auto !important;
	border: solid 1px #F89C46 !important;
	padding: 10px !important;
}
.ui-accordion .ui-accordion-content p {
	margin: 10px !important;
	text-align: justify;
	font-size: 16px;
	color: #828080;
}
/*===========accordion=================*/



/*===========recipes=================*/
.search-wrap {
	background-color: #F9A949 !important;
}
.recipes-button {
	float:right;
}
.recipes-button input[type="submit"] {
	background-color:#01c2f9;
	font-size:16px;
	color:#fff;
	border: 1px solid rgba(91, 192, 222, 0.68);
	border-bottom:1px solid #0088cc;
	height: 45px;/* border-radius: 5px;*/
	
}
.recipes-button input[type="submit"]:hover {
	background-color:#000;
	border: 2px solid #000;
	border-bottom: 5px solid #333;
}
.sbmt-button {
	width: 17% !important;
	float: none !important;
}
/*============recipes======================*/


/*==============forum===========================*/
.wpf-table td {
	border: 0px solid #adadad !important;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
}
.wpf-wrapper td {
	border: 0px solid #adadad !important;
}
.wpf-wrapper {
	border:none !important;
}
/*==============forum===========================*/

/*============ibaby==============================*/

.tw-bs .progress-success.progress-striped .bar {
	background-color: #19bfee !important;
}
.credis_block {
	display: none !important;
}
.tw-bs ul, .tw-bs ol {
	padding: 10px !important;
	margin: 0 0 9px 25px;
}
.calculatestuff {
	display: block;
	width:100% !important;
	text-align:center;
}
.control-label {
	text-align: center !important;
}
.btn pull-right {
	background-color: #f89746 !important;
	color: #ffffff !important;
}
/*===============================================*/

/*=========woocommerce=======================*/
.woocommerce ul.products li.product .onsale {
	top: 4px !important;
	right: 6px !important;
	margin:0 auto !important;
}
.woocommerce ul.products li.product h3 {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 14px;
}
/*============woocommerce=====================*/

/**/
.wppb-user-forms {
	background: #FBB05C !important;
	width: 50%;
	margin: 2% 25% 0% 25%;
	position: relative;
	text-align: center;
	float: left;
}
.login-submit {
	padding: 15px 40px 0px 0px;
}
.login-remember {
	padding-left: 200px !important;
	font-size: 16px !important;
	line-height: 60px !important;
	color: #858282 !important;
	cursor: pointer;
	font-family: 'Rajdhani' !important;
'Open Sans', sans-serif;
	font-weight: 600;
	float: left !important;
}
input[type="submit"], #zoombox .close, #zoombox .next, #zoombox .prev {
/*cursor: pointer;
    background: #e27f00 !important;
    background: -moz-linear-gradient(top, #e27f00 0%, #ff9000 3%, #ffad00 65%, #ffb700 97%, #ffe49e 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e27f00), color-stop(3%,#ff9000), color-stop(65%,#ffad00), color-stop(97%,#ffb700), color-stop(100%,#ffe49e))!important;
    background: -webkit-linear-gradient(top, #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%)!important;
    background: -o-linear-gradient(top, #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%)!important;
    background: -ms-linear-gradient(top, #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%);
    background: linear-gradient(to bottom, #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27f00', endColorstr='#ffe49e',GradientType=0 )!important;
    float: right !important;
    padding: 4px 0px 0px 0px !important;*/
}
/**/

.recent_post {
	margin-bottom: 26px;
}
.recent_post h1 {
	color: #00aeef;
	font-weight: 800;
	font: 36px
}
#nav_menu-3 {
	margin: 50px 0 0px;
}
#nav_menu-4 {
	margin: 50px 0 0px;
}
#text-7 {
	margin: 50px 0 0px;
}
#wpf-wrapper #wpf-info {
	display:none;
}
.home_block {
	margin-top: 30px;
}
.jumbotron {
	background-color:#015264;
	border-top: 1px solid #015264;
	border-bottom: 1px solid #015264;
	margin-bottom: 0;
	padding: 50px 0 40px;
	text-align: center;
}
.jumbotron h1 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.jumbotron h3 {
	font-size: 17px;
	text-align: center;
	color: #fff;/*text-transform: uppercase;
*/}
.user {
	width: 15%;
	float: left;
	margin: 15px 0px 0px 0px;
}
.user_name {
	float: left;
	font-size: 20px;
	padding: 5px 0px 0px 0px;
	width: 40%;
}
.user_description {
	font-size: 17px;
	padding: 15px 0px 0px 0px;
	width: 100%;
}
.user_about {
	float: left;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
	width: 100%;
}
.btn-search-button {
	height: 45px;
	background-color: #F58703;
	border-color: #F58703;
	width: 100px;
	margin-left: 20px;
	border-radius: 5px;
	color: #fff;
}
.btn-search-button:hover {
	background:#ffffff !important;
	color:#f7681b !important;
	border-color:#f7681b !important;
}
.visitor-details {
	width: 100%;
	height: auto;
	margin-top: 30px;
	border: solid 1px #A9CCD0;
	border-bottom-width: 1px;
	border-radius: 30px 30px 10px 10px;
	overflow: hidden;
	bottom: 88px;
	background: url(assets/images/slider_bg.png) center repeat-y;
	padding: 10px 0;
	text-align: justify;
}
/*#####BABYNAME-SELECTOR######*/
.popularity-list-container {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
list-container .pop-list-header {
	width: 80%;
	/* margin-left: 20%;*/
    padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.pop-list-header {
	background: #00BCD4;
	color: #1793d0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 1em 60px;
	line-height: 1;
}
.pop-list-header h1 h3 p {
	color:#1793d0;
}
.pop-list-header h3 {
	color:#fff;
}
.pop-list-header p {
	color:#000;
}
.pop-list-header h2 {
	margin: 0;
}
.name-check-box {
	background: #00BCD4 !important;
	padding: 12px 6px 18px;
	text-align: center;
}
.name-check-box label {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto 0.5em;
}
#itemContainer {
	overflow: hidden!important;
	font-family: 'Rajdhani' !important;
	font-size: 14px;
	background-color:#fff !important;
}
.holder {
	text-align: center;
	background: #00BCD4 !important;
	height: 50px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	margin-bottom: -20px;
	margin-top: -10px;
}
.baby-names-head {
	background: #00BCD4 !important;
	width: 100% !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	display: inline-block !important;
	opacity: 1 !important;
	padding: 0px 0px 0px !important;
}
/*.popularity-list-container .pop-table, .popularity-list-container .name-check-box, .popularity-list-container .pop-list-header {
    width: 80%;
    margin-left: 20%;
    padding-left: 0;
    padding-right: 0;
}*/
.pop-table {
	margin-top: 0;
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: none;
}
.pop-table .odd {
	background: #f7f8f2;
}
.pop-table .even {
	background: #ecf0e1;
}
.pop-table .rank {
	background: rgba(0, 188, 212, 0.31);
}
.pop-table td .rank {
	color: #b5778c;
}
.pop-table .rank {
	width: 3em;
}
.pop-table .girls {
	background: #f6d7dc;
}
.pop-table .boys {
	background: rgba(139, 195, 74, 0.48);
}
.pop-table .orgin {
	background: rgba(225, 232, 160, 0.63);
}
.name-popularity-table tbody th, .name-popularity-table tbody td {
	padding: 0.5em 1em;
}
.name-popularity-table tbody th {
	font-weight: bold;
}
.name-popularity-table tbody th {
	font-weight: bold;
}
.pop-table .even .rank {
	background: rgba(0, 188, 212, 0.31);
}
.pop-table td .rank {
	color:#b5778c;
}
.pop-table .rank {
	width: 3em;
}
.pop-table .even .girls {
	background: #f2c2ca;
}
.pop-table td.girls {
	color: rgb(232, 127, 151);
}
.pop-table .even .orgin {
	background: rgba(205, 220, 57, 0.39);
}
.pop-table td.orgin {
	color: #00BCD4;
}
.pop-table .even .boys {
	background:rgba(139, 195, 74, 0.48);
}
.pop-table td.boys {
	color: #607D8B;
}
.search_cmt {
	color:#fff;
	margin: 15px 0px;
	font-size: 16px;
}
.babys-names-selector {
	border-color: rgba(3, 169, 244, 0.4);
	width: 500px;
	height: 40px;
	text-align: center;
	color: #000;
}
.babys-names-submit {
	width: 80px;
	margin: 0px 1px 0px 12px;
	height: 40px;
	background-color: #F58634;
	border: 1px solid #F58634;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.table-user-information>thead>tr>th, .table-user-information>tbody>tr>th, .table-user-information>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.vote th {
	background:#ffd1ff;
}
.vote td {
}
.cmt_vote {
}
.vote a {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	margin: 0 auto;
	border: 0;
	text-shadow: none;
	border-radius: 0;
	padding: 5px 0px 8px 0px;
	background: #E91E63;
	color: #f7f7f7;
	font-family: 'Rajdhani' !important;
robotolight;
	outline: none;
	display: inline-block;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
	height: 30px;
	width: 80px;
	text-align: center;
}
.vote a:hover {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.68);
	background: #C36;
}
/*.panel {
    margin-bottom: 30px !important;
    color: #fff !important;
    -moz-border-radius: 5px !important;
    border-radius: 10px !important;
    -moz-box-shadow: 5px 5px 5px black !important;
    -webkit-box-shadow: 5px 5px 5px black !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.27) !important;
    background: linear-gradient(to left, #00d2ff , #29AAE3);
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
*/
.panel-default {
	display: block;
	margin-top: 50px;
	padding: 0px;
	list-style: none;
	position: relative;
	height: 500px;
	opacity: 1;
	transition-property: all;
	transition-duration: 0s;
	transition-timing-function: ease;
	background: url(assets/images/banner1.jpg) no-repeat;
	float: left;
	width: 100%;
}
.panel-default {
	border-color: transparent;
}
.babyname_list_detail {
	margin: 90px -55px 0px 0px;
}
.babyname_row {
	margin: 25px 25px 0px 0px;
	text-align: center;
	width: 100%;
	float: left;
}
.tint {
/*  background: rgba(0,0,0,0.2);
    height: 100%;
    left: 0;
   position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;*/
}
.table-user-information h4 {
	color: #fff !important;
}
.table-user-information h1 {
	color: #fff !important;
	background-color: #0c6e7b;
	margin: -24px -23px 0px -23px;
	padding: 10px 0px;
	border-radius: 5px;
}
.babynames-view {
	list-style-type: none;
	text-align: center;
}
.table table-user-information {
	width: 50%;
	max-width: 100%;
	margin-bottom: 20px;
	margin: 0 auto;
}
/*####BABYNAME####*/


/*search by name*/
.schedule-wrapper {
	border: solid 1px #435469;
	border-bottom-width: 10px;
}
.schedule-tabs.lv1 {
	background-color: #435469;
	color: #ffffff;
}
.schedule-tabs.lv2 {
	border: solid 1px #8598b0;
	background-color: #ffffff;
}
.tab-content.lv2 .tab-pane {
	padding: 30px 70px;
}
.tab-content>.active {
	display: block;
}
.media, .media-body {
	overflow: hidden;
	zoom: 1;
}
.timeline .post-media.pull-left {
	margin-right: 60px;
	margin-top: 50px;
}
.timeline .post-media {
	border: solid 8px #afb4ba;
}
.timeline .post-media {
	border: solid 8px #afb4ba;
	border-radius: 50%;
}
.post-media img {
/*	max-width: 100%;
	width: 100%;*/
}
.media-object {
	display: block;
}
.timeline .media-body {
	background-color: #ffffff;
}
.timeline .media-body {
	padding: 25px;
	background-color: #ffffff;
	border-radius: 10px;
}
.timeline .post-header {
	margin-bottom: 15px;
}
.post-header {
	margin-bottom: 20px;
	position: relative;
}
.countdown-period, .schedule-wrapper .nav > li > a, .timeline .post-meta, #main-slider .caption-title {
	font-family: 'Rajdhani' !important;
Roboto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
.post-header .post-meta {
	color: #dc143c;
}
.timeline .post-meta {
	/* font-family: 'Rajdhani'  !important; 'Roboto', sans-serif; */
font-size: 24px;
	font-weight: 300;
	color: #293239;
	margin-bottom: 10px;
}
.post-header .post-meta {
	color: #dc143c;
	line-height: 1;
	font-size: 14px;
}
.timeline .post-title {
	color: #dc143c;
	border-bottom: solid 1px #d2d2dc;
}
.timeline .post-title {
	font-size: 30px;
	font-weight: 700;
	color: #dc143c;
	border-bottom: solid 1px #d2d2dc;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.timeline .post-excerpt {
	line-height: 24px;
}
.post-excerpt {
	font-size: 14px;
}
.post-footer {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.show post-media pull-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: -120px;
	top: -6px;
	width: 90px;
	height: 88px;
	border: 3px solid #f3c3ba;
	/* -webkit-border-radius: 55px; */
-moz-border-radius: 55px;
	border-radius: 55px;
	background: url(assets/images/avatar-bg.png) no-repeat;
}
.post-media {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
}
.timeline {
	padding: 30px 70px;
}
.background2 {
	background-color: #f1a733;
}
#rooms .box {
	color: #fff;
	padding: 70px 15px 15px;
	position: relative;
}
.box h1 {
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
}
.box p {
	color:#fff;
	font-size:16px;
}
#rooms .icon {
	height: 76px;
	left: 70%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: 25px;
	width: 70px;
	background: url(assets/images/icon-bear.png) no-repeat;
}
#rooms #icon {
	background: #fff;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: -60px;
	width: 120px;
	margin-top: 8px;
	border-radius: 50%;
}
#rooms .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rooms .icon img {
	margin-top: 8px;
}
.img-circle {
	border-radius: 50%;
}
#rooms .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rooms {
	bottom: 10px;
	position: absolute;
	width: 46%;
	z-index: 200;
	top: 115px;
	float: left;
	left: 60px;
	right: 50px;
	color: #fff;
	margin: 0 auto;
}
.back_button2 {
	position: absolute;
	top: 0px;
	right: 30px;
	font-size: 16px;
	width: 70px;
	float: right;
}
.back_button3 {
	position: absolute;
	top: 0px;
	right: 30px;
	font-size: 16px;
	width: 252px;
	float: right !important;
}
.btn-primary {
	background-color: #f89746;
	border-color: #f89746 #f89746 #f89746;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	display: inline-block;
	padding: 10% 20%;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.profile-wid {
	float: right;
	position: absolute;
	right: 1%;
	text-align: center;
	padding: 0.3em 1em;
	z-index: 999999;
}
.header-right p {
/*   color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
    background: #00AEEF;*/
}
.back-button-div {
	float:right;
	display: none;
}
.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.form-row {
	width:100%;
}
/*sidebar*/
#clean_login_widget-3 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#text-10 {
	width:100%
}
#text-10 .widget-title {
	padding: 0px;
	width: 269px;
	height: 40px;
	background: url(assets/images/sidebar_bg.png) no-repeat;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
#text-11 .widget-title {
	padding: 0px;
	width: 269px;
	height: 40px;
	background: url(assets/images/sidebar_bg.png) no-repeat;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
.right_content_login_head {
	padding: 0px;
	width: 269px;
	height: 40px;
	background: url(assets/images/sidebar_bg.png) no-repeat;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto !important;
	color: #000;
}
#clean_login_widget-3 li {
	padding:2px;
}
#clean_login_widget-3 li a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #4aceef;
	display: inline-block;
	margin-bottom: 0;
	padding: 10px 35px 10px 35px;
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: normal;
	margin: 0px auto;
	text-align: center;
}
.twitter_area {
}
.our-useful-links h2, .donation h2 {
	margin-top:15% !important;
}
.our-useful-links h2 {
	margin-bottom: 19%;
}
/*.SandboxRoot.env-bp-430 .timeline-Tweet-text {
font-weight: 500 !important;
font-size: 107% !important;
font-family: 'Rajdhani'  !important; helvetica condensed !important;
}*/
#text-12 {
	margin: 0px 0 0px;
	text-align: center;
}
/*End - sidebar*/
#nav_menu-6 .menu-footer-menu2-container {
	margin: 50px 0 20px !important;
}
#nav-below .nav-previous alignleft a {
	display: inline-block;
	margin: 20px;
	padding: 0 5px 0 0;
	text-decoration: none;
	position: relative;
	padding: 7px 20px;
	line-height: 20px;
	/* text-transform: uppercase; */
display: inline-block;
	background: #f7681b !important;
	color: #ffffff !important;
	font-size: 20px;
	border: 1px solid #f7681b !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#nav-below .nav-previous alignleft a:hover {
	background: #ffffff;
	color: #f7681b;
	border-color: #f7681b;
}
.our-useful-links .bar-container {
	margin-top: 45px;
}
.donation .bar-container {
/*    margin-top: 45px;*/
}
.timeline-Tweet-text {
	font-size: 13px !important;
	line-height: 24px !important;
	font-weight: 100 !important;
}
.SandboxRoot.env-bp-330 .TweetAuthor-name, .SandboxRoot.env-bp-430 .TweetAuthor-name, .SandboxRoot.env-bp-550 .TweetAuthor-name {
	font-size: 16px !important;
	line-height: 18px !important;
}
.pop-list-header h1 {
	color: #fff;
}
.pop-list-header span {
	color: #000 !important;
}

.rounded-box.results-box {
	background-color: #1ED5FD !important;
	border-color: #1ED5FD !important;
	color: #fff !important;
}
.rounded-box.input-box, .input-box {
	background-color: #1ED5FD !important;
	border-color: #1ED5FD !important;
}
.rounded-box.input-box, .input-box, .text-color, .input-group-addon, .input-group-addon a, .input-group-addon a span {
	color: #fff !important;
}
.btn pull-right {
	height: 45px;
	background-color: #F58703;
	border-color: #F58703;
	width: 100px;
	margin-left: 20px;
	border-radius: 5px;
	color: #fff;
}
.btn pull-right:hover {
	background:#ffffff !important;
	color:#f7681b !important;
	border-color:#f7681b !important;
}
.table {
	font-size: 14px !important;
	font-family: 'Rajdhani' !important;
'Rajdhani';
	color: #828080;
}
.paging-nav, #tableData {
	width: 100% !important;
	margin: 0 auto !important;
	font-family: 'Rajdhani' !important;
Arial, sans-serif !important;
}
.paging-nav {
	text-align: center !important;
	padding-top: 10px !important;
}
.holder a.jp-disabled {
	margin: 10px 4px !important;
	text-decoration: none !important;
	display: inline-block !important;
	padding: 5px 8px !important;
	background: #FF9800 !important;
	color: white !important;
	border-radius: 3px !important;
}
a.jp-disabled:hover {
	background-color:#000 !important;
	color:#fff !important;
}
.holder a.jp-current {
	margin: 10px 4px !important;
	text-decoration: none !important;
	display: inline-block !important;
	padding: 5px 8px !important;
	background: #FF9800 !important;
	color: white !important;
	border-radius: 3px !important;
}
a.jp-current:hover {
	background-color:#000 !important;
	color:#fff !important;
}
.holder {
	text-align: center;
	background-color: #19b7f1;
	color: #fff;
}

#wonderplugincarousel-1 .amazingcarousel-title {
	height:60px !important;
}
.menu_area {
	width:72%;
	float:left !important;
	height:50px;
	margin-top:8.1%;
}
.header_container {
	background: none;
	display: none !important;
}
/*.more-posts{

}*/

#crumbs {
	font-size: 16px !important;
	font-family: 'Rajdhani' !important;
}
#crumbs a {
	color: #000;
	font-weight: 500;
}
#crumbs span {
	color: #fff;
	font-weight: 500;
}
#useful-links li a {
	color:#09F;
	margin-left:10px;
	font-size: 14px !important;
	font-family: 'Rajdhani' !important;
}
#useful-links li {
	font-size: 15px;
	margin-bottom:10px;
}
.birth_story h1 {
	font-family: 'Rajdhani' !important;
	font-weight: 400;
	margin: 10px 0;
	font-size: 36px;
}

.entry a {
	float:left;
}
.instagram_area h2 {
	font-family: 'Rajdhani' !important;
'HelveticaCondensedBold' !important;
	font-size: 20px;
}
.footer_widget iframe {
	width:100%;
	min-width:100%;
	/*height:100%;*/
	min-height:100%;
}
.use-ful-link li {
    padding: 10px 0px;
    margin: 1.3em 1em;
	    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.use-ful-link li a {
color: #03A9F4;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}
/*Additions 2017 donation section
*/

.donation_but {
	border-radius: 4px;
	background-color: rgb(238, 3, 124);
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 15px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;

}
.donation_but span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.donation_but span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.donation_but:hover span {
	padding-right: 25px;
}
.donation_but:hover span:after {
	opacity: 1;
	right: 0;
}
.donation_but_lula {
	border-radius: 4px;
	background-color: #FFB300;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 15px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
.donation_but_lula span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.donation_but_lula span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.donation_but_lula:hover span {
	padding-right: 25px;
}
.donation_but_lula:hover span:after {
	opacity: 1;
	right: 0;
}
/**/
.rainbow_but_lula {
	border-radius: 4px;
	background-color: #7DB042;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 15px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	
}
.rainbow_but_lula span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.rainbow_but_lula span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.rainbow_but_lula:hover span {
	padding-right: 25px;
}
.rainbow_but_lula:hover span:after {
	opacity: 1;
	right: 0;
}
/**/
.donation_but_nspcc {
	border-radius: 4px;
	background-color: #1FB25A;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 15px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
.donation_but_nspcc span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.donation_but_nspcc span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.donation_but_nspcc:hover span {
	padding-right: 25px;
}
.donation_but_nspcc:hover span:after {
	opacity: 1;
	right: 0;
}
.npcch2 {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    margin-top: 2% !important;
    color: #FF9800;
    font-weight: 500;
	    text-transform: uppercase;
}
#wonderplugincarousel-1 .amazingcarousel-readmore {
	background-color: white !important;
	;
	border: 1px solid #f6fafb !important;
	;
	background-color: #FF9800 !important;
	;
	color: #fff !important;
	width: 35% !important;
	;
	height: 33px !important;
	;
	float: left !important;
	;
	margin-top: 30px !important;
	;
	padding: 4px 0px !important;
	;
	text-align: center !important;
	;
}
#wonderplugincarousel-1 .amazingcarousel-readmore a {
	text-decoration:none;
	color:#fff !important;
	font:12px 'Rajdhani';
}
.frontbutton {
	border-radius: 4px;
	background-color: #f99e49;
	border: none;
	color: #FFFFFF;
 font-size: 16px  transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	background-color: white !important;
	;
	border: 1px solid #f6fafb !important;
	;
	background-color: #00aeef !important;
	;
	color: #fff !important;
	width: 39% !important;
	;
	height: 33px !important;
	;
	float: left !important;
	;
	margin-top: 30px !important;
	;
	padding: 4px 0px !important;
	;
	text-align: center !important;
	;
}
.frontbutton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.frontbutton span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.frontbutton:hover span {
	padding-right: 25px;
}
.frontbutton:hover span:after {
	opacity: 1;
	right: 0;
}
.timeline-Widget {
	max-width: 1200px;
	background-color: #fff;
	border-radius: 4px;
	font-family: cursive !important;
}
.top-health-title {
	margin-top: 10% !important;
	line-height: 20px;
	margin-left: 7%;
	width: 93%;
	color: #828080 !important;
	font-size: 13px;
	font-family: 'Rajdhani'!important;
	/* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* max-height: 55px; */
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 2%;
}
.top-health-title h1 {
	font-size: 34px;
	color: #00aeef;
	font-weight: 700;
}
.recent-po {
	color: #00aeef;
	margin-left: 10px;
	font-weight: 500;
}
.top-trending-content {
	padding: 0px 0px 14px 38px !important;
}
.more-post-but {
	border-radius: 4px;
	background-color: #00aeef;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 11px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 39px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.more-post-but span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	color: white;
}
.more-post-but span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
h1.page-title-gall {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	color: #00aeef;
	font-family: 'Rajdhani' !important;
}
.more-post-but:hover span {
	padding-right: 25px;
}
.more-post-but:hover span:after {
	opacity: 1;
	right: 0;
	color:#fff;
}
.col5 {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
div#content ul#itemContainer li {
	display: inline-block;
	margin: 5px;
	zoom: 1;
	font-weight: 700 !important;
	font-size: 16px !important;
}
.baby-names-details-head {
	background: #00BCD4 !important;
}
.fivebottom {
	margin-bottom: 15px;
	color: #00aeef;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.instabottom {
	/* margin-bottom: 15px; */
    /* color: #00aeef; */
    /* font-weight: 700; */
    /* font-size: 20px; */
    /* text-align: left; */
    font-size: 30px !important;
	color: #00aeef;
	font-weight: 700;
	margin-top: 1%;
}
#twitter-widget-0 {
	width: 100% !important;
	font-family: 'Rajdhani' !important;
}
.searchpage-button {
    margin-bottom: 10%;
    width: 82%;
    text-align: center;
    float: left;
}
.birth_story_button {
	background-color: #01c2f9;
	font-size: 16px;
	color: #fff;
	border: 1px solid rgba(91, 192, 222, 0.68);
	border-bottom: 1px solid #0088cc;
	/* border-radius: 5px; */
    padding: 10px 20px;
}
.birth_story_button:hover {
	background-color: #000;
	border: 2px solid #000;
	border-bottom: 5px solid #333;
	color:#fff;
}
.student h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1em;
    font-family: 'Rajdhani' !important;
    text-align: center;
    text-decoration: underline;
    min-height: 30px;
}
.student h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 0em;
	font-family: 'Rajdhani' !important;
	text-align: left;
	margin-top: 6%;
}
.student h4 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 1em;
}
.stu-1 li {
	display: block;
}
.stu-1 li a {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
	text-decoration: none;
}
.stu-1 li a:hover {
	color: #000;
}
.student li a span {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/writ.png) no-repeat 0px 0px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.redirect-login {
	padding: 10% 8%;
}
.stu-1 {
	float: left;
	width: 50%;
}
.stu-2 {
	float: right;
	width: 50%;
}
.stud-left {
	width: 48%;
	background-color: #00AEEF;
	margin: 0 1%;
	border-radius: 5px;
	padding:1em;
	height: auto;
}
a.back_button3:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-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;
	text-decoration: none;
}
a.back_button3:hover:before, a.read:focus:before, a.read:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
a.back_button3{
    display: block;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Rajdhani' !important;
    -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;
    background: #F9A94B;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    margin: 1em 0 0;
}
a.read-left {
	display: inline-block;
	vertical-align: middle;
	padding: 0.9em 2.3em;
	color: #fff;
	-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;
	background: #F9A94B;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	margin: 1em 0 0;
}
a.read-right {
	display: inline-block;
	vertical-align: middle;
	padding: 0.9em 2.3em;
	color: #fff;
	-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;
	background: #00AEEF;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	margin: 1em 0 0;
}
a.read-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-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;
	text-decoration: none;
}
a.read-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-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;
	text-decoration: none;
}
a.read-left:hover:before, a.read:focus:before, a.read:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
a.read-right:hover:before, a.read:focus:before, a.read:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.stud-right {
	width: 48%;
	background-color: #F9A94B;
	margin: 0 1%;
	border-radius: 5px;
	padding:1em;
	height: auto;
}
.student {
	padding: 3em 0;
}
.boo-lef {
	background-color: #0064d2;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	padding: 2em 0;
}
.steps-1 {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0em 6.75em;
	position: relative;
}
.steps-2 {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0em 6.75em;
	position: relative;
}
.steps-3 {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0em 6.75em;
}
.steps-1:after {
	content: url(../images/arow.png) 0px 0px;
	position: absolute;
	right: -28px;
	top: 78px;
}
.steps-2:after {
	content: url(../images/arow.png) 0px 0px;
	position: absolute;
	right: -28px;
	top: 78px;
}
.steps h5 {
	color: #fff;
	font-size: 1.5em;
	padding: 2em 0 0;
	margin: 0;
	font-weight: 400;
	font-family: 'Rajdhani' !important;
}
.steps {
	padding: 4em 0;
}
button.btn.btn-outline.btn-lg:hover {
	background-color: #f15f22;
}
button.btn.btn-outline.btn-lg i.fa {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button.btn.btn-outline.btn-lg {
	width: 100%;
	text-align: center;
	height: 82px;
	border: none;
	color: #fff;
	background-color: #c0392b;
	cursor: pointer;
}
/*-- agileits --*/
/* start editing from here */
a {
	text-decoration:none;
}
.txt-rt {
	text-align:right;
}/* text align right */
.txt-lt {
	text-align:left;
}/* text align left */
.txt-center {
	text-align:center;
}/* text align center */
/*-- w3l --*/
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
/*-- agileits --*/
.pos-relative {
	position:relative;
}/* Position Relative */
.pos-absolute {
	position:absolute;
}/* Position Absolute */
.vertical-base {
	vertical-align:baseline;
}/* vertical align baseline */
.vertical-top {
	vertical-align:top;
}/* vertical align top */
nav.vertical ul li {
	display:block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
/*	max-width:100%;*/
}
h1.header-agileits {
	text-align: center;
	font-size: 50px;
	font-weight:normal;
	padding-top: 35px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
.content-w3ls {
	background-color: none;
	width: 100%;
	/*    margin: 60px auto;
    padding: 30px 0;*/
    text-align: center;
}
/*-- agileinfo --*/
.content-w3ls img {
	width: 100px;
	height:auto;
}
.go img {
	width: 30px;
	height: auto;
	position: relative;
	left: 6%;
}
.content-w3ls h3 {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
	font-family: 'Rajdhani';
	text-transform: uppercase;
}
.content-w3ls p {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	font-family: 'Abel', sans-serif;
}
.subscribe-w3ls {
	width: 100%;
	margin: 0 auto;
}
.form-group1 {
	width: 70%;
	float: left;
}
/*-- wthree --*/
.form-group2 {
	width: 30%;
	float: left;
}
.subscribe-w3ls {
	width: 100%;
	margin: 65px auto -30px;
}
input#email {
	width: 90%;
	text-align: center;
	height: 80px;
	border: none;
	color: #fff;
	padding:0 30px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	background-color:rgb(11, 24, 35);
	font-family: 'Oswald', sans-serif;
}
/*-- w3ls --*/
button.btn.btn-outline.btn-lg {
	width: 100%;
	text-align: center;
	height: 82px;
	border: none;
	color:#fff;
	background-color:#c0392b;
	cursor:pointer;
}
button.btn.btn-outline.btn-lg:hover {
	background-color:#f15f22;
}
button.btn.btn-outline.btn-lg i.fa {
	font-size:30px;
	color:#fff;
	text-align:center;
}
/*-- wthree --*/

p.copyright {
	font-size: 17px;
	font-weight:normal;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height:30px;
	/* padding-bottom: 50px;*/
	font-family: 'Abel', sans-serif;
}
.copyrightinfo {
	width:100%;
	float:left;
}
/*-- w3-agileits --*/
p.copyright a {
	color:#f15f22;
}
p.copyright a:hover {
	color:#c0392b;
}

/*-- responsive design --*/
@media (max-width:1600px) {
 input#email {
 width: 89%;
}
}
 @media (max-width:1440px) {
input#email {
 width: 88%;
}
}
 @media (max-width:1366px) {
input#email {
 width: 87%;
}
}
 @media (max-width: 1280px) {
input#email {
 width: 86%;
}
}
 @media (max-width:1080px) {
 h1.header-agileits {
 font-size:40px;
}
	/*-- w3layouts --*/
	.content-w3ls h3 {
 font-size: 30px;
}
 .content-w3ls p {
 font-size: 16px;
}
input#email {
 font-size:16px;
 height:65px;
}
/*-- w3-agileits --*/
button.btn.btn-outline.btn-lg {
 height:67px;
}
.form-group1 {
 width: 75%;
}
.form-group2 {
 width: 25%;
}
p.copyright {
 font-size: 15px;
 padding-bottom:30px;
}
}
 @media (max-width: 991px) {
h1.header-agileits {
 font-size: 35px;
}
input#email {
 width: 85%;
}
/*-- agileits-w3layouts --*/
}
 @media (max-width: 800px) {
.content-w3ls {
 width: 100%;
}
.content-w3ls img {
 width: 130px;
 height: auto;
}
input#email {
 width: 84%;
}
.go img {
    width: 30px;
    height: auto;
    position: relative;
    left: 6%;
}
/*-- agileits-w3layouts --*/
}
 @media (max-width: 736px) {
input#email {
 width: 82%;
}
}
 @media (max-width: 667px) {
input#email {
 width: 81%;
}
}
 @media (max-width: 640px) {
.content-w3ls {
 width: 70%;
 margin:30px auto;
}
/*-- w3layouts --*/
h1.header-agileits {
 font-size: 30px;
}
.content-w3ls h3 {
 font-size: 30px;
}
.content-w3ls img {
 width: 120px;
 height: auto;
}
button.btn.btn-outline.btn-lg i.fa {
 font-size: 25px;
}
/*-- agile --*/
input#email {
 width: 82%;
}
}
 @media (max-width: 600px) {
input#email {
 width: 80%;
}
}
 @media (max-width: 568px) {
.subscribe-w3ls {
 width: 100%;
 margin: 35px auto -30px;
}
input#email {
 width: 79%;
}
}
 @media (max-width: 480px) {
.content-w3ls {
 width: 100%;
 margin: 30px auto;
}
/*-- agile --*/
.content-w3ls h3 {
 font-size: 27px;
 padding:15px 0;
}
input#email {
 width: 77%;
}
}
 @media (max-width: 414px) {
p.copyright {
 font-size: 14px;
 padding: 0 15px 20px;
}
.content-w3ls p {
 font-size: 14px;
}
/*-- w3-agile --*/
input#email {
 font-size: 14px;
 height: 60px;
 padding:0 10px;
 width:91%;
}
button.btn.btn-outline.btn-lg {
 height: 62px;
}
button.btn.btn-outline.btn-lg i.fa {
	/*-- w3 --*/
    font-size: 20px;
 color: #fff;
 z-index:99;
}
}
 @media (max-width: 384px) {
.content-w3ls img {
 width: 100px;
 height: auto;
}
}
 @media (max-width: 320px) {
.content-w3ls img {
 width: 90px;
 height: auto;
}
/*-- w3-agile --*/
h1.header-agileits {
 font-size: 25px;
 padding-top:25px;
}
.content-w3ls {
 width: 82%;
 margin: 25px auto;
}
.content-w3ls h3 {
 font-size: 24px;
 padding: 15px 0;
}
.content-w3ls p {
 font-size: 13px;
}
input#email {
 font-size: 13px;
 height: 55px;
 width: 89%;
}
button.btn.btn-outline.btn-lg {
 height: 57px;
}
button.btn.btn-outline.btn-lg i.fa {
 font-size: 18px;
}
p.copyright {
 font-size: 13px;
 padding: 0 15px 20px;
}
}
/*-- /responsive design --*/
/*-- blog --*/
.sps
{
height: 416px !important;	
}
.w3_blog_grids {
	margin: 3em 0 0;
}
.w3_blog_grid_left {
	padding:0;
	    height: 416px;
}
.w3_blog_grid_right {
	background: #00AEEF;
	padding: 10px 0px;
	text-align: left;
	height: 416px;
}
.w3_blog_grid_right h4 {
	text-align:left;
}
.w3_blog_grid_right h4 a {
	font-size:1.3em;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}
.w3_blog_grid_right h4 a:hover {
	color:#212121;
}
.w3_blog_grid_left img {
	width:100%;
	
}
input[placeholder], [placeholder], *[placeholder]
{
    color:#000 !important;
	    font-weight: 500;
}
.w3_blog_grid_right h5 {
	font-size:14px;
	color:#fff;
	padding:.5em 0 1em;
	font-style:italic;
	position:relative;
	text-align:left;
}
.w3_blog_grid_right h5:after {
	content:'';
	background:#fff;
	height:2px;
	width:30%;
	position:absolute;
	bottom:0%;
	left:0%;
}
.w3_blog_grid_right p {
	color:#fff;
	line-height:2em;
	margin:1.5em 0 1em;
	font-size: 20px;
}
.w3_blog_grid_right ul li {
	display:inline-block;
	color:#fff;
}
.w3_blog_grid_right ul li span {
	padding-right:1em;
}
.w3_blog_grid_right ul li a {
	text-decoration:none;
	color:#fff;
}
.w3_blog_grid_right ul li a:hover {
	color:#212121;
}
.blog-bottom {
	margin-top:20px;
}
.go {
	font-size: 20px;
	display: grid;
	position: absolute;
	bottom: 0;
	width: 100%;
}
/*-- //blog --*/
.dropbtn {
	background-color: #00AEEF;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.profile-wid i {
	display: inline-block;
	font-size: 27px;
	padding: 10.35px 14px 8px;
	color: #fff;
	background: #F9A94B;
	top: 5px;
	position: relative;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align:center;
	font-size: 20px;
	text-transform: capitalize;
}
.dropdown-content a:hover {
	background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color:#00AEEF;
}
.cnt-block well-1 h2 {
	font-size: 0.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.cnt-block:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 12px 11.5px 0;
	border-color: transparent #fff transparent transparent;
	right: 100%;
}
h2+hr {
	margin-top: 0.2rem;
}
hr {
	display: inline-block;
	margin: 0;
	width: 72px;
	height: 2px;
	background: #31383a;
	border: none;
}
hr+h4 {
	margin-top: 0.28rem;
}
.btn:hover {
	color: #fff;
	border-color: #f14d4d;
}
.btn:active, .btn-2:active {
	background: #ed1e1e;
}
.cnt-block well-1 h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #787e80;
}
.btn, .btn-2 {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	display: inline-block;
	width: 134px;
	padding: 12px;
	font-size: 12px;
	line-height: 20px;
}
.cnt-block {
	text-align:center;
}
/*-- specials --*/
.agileits-w3layouts-specials {
	padding:0px 0;
	background: #fff;
}
.agileits-w3layouts-specials h3 {
	text-align: center;
	color: #001757;
	font-size: 3.3em;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.agileits-w3layouts-specials span {
	height: 1px;
	width: 10%;
	background: #34bf49;
	display: block;
	margin:10px auto 0;
}
.special-left img {
	width:100%;
}
.special-left, .special-right, .special-left img {
	min-height: 377px;
	padding:0;
}
.special-right {
    background: #34bf49;
    padding: 50px 10px 0 10px;
}
.special-right.l-left {
	background:#FF9800;
}
.special-right h4 {
	line-height: 1.5em;
	font-size: 24px;
	color: #fff;
}
.special-right p {
    margin: 10px 0 0px 0;
    font-size: 18px;
    color: #fff;
/*    line-height: 2.2em;*/
    font-weight: 400;
}
.special-right.l-left p {
	/*color:#bbb;*/
}
.cnt-block h2
{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;	
}
.cnt-block hr {
    display: inline-block;
    margin: 0;
    width: 72px;
    height: 2px;
    background: #fff;
    border: none;
}
.l-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:100%;
}
.l-grids figure img {
	position: relative;
	display: block;
}
.l-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.l-grids figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background-color:#676767;
	margin:0;
}
figure.effect-bubba:hover img {
	opacity: 0.6;
}
 figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
 position: absolute;
 top: 30px;
 right: 30px;
 bottom: 30px;
 left: 30px;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
 figure.effect-bubba figcaption::before {
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -webkit-transform: scale(0, 1);
 transform: scale(0, 1);
}
 figure.effect-bubba figcaption::after {
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
figure.effect-bubba h4 {
	padding-top: 6%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity:0;
	padding-bottom: 0;
}
figure.effect-bubba p {
	padding: 0px 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
figure.effect-bubba:hover h4, figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.special-left h4, .spl-bot-right h4 {
	font-size: 30px;
	color: #FFF;
}
.special-left p, .spl-bot-right p {
	margin: 50px auto 0;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	width: 75%;
}
.sp-wid {
	width: 100%;
}
.l-wid {
	width: 100%;
	float: right;
	text-align: center;
}
p.sp-para {
	font-size: 14px;
	line-height: 2.2em;
	text-align: center;
	color: #464646;
	width: 50%;
	margin: 0 auto;
}
.special-grids {
	margin-top:55px;
}
.spl-bot {
	width: 100%;
	margin: 0 auto;
}
.spl-bot-right {
	padding: 0;
}
.spl-bot-left {
	background:#ff4c4c;
	padding: 58px 65px 0;
	min-height: 377px;
}
.spl-bot-left h4 {
	line-height: 1.5em;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}
.spl-bot-left p {
	color:#000000;
	font-size:14px;
	line-height:2.2em;
	margin-top:25px;
	font-weight: 400;
}
.spl-bot-right h4 {
	margin-top:30px;
}
/*-- //specials --*/
/* Breadcrups CSS */

.arrow-steps .step {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	cursor: default;
	margin: 0 15px;
	padding: 10px 10px 10px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: #F9A94B;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.2s ease;
}
.step span a {
	color: #fff !important;
}
.arrow-steps .step:after, .arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0px;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 17px solid #F9A94B;
	z-index: 2;
	transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0;
}
.arrow-steps .step:first-child:before {
	border: none;
}
.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
	position: relative;
}
.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}
.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
	color: #fff;
	background-color: #01C3F6;
}
.arrow-steps .step.current:after {
	border-left: 17px solid #01C3F6;
}
.arrow-steps {
	padding: 5% 0px;
}
/*<!--wthree_more button-->*/
.wthree_more.wthree_more1 {
	padding: 1em 0;
	margin-top: 0em;
}
.wthree_more.wthree_more1 a {
	width: 25%!important;
	margin: 0!important;
}
.wthree_more1 a {
	text-align: center;
}
.wthree_more a {
	padding: 10px 10px;
	border: 1px solid #F9A94B;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	background: #F9A94B;
}
.button--wayra {
	overflow: hidden;
	width: 13%;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	text-align: center;
	margin-top: 4em;
}
.button--wayra:hover {
	color: #fff;
	border-color: #00AEEF;
}
.button--wayra:hover::before {
 opacity: 1;
 background-color: #00AEEF;
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
 -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #00AEEF;
 z-index: -1;
 -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
 transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
 transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
/*<!--wthree_more button end-->*/
#user-submitted-post {
	background: #ff9900;
	border: none;
	padding: 10px 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5 all;
	-o-transition: 0.5s all;
}
#user-submitted-post: hover {
	border-radius: 34px;
	background: transparent;
	color: #8d63db;
	border-color: #8d63db;
}
.file-upload {
	display:block;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.file-upload .file-select {
	display:block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor:pointer;
	height:40px;
	line-height:40px;
	text-align:left;
	background:#FFFFFF;
	overflow:hidden;
	position:relative;
}
.file-upload .file-select .file-select-button {
	background:#dce4ec;
	padding:0 10px;
	display:inline-block;
	height:40px;
	line-height:40px;
}
.file-upload .file-select .file-select-name {
	line-height:40px;
	display:inline-block;
	padding:0 10px;
}
.file-upload .file-select:hover {
	border-color:#34495e;
transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background:#34495e;
	color:#FFFFFF;
transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select {
	border-color:#3fa46a;
transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background:#3fa46a;
	color:#FFFFFF;
transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
	z-index:100;
	cursor:pointer;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity:0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor:default;
	display:block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor:pointer;
	height:40px;
	line-height:40px;
	margin-top:5px;
	text-align:left;
	background:#FFFFFF;
	overflow:hidden;
	position:relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background:#dce4ec;
	color:#666666;
	padding:0 10px;
	display:inline-block;
	height:40px;
	line-height:40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height:40px;
	display:inline-block;
	padding:0 10px;
}
.event_single_img img
{
	   
}
.birth_story ul li
{
	    padding: 10px 0;
}
.birth_story ul li a
{
	    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding: 10px 0;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}
.donate_now
{
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;	
	    margin-bottom: 5%;
}
.buttons-phv-agile
{
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;	
}
<!--/*health visitor search by name*/-->
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -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;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0; 
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
#user-details-button{
color: #ffffff;
    background-color: #dc143c;
    border-color: #dc143c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    margin-left: 20px;
}
#user-details-button:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.index-list2 {
    counter-reset: num1;
    margin-top: 48px;
}
.index-list2 li {
    position: relative;
    margin-left: auto;
    margin-right: auto;
	list-style-type:none;
}
.index-list2 li p {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    padding: 100px 115px 38px 36px;
    background: #3fc787;
	width: 330px;
    height: 160px;
    text-align: justify;
}
.index-list2 li:nth-child(2) p {
    background: #63cd54;
}
.index-list2 li:nth-child(3) p {
    background: #d8c860;
}
.donation_container
{
display: block;
    max-width: 480px;
    margin: 0px auto;
    margin-top: 30px;

}
.donation_modal {
   background: #f2f2f2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.donation_modal .form .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 30px;
}

.donation_modal .form .form-row:last-child {
  margin: 0;
}
.donation_modal .form .form-row:last-child .input-group {
  width: 75%;
  margin: 0 15px 0 0;
}
.donation_modal .form .form-row:last-child .input-group:last-child {
  width: 30%;
  margin: 0 0 0 0px;
}
.donation_modal .form .input-group {
  width: 100%;
}
.donation_modal .form label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #00a6ea;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.donation_modal .form input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.donation_modal .header {
  background: #00a6ea;
  padding: 10px;
  text-align: center;
}
.donation_modal .header h1 {
color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding:0px 30px;
}
.donation_modal .header .card-type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.donation_modal .header .card-type .card {
  position: relative;
  width: 25%;
  min-width: 54px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.donation_modal .header .card-type .card.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.donation_modal .header .card-type .card.active:after {
  display: block;
  bottom: -30px;
}
.donation_modal .header .card-type .card:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.donation_modal .header .card-type .card img {
  display: inline-block;
}
.donation_modal .header .card-type li {
  display: inline-block;
  margin: 0 10px;
}
.donation_modal .content {
  padding: 30px;
}
.donation_modal .form
{
display: block;
max-width: 480px;
margin: 0px auto;
margin-top: 60px;
}
.donation_modal .footer .button {
  outline: none;
  display: block;
  background: #e39c14;
  width: 100%;
  border: 0;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.info {
  width: 300px;
    margin: 0px auto;
  text-align: center;
}
.info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.info span {
  color: #666;
  font-size: 12px;
}
.info span a {
  color: #000000;
  text-decoration: none;
}
.info span .fa {
  color: #00a6ea;
}
#message
{
	height: 100px;
    outline: none;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    border: 0;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 15px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
<!--/*end health visitor search by name*/-->
.register_now_label
{
	color:#000 !important;
}
.txt-area
{
margin: 0px; width: auto; height: 95px;
}

#forum-sidebar
{
    position: relative;
    /* top: 100px; */
    float: right;
    /* width: 100%; */
margin-bottom: 15%;
    margin-top: 10%;
}
.widget-title
{
    color: #03A9F4;
    display: block;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-align: center;	
}
.dwqa-popular-questions ul
{
	list-style-type:none;
}
.dwqa-popular-questions ul li
{
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
}
.dwqa-popular-questions ul li a
{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    padding: 5px 0;
    font-family: 'Rajdhani', sans-serif;	
}
.dwqa-popular-questions ul li a:before {
    content: "";
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #2196F3;
    transition: all 0.3s ease 0s;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.related-questions ul
{
	list-style-type:none;
}
.area-homes
{
    height: 440px;	
}
.rssimport ul{
	list-style-type:none;
}
.rssimport ul li
{
	padding:10px 0px;
}
.rssimport ul li a
{
	color:#00aeef;
	font-size:20px;
	font-weight:500;
}
.rssimport h3 a
{
    color: #03A9F4;
    font-weight: 600;
    font-size: 26px;	
}
.sides-bar
{
	float:right;
}
#submit_wpum_update_password
{
    background-color: #FF9800;
    border: 0;
    padding: 10px 10px;
    color: #fff !important;
    margin-bottom: 30px;	
}
#submit_wpum_profile
{
    background-color: #FF9800;
    border: 0;
    padding: 10px 10px;
    color: #fff !important;
    margin-bottom: 30px;	
}
.dwqa-btn-primary
{
   background-color: #FF9800;
    border: 0;
    padding: 10px 10px;
    color: #fff !important;
    margin-bottom: 30px;	
}
.wp-question-content-wrap input[type="submit"]
{
   background-color: #FF9800;
    border: 0;
    padding: 10px 10px;
    color: #fff !important;
    margin-bottom: 30px;	
}
.col-lg-offset-2 {
    margin-left: 0 !important;
}
.vglnk
{
    float: left;	
}
.service-boxes-widget-text-icon
{
    width: 24%;
    float: left;
    text-align: center;
    padding: 10px 10px;
}
#wpcf7-f20875-o1 label
{
	color:#fff;
}
.events-half
{
margin-bottom:30px;	
}
