*************************************************************************************************
This is main CSS file that contains custom style rules used in Folio Zee Unique and Creative HTML5 Template
****
****         Project: Yurbi.com
****         Author: Furqan
****		 Author URI: https://www.odesk.com/o/profiles/users/_~0145dff4df02b5ed35/
****         Version: 1.0
****
**************************************************************************************************
[Table of contents]
**************************************************************************************************
**       1- General
**       2- Navigation Primary
**       5- Header 
**			5.1- Home banner
**       6- Homepage Sections (includes headings group)
**       7- About Section
**      19- Inner Blog
**      20- Sidebar and Widgets
**      21- Blog Comments Section
**      22- Shortcodes and Styling
**      	21.1- Column Styles
**      	21.2- Buttons Styles
**      	21.3- Tabs Styles
**      	21.4- Toggles Styles
**      	21.5- Pricing Tables Styles
**      	21.6- Quotes Styles
**      	21.7- Alerts Styles
**      	21.8- Statistics Styles (Same as parallax 8.2- Statistics Section)
**		23- 404 section
**      24- Media queries (in file /css/style-responsive.css)
**																	  
**************************************************************************************************/
/**       1- General                                                   **/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

::selection {
	background: #294f73; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #294f73; /* Firefox */
	color: #FFFFFF;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.0.2');
  src: url('../font/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.2') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B', 'Open Sans', Arial, Helvetica, sans-serif;
    color: #4f596a;
    background: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
body #sb-site{
	background: #FFFFFF;
}

iframe{
	border: none;
	
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}
img{
	max-width: 100%;
}
input, button, select, textarea{
	background: transparent;
	color: #464a54;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

a {
    color: #294f73;
    text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;	
}
	a:hover, a:focus {
		color: #888;
		outline: none;
		text-decoration: none;
	}
	a:hover, a:active {
		text-decoration: none;
	}
	a, a:visited, a:hover {
		outline: none;
	}
p {
	color: #4f596a;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	margin-top: 0;
}
h1, h2, h3{
	font-weight: 400;
	margin: 0;
}
h2{
	font-size: 60px;
	line-height: 73px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	margin: 0;
}
[class^="icon-"], [class*=" icon-"]{
	margin-top: 0;
	height: auto;
	width: auto;
}

code {
    background-color: #F9F9F9;
    border: 1px solid #E9E9E9;
    clear: both;
    color: #4f596a;
    display: block;
    margin: 20px 0;
    overflow: auto;
    padding: 0 20px;
    text-align: left;
    white-space: pre;
}
.bg_grey{
	background-color: #f3f3f3;
}
.bg_grey2{
	background-color: #fbfbfb;
}
.bg_grey3{
	background-color: #4d6372;
}
.bg_l_blue{
	background-color: #44B2FC;
}
.bg_green{
	background-color: #80c084;
}
/*******************************************************************/
/********************* Global Elements Css Starts ******************/
.btn:focus, .btn:active:focus, .btn.active:focus{
	outline: none;
}
/* .span_center*/
.span_center{
	float: none;
	margin-right: auto; 
	margin-left: auto;
}
/* .align_center*/
.align_center{
	text-align: center;
}
/*to clear columns*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* to highlight text */
.highlight{
	color: #294f73;
}

/* to get space at bottom */
.space_10{
	height: 10px;
	width: 100%;
	overflow: hidden;
}
.space_20{
	height: 20px;
	width: 100%;
	overflow: hidden;
}
.space_30{
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.space_40{
	height: 40px;
	width: 100%;
	overflow: hidden;
}
.space_60{
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.space_80{
	height: 80px;
	width: 100%;
	overflow: hidden;
}
.space_100{
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.space_120{
	height: 120px;
	width: 100%;
	overflow: hidden;
}
.space_140{
	height: 140px;
	width: 100%;
	overflow: hidden;
}
.col_center{
	display: block;
	float: none;
	margin: 0 auto;
}
/* no_bottom_padding used to remove bottom padding for section in order to make two sections same */
.no_bottom_padding{
	padding-bottom: 0 !important;
}
.no_top_padding{
	padding-top: 0 !important;
}
.no_left_padding{
	padding-left: 0 !important;
}
/* .folio-link-url */
.folio-link-url{
	color: #999999;
	margin-right: 26px;
}
	.folio-link-url:hover{
		color: #294f73;
	}
	.folio-link-url i{
		color: #294f73;
		margin-left: 4px;
		vertical-align: middle;
	}
	
/* Button CSS starts */
.button, a.button{
	background-color: #05b524;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 46px;
	margin-bottom: 20px;
	padding: 0 27px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	text-align: center;
}
.button.button-arrow .fa{
	margin-left: 28px;
}
	.button-large, a.button-large{
		font-size: 20px;
		padding: 0 51px;
	}
	.button.button-xlarge {
		font-size: 20px;
		font-weight: 600;
		line-height: 62px;
		padding: 0 37px;
		text-transform: capitalize;
	}
	.button.button-medium {
		font-size: 14px;
		line-height: 40px;
		padding: 0 43px;
	}
	.button.button-small {
		font-size: 13px;
		line-height: 32px;
		padding: 0 28px;
	}
	.button:hover, a.button:hover{
		background-color: transparent;
		color: #05b524;
		text-decoration: none;
	}
.button.round{
	border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
}
.button.blue{
	background: #199AF5;
	border: 2px solid #199AF5;
	color: #FFFFFF;
}
	.button.blue:hover{
		background: none;
		border: 2px solid #199AF5;
		color: #199AF5;
	}
.button.button_grey{
	background-color: #4f596a;	
	border-color: #4f596a;
}
	.button.button_grey:hover{
		color: #4f596a;
	}
.button.button_line{
	background: none;
	color: #05b524;
}
	.button.button_line:hover{
		background: #05b524;
		color: #FFFFFF;
	}
.button.button_line.blue{
	background: none;
	border: 2px solid #199AF5;
	color: #199AF5;
}
	.button.button_line.blue:hover{
		background: #199AF5;
		color: #FFFFFF;
	}
	.button .fa.at-start{
		margin-right: 4px;
	}
	.button .fa.at-end{
		margin-left: 4px;
	}
input[type="submit"]{
	background-color: #294f73;
	border: 1px solid #294f73;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
	width: 100%;
}
	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
		color: #294f73;
		background-color: transparent;
	}

/* Button CSS ends */

/* Form Elements CSS starts */
form{
	margin: 0;
	padding: 0;
}
form p{
	margin: 0;
}
/* Placeholder Style */
.hasPlaceholder {
	color: #666666;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background-color: #f3f3f3;
	border: 1px solid #275982;
	box-shadow: none;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	padding: 9px 15px;
	margin: 0 0 20px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
}
label{
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 7px;
	overflow: hidden;
}
textarea{
	height: 80px;
	max-width: 100%;
	min-width: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	border: 1px solid #275982;
	box-shadow: none;
	color: #4f596a;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: none;
}

/* Errors */
checkbox.error:focus,
radio.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color: #b94a48;
}

label.error {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	font-size: 13px;
	margin: -5px 0 20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert{
	clear: both;
}

/**       2- Navigation Primary (Sticky Navigation)                   **/
/* menu-bar starts */

.top-nav{
	display: block;
}
.menu-bar{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 9999;
}
.small_menu{
	display: none;
}

/* menu-bar starts from */
.menu-bar .logo{
	display: inline-block;
	float: left;
	margin: 19px 0 18px 0;
}

	/* .menu-nav starts */
	.menu-bar .main-nav{
		float: left;
		margin: 44px 0 0 17px;
	}
	.menu-bar .main-nav ul{
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
	}
	.menu-bar .main-nav ul li{
		float: left;
		list-style: none;
		text-align: left;
		position: relative;
		margin: 0 14px 0;
		padding-bottom: 13px;
	}
	.menu-bar .main-nav ul li.menu-item-has-children > a:before{
		content: "\f107";
		color: #294f73;
		font-family: 'FontAwesome';
		font-size: 18px;
		right: 2px;
		line-height: 14px;
		position: absolute;
		top: 1px;
	}
	
	.menu-bar .main-nav ul li a{
		color: #294f73;
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		position: relative;
		text-decoration: none;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		vertical-align: top;
	}
	.menu-bar .main-nav ul li.menu-item-has-children{
		margin-right: 3px;
	}
	.menu-bar .main-nav ul li.menu-item-has-children > a{
		padding-right: 17px;
	}
		/* menu-bar Dropdown Starts */
		
		
		.menu-bar .main-nav  ul > li > ul {
			background: #FFFFFF;
			border: 1px solid #d0d0cb;
			border-top: 4px solid #2b72ac;
			border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-o-border-radius: 5px;
				-ms-border-radius: 5px;
			display: none;
			left: -10px;
			position: absolute;
			text-align: center;
				-webkit-transition: all 0.5s ease 0s;
				-moz-transition: all 0.5s ease 0s;
				-ms-transition: all 0.5s ease 0s;
				-o-transition: all 0.5s ease 0s;
				transition: all 0.5s ease 0s;
				opacity: 1;
			max-width: 230px;
			min-width: 170px;
			padding: 5px 0;
			top: 27px;
			visibility: hidden;
			width: auto;
		}
		.menu-bar .main-nav  li:hover > ul {
		  display: block;
		  opacity: 1;
		  visibility: visible;
		}

		.menu-bar .main-nav  ul > li > ul:before {
			border-bottom: 7px solid #294f73;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			content: "";
			display: inline-block;
			left: 42px;
			position: absolute;
			top: -11px;
		}
		.menu-bar .main-nav  ul > li > ul li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			position: relative;
			list-style: none;
			width: 100%;
		}
			
		.menu-bar .main-nav  ul > li > ul a,
		.menu-bar .main-nav  ul > li > ul a:link {
			color: #707070;
			display: block;
			font-size: 13px;
			font-weight: 400;
			line-height: 14px;
			padding: 5px 17px;
			margin: 0;
			text-align: left;
			border: none;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
			white-space: nowrap;
		}
		.menu-bar .main-nav  ul > li > ul a:hover {
			background-color: #2d71a8;
			color: #fff;
			opacity: 0.7;
		}
		.menu-bar .main-nav ul > li > ul > li.submenu-header a{
			color: #707070;
			cursor: default;
			font-size: 13px;
			font-weight: 700;
			line-height: 14px;
			margin: 5px 0;
			padding: 0 17px;
		}
		.menu-bar .main-nav ul > li > ul > li.submenu-header a:hover{
			background: none;
			opacity: 1;
		}
		.menu-bar .main-nav ul > li > ul > li.submenu-divider a{
			background-color: #e5e5e5;
			cursor: default;
			height: 1px;
			margin: 9px 0;
			padding: 0;
			overflow: hidden;
			text-indent: -999px;
		}
		.menu-bar .main-nav ul > li > ul > li.submenu-divider a:hover{
			background-color: #e5e5e5;
		}
		/* .menu-nav Dropdown Ends */
	/* .menu-nav ends */
	
	/* .sec-nav starts */
	.sec-nav{
		float: right;
		margin: 25px 0 0 0;
	}
	.sec-nav .info_single{
		position:relative;
		float:left;
	}
	.sec-nav #search_icon {
		overflow:hidden;
		display:inline-block;
		text-indent:-99999px;
		background:url(../images/icon_search.png) no-repeat center top;
		float:left;
		margin: 17px 15px 0 13px;
		padding:0px 8px 15px 8px;
	}
	.sec-nav #help_icon {
		overflow:hidden;
		display:inline-block;
		text-indent:-99999px;
		background:url(../images/icon_help.png) no-repeat center top;
		border:none;
		float:left;
		margin:17px 0px 0px 0px;
		padding:0px 9px 14px 0;
	}
	.sec-nav #help_tooltip {
		position:absolute;
		top:49px;
		left:50%;
		z-index:1000;
		background: #fff;
		border: 4px solid #294f73;
		border-radius:5px 5px 5px 5px;
		margin-left: -98px; 
		padding:8px 14px;
		width:200px;
		font-weight: 400; font-style: normal;
		display:none;
	}
	.sec-nav #help_icon:hover + #help_tooltip, .sec-nav #help_icon + #help_tooltip:hover{
		display: block;
	}
	.sec-nav #help_tooltip:after, header #help_tooltip:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.sec-nav #help_tooltip:after {
		border-color: rgba(115, 192, 235, 0);
		border-bottom-color: #294f73;
		border-width: 14px;
		left: 50%;
		margin-left: -14px;
	}
	.sec-nav #help_tooltip span {
		display:block;
		font-size:9.5px;
		color:#444444;
		letter-spacing:0.04em;
	}
	.sec-nav #help_tooltip a {
		
		text-decoration:none;
	}
	.sec-nav #help_tooltip strong {
		display:block;
		font-weight:normal;
		font-size:13px;
		color:#05b524;
		padding-bottom:5px;
	}
	.sec-nav #search_tooltip {
		position:absolute;
		top:49px;
		left:50%;
		z-index:1000;
		background: #ffffff;
		border: 4px solid #294f73;
		border-radius:5px 5px 5px 5px;
		padding:10px;
		margin-left: -102px;
		width:196px;
		font-weight: 400; font-style: normal;
		display:none;
	}
	.sec-nav #search_icon:hover + #search_tooltip, .sec-nav #search_icon + #search_tooltip:hover{
		display: block;
	}
	.sec-nav #search_tooltip:after, header #search_tooltip:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.sec-nav #search_tooltip:after {
		border-color: rgba(115, 192, 235, 0);
		border-bottom-color: #294f73;
		border-width: 14px;
		left: 50%;
		margin-left: -14px;
	}
	header #search_tooltip input[type="text"] {
		padding:0px;
		margin:0px;
		border: none;
		font-weight: 400; font-style: normal;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 5px;
		width:126px;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
		float:left;
	}
	.sec-nav #search_tooltip button {
		width:38px;
		height:20px;
		background:url(../images/theater_arrow.png) no-repeat center center #05b524;
		border:none;
		padding:0px;
		border-radius:5px 5px 5px 5px;
		float:right;
		cursor:pointer;
	}
	/* .sec-nav ends */
/* menu-bar ends */

/* .features-menu starts */
.features-menu{
	background-color: #028551;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
	.features-nav{
		display: block;
	}
	.features-nav ul{
		margin: 0;
		padding: 0;
		font-size: 0;
		text-align: center;
	}
	.features-nav ul li{
		display: inline-block;
		list-style: none;
		font-size: 0;
		margin: 0;
		overflow: hidden;
		padding: 0;
	}
	.features-nav ul li a{
		color: #ffffff;
		display: inline-block;
        font-size: 13px;
		height: 86px;
		line-height: 16px;
		padding: 15px 13px 0;
		vertical-align: middle;
		width: 150px;
		position: relative;
	}
	.features-nav ul li a:after{
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 14px solid transparent;
		bottom: 0;
		content: "";
		left: 50%;
		margin-left: -14px;
		position: absolute;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		
	}
		.features-nav ul li.current-menu-item a{
			background-color: #0e592d;
		}
		.features-nav ul li.current-menu-item a:after{
			border-bottom-color: #e7e7e7;
		}
		.features_menu_holder  .features-dropdown-btn{
			display: none;
		}
/* .features-menu ends */



/**       5- Header                                                   **/
.static_banner{
	/*background-image: url(../images/static_banner.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #E7E7E7;
	height: 472px;
	position: relative;
	width: 100%;
}
.internal_banner{
	height: 378px;
}
.solutions_banner{
	background-image: url(../images/banner1.jpg);
}
.static_banner_features{
	background: no-repeat center bottom #7bbf86;
	background-size: auto;
	height: 440px;
}

	.text_banner_holder .heading_wrap{
		background-color: #294f73;
		margin-top: 123px;
		padding: 18px 0 18px 21px;
	}
	.text_banner_holder .heading_wrap h2{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 700;
		line-height: 32px;
	}
	.text_banner_holder .heading_wrap h2 p{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 700;
		line-height: 32px;
		margin: 0;
	}

/**       5.1- Home banner                                                  **/
/* .home_banner starts */
.home_banner{
	padding: 90px 0 0; 
	position: relative;
	width: 100%;
}
	.home_banner .hgroup{
		margin: 0 0 50px;
	}
		.home_banner .hgroup h2{
			color: #199AF5;
			font-size: 32px;
			font-weight: 400;
			line-height: 38px;
			margin-bottom: 15px;
		}
		.home_banner .hgroup h3{
			color: #4A4A4A;
			font-size: 19px;
			font-weight: 400;
			line-height: 23px;
			margin-bottom: 5px;
		}
	.home_banner .button_group{
		margin: 0 0 22px;
	}
		.home_banner .button_group .button{
			margin-left: 15px;
			margin-right: 15px;
			padding: 0;
			text-align: center; 
			width: 180px;
		}
	.section_container .hgroup_white_label.hgroup {
		margin-top: 20px;
		margin-bottom: 50px;
		padding-right: 15px;
	}
/* .home_banner ends */

/* .home_new_modal starts */
	.home_new_modal{
		z-index: 10000;
	}
	.home_new_modal .modal-dialog {
		margin: 100px auto 30px;
		width: 770px;
		max-width: 100%;
	}
	.home_new_modal .modal-header{
		border: none;
		display: block;
		overflow: hidden;
		padding-bottom: 4px;
		padding-top: 4px;
		padding-bottom: 0;
		padding-top: 4px;
	}
	.home_new_modal .close{
		font-size: 26px;
		line-height: 22px;
		opacity: 0.4;
		overflow: hidden;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;	
	}
	.home_new_modal .modal-body {
		padding: 3px 15px 15px;
		position: relative;
	}
		.home_new_modal .close:hover, .home_new_modal .close:focus{
			opacity: 0.7;
		}
	body .modal-backdrop{
		z-index: 9999;
	}
/* .home_new_modal ends */

.solutions_banner{
	background-image: url(../images/banner1.jpg);
}
.static_banner_features{
	background: no-repeat center bottom #7bbf86;
	background-size: auto;
	height: 440px;
}

	.text_banner_holder .heading_wrap{
		background-color: #294f73;
		margin-top: 123px;
		padding: 18px 0 18px 21px;
	}
	.text_banner_holder .heading_wrap h2{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 700;
		line-height: 32px;
	}
	.text_banner_holder .heading_wrap h2 p{
		color: #FFFFFF;
		font-size: 26px;
		font-weight: 700;
		line-height: 32px;
		margin: 0;
	}
	.text_banner_holder .heading_wrap .button{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.calendly-overlay{
		z-index: 10000 !important;
	}

/**       6- Homepage Sections							          	  **/
/* Section Homepage General CSS starts */
.section_container{
	padding-top: 28px;
	padding-bottom: 28px;
}
.section_container.bg_grey{
	background-color: #f3f3f3;
}
	.section_container .hgroup{
		display: block;
		overflow: hidden;
		margin: 0 0 22px;
	}
	.section_container .hgroup h2{
		color: #294f73;
		display: block;
		font-size: 24px;
		font-weight: 700;
		line-height: 36px;
		margin: 12px 0 16px 0;
	}
	.section_container .hgroup h3{
		color: #4f596a;
		display: block;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin: 0 0 5px;
		position: relative;
	}
	.section_container .hgroup_white_label.hgroup h3{
		font-size: 21px;
		line-height: 27px;
	}

.section_container .hgroup_2{
	display: block;
	margin: 10px 0 20px;
	overflow: hidden;
}
	.section_container .hgroup_2 h2{
		color: #199AF5;
		font-size: 25px;
		font-weight: 400;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.section_container .hgroup_2 p {
		color: #595959;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.section_container .hgroup_2 p a {
		color: #05b524;
	}	
		.section_container .hgroup_2 p a:hover{
			opacity: 0.8;
		}
	.section_container .hgroup.white h2, .section_container .hgroup.white h3{
		color: #ffffff;
	}
	
.hgroup_3{
	display: block;
	margin: 10px 0 24px;
	overflow: hidden;
}
	.hgroup_3 h3{
		color: #4a4a4a;
		font-size: 40px;
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		line-height: 44px;
		margin: 0 0 18px;
	}
	.hgroup_3 p {
		color: #4a4a4a;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.hgroup_3 p a {
		color: #05b524;
	}	
		.hgroup_3 p a:hover{
			opacity: 0.8;
		}
/* Section Homepage General CSS ends */

/**		- Client Section			**/
	/* .clients_holder starts */
	.clients_holder{
		font-size: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.clients_holder .client_single{
		display: inline-block;
		float: none;
		margin: 0 18px 5px;
		opacity: 1;/*0.70;*/
		position: relative;
		z-index: 300;
		transition: all 0.6s ease 0s;
				-webkit-transition: all 0.6s ease 0s;
				-moz-transition: all 0.6s ease 0s;
				-ms-transition: all 0.6s ease 0s;
				-o-transition: all 0.6s ease 0s;
		/*filter: url('../js/filters.svg#grayscale');*/ /* Firefox 3.5+ */
		/*filter: gray;*/ /* IE6-9 */
		/*-webkit-filter: grayscale(1);*/ /* Webkit Nightlies & Google Chrome Canary */		
	}
	.clients_holder .client_single:hover {
		opacity: 1;
		/*filter: none;*/ /* Applies to FF + IE */
		/*-webkit-filter: grayscale(0)*/;
	}
	.clients_holder .client_single img{
		max-width: 100%;
	}
	
	/* .clients_holder ends */

/* .services-tabs starts */
.services-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.services-tabs {
	background: none;
	margin: 0 0 10px 0;
}
.services-tabs .features-dropdown-btn{
	display: none;
	margin-bottom: 0px;
}
.services-tabs .services-nav {
	background: none;
	border: 0;
	display: block;
	float: none;
	list-style: none;
	margin: 0 0 12px 0;
	overflow: hidden;
	padding: 0;
}

.services-tabs .services-nav li {
	float: left;
	/*margin: 0 20px 20px 0;*/
	margin: 0 15px 20px 0;
	position: relative;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	z-index: 10;
}
.services-tabs .services-nav li:last-child{
	margin-right: 0;
}
.services-tabs .services-nav li:before { 
	content: "";
}
.services-tabs .services-nav .ui-tabs-selected, .services-tabs .services-nav .ui-tabs-active{
	background: transparent;
}
.services-tabs .services-nav li a {
 	display: block;
    border: 2px solid #4f596a;
    border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
    color: #4f596a;
    font-size: 20px;
	font-size: 19px;
	font-weight: 700;
    line-height: 46px;
    margin: 0 0 0 0;
    /*padding: 0 44px;*/
	padding: 0 42px;
    position: relative;
}
	.services-tabs .services-nav li a:after{
		border-top: 6px solid transparent;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		content: "";
		bottom: -8px;
		left: 50%;
		margin-left: -6px;
		position: absolute;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
.services-tabs .services-nav li a:hover {
	background-color: #05b524;
	border-color: #05b524;
	color: #FFFFFF;
	opacity: 0.8;
}
	.services-tabs .services-nav li a:hover:after{
		border-top: 6px solid #05b524;
	}
.services-tabs .services-nav .ui-tabs-selected a,
.services-tabs .services-nav .ui-tabs-active a {
	background-color: #05b524;
	border-color: #05b524;
	color: #FFFFFF;
}
	.services-tabs .services-nav .ui-tabs-selected a:after,
	.services-tabs .services-nav .ui-tabs-active a:after{
		border-top: 6px solid #05b524;
	}
.services-tabs .services-tab {
	clear: both;
	padding: 0;
	color: #4f596a;
	font-size: 16px;
	line-height: 22px;
	margin-top: 12px;
	overflow: hidden;
}
.services-tabs .services-tab h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
}
/* .services-tabs ends */

/* .dashb-tabs starts */
.dashb-select{
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 0px 2px 0px #e3e3e3;
		-moz-box-shadow: 0px 0px 2px 0px #e3e3e3;
		-webkit-box-shadow: 0px 0px 2px 0px #e3e3e3;
		-o-box-shadow: 0px 0px 2px 0px #e3e3e3;
		-ms-box-shadow: 0px 0px 2px 0px #e3e3e3;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 15px;
	margin: 0 0 17px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
}
.dashb-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.dashb-tabs {
	background: none;
	margin: 0 0 10px 0;
}
.dashb-tabs .features-dropdown-btn{
	display: none;
	margin-bottom: 0px;
}
.dashb-tabs .dashb-nav {
	background: none;
	border: 0;
	display: block;
	float: none;
	list-style: none;
	margin: 0 0 12px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.dashb-tabs .dashb-nav li {
	display: inline-block;
	margin: 0 15px 20px 0;
	position: relative;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	z-index: 10;
}
.dashb-tabs .dashb-nav li:last-child{
	margin-right: 0;
}
.dashb-tabs .dashb-nav li:before { 
	content: "";
}
.dashb-tabs .dashb-nav .ui-tabs-selected, .dashb-tabs .dashb-nav .ui-tabs-active{
	background: transparent;
}
.dashb-tabs .dashb-nav li a {
	background-color: none;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #05b524;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 43px;
	position: relative;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
}
	.dashb-tabs .dashb-nav li a:after{
		border-top: 6px solid transparent;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		content: "";
		bottom: -8px;
		left: 50%;
		margin-left: -6px;
		position: absolute;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
.dashb-tabs .dashb-nav li a:hover, .dashb-tabs .dashb-nav li.current a{
	background-color: #05b524;
	border-color: #05b524;
	color: #FFFFFF;
	opacity: 0.8;
}
	.dashb-tabs .dashb-nav li a:hover:after, .dashb-tabs .dashb-nav li.current a:after{
		border-top: 6px solid #05b524;
	}
.dashb-tabs .dashb-nav .ui-tabs-selected a,
.dashb-tabs .dashb-nav .ui-tabs-active a{
	background-color: #05b524;
	border-color: #05b524;
	color: #FFFFFF;
}
	.dashb-tabs .dashb-nav .ui-tabs-selected a:after,
	.dashb-tabs .dashb-nav .ui-tabs-active a:after{
		border-top: 6px solid #05b524;
	}
.dashb-tabs .dashb-tab {
	clear: both;
	padding: 0;
	color: #4f596a;
	font-size: 16px;
	line-height: 22px;
	margin-top: 12px;
	overflow: hidden;
}
.dashb-tabs .dashb-tab h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
}
/* .dashb-tabs ends */

/* .hexa-tabs starts */
.hexa-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.hexa-tabs {
	background: none;
	margin: 0 0 25px 0;
}

.hexa-tabs .hexa-nav {
	background: none;
	border: 0;
	display: block;
	font-size: 0;
	float: none;
	list-style: none;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 0 0 6px 0;
	text-align: center;
}

.hexa-tabs .hexa-nav li {
	display: inline-block;
	margin: 0 26px;
	position: relative;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	z-index: 10;
	text-align: center;
	vertical-align: top;
}
.hexa-tabs .hexa-nav li:before { 
	content: "";
}
.hexa-tabs .hexa-nav .ui-tabs-selected, .hexa-tabs .hexa-nav .ui-tabs-active{
	background: transparent;
}
.hexa-tabs .hexa-nav li a {
 	display: block;
    color: #4f596a;
    font-size: 16px;
	font-weight: 700;
    line-height: 18px;
    margin: 0 0 0 0;
	width: 90px;
    position: relative;
}
.hexa-tabs .hexa-nav li a span{
	background-color: #4f596a;
	display: inline-block;
	height: 36px;
	margin: 17px 0 37px;
	position: relative;
	width: 60px;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
	.hexa-tabs .hexa-nav li a span:before, .hexa-tabs .hexa-nav li a span:after{
		content: "";
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		left: 0;
		position: absolute;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;

	}
	.hexa-tabs .hexa-nav li a span:before{
		border-bottom: 17px solid #4f596a;
		bottom: 100%;		
	}
	.hexa-tabs .hexa-nav li a span:after{
		border-top: 17px solid #4f596a;
		top: 100%;
	}

.hexa-tabs .hexa-nav li a span i{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 36px;
	vertical-align: top;
}

	
.hexa-tabs .hexa-nav li a:hover {
	color: #05b524;
	opacity: 0.8;
}
	.hexa-tabs .hexa-nav li a:hover span{
		background-color: #05b524;
	}
		.hexa-tabs .hexa-nav li a:hover span:before{
			border-bottom-color: #05b524;		
		}
		.hexa-tabs .hexa-nav li a:hover span:after{
			border-top-color: #05b524;
		}
.hexa-tabs .hexa-nav .ui-tabs-selected a,
.hexa-tabs .hexa-nav .ui-tabs-active a {
	color: #05b524;
}
	.hexa-tabs .hexa-nav .ui-tabs-selected a span,
.hexa-tabs .hexa-nav .ui-tabs-active a span{
		background-color: #05b524;
	}
		.hexa-tabs .hexa-nav .ui-tabs-selected a span:before,
.hexa-tabs .hexa-nav .ui-tabs-active a span:before{
			border-bottom-color: #05b524;		
		}
		.hexa-tabs .hexa-nav .ui-tabs-selected a span:after,
.hexa-tabs .hexa-nav .ui-tabs-active a span:after{
			border-top-color: #05b524;
		}
	
.hexa-tabs .hexa-tab {
	clear: both;
	padding: 0;
	color: #4f596a;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
}
.hexa-tabs .hexa-tab .desc_holder{
	position: relative;
}
	.hexa-tabs .hexa-tab .desc_holder img{
		max-width: 100%;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.hexa-tabs .hexa-tab .desc_holder .button_try{
		font-size: 20px;
		left: 50%;
		margin: -25px 0 0 -102px;
		position: absolute;
		top: 50%;
		width: 205px;
		z-index: 10;
	}
	.hexa-tabs .hexa-tab .desc_holder .button_try:hover{
		color: #ffffff;
		border-color: #4f596a;
		background: #4f596a;	
	}
	.hexa-tabs .hexa-tab .desc_holder .button_try:hover + img{
		opacity: 0.6;
	}
/* .hexa-tabs ends */

/* .promotion_bar starts */
.promotion_bg{
	background: url(../images/promotion_bg.png) repeat;
}
.promotion_bar{
	margin: 12px 0;
}
.promotion_bar p{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	float: right;
	line-height: 26px;
	padding: 12px 0;
	margin: 0;
}
.promotion_bar .button{
	margin: 0;
}
/* .promotion_bar ends */

/* .promotion_bar starts */
.promo_pricing_bg{
	background: url(../images/promotion_bg.png) repeat;
}
.promo_pricing_bar{
	background: #f2f2f2;
	padding: 12px 0;
	margin-bottom: 30px;
}
.promo_pricing_bar .text_block{
	padding-top: 38px;
}
.promo_pricing_bar h4{
	font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 8px;
}
.promo_pricing_bar p{
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
/* .promotion_bar ends */

/* .special-slider-holder, solutions_row, homes_row starts */
	.special-slider-holder{
		padding: 32px 0 20px 0;
	}
	.special-slider-holder.solutions_row{
		padding: 22px 0 14px 0;
	}
	.special-slider-holder.homes_row{
		padding: 42px 0 20px 0;
	}
	.special-slider-holder .slide_right{
		float: right;
	}
	.special-slider-holder .special_description{
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
	}
		.special-slider-holder.solutions_row .special_description{
			margin-bottom: 0;
		}
		.special-slider-holder.homes_row .slide_right .special_description{
			padding-left: 0;
			padding-right: 20%;
		}
		.special-slider-holder.homes_row .special_description{
			padding-left: 20%;
			padding-right: 0;
		}
	.special-slider-holder .special_description h2{
		color: #294f73;
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
		margin: 0 0 20px 0;
	}
		.special-slider-holder.homes_row .special_description h2{
			color: #199AF5;
			font-size: 25px;
			font-weight: 400;
			line-height: 30px;
		}
		.special-slider-holder.white_rows .special_description h2{
		    color: #199af5;
			font-size: 32px;
			font-weight: 400;
			line-height: 38px;
			margin-bottom: 45px;
		}
	.special-slider-holder .special_description p{
		color: #707070;
		font-size: 20px;
		line-height: 26px;
	}
		.special-slider-holder.homes_row .special_description p{
			color: #595959;
			font-size: 15px;
			line-height: 20px;
			margin-bottom: 26px;
		}
	
	/* .special-slider-image starts */
	.special-slider-holder .special-slider-image{
		display: block;
		margin: 0 0 40px;
		overflow: hidden;
	}
	.special-slider-holder.solutions_row .special-slider-image{
		margin: 0 0 25px;
	}
	.special-slider-holder.homes_row .special-slider-image{
		text-align: center;
	}
	.special-slider-holder.white_rows .special-slider-image{
		margin-top: 40px;
	}
	.special-slider-holder .special-slider-image .bx-default-pager{
		margin-top: 20px;
		text-align: center;
	}
	.special-slider-holder .special-slider-image .bx-default-pager .bx-pager-item{
		display: inline-block;
		overflow: hidden;
		vertical-align: top;
	}
	.special-slider-holder .special-slider-image .bx-default-pager .bx-pager-item a{
		background-color: #05b524;
		border: 2px solid #05b524;
		border-radius: 50px;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			-o-border-radius: 50px;
			-ms-border-radius: 50px;
		display: inline-block;
		height: 16px;
		margin: 0 7px;
		overflow: hidden;
		text-indent: -9999px;
		vertical-align: top;
		width: 16px;
	}
		.special-slider-holder .special-slider-image .bx-default-pager .bx-pager-item a:hover{
			opacity: 0.8;
		}
		.special-slider-holder .special-slider-image .bx-default-pager .bx-pager-item a.active{
			background-color: #ffffff;
		}
	/* .special-slider-image ends */
	
	/* .special-pager starts */
	.special-slider-holder .special-pager{
		clear: both;
	}
	.special-slider-holder .special-pager .special_pager_single{
		
	}
	.special-slider-holder .special-pager .special_pager_single h3{
		color: #707070;
		cursor: pointer;
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
		margin: 0 0 6px 0;
	}
	.special-slider-holder .special-pager .special_pager_single.active h3{
		color: #05b524;
	}
	.special-slider-holder .special-pager .special_pager_single p{
		color: #707070;
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
	}
	/* .special-pager ends */
/* .special-slider-holder ends */

/* footer starts */

	/* .detailed_footer starts */
	footer .detailed_footer{
		background: #004278;
		padding: 52px 0 34px 0;
	}
	footer .detailed_footer .widget{
		border: none;
		margin: 0 0 15px 0;
		padding-bottom: 0;
	}
		footer .detailed_footer .widget h4{
			color: #5094cb;
			font-weight: 700;
			font-size: 20px;
			margin: 0 0 8px;
		}
		/* .widget_nav_menu starts */
		footer .detailed_footer .widget_nav_menu ul{
			margin: 0 0 15px;
			padding: 0;
		}
			footer .detailed_footer .widget_nav_menu ul li{
				list-style: none;
				margin: 0 0 8px;
				padding: 0;
			}
			footer .detailed_footer .widget_nav_menu ul li a{
				color: #ffffff;
				font-weight: 400;
				list-style: none;
			}
			footer ul li a:hover{
				opacity: 0.8;
			}
		/* .widget_nav_menu ends */
		
		/* .widget_nav_menu starts */
		footer .detailed_footer .widget_copy_text{
			margin: 0 0 25px;
		}
			footer .detailed_footer .widget_copy_text p{
				color: #ffffff;
				font-size: 12px;
				line-height: 16px;
				margin: 0 0 40px;
			}
			footer .detailed_footer .widget_copy_text ul.social-icons{
				display: block;
				overflow: hidden;
				padding: 0;
				font-size: 0;
			}
			footer .detailed_footer .widget_copy_text ul.social-icons li{
				display: inline-block;
				list-style: none;
				margin: 0 13px 0 0;
			}
			footer .detailed_footer .widget_copy_text ul.social-icons li a{
				color: #ffffff;
				background-color: #3187b6;
				float: left;
				list-style: none;
				height: 25px;
				text-align: center;
				width: 25px;
			}
			footer .detailed_footer .widget_copy_text ul.social-icons li a i{
				font-size: 14px;
				line-height: 25px;
			}
			footer .detailed_footer .widget_copy_text ul.social-icons li a:hover{
				opacity: 0.8;
			}
		/* .widget_nav_menu ends */
	/* .detailed_footer starts */
	
	/* .small_footer starts */
	.small_footer{
		font-size: 0;
		background-color: #294f73;
		padding: 23px 0 18px 0;
	}
	.small_footer ul{
		display: block;
		margin: 0;
		padding: 0;
	}
	.small_footer ul li{
		border-right: 1px solid #ffffff;
		display: inline-block;
		list-style: none;
		overflow: hidden;
		padding: 0 14px;
		margin: 0 0 5px 0;
	}
	.small_footer ul li:last-child{
		border-right: none;
	}
	.small_footer ul li a{
		color: #ffffff;
		font-size: 14px;
		line-height: 14px;
	}
	/* .small_footer starts */
	
/* footer ends */

/* ACCORDION */
.service-accordion .group{ margin: 0 0 14px 0; }

.service-accordion .service-accordion-title{
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 2px solid #4f596a;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	color: #4f596a;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	margin-top: 10px;
	padding: 0 20px;
	position: relative;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.service-accordion .ui-accordion-header-active, .service-accordion .ui-state-active{
	border-color: #05b524;
}
	.service-accordion .service-accordion-title a{
		color: #555555;
	}
	.service-accordion .ui-accordion-header-active, .service-accordion .ui-state-active a{
		background-color: #05b524;
		border-color: #05b524;
		color: #ffffff;
	}

.service-accordion .service-accordion-title:hover {  }
.service-accordion-inner {
	color: #777777;
	border: none;
	display: block;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	width: auto;
	padding: 20px 20px 10px;
}
.service-accordion-inner h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
}
.service-accordion span.ui-icon:before{
	content: "\f178";
	display: inline-block;
	font-size: 18px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	padding: 8px 18px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.service-accordion .ui-state-active .ui-icon:before { content: "\f175"; }
.service-accordion .ui-state-default .ui-icon, .service-accordion .ui-state-active .ui-icon{
	background: none;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* solution_form Form starts */
.section_bg_blue{
	background-color: #294f73;
}
.solution_bg{
	background:url(../images/solution_bg.png) no-repeat;
	background-position: 62px top; 
	margin-top: -28px;
    padding-top: 28px;
}
.solution_form form fieldset{
	float: left;
	width: 630px;
	max-width: 630px;
}
.solution_form .hs-form fieldset[class*="form-columns-"] .field{
	margin: 0;
}
.solution_form .hs-form fieldset[class*="form-columns-"] .input{
	margin: 0;
}
.solution_form .hs-form fieldset[class*="form-columns-"] .hs-input, .solution_form .hs-form fieldset[class*="form-columns-"] textarea.hs-input{
	width: 598px;
	max-width: 598px;
}
.solution_form .hs-form fieldset[class*="form-columns-"] select.hs-input{
	max-width: 100%;
	width: 100%;
}
	.solution_form .hs-form fieldset[class*="form-columns-"] .hs_firstname.field.hs-form-field{
		padding-right: 23px;
	}
	.solution_form .hs-form fieldset[class*="form-columns-"] .hs_lastname.field.hs-form-field{
		padding-left: 23px;
	}
		.solution_form .hs-form fieldset[class*="form-columns-"] .hs_firstname.field.hs-form-field .input{
			width: 292px;
		}
		.solution_form .hs-form fieldset[class*="form-columns-"] .hs_firstname.field.hs-form-field .hs-input,
		.solution_form .hs-form fieldset[class*="form-columns-"] .hs_lastname.field.hs-form-field .hs-input{
			max-width: 260px;
		}
		
.solution_form .hs_submit{
	clear: both;
}
.solution_form .hs-form .actions,.solution_form .hs-form.stacked .actions{
	clear: both;
	margin: 0;
	padding: 0;
}
.solution_form .hs-form.stacked label{
	color: #ffffff;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}
.solution_form .hs-form .hs-richtext {
    color: #ffffff;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.solution_form .hs-form .hs-form-required{
	color: #ffffff;
}
.solution_form input.hs-input, .solution_form textarea.hs-input, .solution_form select.hs-input, .solution_form .hs-input.uneditable-input{
	background-color: #f3f3f3;
	border: 1px solid #275982;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	box-shadow: none;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 15px;
	margin: 0 0 17px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;

}
.solution_form select.hs-input{
	height: 40px;
}
.solution_form .hs-form .hs-button{
	background-color: #05b524;
	background-image: none;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 40px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-shadow: 0 0 0 transparent;
		-moz-text-shadow: 0 0 0 transparent;
		-webkit-text-shadow: 0 0 0 transparent;
		-ms-text-shadow: 0 0 0 transparent;
		-o-text-shadow: 0 0 0 transparent;
	text-align: center;
	width: auto;
}
	.solution_form  .hs-form .hs-button:hover, .solution_form  .hs-form .hs-button:focus, .solution_form  .hs-form .hs-button.hovered,
.solution_form .hs-form .hs-button:hover:not(.inactive), .solution_form .hs-form .hs-button:focus:not(.inactive), .solution_form .hs-form .hs-button.hovered:not(.inactive)
	{
		background-color: transparent;
		border: 2px solid #05b524;
		color: #05b524;
		text-decoration: none;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;
	}
/* solution_form ends */

/* New solution_form Form starts */
.solution_form .hs-form .actions,.solution_form .hs-form.stacked .actions{
	clear: both;
	margin: 0;
	padding: 0;
}
.solution_form label{
	color: #ffffff;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
}
	.solution_form label.error, .solution_form.contact_form label.error {
		background: #ffe6e3 none repeat scroll 0 0;
		border: 1px solid #f2c3bf;
		border-radius: 5px;
		color: #bf210e;
		font-size: 13px;
		margin: -5px 0 20px;
		padding: 8px 35px 8px 14px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}
.solution_form h3 {
    color: #ffffff;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.solution_form input, .solution_form textarea, .solution_form select{
	background-color: #f3f3f3;
	border: 1px solid #275982;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	box-shadow: none;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 15px;
	margin: 0 0 17px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
	max-with: 100%;
}
.solution_form select{
	height: 40px;
}
.solution_form input[type="submit"], .solution_form.contact_form input[type="submit"]{
	background-color: #05b524;
	background-image: none;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 40px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-shadow: 0 0 0 transparent;
		-moz-text-shadow: 0 0 0 transparent;
		-webkit-text-shadow: 0 0 0 transparent;
		-ms-text-shadow: 0 0 0 transparent;
		-o-text-shadow: 0 0 0 transparent;
	text-align: center;
	width: auto;
}
	.solution_form input[type="submit"]:hover, .solution_form input[type="submit"]:focus,
	.solution_form.contact_form input[type="submit"]:hover, .solution_form.contact_form input[type="submit"]:focus{
		background-color: transparent;
		border: 2px solid #05b524;
		color: #05b524;
		text-decoration: none;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;
	}
.solution_form.contact_form label{
	color: #333333;
	font-size: 18px;
	line-height: 22px;
}
.solution_form.contact_form input, .solution_form.contact_form textarea, .solution_form.contact_form select, .solution_form.contact_form .hs-input.uneditable-input{
	background-color: #ffffff;
	margin-bottom: 20px;
}
.contact_form textarea{
	height: 170px;
}
.contact_form h3 {
    color: #333333;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.contact_form .hs-form.stacked .hs-field-desc{
	margin-bottom: 5px;
	font-family: "Gotham 4r","Gotham A","Gotham B";
	font-size: 13px;
    font-weight: 400;
}
/* solution_form ends */

		.get_in_touch.solution_form .hs-form fieldset[class*="form-columns-"] .hs-input, .get_in_touch.solution_form .hs-form fieldset[class*="form-columns-"] textarea.hs-input{
			width: 100%;
			max-width: 100%;
		}
		.get_in_touch.solution_form .hs-form fieldset[class*="form-columns-"] .hs_firstname.field.hs-form-field .hs-input,
		.get_in_touch.solution_form .hs-form fieldset[class*="form-columns-"] .hs_lastname.field.hs-form-field .hs-input
		{
			max-width: 100%;
		}
		.get_in_touch.solution_form ul.hs-error-msgs{
			padding: 0;
		}
		.get_in_touch.solution_form ul.hs-error-msgs li label{
			background: #ffe6e3;
			border: 1px solid #f2c3bf;
			color: #bf210e;
			font-size: 13px;
			line-height: 16px;
			padding: 8px 12px;
			margin-bottom: 20px;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
			border-radius: 4px!important;
				-webkit-border-radius: 4px!important;
				-moz-border-radius: 4px!important;
				-o-border-radius: 4px!important;
				-ms-border-radius: 4px!important;
			box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
				-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
				-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
			line-height: 24px;
		}
/**      17- Content area inner Pages    							  **/
/* Content area is used in between blog top heading section */
.content_area_section{
	display: block;
	padding: 40px 0;
	overflow: hidden;
}
.content_area_section img{
	max-width: 100%;
}
.content_area_section  hr {
	clear: both;
}
/* content_bar Styling Starts*/ /* Content_bar styling includes for both blog and inner pages */

.content_bar h1, .content_bar .h1, .content_bar h1 a, .content_bar .h1 a,  
.content_bar h2, .content_bar .h2, .content_bar h2 a, .content_bar .h2 a,
.content_bar h3, .content_bar .h3, .content_bar h3 a, .content_bar .h3 a,
.content_bar h4, .content_bar .h4, .content_bar h4 a, .content_bar .h4 a, 
.content_bar h5, .content_bar .h5, .content_bar h5 a, .content_bar .h5 a,
.content_bar h6, .content_bar .h6, .content_bar h6 a, .content_bar .h6 a{
	color: #222222;
	font-weight: 400;
	margin: 0 0 20px 0;
}
	.content_bar h1 a, .content_bar .h1 a,  
	.content_bar h2 a, .content_bar .h2 a,
	.content_bar h3 a, .content_bar .h3 a,
	.content_bar h4 a, .content_bar .h4 a, 
	.content_bar h5 a, .content_bar .h5 a,
	.content_bar h6 a, .content_bar .h6 a{
		margin: 0;
	}
	.content_bar h1 span, .content_bar .h1 span, .content_bar h1 a span, .content_bar .h1 a span,
	.content_bar h2 span, .content_bar .h2 span, .content_bar h2 a span, .content_bar .h2 a span,
	.content_bar h3 span, .content_bar .h3 span, .content_bar h3 a span, .content_bar .h3 a span,
	.content_bar h4 span, .content_bar .h4 span, .content_bar h4 a span, .content_bar .h4 a span,
	.content_bar h5 span, .content_bar .h5 span, .content_bar h5 a span, .content_bar .h5 a span,
	.content_bar h6 span, .content_bar .h6 span, .content_bar h6 a span, .content_bar .h6 a span{
		color: #294f73;
	}
.content_bar h1 a:hover, .content_bar h2 a:hover, .content_bar h3 a:hover, .content_bar h4 a:hover, .content_bar h5 a:hover, .content_bar h6 a:hover{
	color: #294f73;
}
	.content_bar h1{
		font-size: 26px;
		line-height: 32px;
	}
	.content_bar h2{
		clear: both;
		font-size: 24px;
		line-height: 30px;
	}
	.content_bar h3{
		font-size: 22px;
		line-height: 26px;
	}
	.content_bar h4{
		font-size: 20px;
		line-height: 24px;
	}
	.content_bar h5{
		font-size: 19px;
		line-height: 23px;
	}
	.content_bar h6{
		font-size: 18px;
		line-height: 22px;
	}
.content_bar p{
	color: #4f596a;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 22px 0;
	overflow: hidden;
	width: auto;
}
	.content_bar p a:not(.button){
		color: #294f73;
		font-weight: 600;
	}
		.content_bar p a:not(.button):hover{
			text-decoration: underline;
		}
		
		.content_bar hr {
			border-width: 0;
			border-top: 1px dotted #acacac;
		}

	.content_bar pre {
		background: none repeat scroll 0 0 #FAFAFA;
		border: 1px solid #F0F0F0;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
		font-family: Monaco, Courier, monospace;
		font-size: 15px;
		line-height: 22px;
		height: auto;
		margin: 0 0 22px;
		overflow-x: auto;
		padding: 10px 20px;
	}	
	.content_bar ul {
		clear: both;
		display: block;
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.content_bar ul li:before{
		content: "\f105";
		color: #294f73;
		font-family: 'FontAwesome';
		font-size: 18px;
		padding-right: 10px;
		left: 4px;
		position: absolute;
		top: 0;
	}
	.content_bar ul li {
		color: #4f596a;
    	font-size: 15px;
    	line-height: 22px;
		margin-right: 10px;
		padding-left: 30px;
		padding-bottom: 10px;
		position: relative;
	}
	.content_bar ol{
		margin-left: 23px;
	}
	.content_bar ol {
		padding: 0;
	}
	
	.content_bar ol li {
		color: #4f596a;
    	font-size: 15px;
    	line-height: 22px;
		padding-left: 7px;
		padding-bottom: 10px;
	}
	.content_bar ul li.hs-form-checkbox:before{
		content: "";
	}
		/* blockqoute */ 
	.content_bar blockquote{
		margin: 30px 0 30px 0;
		padding: 5px 10px 5px 40px;
		clear: both;
	}
	.content_bar blockquote{
		border-left: 3px solid  rgba(0, 95, 175, 0.7);
	}
	
	/* blockqoute p */
	.content_bar blockquote p{
		float: none;
		color: #333333;
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
        line-height: 26px;
		padding-bottom: 15px;
		margin: 0;
	}
	/* blockqoute strong */
	.content_bar blockquote strong{	
		color: #bcbec0;
		clear: both;
		font-size: 13px;
		font-style: italic;
		font-weight: 400;
		line-height: 13px;
	}
	
	/* quote_styling Ends */
/* content_bar Styling Ends*/



/**		19- Inner Blog		**/
/* .blog_post Starts */
	.blog_listing .post{
		margin: 0 0 20px 0;
	}
	.post{
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	.post img{
		max-width: 100%;
	}
	.post .post_meta{
		float: left;
		width: 100%;
	}
	.post .post_meta .post_date{
	    color: #bcbec0;
		float: left;
		font-family: "Gotham 7r","Gotham A","Gotham B";
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 25px;
	}
	.post .post_author{
		color: #bcbec0;
		font-family: "Gotham 4r","Gotham A","Gotham B";
		font-size: 15px;
		line-height: 16px;
		font-style: normal;
		font-weight: 400;
		margin: 0 0 15px 0;
	}
	.post .featured_image{
		margin: 0 0 20px;
		position: relative;
	}

	/* social_media starts */
	.post .post_meta .social_sharing{
		float: right;
	}
	.post_meta ul.social_sharing {
		clear: none;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
	}
		.post_meta .social_sharing li{
			float: left;
			font-size: 20px;
			line-height: 33px;
			margin: 0 5px 0 0;
			padding: 0;
			position: relative;
			text-align: center;
		}
			.post_meta .social_sharing li:last-child{
				margin: 0;
			}
			.post_meta .social_sharing li:last-child:after{
				display: none;
			}
		.post_meta .social_sharing li:before{
			content: "";
		}
		.post_meta .social_sharing li a{
			color: #ffffff;
			float: left;
			line-height: 25px;
			font-size: 14px;
			width: 25px;
		}
			.post_meta .social_sharing li.facebook a{
				background-color: #3b5998;
			}
			.social_sharing li.twitter a{
				background-color: #00aced;
			}
			.social_sharing li.google-plus a{
				background-color: #dd4b39;
			}
			.social_sharing li.linkedin a{
				background-color: #007bb6;
			}
			.social_sharing li.pinterest a{
				background-color: #cb2027;
			}
		.post_meta .social_sharing li a:hover{
			color: #ffffff;
			opacity: 0.8;
		}
	/* social_sharing ends */
	.post .post_title{
		color: #294f73;
		clear: both;
		font-family: "Gotham 4r","Gotham A","Gotham B";
		font-style: normal;
		font-size: 26px;
		font-weight: 400;
		line-height: 32px;
		margin: 0 0 15px 0;
	}
	.post .post_title a{
		color: #294f73;
	}
	.post .post_title a:hover{
		opacity: 0.8;
	}
	.meta_single{
		color: #bcbec0;
		display: block;
		font-family: "Gotham 4r","Gotham A","Gotham B";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.meta_single .author_image{
		border: 5px solid rgba(0, 95, 175, 0.7);
		border-radius: 50px;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			-o-border-radius: 50px;
			-ms-border-radius: 50px;
		float: left;
		margin: -5px 15px 15px 0;
		overflow: hidden;
	}
/* .blog_post Ends */

/* pagination start */ 
	 /*.wp-pagenavi & wp_corenavi starts*/
	  .folio_navigation{
		  border-top: 1px solid #dcdcdc;
		  overflow: hidden;
		  padding: 20px 0 0 0;
		  margin: 0 0 20px 0;
	  }
	 .folio_navigation  .wp-pagenavi ,.folio_navigation .wp_corenavi{
		 float: right;
		 clear: both;
		 display: block;
		 font-size: 14px;
		 overflow: hidden;
		 padding: 0;
		 margin: 0;
		 text-align: left;
	}
	.pages {
		margin: 0;
		padding: 0;
	}
	
	.folio_navigation  .wp-pagenavi span.current , .folio_navigation  .wp_corenavi span.current{
		margin: 0 5px;
		padding: 5px 11px;
	}
	.folio_navigation .wp-pagenavi a, .folio_navigation .wp-pagenavi span, .folio_navigation .wp_corenavi a.page-numbers, .folio_navigation  .wp_corenavi span {
		display: inline-block;
		padding: 5px 11px;
		text-decoration: none;
		border: none;
		margin: 0 2px;
		line-height: 20px;
	}
	.folio_navigation  .wp-pagenavi a, .folio_navigation  .wp_corenavi a.page-numbers {
		color: #bbbbbb;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.wp-pagenavi a:hover, .folio_navigation  .wp_corenavi a:hover{		
		background: #ebeaea;
		color: #555555;
	}
	.wp-pagenavi span.current, .folio_navigation  .wp_corenavi span.current {
		border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
		background: #05b524;
		color: #ffffff;
	}
	/*.wp-pagenavi  & wp_corenavi starts*/
/* pagination end */

/* .navigation Starts (Single post) */
	.page_nav {
		clear: both;
		display: block;
		border-top: 1px solid #dcdcdc;
		margin: 0 0 20px 0;
		overflow: hidden;
		padding-top: 20px;
	}
		/* .navigation (for Project single page) */
		.page_nav.project_page_nav {
			margin: 20px 0;
			width: 100%;
			float: left;
		}
		.page_nav a{
			background-color: #05b524;
			border: 2px solid #05b524;
			border-radius: 5px;
				-moz-border-radius: 5px;
				-o-border-radius: 5px;
				-ms-border-radius: 5px;
				-webkit-border-radius: 5px;
			color: #FFF;
			cursor: pointer;
			display: inline-block;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: 600;
			line-height: 32px;
			margin-bottom: 20px;
			padding: 0 23px;
			overflow: hidden;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
			text-align: center;
			text-transform: uppercase;
		}
		.page_nav a .fa{
			font-size: 18px;
			line-height: 32px;
			vertical-align: top;
		}
		.page_nav a:hover{
			background-color: transparent;
			color: #05b524;
			text-decoration: none;
		}
			.page_nav .next_post{
				float: right;
			}
				.page_nav .next_post .fa{
					margin-left: 4px;
				}
			.page_nav .previous-post{
				float: left;
			}
				.page_nav .prev_post .fa{
					margin-right: 4px;
				}
/* .navigation Ends (Single post) */

/**		20- Sidebar and Widgets		**/
/* side_bar Starts*/
.side_bar {
	padding-left: 35px;
}
.sidebar_inner{
	/*background: rgba(0, 95, 172, 0.5);*/
}
.widget-title {
	color: #05b524;
	clear: both;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px;
}
.widget-sub-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.widget{
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 0;
	margin-bottom: 25px;
	overflow: hidden;
}
	
	/* widget_subscribe_blog starts */
	.widget_subscribe_blog {
		position:relative;
	}
	.widget_subscribe_blog input[type="text"] {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size: 14px;
		color:#939393;
		padding:0px 10px;
		height:34px;
		line-height:34px;
		border:none;
		border-radius:5px;
		margin:5px 0 0 0;
		width:100%;
	}
	.widget_subscribe_blog button {
		position:absolute;
		right:0;
		bottom:0;
		background:url(../images/blog_subscribe.png) no-repeat center center;
		border:none;
		width:34px;
		height:34px;
		cursor:pointer;
	}
		.widget_subscribe_blog button:hover{
			opacity: 0.8;
		}
	/* widget_subscribe_blog ends */

	/* widget_subscribe_gen starts */
	.widget_subscribe_gen {
	    background-color: #f2f4f7;
		border: 1px solid #b1bacc;
		border-radius: 3px;
		max-width: 100%;
		padding: 36px;
		overflow-x: visible;
		text-align: center;
	}
	.widget_subscribe_gen.blue.text-left{
		background-color: #004278;
	}
	.widget_subscribe_gen.text-left{
		text-align: left;
	}
	.widget_subscribe_gen.blue *{
		color: #fff;
	}
	.widget_subscribe_gen .icon-img{
		margin-bottom: 25px;
	}
	.widget_subscribe_gen h2{
	    font-family: font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.widget_subscribe_gen h3{
	    font-family: font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 1.2px;
		line-height: 18px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.widget_subscribe_gen p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.widget_subscribe_gen .button{
		margin-bottom: 0;
	}
	.widget_subscribe_gen input[type="text"] {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size: 14px;
		color:#939393;
		padding:0px 10px;
		height:34px;
		line-height:34px;
		border:none;
		border-radius:5px;
		margin:5px 0 0 0;
		width:100%;
	}
	/* widget_subscribe_blog ends */
	
	/* widget_social_media starts */
	.widget_social_media ul {
		clear: none;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
	}
		.widget_social_media ul li{
			float: left;
			font-size: 23px;
			line-height: 33px;
			list-style: none;
			margin: 0 8px 0 0;
			padding: 0;
			position: relative;
			text-align: center;
		}
			.widget_social_media ul li:last-child{
				margin: 0;
			}
			.widget_social_media ul li:last-child:after{
				display: none;
			}
		.widget_social_media ul li:before{
			content: "";
		}
		.widget_social_media ul li a{
			color: #ffffff;
			float: left;
			line-height: 32px;
			font-size: 16px;
			width: 32px;
		}
			.widget_social_media ul li.fb a{
				background-color: #3b5998;
			}
			.widget_social_media ul li.twi a{
				background-color: #00aced;
			}
			.widget_social_media ul li.gplus a{
				background-color: #dd4b39;
			}
			.widget_social_media ul li.lin a{
				background-color: #007bb6;
			}
		.widget_social_media ul li a:hover{
			color: #ffffff;
			opacity: 0.8;
		}
	/* widget_social_media ends */
	
	/* custom_text_widget starts*/
		.custom_text_widget{
			color: #777777;
			display: block;
			margin-bottom: 25px;
		}
	
		.custom_text_widget h4{
			color: #777777;
			font-size: 18px;
			font-weight: 800;
			line-height: 25px;
			margin: 0 0 20px 0;
			text-transform: uppercase;
		}
	
		.custom_text_widget p {
			color: #777777;
			font-size: 15px;
			font-weight: 400;
			line-height: 18px;
		}
		
	/* custom_text_widget ends*/
	
	/* widget_recent_entries Starts*/
	.widget_recent_entries {
	
	}
	
	.widget_recent_entries ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.widget_recent_entries ul li {
		clear: both;
		display: block;
		margin: 0 0 10px 0;
	}
	
	.widget_recent_entries ul li a {
		color: #333333;
		display: block;
		font-size: 15px;
		line-height: 18px;
		font-weight: 400;
	}
	
	.widget_recent_entries ul li a:hover {
		color: #294f73;
	}
	
	.post-date {
		color: #294f73;
		font-size: 13px;
		line-height: 20px;
		font-style: italic;
		font-weight: 600;
	}
	
	/* widget_recent_entries Ends*/
	
	
	/* widget_categories Starts*/
	.widget_categories {}
	
	.widget_categories ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.widget_categories ul li {
		color: #777777;
		clear: both;
		display: block;
		margin: 0 0 8px 0;
		line-height: 22px;
	}
	
	.widget_categories ul li a {
		color: #294f73;
		display: block;
		font-size: 15px;
		line-height: 18px;
		float: left;
		font-weight: 400;
		padding: 0 5px 0 0;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	}
	
	.widget_categories ul li a:hover {
		color: #777777;
	}
	/* widget_categories Ends*/
	
	/* widget_text Starts*/
	.widget_text {}
	.textwidget {
		color: #777777;
		font-size: 15px;
		line-height: 18px;
	}
	
	.textwidget strong {
		color: #294f73;
		font-size: 15px;
	}
	
	.textwidget blockquote {
		border: none;
		font-style: italic;
		font-size: 15px;
		line-height: 21px;
		margin-top: 30px;
		padding: 0;
	}
	/* widget_text Ends*/
	
	/* widget tagcloud starts */
	.tagcloud a{
		background: #f1f1f1;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
		color: #7d7d7d;
		display: inline-block;
		font-size: 12px;
		float: left;
		font-weight: 400;
		line-height: 12px;
		padding: 8px 12px;
		margin: 0 7px 7px 0;
		-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	}
	.tagcloud a:hover {
		background: #294f73;
		color: #ffffff;
	}
	/* widget tagcloud ends */
	
	
	/* widget_search, widget_kraft_search Starts*/
	.widget_kraft_search form, .widget_search form{
		position: relative;
	}
	.widget_kraft_search label, .widget_search label{
		margin: 0;
		display: none;
	}
	#s {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size: 14px;
		color:#939393;
		padding:0px 10px;
		height:34px;
		line-height:34px;
		border:none;
		border-radius:5px;
		margin:5px 0 0 0;
		width:100%;

	}
	#searchsubmit {
		position:absolute;
		right:0;
		bottom:0;
		background:url(../images/search_sidebar.png) no-repeat center center;
		border:none;
		margin:0;
		width:34px;
		height:34px;
		cursor:pointer;
		text-indent: -999px;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
		#searchsubmit:hover{
			opacity: 0.8;
		}
	/* widget_search, widget_kraft_search Ends*/

	/* tweet-list Starts */
	.tweet-list .tweet, .tweet_even, .tweet_odd {
		font-size: 15px;
		padding-left: 35px;
		line-height: 1.3;
		margin-bottom:  15px;
		min-height: 65px;
		position: relative;
	}

	.tweet-list .tweet .icon {
		width: 25px;
		height: 25px;
		color: #294f73;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		font-size: 25px;
	}
	.tweet .time , .tweet_time  {
		color: #b9b9b9;
		padding: 5px 0 0 0  !important;
		margin: 0;
		display: block;
	}
	.tweet_time a {
		color: #b9b9b9;
	}
	
	/* tweet-list Ends */
	
	/* widget_custom_video starts */
	.widget_kraft_custom_video{
		overflow: hidden;
	}
	.widget_kraft_custom_video .video-js, .widget_kraft_custom_video .vjs-poster{
	}
	.widget_kraft_custom_video .vjs-default-skin .vjs-big-play-button{
		background: none;
		border: 2px solid #FFFFFF;
		border-radius: 50px;
			-moz-border-radius: 50px;
			-o-border-radius: 50px;
			-webkit-border-radius: 50px;
			-ms-border-radius: 50px;
		box-shadow: none;
		cursor: pointer !important;
		display: block;
		height: 70px;
		left: 50%;
		margin: -36px 0 0 -36px;
		opacity: 0.7;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 70px;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button:hover{
		box-shadow: none;
		opacity: 1;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span{
		background: none;
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span:before{
		content: "\f04b";
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 18px;
		line-height: 70px;
		top: 0;
		left: 2px;
		z-index: 99;
		text-align: center;
	}
	/* widget_custom_video starts */

/* sidebar Ends*/			

/**      21- Blog Comments Section                  					  **/
/* comments_section Starts */
#comments_section {
	float: left;
	font-size: 14px;
	margin: 0 0 0 100px;
	padding: 13px 0 30px 0;
}
#comments{
	margin-bottom: 10px;
}
#comments_section li:before{
	content: "";
}

#comments_section h3 {
	color: #000000;
	font-size: 38px;
	line-height: 66px;
	margin: 0 0 35px;
}
 
 #comments_section h3 i{
    color: #294f73;
    font-size: 22px;
    vertical-align: super;
 }
 #comments_section h3 span{
	 color: #333333;
 }
 
	#comments_section h3 .count {
		color: #222222;
	}

#comments .commentlist .comment .clearing-container img {
	border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		-webkit-border-radius: 50px;
	float: left;
	margin-right: 20px;
}
 	#comments_section .commentlist {
		list-style: none;
		margin: 0;
	}

	#comments .commentlist .children {
		margin: 0 0 0 120px;
	}
   
	#comments .commentlist .children li {
		border: none;
		margin: 0;
	}

	#comments .commentlist li { 
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		background-image: none !important; 
		display: inline-block;
		margin: 0 0 25px; 
		overflow: hidden;
		padding: 0;
	}
	#comments .commentlist li cite.fn, #comments .commentlist a.comment-reply-link{
		margin: 0 20px 0 0;
	}
	#comments .commentlist li cite.fn, #comments .commentlist li cite.fn a {
		color: #222222;
		float: left;
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
		font-size: 20px;
		line-height: 28px;
	}
	#comments .commentlist li time{
		clear: both;
		float: left;
	}
	#comments .commentlist li time a {
		display: block;
		color: #444444;
		font-size: 13px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 8px;
	}
	#comments .clearing-container .comment_block{
		clear: both;
		color: #444444;
		float: left;
		margin: -14px 0 0 120px;
		overflow: hidden;
		padding: 0 0 35px; 
	}
	#comments .clearing-container .comment p {
		clear: both;
		padding: 0;
		margin-bottom: 0;
	}
    #comments .commentlist li.odd { 
	 	padding: 0;
	 }
	#comments .comment-author { 
		float: left; 
		margin: 14px 0; 
	}
	#comments .comment-author a {  
		font-size: 22px;
		/*font-weight: 800;*/
		line-height: 24px;
	}
	#comments .commentlist a.comment-reply-link {
		color: #999999;
		font-size: 13px;
		float: right;
		padding: 0;
		margin-top: 18px;
		line-height: 22px;
	}
		#comments .commentlist a.comment-reply-link:hover{
			color: #294f73;
		}
	#comments .commentlist a.comment-reply-link i{
		color: #294f73;
		margin-left: 8px;
		vertical-align: middle;
	}
	#comments_section #respond h3 {
		border: none;
		margin-bottom: 23px;
	}
	#comments_section #commentform .input-small{
		float: left;
		width: 49%;
	}
	#comments_section #commentform .input-small-margin{
		margin-left: 2%;
	}
	#comments_section #commentform textarea {  
		width: 100%;
	}
	#comments_section #commentform .button{
		font-weight: 400;
		margin-bottom: 20px;
		overflow: hidden;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
		text-align: center;
		width: 100%;
	}
	#comments_section #commentform .button i{
		margin-left: 15px;
	}
		#comments_section #commentform .button:hover, #comments_section #commentform .button:active, #comments_section #commentform .button:focus{
			color: #294f73;
			background-color: transparent;
		}
/* comments_section Ends */

/**		22- Shortcodes and Styling		**/
/**      22.1- Column Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/
	.folio-one-half { width: 48.717948717948715%; }
	.folio-one-third { width: 31.623931623931625%; }
	.folio-two-third { width: 65.81196581196582%; }
	.folio-one-fourth { width: 23.076923076923077%; }
	.folio-three-fourth { width: 74.35897435897436%; }
	.folio-one-fifth { width: 17.94871794871795%; }
	.folio-two-fifth { width: 38.46153846153846%; }
	.folio-three-fifth { width: 58.97435897435898%; }
	.folio-four-fifth { width: 79.48717948717949%; }
	.folio-one-sixth { width: 14.52991452991453%; clear: left; }
	.folio-five-sixth { width: 82.90598290598291%; }
	
	.folio-one-half,
	.folio-one-third,
	.folio-two-third,
	.folio-three-fourth,
	.folio-one-fourth,
	.folio-one-fifth,
	.folio-two-fifth,
	.folio-three-fifth,
	.folio-four-fifth,
	.folio-one-sixth,
	.folio-five-sixth {
		position: relative;
		/*margin-right: 4%;*/
		margin-right: 2.564102564102564%;
		margin-bottom: 40px;
		float: left;
	}
	
	.folio-column-last {
		margin-right: 0 !important;
		clear: right;
	}


/**      22.3- Tabs Styles			                 				  **/	
/*-----------------------------------------------------------------------------------*/
/* Tab Styles
/*-----------------------------------------------------------------------------------*/
.folio-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.folio-tabs {
	background: none;
	margin: 0 0 25px 0;
}

.folio-tabs .folio-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.folio-tabs .folio-nav li {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #E3E3E3;
	float: left;
	position: relative;
	margin: 0 0 -1px 0;
	z-index: 10;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.folio-tabs .folio-nav li:before { 
	content: "";
}
.folio-tabs .folio-nav .ui-tabs-selected, .folio-tabs .folio-nav .ui-tabs-active{
	background: transparent;
	border: 1px solid #E3E3E3;
	border-bottom-color: #FFFFFF;
	
}
.folio-tabs .folio-nav li a {
 	display: block;
    border: none;
    border-radius: 0;
    color: #222222;
    font-size: 13px;
    line-height: 34px;
    margin: 0 0 0 0;
    padding: 0 44px;
    position: relative;
}
.folio-tabs .folio-nav li a:hover {
	opacity: 0.9;
}
.folio-tabs .folio-nav li a .fa{
	margin: 0 5px 0 -15px;
}
.folio-tabs .folio-nav .ui-tabs-selected a,
.folio-tabs .folio-nav .ui-tabs-active a {
	color: #294f73;
}
.folio-tabs .folio-tab {
	border: 1px solid #dcdcdc;	
	background: #fff;
	clear: both;
	padding: 22px 28px;
	color: #777777;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

/**      22.4- Toggles Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/
.folio-toggle { margin: 0 0 14px 0; }

.folio-toggle .folio-toggle-title {
	outline: none;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	border: 1px solid #f2f2f2;
	color: #222222;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 12px 20px;
	position: relative;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.faq_holder .folio-toggle .folio-toggle-title {
	background-color: #e3e3e3;
	font-size: 14px;
}
.folio-toggle .ui-accordion-header-active, .folio-toggle .ui-state-active{
	background-color: #294f73;
	border-color: #294f73;
    color: #FFFFFF;
}
.faq_holder .folio-toggle .ui-accordion-header-active, .faq_holder .folio-toggle .ui-state-active{
	background-color: #294f73;
}
.folio-toggle .folio-toggle-title:hover {  }
.folio-toggle-inner {
	color: #777777;
	border: none;
	display: block;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	width: auto;
	padding: 22px 28px;
}
.faq_holder .folio-toggle-inner {
	padding: 16px 20px;
}
.folio-toggle span.ui-icon:before{
	content: "\f178";
	display: inline-block;
	font-size: 14px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 29px;
	padding: 8px 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.folio-toggle .ui-state-active .ui-icon:before { content: "\f175"; }


/**      22.5- Pricing Tables Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/* Folio Pricing Table Styles		
/*-----------------------------------------------------------------------------------*/
.pricing_tables_holder > div{

}
.folio_pricing_single{
	border-radius: 0;
	margin-top: 7px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
}
	.folio_pricing_single:before{
		content: "";
		position: absolute;
		height: 7px;
		width: 100%;
		left: 0px;
		top: -7px; 
	}
	.folio_pricing_single.blue_table:before{
		background: #0098f8;
	}
	.folio_pricing_single.orange_table:before{
		border-top: 7px solid #f96a3c;
	}
	.folio_pricing_single .price_block{
		background: #f2f2f2;
		border: 1px solid #e5e5e5;
		border-bottom: none;
		margin: 0 0 0;
		overflow: hidden;
		padding: 25px 8px 0;
		vertical-align: top;
	}
		.folio_pricing_single.blue_table .price_block.solid_bg{
			border: 1px solid #005a91;
			background: #005a91;
		}
	.folio_pricing_single.blue_table .price_block *{
		color: #ffffff !important;
	}
		.folio_pricing_single .price_title h2{
			font-family: "Gotham 4r","Gotham A","Gotham B","Open Sans",Arial,Helvetica,sans-serif; 
			font-weight: 700; 
			font-style: normal;
			color: #4a4a4a;
			font-size: 30px;
			line-height: 34px;	
			margin: 0;
		}
				.folio_pricing_single .solid_bg .price_title h2{
					margin: 0 0 12px;
				}
		.folio_pricing_single .price_title p{
			font-size: 14px;
			line-height: 22px;
			margin: 0;
		}
		.folio_pricing_single .price_cost{
			padding: 28px 15px;
			text-align: center;
		}
			.folio_pricing_single .price_cost h3.price{
				color: #000000;
				font-size: 30px;
				font-family: "Gotham 4r","Gotham A","Gotham B","Open Sans",Arial,Helvetica,sans-serif;
				font-weight: 700;
				line-height: 34px;
				margin: 0;
			}
.folio_pricing_single .pricing_details{
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	border-top: 0;
	min-height: 248px;
	padding: 20px 8px 54px;	
	vertical-align: bottom;
}
	.folio_pricing_single.have_pricing .pricing_details{
		min-height: 403px;
	}
.folio_pricing_single .pricing_details ul{
	margin: 0 0 17px 0;
	padding: 0;
	text-align: center;
}
	.folio_pricing_single .pricing_details ul li{
		font-size: 14px;
		line-height: 22px;
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;
	}
	.folio_pricing_single .pricing_details ul li:before{
		content: "";
	}
	.folio_pricing_single .pricing_details ul li a{
		text-decoration: underline;
		position: relative;
	}
		.folio_pricing_single .pricing_details ul li a span{	
			display:none;
			color:#fff;
			background:rgba(51,51,51,0.75);
			padding:10px;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			width: 140px;
			text-align:center;
			position: absolute;
			z-index:10;
		}
		.folio_pricing_single .pricing_details ul li a { display: inline-block;}
		.folio_pricing_single .pricing_details ul li a:hover span{ display:block; }

	.folio_pricing_single .price_button{
		bottom: 19px;
		color: #199af5;
	    font-family: "Gotham 4r","Gotham A","Gotham B";
		font-size: 20px;
		line-height: 20px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	}
		.folio_pricing_single .price_button:hover{
			opacity: 0.8;
		}
		.folio_pricing_single .price_button .fa{
			font-size: 15px;
			line-height: 20px;
		}


/**      22.7- Alerts Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/
.folio-alert {
	padding: 10px 35px 10px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
		-ms-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	line-height: 24px;
}

.folio-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.folio-alert.red, .folio-alert.danger, .folio-alert.error {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.folio-alert.yellow ,.folio-alert.warning {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.folio-alert.green, .folio-alert.success {
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
}
	
.folio-alert.grey {
    background: #EAEAEA;
    border: 1px solid #D3D3D3;
    color: #373737;
}
.folio-alert.blue, .folio-alert.info{
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/* contact_form starts */
.contact_form{
	padding-top: 0;
}
.contact_info_holder{
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 25px;
}
.contact_info_single{
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 60px;
	margin-bottom: 10px;
}
.contact_info{
	background: rgba(0, 95, 172, 0.2);
	color: #294f73;
    display: inline-block;
    font-family: "Gotham 7r","Gotham A","Gotham B";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-left: 40px;
    padding: 10px 50px;
    position: relative;
    text-align: center;
}
.contact_info .icon_holder{
	background: #294f73;
	border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		color: #ffffff;
	font-size: 30px;
	line-height: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: -40px;
	text-align: center;
	width: 60px;
}
	.contact_map {
		padding-bottom:30px;
	}
	.contact_map h4 {
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		font-size:15px;
		line-height:36px;
		text-transform:uppercase;
		color:#fff;
		background:#4AA6D6;
		text-align:center;
		padding:0px;
		margin: 0;
	}
	.contact_map small{
		font-size: 12px;
		line-height: 14px;
		padding: 0 15px;
	}
	.contact_map .map_view {
		width:100%;
		height:200px;
	}
	.contact_map .map_address {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size:10px;
		text-align:center;
		color:#59595c;
		background:#e3f1f9;
		padding:8px 0 10px;
	}
.solution_form.contact_form .hs-form.stacked label{
	color: #333333;
	font-size: 18px;
	line-height: 22px;
}
.solution_form.contact_form input.hs-input, .solution_form.contact_form textarea.hs-input, .solution_form.contact_form select.hs-input, .solution_form.contact_form .hs-input.uneditable-input{
	background-color: #ffffff;
	margin-bottom: 20px;

}
.contact_form .hs-form textarea.hs-input{
	height: 170px;
}
.contact_form .hs-form .hs-richtext {
    color: #333333;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.contact_form .hs-form.stacked .hs-field-desc{
	margin-bottom: 5px;
	font-family: "Gotham 4r","Gotham A","Gotham B";
	font-size: 13px;
    font-weight: 400;
}
.google_map{
	height: 220px;
	width: 100%;
}
.google_map img{
	max-width: none;
}

/* contact_form ends */
	/* 404 Page */
	.content_area_section404{
		padding: 0;
	}
	
	#content_404 {
		height:678px;
		background:url(../images/404_background_1024.jpg) no-repeat center bottom #fff;
		padding-top:50px;
	}
	#content_404 h3 {
		font-size:24px;
		margin:0px 0px 15px;
		padding:120px 190px 0px 330px;
	}
	#content_404 p {
		font-size:15px;
		line-height:24px;
		margin:0px 0px 15px;
		padding:0px 190px 0px 330px;
	}
	#content_404 h3 {
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		color:#294f73;
	}
	#content_404 p {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		color:#59595c;
	}


/* Wordpress required styling */
.sticky{}
.bypostauthor{}
.wp-caption {
    margin-bottom: 24px;
}
.wp-caption-text {
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}
.gallery-caption{}

/*For Center Alignment*/
img.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/*For Left Alignment */
img.alignleft {
    float: left;
    margin: 5px 20px 0 0;
}

/*For Right Alignment*/
img.alignright {
    float: right;
    margin: 5px 0 0 20px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    height: auto;
    max-width: 100%;
}

.faq_holder {
	margin-top: 5px;
}
/* HS Form inside content_bar*/

.content_bar .hs-button-reset, .content_bar .hs-form .hs-button {
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0;
	outline: 0;
	padding: 0
}
.content_bar .hs-form{
	padding: 15px 0 10px;
}
.landing_page_form{
	background: rgba(47, 107, 155, 0.7);
}
.landing_page_form .hs-form.stacked{
	/*padding: 20px 15px;*/
	padding: 20px 5px;
	margin: 0;
}
.landing_page_form .hs-form .hs-richtext {
    color: #ffffff;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.landing_page_form .hs-form fieldset.form-columns-2 .hs-form-field{
	margin-right: 3%;
    width: 45%;
}
.landing_page_form .hs-form fieldset.form-columns-2 .hs-form-field:last-child{
	float: right;
}
.content_bar .hs-form.stacked .actions{
	margin: 0;
	padding: 0;
	text-align: center;
}
.content_bar .hs-form .hs-button{
	background-color: #05b524;
	background-image: none;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	float: none;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 26px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-shadow: 0 0 0 transparent;
		-moz-text-shadow: 0 0 0 transparent;
		-webkit-text-shadow: 0 0 0 transparent;
		-ms-text-shadow: 0 0 0 transparent;
		-o-text-shadow: 0 0 0 transparent;
	text-align: center;
	width: auto;
}
	.content_bar .hs-form .hs-button:hover, .solution_form  .hs-form .hs-button:focus, .solution_form  .hs-form .hs-button.hovered, .landing_page_form .hs-form .hs-button:hover, .landing_page_form .hs-form .hs-button:focus{
		background-color: transparent;
		border: 2px solid #05b524;
		color: #05b524;
		text-decoration: none;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;
	}
.landing_page_form .hs-form .hs-button:hover:not(.inactive), .landing_page_form .hs-form .hs-button:focus:not(.inactive), .landing_page_form .hs-form .hs-button.hovered:not(.inactive){
	background-color: transparent;
	border: 2px solid #05b524;
	color: #05b524;
	text-decoration: none;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
}
.content_bar input.hs-input, .content_bar textarea.hs-input, .content_bar select.hs-input, .content_bar .hs-input.uneditable-input {
	margin-bottom: 0;
}
.content_bar .hs-form.stacked .field {
	margin-bottom: 0;
}
.content_bar .hs-form .hs-input, .content_bar .hs-form textarea.hs-input {
	width: 93%;
}

.content_bar input.hs-input, .content_bar textarea.hs-input, .content_bar select.hs-input, .content_bar .hs-input.uneditable-input{
	background-color: #ffffff;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	box-shadow: none;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.content_bar select.hs-input{
	height: 30px;
	width: 100% !important;
}
.landing_page_form{
}
.content_bar.landing_page_form input.hs-input, .content_bar.landing_page_form textarea.hs-input, .content_bar.landing_page_form select.hs-input, .content_bar.landing_page_form .hs-input.uneditable-input {
	margin-bottom: 18px;
}
.content_bar.landing_page_form .hs-form.stacked label{
	color: #ffffff;
}

.request_demo_form{
	background: none;
}
.request_demo_form.content_bar.landing_page_form .hs-form.stacked label{
	color: #595959;
}
/* SHORTCODES starts */
	.content_bar .cta_paragraph {
		background-color: #E0F3FE;
		background-position:6px center;
		background-repeat:no-repeat;
		border-left: 10px solid #55A5DB;
		padding: 25px 25px 10px 120px;
		margin: 10px 0px 30px;
	}
	.content_bar .cta_paragraph h4 {
		color: #55a5db;
		font-family: 'Gotham 7r','Gotham A','Gotham B';
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		margin: 0;
		padding-bottom: 7px;
	}
	.content_bar .cta_paragraph.cta_video {
		background-image:url(../images/cta_video.png);
	}
	.content_bar .cta_paragraph.cta_ebook {
		background-image:url(../images/cta_ebook.png);
	}
	.content_bar .cta_paragraph.cta_calendar {
		background-image:url(../images/cta_calendar.png);
	}
	.content_bar .cta_paragraph.cta_question {
		background-image:url(../images/cta_question.png);
	}
	.content_bar .cta_paragraph.cta_download {
		background-image:url(../images/cta_download.png);
	}
	.content_bar .cta_paragraph.cta_monitor {
		background-image:url(../images/cta_monitor.png);
	}
	
	/* Shortcode CTA CARD starts */
	.content_bar .cta_card {
		background-color: #F8F9FB;
		background-position: 30px 20px;
		background-repeat: no-repeat; 
		border-radius: 2px;
		border-left: 4px solid #294f73;
		box-shadow: 0 0 0 1px rgba(51, 64, 73, 0.05), 0 1px 3px 0 rgba(51, 64, 73, 0.2);
		cursor: pointer;
		display: block;
		margin: 10px 0 30px;
		padding: 20px 30px 20px 170px;
		text-align: left;
		width: 99%;
	}
		.content_bar .cta_card:hover {
			box-shadow: 0 0 8px 1px rgba(51, 64, 73, 0.05), 0 1px 8px 0 rgba(51, 64, 73, 0.3);
			transition: box-shadow 0.3s ease 0s;
		}
	.content_bar .cta_card h4 {
		color: #4f596a;
		font-family: 'Gotham 7r','Gotham A','Gotham B';
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		margin: 8px 0 20px;
	}
	.content_bar .cta_card p{
		margin: 0;
	}
	.content_bar .cta_card .cta_content{
		display: inline-block;
		width: 55.27%;	
		margin-right: 4.5%;
		vertical-align: top;
	}
	.content_bar .cta_card .cta_button{
		display: inline-block;
		width: 38.63%;
	}
		.content_bar .cta_card .cta_button .button{
			display: inline-block;
			line-height: 16px;
			padding: 15px 2px;
			margin: 0;
			width: 100%;
			text-align: center;
		}
	
		.content_bar .cta_card.cta_video {
			background-image:url(../images/cta2_video.png);
		}
		.content_bar .cta_card.cta_ebook {
			background-image:url(../images/cta2_ebook.png);
		}
		.content_bar .cta_card.cta_calendar {
			background-image:url(../images/cta2_calendar.png);
		}
		.content_bar .cta_card.cta_question {
			background-image:url(../images/cta2_question.png);
		}
		.content_bar .cta_card.cta_download {
			background-image:url(../images/cta2_download.png);
		}
		.content_bar .cta_card.cta_monitor {
			background-image:url(../images/cta2_monitor.png);
		}
	
	/* Shortcode CTA CARD ends */
	/*SHORCODES SIDEBAR*/
	.side_bar .sidecta_box {
		padding-top:10px;
		padding-bottom:20px;
	}
	.side_bar .sidecta_box h4 {
		height:24px;
		line-height:24px;
		color:#fff;
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		font-size:14px;
		margin-left: 5px;
		padding:0px 10px 0px 35px;
		position:relative;
	}
	.side_bar .sidecta_box h4 .sidecta_icon {
		position:absolute;
		top:-8px;
		left:-5px;
		width:39px;
		height:40px;
	}
	.side_bar .sidecta_box .sidecta_text {
		padding:10px 10px 10px 30px;
	}
	.side_bar .sidecta_box .sidecta_text p {
		margin:0px;
		padding:0px 0px 2px 0px;
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size:11px;
		color:#59595c;
	}
	.side_bar .sidecta_box .sidecta_text a {
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
		font-size:12px;
	}
	.side_bar .sidecta_box.sidecta_demo h4 .sidecta_icon {
		background:url(../images/sidecta_demo.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_video h4 .sidecta_icon {
		background:url(../images/sidecta_video.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_trial h4 .sidecta_icon {
		background:url(../images/sidecta_trial.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_question h4 .sidecta_icon {
		background:url(../images/sidecta_question.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_calendar h4 .sidecta_icon {
		background:url(../images/sidecta_calendar.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_ebook h4 .sidecta_icon {
		background:url(../images/sidecta_ebook.png) no-repeat;
	}
	.side_bar .sidecta_box.sidecta_demo .sidecta_text, .side_bar .sidecta_box.sidecta_question .sidecta_text {
		background:#e0f3fe;
	}
	.side_bar .sidecta_box.sidecta_demo h4, .side_bar .sidecta_box.sidecta_question h4 {
		background:#4ba5d7;
	}
	.side_bar .sidecta_box.sidecta_demo .sidecta_text a, .side_bar .sidecta_box.sidecta_question .sidecta_text a {
		color:#4ba5d7;
	}
	.side_bar .sidecta_box.sidecta_video .sidecta_text, .side_bar .sidecta_box.sidecta_calendar .sidecta_text {
		background:#e1f3cb;
	}
	.side_bar .sidecta_box.sidecta_video h4, .side_bar .sidecta_box.sidecta_calendar h4 {
		background:#75ac35;
	}
	.side_bar .sidecta_box.sidecta_video .sidecta_text a, .side_bar .sidecta_box.sidecta_calendar .sidecta_text a {
		color:#75ac35;
	}
	.side_bar .sidecta_box.sidecta_trial .sidecta_text, .side_bar .sidecta_box.sidecta_ebook .sidecta_text {
		background:#f4e1d9;
	}
	.side_bar .sidecta_box.sidecta_trial h4, .side_bar .sidecta_box.sidecta_ebook h4 {
		background:#e17e55;
	}
	.side_bar .sidecta_box.sidecta_trial .sidecta_text a, .side_bar .sidecta_box.sidecta_ebook .sidecta_text a {
		color:#e17e55;
	}
/* SHORTCODES ends */
	
	/* #fancybox-outer .gform_wrapper starts */
	#fancybox-outer{
		padding-left: 10px;
	}
	#fancybox-outer .gform_wrapper .top_label .gfield_label{
		color: #222222;
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 5px;
	}
	
	#fancybox-outer .gform_wrapper .top_label input.medium, #fancybox-outer .gform_wrapper .top_label select.medium{
		width: 100%;
	}
	#fancybox-outer .gform_wrapper input[type="text"], #fancybox-outer .gform_wrapper input[type="url"], #fancybox-outer .gform_wrapper input[type="email"], #fancybox-outer #fancybox-outer .gform_wrapper input[type="tel"], #fancybox-outer .gform_wrapper input[type="number"], #fancybox-outer .gform_wrapper input[type="password"], #fancybox-outer .gform_wrapper select{
		background-color: #f3f3f3;
		border: 1px solid #275982;
		box-shadow: none;
		color: #4f596a;
		font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		height: 42px;
		padding: 9px 15px;
		margin: 0 0 20px 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		width: 100%;
	}
	#fancybox-outer .gform_wrapper select{
		height: 40px;
	
	}
	#fancybox-outer .gform_wrapper .gform_footer{
		padding: 0;
		margin: 0;
	}
	#fancybox-outer .gform_wrapper .gform_footer input.button, #fancybox-outer .gform_wrapper .gform_footer input[type="submit"]{
		background-color: #05b524;
		background-image: none;
		border: 2px solid #05b524;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;
		color: #FFF;
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 42px;
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 0 40px;
		overflow: hidden;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
		text-shadow: 0 0 0 transparent;
			-moz-text-shadow: 0 0 0 transparent;
			-webkit-text-shadow: 0 0 0 transparent;
			-ms-text-shadow: 0 0 0 transparent;
			-o-text-shadow: 0 0 0 transparent;
		text-align: center;
		width: auto;
	}
	#fancybox-outer .gform_wrapper .gform_footer input.button:hover, #fancybox-outer .gform_wrapper .gform_footer input[type="submit"]:hover,
	#fancybox-outer .gform_wrapper .gform_footer input.button:focus, #fancybox-outer .gform_wrapper .gform_footer input[type="submit"]:focus
		{
			background-color: transparent;
			border: 2px solid #05b524;
			color: #05b524;
			text-decoration: none;
			box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				-ms-box-shadow: none;
				-o-box-shadow: none;
		}
	/* #fancybox-outer .gform_wrapper ends */
	
/*  webinar Cards starts */
.webinars-card {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(51, 64, 73, 0.05), 0 1px 3px 0 rgba(51, 64, 73, 0.2);
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin: 15px 15px 30px;
    text-align: left;
    width: 290px;
}
.webinars-card.disabled {
    cursor: default !important;
}
.webinars-card-date {
    border-bottom: 1px solid #e9eff2;
    height: 101px;
    padding: 26px;
    text-align: left;
    white-space: nowrap;
}
	.webinars-card-date-big {
		border: 1px solid #cedbe1;
		border-radius: 3px;
		color: #313131;
		display: inline-block;
		height: 48px;
		text-align: center;
		width: 50px;
	}
		.webinars-card-date-big-month {
			font-size: 12px;
			font-weight: 700;
			line-height: 12px;
			margin-top: 5px;
			text-transform: uppercase;
		}
		.webinars-card-date-big-day {
			color: #334149;
			font-size: 26px;
			font-weight: 600;
			line-height: 26px;
		}
	.webinars-card-date-details {
		color: #313131;
		display: inline-block;
		margin-left: 14px;
	}
		.webinars-card-date-details-day {
			color: #313131;
			font-size: 15px;
			text-align: left;
			text-transform: capitalize;
		}
		
		.webinars-card-date-details-hours {
			color: #75848d;
			display: inline-block;
			font-size: 14px;
			line-height: 16px;
		}

.webinars-card-wrap, .webinars-card-detail {
	padding: 26px;
}
		
.webinars-card-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

	
	.webinars-card-details {
		flex: 1 1 auto;
	}
		.webinars-h4 {
			color: #313131;
			font-size: 20px;
			line-height: 16px;
			margin: 0;
			transition: color 0.15s ease 0s;
		}
		.webinars-card-wrap h4 {
			color: #000000;
			line-height: 24px;
		}
		.webinars-h5 {
			color: #75848d;
			font-size: 15px;
			line-height: 18px;
			margin-bottom: 0;
		}
		
.call-to-action[disabled], .call-to-action:disabled {
    background-color: #c7d6dd;
    color: #7a8e97;
    cursor: default;
    opacity: 0.65;
}
.call-to-action {
    background: #009ddc none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1.3px;
    line-height: 50px;
    padding: 0 36px;
    text-transform: uppercase;
}
		.webinars-card-wrap .call-to-action {
			height: 40px;
			line-height: 40px;
			margin-top: 26px;
			padding: 0;
			text-align: center;
			width: 100%;
		}

/* webinar_section_heading starts */
.webinar_section_heading{
	display: block;
	margin: 20px 0 15px;
	overflow: hidden;
}
	.webinar_section_heading .special_heading{
		color: #294f73;
		font-size: 28px;
		font-weight: 700;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.webinar_section_heading p {
		color: #707070;
		font-size: 20px;
		line-height: 26px;
	}
/* webinar_section_heading ends */

/* .yb-webinars-card starts */		
.yb-webinars-card {
    background: #F8F9FB;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(51, 64, 73, 0.05), 0 1px 3px 0 rgba(51, 64, 73, 0.2);
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin: 10px 0 30px;
    padding: 20px 30px 30px;
    text-align: center;
    width: 100%;
	min-height: 312px;
}
.yb-webinars-card:hover {
    box-shadow: 0 0 8px 1px rgba(51, 64, 73, 0.05), 0 1px 8px 0 rgba(51, 64, 73, 0.3);
    transition: box-shadow 0.3s ease 0s;
}
.yb-webinars-card .webinar-icon{
	margin-bottom: 8px;
	text-align: center;
}
.yb-webinars-card h3{
	font-size: 21px;
	margin-bottom: 15px;
}
.yb-webinars-card .date_holder {
	margin-bottom: 24px;
	font-size: 13px;
}
	.yb-webinars-card .date_holder .webinar-begins {
		color: #294f73;
		display: inline-block;
		margin: 0 5px 10px 0;
		vertical-align: top;
	}
	.yb-webinars-card .view-previous {
		color: #294f73;
	}
	.yb-webinars-card .date_holder .webinar-date {
		color: #777777;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
.yb-webinars-card .button{
	margin-bottom: 5px;
}
.yb-webinars-card .button.button_grey:hover{
	color: #4F596A;
	background: none;
}
.webinar-cards-holder > div:nth-child(3n+1){
	clear: both;
}
/* .yb-webinars-card ends */

/* .yb-ebooks-card starts */
.yb-webinars-card.yb-ebooks-card {
	min-height: 424px;
}
.yb-webinars-card.yb-ebooks-card.yb-dashboard-card {
	min-height: 330px;
}
.yb-webinars-card.yb-ebooks-card h3 {
    font-size: 18px;
    line-height: 22px;
	font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
}
.yb-ebooks-card img{
	margin: 0 auto 20px;
}
.yb-ebooks-card .button{
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
}
/* .yb-ebooks-card ends */

/**      Features Slider with Carousel						**/

/* feature_section_heading starts */
.hgroup_2.feature_section_heading{
	margin: 10px 0 34px;
}
	.hgroup_2.feature_section_heading p {
		margin-bottom: 26px;
	}
/* feature_section_heading ends */

/* feature_slider Start Here */
	/* .feature_slider_nav starts */
	.feature_slider .feature_slider_nav {
		margin: 0 0 61px 0;
	}
	.feature_slider .owl-buttons {
		
	}
	.feature_slider .feature_slider_nav .owl-item {
		cursor: pointer;
		display: inline-block;
		float: none;
		font-size: 0;
		position: relative;
		vertical-align: top;
		text-align: center;
	}
	.feature_slider .feature_slider_nav .owl-item:before {
		background-color: #ffffff;
		border: 2px solid #c7c7c7;
		border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			-o-border-radius: 100px;
			-ms-border-radius: 100px;
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -15px;
		height: 30px;
		top: 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		z-index: 9;
		width: 30px;
	}
		.feature_slider .feature_slider_nav .owl-item.synced:before, .feature_slider .feature_slider_nav .owl-item:hover:before {
			border: 2px solid #199AF5;
		}
	.feature_slider .feature_slider_nav .owl-item:after{
		background-color: #c7c7c7;
		content: "";
		position: absolute;
		left: 0;
		height: 2px;
		top: 14px;
		z-index: 8;
		width: 100%;
	}
		.feature_slider .feature_slider_nav .owl-item:first-child:after{
			left: 50%;
			width: 50%;
		}
		.feature_slider .feature_slider_nav .owl-item:last-child:after{
			left: auto;
			right: 50%;
			width: 50%;
		}
	.feature_slider .feature_slider_nav span {
		color: #199AF5;
		cursor: pointer;
		display: block;
		font-size: 11px;
		font-weight: 600;
		line-height: 14px;
		margin-top: 43px;
		padding: 0 5px;
		opacity: 0.8;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.light_font .feature_slider_nav span {
		color: #ffffff;
	}
	
	.feature_slider .feature_slider_nav .synced span, .feature_slider .feature_slider_nav .owl-item:hover span {
		opacity: 1;
	}
	/* .feature_slider_nav ends */
	
	/* .feature_detail starts */
	.feature_slider{
		overflow: hidden;
		margin: 0 0 30px;
	}
	.feature_slider_slides{
		cursor: move;
	}
	.feature_detail {
		position: relative;
	}
	.feature_detail img{
		max-width: 100%;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.feature_detail .button_try{
		bottom: 80px;
		left: 50%;
		margin: -22px 0 0 -92px;
		position: absolute;
		width: 184px;
		z-index: 10;
	}
	.feature_detail .button_try:hover{
		color: #ffffff;
		background: #05b524;	
	}
	.feature_detail .button_try:hover + img{
		opacity: 0.6;
	}
	/* .feature_detail ends */
	
/* feature_slider End Here */

/**		9- Services Section		**/
/* .service_single starts */
.service_holder{
}
.service_single{
	margin-bottom: 53px;
}
	.service_single.col_1x1{
	}
	.service_single.col_2x2{
	}
	.service_single.col_3x3{
	}
	.service_holder .service_single:nth-child(2n+1){
		clear: both;
	}
	.service_single .icon_holder{
		float: left;
		width: 27.404%;
	}
		.service_single.col_1x1 .icon_holder{
			width: 21.404%;
		}
		.service_single.col_2x2 .icon_holder{
		}
	.service_single .service_right{
		float: left;
		margin-left: 6.667%;
		margin-top: 10px;
		width: 65.93%;
	}
		.service_single.col_1x1 .service_right{
			width: 71.93%;
		}
		.service_single .service_right h4{
			font-size: 18px;
			color: #199AF5;
			line-height: 22px;
			margin: 0 0 16px;
		}
		.service_single .service_right p{
			font-size: 14px;
			color: #4A4A4A;
			line-height: 22px;
		}
			.service_single.col_1x1 .service_right h4{
				font-size: 20px;
			}
			.service_single.col_2x2 .service_right h4, .service_single.col_3x3 .service_right h4{
				font-size: 20px; 
			}
			.service_single.col_1x1 .service_right p{
				font-size: 16px;
			}
			.service_single.col_2x2 .service_right p, .service_single.col_3x3 .service_right p{
				font-size: 15px;
			}
/* .service_single ends */

/* .service_single2 starts */
.service2_holder{
	font-size: 0;
	text-align: center;
}
.service2_2_child .service_single2{
	padding: 54px 104px 0;
	width: 50%;
}
.service_single2{
	background-color: #f6f8f9;
	display: inline-block;
	margin-bottom: 23px;
	min-height: 260px;
	padding: 54px 25px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	text-align: center;
	width: 33.3333%;
	vertical-align: top;
}
.service_single2:hover {
	background-color: #e6eaef;
}
	.service2_holder .service_single2:nth-child(even){
		background-color: #e6eaef;
	}
	.service2_holder .service_single2:nth-child(even):hover{
		background-color: #f6f8f9;
	}
		.service_single2 h4{
			font-size: 26px;
			color: #199AF5;
			line-height: 30px;
			margin: 0 0 24px;
		}
		.service_single2 p{
			font-size: 14px;
			color: #999999;
			line-height: 22px;
			margin-bottom: 2px;
		}
		.service_single2 .rm_link{
			color: #05b524;
			font-weight: 600;
			font-size: 14px;
			line-height: 22px;
		}
/* .service_single2 ends */

/* .service_single3 starts */
.service_single3 {
    background: #fafbfb none repeat scroll 0 0;
    border: 1px solid #e3e8eb;
    border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    margin-bottom: 30px;
    min-height: 460px;
	padding: 30px;
    text-align: left;
}
	.service_single3 .service3_icon{
		margin: 10px 0 26px;
		text-align: center;
	}
	.service_single3 h3{
		color: #199af5;
		font-size: 22px;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.service_single3 p {
		color: #4a4a4a;
		font-size: 14px;
		line-height: 22px;
	}
/* .service_single3 ends */

/* datasource_single single starts */
.datasource_heading {
	font-size: 25px;
	color: #1557AC;
	line-height: 30px;
	margin-top: 60px;
	margin-bottom: 25px;
}
.datasource_holder > div:nth-child(4n+1){
	clear:  both;
}
.datasource_single {
	border: 1px solid #E5E5E5;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.06);
		-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.06);
		-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.06);
		-ms-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.06);
		-o-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.06);
		margin-bottom: 30px;
	text-align: center;
}
	.datasource_single .ds_logo{
		display: block;
		border-bottom: 2px solid #ededed;
	}
		.datasource_single .ds_logo img{
			vertical-align: middle;
		}
	.datasource_single .ds_title{
		min-height: 78px;
		padding: 13px 17px;
	}
		.datasource_single .ds_title h4{
			font-size: 20px;
			color: #555555;
			line-height: 26px;
			margin: 0;
		}
			.datasource_single .ds_title h4 a{
				color: #555555;
				display: block;
			}
				.datasource_single .ds_title h4 a:hover{
					color: #1557AC;
				}
/* datasource_single single ends */

/* requestd_section_heading starts */
.requestd_section_heading{
	display: block;
	margin: 20px 0 15px;
	overflow: hidden;
}
	.requestd_section_heading .special_heading{
		color: #294f73;
		font-size: 28px;
		font-weight: 700;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.requestd_section_heading p {
		color: #707070;
		font-size: 20px;
		line-height: 26px;
	}
/* requestd_section_heading ends */

/* .yb-requestd-card starts */		
.yb-requestd-card {
    background: #F8F9FB;
    border-radius: 2px;
	border-top: 4px solid #294f73;
    box-shadow: 0 0 0 1px rgba(51, 64, 73, 0.05), 0 1px 3px 0 rgba(51, 64, 73, 0.2);
    cursor: pointer;
    display: block;
    margin: 10px 0 30px;
    padding: 0px 30px 10px;
    text-align: center;
    width: 100%;
	min-height: 312px;
}
.yb-requestd-card:hover {
    box-shadow: 0 0 8px 1px rgba(51, 64, 73, 0.05), 0 1px 8px 0 rgba(51, 64, 73, 0.3);
    transition: box-shadow 0.3s ease 0s;
}
.yb-requestd-card .requestd-icon{
	background-color: #294f73;
    border-radius: 50px;
    display: inline-block;
    height: 80px;
    margin: -40px auto 15px;
    overflow: hidden;
    text-align: center;
    width: 80px;
	padding: 15px;
}
.yb-requestd-card h3{
	font-size: 21px;
	margin-bottom: 15px;
}
.yb-requestd-card p{
    color: #4f596a;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 22px;
}
	
.yb-requestd-card .date_holder {
	margin-bottom: 24px;
	font-size: 13px;
}
	.yb-requestd-card .date_holder .requestd-begins {
		color: #294f73;
		display: inline-block;
		margin: 0 5px 10px 0;
		vertical-align: top;
	}
	.yb-requestd-card .view-previous {
		color: #294f73;
	}
	.yb-requestd-card .date_holder .requestd-date {
		color: #777777;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
.yb-requestd-card .button{
	margin-bottom: 5px;
}
.yb-requestd-card .button.button_grey:hover{
	color: #4F596A;
	background: none;
}
.requestd-cards-holder > div:nth-child(3n+1){
	clear: both;
}
/* .yb-requestd-card ends */

/* ebook_container starts */
.bg_ebook{
	background-image: url(../images/bg_book2.png);
	background-position: center center;
	background-repeat: repeat;
}
.ebook_container{
	overflow: visible;
	padding: 30px 0;
}
	.ebook_bg{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ebook_container .home_banner{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	/* .cover-frame starts*/
	.cover-frame {
		border-radius: 6px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3);
		position: relative;
		transition: padding 0.2s ease-in-out 0s;
		z-index: 2;
	}
	.cover-frame  {
		margin: 0 20px;
		position: absolute;
	}
	.cover-frame .cover {
		background: #fff none repeat scroll 0 0;
		border-radius: 5px;
		position: relative;
	}
	.cover-frame .cover::after, .cover-frame::after {
		content: "";
		left: -3px;
		top: 4px;
	}
	.cover-frame::after {
		background: #2a3b47 none repeat scroll 0 0;
		border-radius: 6px;
		bottom: -4px;
		position: absolute;
		right: -4px;
		z-index: -2;
	}
	.cover-frame .cover::after {
		background: #a5b2bd none repeat scroll 0 0;
		border-radius: 6px;
		bottom: -2px;
		position: absolute;
		right: -2px;
		z-index: -1;
	}
		.cover-frame .cover img{
			border-radius: 6px;
			max-width: 100%;
			width: 100%;
		}
		.cover-frame::before {
			/*background: rgba(0, 0, 0, 0) linear-gradient(#f9fafa, #d6dde3) repeat scroll 0 0;*/
			border-radius: 6px 0 0 6px;
			/*border-right: 1px solid #f1f3f5;*/
			bottom: 0;
			content: "";
			left: -5px;
			position: absolute;
			top: 0;
			width: 15px;
			z-index: 1;
		}
	/* .cover-frame ends */
	
	/* ebook_text_block starts */
	.ebook_text_block{
		margin: 40px 0 0;
	}
	.ebook_text_block h3{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.ebook_text_block p{
		color: #4f596a;
		font-size: 17px;
		font-weight: 400;
		line-height: 26px;
		margin: 0 0 22px;
	}
	/* ebook_text_block ends */
	
	/* ebook_form_holder starts */
	.ebook_form_holder .landing_page_form{
		min-height: 200px;
	}
	.ebook_form_holder .content_bar .hs-form.stacked .actions{
		text-align: left;
	}
	.ebook_form_holder .request_demo_form.content_bar.landing_page_form .hs-form.stacked label {
		color: #ffffff;
		font-size: 14px;
	}
	.ebook_form_holder .content_bar .hs-form .hs-button{
		background-color: #05b524;
		border: 2px solid #05b524;
		font-size: 17px;
		height: 48px;
		line-height: 48px;
		padding: 0 46px;
	}
		.ebook_form_holder .content_bar .hs-form .hs-button:focus,
		.ebook_form_holder .content_bar .hs-form .hs-button:hover,
		.ebook_form_holder .content_bar .hs-form .hs-button:active:not(.inactive):not(.link){
			background: #05b524;
			border: 2px solid #05b524;
			box-shadow: none;
			color: #ffffff;
			height: 48px;
			line-height: 48px;
			opacity: 0.8;
			padding: 0 46px;
		}
	.ebook_form_holder .landing_page_form .button{
		margin-top: 75px;
	}
	/* ebook_form_holder ends */
		
/* ebook_container ends */

/* static_testi starts */
.static_message{
	margin-bottom: 20px;
}
	.static_message .dp_image{
		margin: 0 0 15px;
		overflow: hidden;
		text-align: center;
	}
		.static_message .dp_image img{
			border-radius: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
				-ms-border-radius: 100px;
				-o-border-radius: 100px;
			margin-bottom: 15px;
		}
			
	.static_message .static_name{
		margin: 0 0 20px;
		text-align: center;
	}
	.static_message .static_name small{
		color: #999;
		font-size: 13px;
		line-height: 18px;
	}
	.static_message .description h2{
		color: #199af5;
		font-size: 26px;
		font-weight: 400;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.static_message .description p{
		color: #595959;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 26px;
	}
/* static_testi starts */

/* faqs_holder2 starts */
.faqs_holder2 {
}
	.faqs_holder2 div:nth-child(2n+1){
		clear: both;
	}
	.faqs_single{
		margin-bottom: 40px;
	}
	.faqs_single h4{
		color: #199af5;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 16px;	
	}
	.faqs_single{
		font-size: 15px;
	}
/* faqs_holder2 ends */

/* full-width-dashboard starts */
.dashboard-full{
	height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.full-width-dashboard{
    height: 100%;
    overflow: scroll;
    width: 100%;
}
.full-width-dashboard iframe{
	width: 100% !important;
	min-width: 1060px;
	vertical-align: top;
}
	.dashboard_footer.opened{
		transform: translateY(0);
	}
	.dashboard_footer{
		position: absolute;
		transform: translateY(180px);
		bottom: 0;
		width: 100%;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
		/* .detailed_footer starts */
	.dashboard_footer *{
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	footer.dashboard_footer .detailed_footer{
		background: #004278 url(../images/promotion_bg.png) repeat;
		padding: 18px 0 10px 0;
	}
	.dashboard_footer .detailed_footer .col_v_middle{
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		min-height: 120px;
	}
	.pull_last_lg{
		float: right;
	}
	.dashboard_footer .detailed_footer .widget_copy_text {
		margin: 0 0 10px;
	}
	.dashboard_footer .promotion_bar{
		font-size: 0;
	}
	.dashboard_footer .promotion_bar p {
		color: #ffffff;
		float: none;
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		margin: 0 0 10px;
		padding: 12px 0;
	}
	footer.dashboard_footer .detailed_footer .widget_copy_text p {
		margin: 0 0 24px;
	}
	footer.dashboard_footer .detailed_footer .text_block{
		/*margin-top: 31px;*/
		color: #ffffff;
		margin: 10px 0;
	}
		footer.dashboard_footer .detailed_footer .text_block h4{
			color: #ffffff;
			font-size: 20px;
			font-weight: 700;
			margin: 0 0 8px;
		}
		footer.dashboard_footer .detailed_footer .text_block p{
			color: #e3e3e3;
			font-size: 13px;
			margin-bottom: 0;
		}
		footer.dashboard_footer .detailed_footer .back_button{
			margin: 10px 0;
			/*margin-top: 46px;*/
		}
		footer.dashboard_footer .detailed_footer .back_button a{
			color: #ffffff;
			font-size: 17px;
			font-weight: 700;
			line-height: 24px;
			white-space: nowrap;
			max-width: 100%; 
		}
		footer.dashboard_footer .detailed_footer .back_button a i{
			font-size: 22px;
			line-height: 24px;
			margin-right: 6px;
			vertical-align: top;
		}
	.toggle_db_footer{
		background: #004278;
		border-radius: 5px 5px 0 0;
		color: #ffffff;
		height: 46px;
		width: 46px;
		top: -46px;
		left: 50%;
		margin-left: -23px;
		position: absolute;
		text-align: center;
	}
		.toggle_db_footer:focus, .toggle_db_footer:hover{
			color: #ffffff;
		}
	.toggle_db_footer .fa{
		font-size: 18px;
		line-height: 46px;
	}
/* full-width-dashboard ends */

/* Dashboard FORM starts */
/* HS Form inside content_bar*/

.content_bar .dashboard_form{
	padding: 15px 0 10px;
}
.landing_page_form .db-form.stacked{
	/*padding: 20px 15px;*/
	padding: 20px 5px;
	margin: 0;
}
.content_bar .db-form .button{
	background-color: #05b524;
	background-image: none;
	border: 2px solid #05b524;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	float: none;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 26px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-shadow: 0 0 0 transparent;
		-moz-text-shadow: 0 0 0 transparent;
		-webkit-text-shadow: 0 0 0 transparent;
		-ms-text-shadow: 0 0 0 transparent;
		-o-text-shadow: 0 0 0 transparent;
	text-align: center;
	width: auto;
}
	.content_bar .db-form .button:hover, .content_bar .db-form .button:hover:focus{
		background-color: transparent;
		border: 2px solid #05b524;
		color: #05b524;
		text-decoration: none;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-ms-box-shadow: none;
			-o-box-shadow: none;
	}

.content_bar .db-form .field-group{
	margin-bottom: 12px;
}
.content_bar .db-form textarea, .content_bar .db-form input[type="text"], .content_bar .db-form input[type="password"], .content_bar .db-form input[type="datetime"], .content_bar .db-form input[type="datetime-local"], .content_bar .db-form input[type="date"], .content_bar .db-form input[type="month"], .content_bar .db-form input[type="time"], .content_bar .db-form input[type="week"], .content_bar .db-form input[type="number"], .content_bar .db-form input[type="email"], .content_bar .db-form input[type="url"], .content_bar .db-form input[type="search"], .content_bar .db-form input[type="tel"], .content_bar .db-form input[type="color"], .content_bar .db-form .uneditable-input{
	background-color: #ffffff;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	box-shadow: none;
	color: #4f596a;
	font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
}
.content_bar .db-form select{
    background-color: #ffffff;
	border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    color: #4f596a;
    font-family: "Gotham 4r","Gotham A","Gotham B";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	margin-bottom: 12px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
	height: 30px;
	width: 100% !important;
}
.db-form label{
	color: #595959;
	display: block;
    float: none;
	font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 4px;
    padding-top: 0;
    text-align: left;
    width: auto;
}

/* Pricing Tabs starts */
.pricing-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.pricing-tabs {
	background: none;
	margin: 0 0 25px 0;
}

.pricing-tabs .pricing-nav {
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
	margin-bottom: 50px;
	text-align: center;
}

.pricing-tabs .pricing-nav li {
	background: #ffffff;
	border: 1px solid #f2f2f2;
	display: inline-block;
	position: relative;
	height: 72px;
	width: 220px;
	z-index: 10;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	vertical-align: top;
}
.pricing-tabs .pricing-nav li:before { 
	content: "";
}
.pricing-tabs .pricing-nav .ui-tabs-selected, .pricing-tabs .pricing-nav .ui-tabs-active{
	background: transparent;
	border: 1px solid #005a91;	
}
.pricing-tabs .pricing-nav li a {
 	display: block;
    border: none;
    color: #4a4a4a;
    font-size: 24px;
	font-family: "Gotham 4r","Gotham A","Gotham B";
    line-height: 70px;
    margin: 0 0 0 0;
    position: relative;
	z-index: 2;
}
.pricing-tabs .pricing-nav li .fa{
    background: #ffffff;
	border-radius: 50%;
    color: #2b8afe;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
    right: 20px;
	opacity: 0;
	margin-top: -10px;
    top: 50%;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.pricing-tabs .pricing-nav .ui-tabs-selected a,
.pricing-tabs .pricing-nav .ui-tabs-active a {
	background: #005a91;
	color: #ffffff;
}
.pricing-tabs .pricing-nav .ui-tabs-selected .fa,
.pricing-tabs .pricing-nav .ui-tabs-active .fa{
	opacity: 1;
	z-index: 3;
}
.pricing-tabs .pricing-tab {
	background: none;
	clear: both;
	padding: 0;
	overflow: hidden;
}

/* pricing_addon starts */
.pricing_addon {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	margin: 0 0 30px;
	min-height: 200px;
	overflow: hidden;
	padding: 25px 8px;
	text-align: center;
}
	.pricing_addon .price_title h2{
		font-family: "Gotham 4r","Gotham A","Gotham B","Open Sans",Arial,Helvetica,sans-serif; 
		font-weight: 700; 
		font-style: normal;
		color: #4a4a4a;
		font-size: 26px;
		line-height: 38px;	
		margin: 0 0 26px;
	}
	.pricing_addon .price_title p{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 35px;
	}
	.pricing_addon .price_button{
		color: #199af5;
	    font-family: "Gotham 4r","Gotham A","Gotham B";
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 6px;
		text-align: center;
		width: 100%;
	}
		.pricing_addon .price_button:hover{
			opacity: 0.8;
		}
		.pricing_addon .price_button .fa{
			font-size: 15px;
			line-height: 20px;
		}

	.img_thumb_price{
		margin-bottom: 42px;
		margin-top: -40px;
	}
/* pricing add-on ends */

/* calc Tabs starts */
.calc-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.calc-tabs {
	background: none;
	margin: 0 0 25px 0;
}

.calc-tabs .calc-nav {
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
	margin-bottom: 50px;
	text-align: left;
}

.calc-tabs .calc-nav li {
	background: #ffffff;
	border: 1px solid #999999;
	display: inline-block;
	position: relative;
	height: 60px;
	margin-right: 20px;
	width: 250px;
	z-index: 10;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	vertical-align: top;
}
.calc-tabs .calc-nav li:before { 
	content: "";
}
.calc-tabs .calc-nav .ui-tabs-selected, .calc-tabs .calc-nav .ui-tabs-active{
}
.calc-tabs .calc-nav li a {
 	display: block;
    border: none;
    color: #4a4a4a;
    font-size: 18px;
	font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
    line-height: 58px;
    margin: 0 0 0 0;
	padding-left: 25px;
    position: relative;
	z-index: 2;
}
.calc-tabs .calc-nav li .fa{
    background: #ffffff;
	border-radius: 50%;
    color: #2b8afe;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
    right: 20px;
	opacity: 0;
	margin-top: -10px;
    top: 50%;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.calc-tabs .calc-nav .ui-tabs-selected a,
.calc-tabs .calc-nav .ui-tabs-active a {
}
.calc-tabs .calc-nav .ui-tabs-selected .fa,
.calc-tabs .calc-nav .ui-tabs-active .fa{
	opacity: 1;
	z-index: 3;
}
.calc-tab {
	border: 1px solid #e5e5e5;
	background: #ffffff;
	clear: both;
	padding: 0;
	margin-bottom: 50px;
	min-height: 500px;
	overflow: hidden;
}
	.calc-tab .top-heading{
		background: #4a4a4a;
		height: 58px;
		position: relative;
		text-align: center;
	}
	.calc-tab .top-heading h3{
		color: #ffffff;
		font-size: 18px;
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		line-height: 58px;
	}
	.calc-tab .top-heading .calc-nav-button{
		isplay
		font-size: 18px;
		line-height: 36px;
		padding: 0 28px;
		font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
		position: absolute;
		top: 9px;
		text-decoration: none;
	}
		.calc-tab .top-heading .calc-nav-button.calc-next{
			right: 9px;
		}
		.calc-tab .top-heading .calc-nav-button.calc-prev{
			color: #ffffff;
			left: 9px;
			line-height: 38px;
		}
		
	.calc-tab .calc-content{
		padding: 45px 18px;
	}
	.container-bottom-100{
		padding-bottom: 100px;
	}
	
	/* .info-box starts */
	.calc-tab .calc-content .info-box{
		background: #f9f9f9;
		border: 1px solid #e5e5e5;
		display: inline-block;
		width: 500px;
		margin-bottom: 10px;
		padding: 24px;
	}
		.calc-tab .calc-content .info-box p{
			margin-bottom: 20px;
		}
		.calc-tab .calc-content .info-box .price-bar{
			display: block;
			margin-bottom: 12px;
			overflow: hidden;
		}
			.calc-tab .calc-content .info-box .price-bar .title{
				display: inline-block;
				font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
				float: left;
				font-size: 18px;
				line-height: 24px;
			}
			.calc-tab .calc-content .info-box .price-bar .price{
				display: inline-block;
				font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
				font-size: 18px;
				line-height: 24px;
				float: right;
			}
				.calc-tab .calc-content .info-box .price-bar .price .plan_type_title{
					text-transform: capitalize;
				}
			.calc-tab .calc-content .info-box .price-bar .price.light-font{
				font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
			}
			.calc-tab .calc-content .info-box .price-bar .calc-alert, .total_summary .price-bar .calc-alert{
				margin: 20px 0 0;
			}
	/* .info-box ends */

	/* cal-check-holder starts */	
	.cal-check-holder{
		display: block;
		overflow: hidden;
	}
	.cal-check-holder .calCheckBox{
		border-radius: 100px;
		display: inline-block;
		margin: 0 27px 0 0;
		cursor: pointer;
	}
		.cal-check-holder .calCheckBox input {
			position: absolute;
			z-index: -9999;
		}
		.cal-check-holder .calCheckBox span {
			border: 1px solid #e3e3e3;
			border-radius: 100px;
			width: 40px;
			height: 40px;
			display: block;
			background: #ffffff;
			text-align: center;
		}
			.cal-check-holder .calCheckBox span .fa{
				color: #ffffff;
				display: none;
				line-height: 38px;
				font-size: 22px;
			}
		.cal-check-holder .calCheckBox input:checked + span {
			background: #318aff;
			border-color: #318aff;
		}
			.cal-check-holder .calCheckBox input:checked + span .fa{
				display: block;
			}
		.cal-check-holder .calCheckBoxlabel{
			color: #199af5;
			display: inline-block;
			font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;		
			font-size: 18px;
			line-height: 40px;
			vertical-align: top;
		}
	/* cal-check-holder ends */	
	
	/* cal-txtbx-holder starts */
	.cal-txtbx-holder {
		display: inline-block;
		font-size: 17px;
		vertical-align: top;
	}
		.cal-txtbx-holder input[type="number"] {
			background: #ffffff;
			border-color: #e5e5e5;
			border-radius: 4px;
			display: inline-block;
			line-height: 40px;
			margin: 0 10px 0 0;
			padding: 0 10px;
			width: 90px;
		}
		.cal-txtbx-holder .caltxtbxlabel{
			display: inline-block;
		}
	/* cal-txtbx-holder starts */

	/* cal-radio-holder starts */
	.plan_time{
		font-size: 0;
		margin-bottom: 28px;
	}
	.cal-radio-holder{
		display: inline-block;
		overflow: hidden;
	}
	.cal-radio-holder .calradioBox{
		display: inline-block;
		cursor: pointer;
	}
		.cal-radio-holder .calradioBox input {
			position: absolute;
			z-index: -9999;
		}
		.cal-radio-holder .calradioBox span.calradioBox {
			background: #ffffff none repeat scroll 0 0;
			border: 1px solid #f2f2f2;
			color: #4a4a4a;
			display: inline-block;
			font-family: "Gotham 4r","Gotham A","Gotham B";
			font-size: 18px;
			height: 62px;
			line-height: 60px;
			padding: 0;
			position: relative;
			text-transform: uppercase;
			transition: all 0.3s ease 0s;
			vertical-align: top;
			width: 182px;
			z-index: 10;
			margin: 0;
			position: relative;
		}
			.cal-radio-holder .calradioBox span.calradioBox .fa{
				background: #2b8afe none repeat scroll 0 0;
				border-radius: 50%;
				color: #ffffff;
				font-size: 17px;
				height: 23px;
				line-height: 23px;
				margin-top: -13px;
				opacity: 0;
				position: absolute;
				right: 11px;
				top: 50%;
				transition: all 0.3s ease 0s;
				width: 23px;
			}
		.cal-radio-holder .calradioBox input:checked + span.calradioBox {
			background: #005a91 none repeat scroll 0 0;
			color: #ffffff;
		}
			.cal-radio-holder .calradioBox input:checked + span.calradioBox .fa{
				opacity: 1;
				z-index: 3;
			}
	/* cal-radio-holder ends */
	
	/* cal-b-radio-holder starts */
	.package_type{
		font-size: 0;
		margin-bottom: 28px;
	}
	.cal-b-radio-holder{
		display: inline-block;
		overflow: hidden;
	}
	.cal-b-radio-holder .calradioBox{
		display: inline-block;
		cursor: pointer;
	}
		.cal-b-radio-holder .calradioBox input {
			position: absolute;
			z-index: -9999;
		}
		.cal-b-radio-holder .calradioBox span.calradioBox {
			background: #f9f9f9 none repeat scroll 0 0;
			border: 1px solid #e5e5e5;
			color: #4f596a;
			display: inline-block;
			margin-bottom: 10px;
			padding: 24px;
			width: 240px;
		}
			.package_type .cal-b-radio-holder:nth-child(1) .calradioBox span.calradioBox{
				margin-right: 20px;
			}
			.cal-b-radio-holder .calradioBox span.calradioBox .title{
				display: block;
				font-family: "Gotham 7r","Gotham A","Gotham B";
				font-size: 18px;
				font-style: normal;
				font-weight: 700;
				line-height: 24px;
				margin-bottom: 20px;
			}
			.cal-b-radio-holder .calradioBox span.calradioBox .desc{
				font-size: 14px;
				display: block;
				margin-bottom: 24px;
			}
			.cal-b-radio-holder .calradioBox span.calradioBox .fa{
				background: #ffffff none repeat scroll 0 0;
				border: 1px solid #e3e3e3;
				border-radius: 50%;
				color: #ffffff;
				font-size: 22px;
				height: 40px;
				line-height: 40px;
				width: 40px;
				text-indent: -9999px;
			}
		.cal-b-radio-holder .calradioBox input:checked + span.calradioBox .fa{
			background: #2b8afe none repeat scroll 0 0;
			border-color: #2b8afe;
			color: #ffffff;
			text-indent: 0;
		}
	/* cal-b-radio-holder ends */
	
	.calc-tab .calc-content .info-box .price-bar.price-bar-nmbrbx .price {
		margin-top: 10px;
	}
/* calc Tabs starts */

/* summary_single starts */
.summary_single{
	margin-bottom: 34px;
}
	.summary_single h3{
		border-bottom: 2px solid #e0e0e0;
		color: #919191;
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 12px;
		padding: 0 12px;
		text-transform: uppercase;
		vertical-align: top;
	}
		.summary_single .price-bar {
			display: block;
			font-size: 0;
			margin-bottom: 12px;
			overflow: hidden;
			padding: 0 12px;
		}
			.summary_single .price-bar .title{
				display: inline-block;
				font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
				font-size: 18px;
				line-height: 24px;
				width: 60%;
				text-transform: capitalize;
				vertical-align: top;
			}
			.summary_single .price-bar .price{
				display: inline-block;
				font-size: 17px;
				line-height: 24px;
				width: 40%;
				text-align: right;
				vertical-align: top;
			}
			.summary_single .price-bar a{
				color: #199af5;
				font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
			}
/* summary_single ends */

/* .total_summary starts */
	.total_summary{
		font-size: 0;
		border-top: 2px solid #e0e0e0;
		padding-top: 25px;
	}
		.total_summary .price-bar{
			margin-bottom: 30px;
		}
		.total_summary .price-bar .title{
			color: #919191;
			display: inline-block;
			font-size: 14px;
			line-height: 20px;
			margin-bottom: 12px;
			padding: 0 12px;
			text-transform: uppercase;
			width: 60%;
			vertical-align: top;
		}
		.total_summary .price-bar .price{
			display: inline-block;
			font-family: 'Gotham 7r', 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
			font-size: 18px;
			line-height: 24px;
			width: 40%;
		}
		.total_summary .button{
			display: block;
			font-size: 18px;
			height: 60px;
			line-height: 58px;
			margin: 0;
		}
/* .total_summary ends */

/* package-bar starts */
	.calc-tab .calc-content .info-box .package-bar.price-bar .title{
		float: none;
		margin-right: 30px;
	}
	.calc-tab .calc-content .info-box .package-bar.price-bar .title p{
		font-size: 17px;
		margin-bottom: 0;
	}
/* package-bar ends */

/* calculator_overlay starts */
#calc_section .container{
	position: relative;
}
.calculator_overlay{
	background: rgba(0, 66, 120, 0.9);
	width: 100%;
	height: 100%;
	position :absolute;
	top: 0;
	left: 0;
	z-index: 111;
}
.calculator_overlay .get_in_touch.solution_form{
	padding-top: 65px;
}
/* calculator_overlay ends */

/* form-ajax-loader starts */
form.form-ajax-loader{
	position: relative;
}

form.form-ajax-loader:after{
	content: "";
	position absolute;
	background: rgba(255, 255, 255, 0.7);
	background-image: url(../images/ajax-loader1.gif);
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position :absolute;
	top: 0;
	left: 0;
	z-index: 111;
}

.form-ajax-loader{
	position: relative;
}

.form-ajax-loader:after{
	content: "";
	position absolute;
	background: rgba(0, 66, 120, .1);
	background-image: url(../images/ajax-loader1.gif);
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position :absolute;
	top: 0;
	left: 0;
	z-index: 111;
}
/* form-ajax-loader ends */