/*
	Theme Name: Twenty Eleven
	Theme URI: http://wordpress.org/extend/themes/twentyeleven
	Author: the WordPress team
	Author URI: http://wordpress.org/
	Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
	Version: 91.4.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*{
	margin:0;
	padding:0;	
}
body{
	background:url(images/body_bg.png) #000 repeat;
	height:100%;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#3a3a3a;
}
.float_right{
	float:right;	
}
.float_left{
	float:left;	
}
p{
	padding:6px 0;	
}
a{
	text-decoration:none;	
}
a img{
	border:none;	
}
.clr{
	clear:both;	
}

#main_container{
	background:url(images/main_body_bg.png) repeat-x;	
	min-width:1024px !important;
	width:100%;
	min-height:500px;
	
}
#page_container{
	width:960px;
	height:auto;
	margin:0 auto;
	padding-top:5px;
}
#header{
	height:105px;
}
#header .logo_container{
	width:320px;
	float:left;
	height:105px;	
}
#header .logo_container a img{
	margin:27px 0 0 10px;
	border:none;	
	width:276px;
	height:74px;
}
#header .links_wrapper{
	width:640px;
	float:left;
	height:105px;	
}
#header .top_links{
	height:76px;
}
#header .top_links ul{
	float:right;	
	padding:3px 0;
}
#header .top_links ul li{
	float:left;
	list-style-type:none;
	color:#161616;
	background:url(images/top_link_seperator.png) no-repeat left;
	padding-left:10px;	
}
#header .top_links ul li:first-child{
	background:none !important;	
}
#header .top_links ul li a{
	color:#161616;
	font-family:Arial, Helvetica, sans-serif;
}
#header .top_links ul li a:hover{
	color:#197BC4;	
	text-decoration:underline;
}

#header .drop_down{
	background:url(images/down_arrow.png) no-repeat right;
	display:block;
	padding-right:12px !important;
}
#header .drop_down:hover{
	background:url(images/down_arrow_hover.png) no-repeat right;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	height:29px;	
	background:url(images/menu_middle.png) repeat-x;
	clear: both;
	display: block;
	float: left;
	width:100%
}
#access ul {
	font-size: 13px;
	list-style: none;
	
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color:#b6d4f7;
	font-weight:bold;
	padding:5px 10px 6px;	
	display:block;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top:29px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current_page_item > a {
	font-weight: bold;
	color:#000;
}
#menu-main_menu > .current-menu-item > a,
#menu-main_menu > .current-menu-ancestor > a{
	color: #fff;
}
#access .current-menu-ancestor > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
#header .menu_right{
	float:right;
	height:29px;
	width:6px;
	background:url(images/menu_right.png) no-repeat;	
}
/* =End of Menu
-------------------------------------------------------------- */

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#content{
	padding-top:18px;	
	
}
#content .banner{
	background:url(images/banner_top.png) no-repeat top left;
	height:315px;
	padding-top:9px;
	margin: 0 auto 3px auto;
}
#content .banner_middle{
	background:#fff;
}
#content .banner_bottom{
	height:9px;
	background:url(images/banner_bottom.png) no-repeat top left;		
}
#content .banner ul li{
	list-style-type:none;	
}
#content .banner ul li a img{
	margin:0px 8px;
	border:none;
}
#content .box_container{
	/* background:url(images/Dotted-Line.png) repeat-x bottom; */
	border-bottom: 1px dashed #ccd2db;
	padding-bottom:15px;
	margin-bottom:10px;
}
#content .box{
	background:url(images/box_bg.png);
	height:108px;
	width:290px;	
	float:left;
	margin-right:15px;
	padding:10px;
	
	background: #f5faff;
    border: 5px solid #bac3cf;
    border-radius: 10px;
    box-sizing: content-box;
    padding: 5px;
}
#content .box p{
	text-align:justify;
	padding:0;
	line-height:16px;	
}
#content .box_title{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 0 8px 16px;
	display:block;	
	color:#393939;
}
#content .box a{
	color:#1093df;
}
#content .box a:hover{
	text-decoration:underline;
}
.last{
	margin-right:0px !important;
}
#main_content{
	padding-bottom:15px;	
	min-height:450px;
	height:auto !important;
	height:450px;
}	
#main_content .left_content{
	width:682px;
	height:auto;
	float:left;
}
.home #main_content .left_content{
	background: rgb(247 251 254 / 80%);
	padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 5px;
}
.home #main_content .left_content > ul {
    margin-left: 15px;
}
#main_content .entry-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px !important;
	font-weight:bold;
	color:#111111;
	padding-bottom:8px;
	background:url(images/Inner_title_base.png) repeat-x bottom left;
	min-height:27px;
	padding-left:10px;
	line-height: normal;
}
#main_content .left_content p{
	text-align:justify;	
}
#main_content .heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#111111;
	padding-bottom:8px;
}	
#main_sidebar{
	width:265px;
	height:auto;
	float:right;
}	
#main_sidebar .right_main_block{
	margin-top:8px;
	/* background:url(images/news_block_top_bg.png) no-repeat top left; */
	padding-top:4px;
	background-color: #f5faff;
    border: 2px solid #c2d9f0;
    border-radius: 5px;
}
#main_sidebar .block_content{
	/* background:url(images/news_block_middle_bg.png) repeat-y; */
	min-height:100px;	
	padding:8px;
}
#main_sidebar .block_bottom_bg{
	position:relative;
	top:-2px;
}
#main_sidebar .block_content p{
	font-family:Arial, Helvetica, sans-serif;	
}
#main_sidebar .block_content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;	
	padding-top:8px;
}
#main_sidebar .block_content input{
	border:solid 1px #d9ecff;
	width:246px;
	height:18px;	
}

.title-dual{
	margin-bottom: 5px;
}
.title-dual span{
	color: #a8cbff;
}
#service_spotlight h3{
	font-size:14px;
	color:#197bc4;
	font-family:Arial, Helvetica, sans-serif;	
}	
#service_spotlight ul{
	margin-top:8px;	
}
#service_spotlight ul li{
	background:url(images/icon-arrow.png) no-repeat top left;
	list-style-type:none;
	padding-left:15px;
}
#footer_wrapper{
	min-width:1024px !important;
	width:100%;
	background-color:#000;	
}
#footer_wrapper .footer{
	width:960px;
	margin:0 auto;
	padding:5px 0 15px 0;
}
#footer_wrapper .box{
	width:220px;
	float:left;
	height:auto;	
}
#footer_wrapper h3{
	font-size:14px;
	font-weight:normal;
	color:#474747;
	padding:8px 0;	
}
#footer_wrapper ul{
	list-style-type:none;	
}
#footer_wrapper ul li{
	/* background: url(images/footer_list_arrow.png) no-repeat; */
	padding-left:10px;	
}
#footer_wrapper ul li::before {
	content:"";
	border-top: 1px solid #afafaf;
	width: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -10px;
}
#footer_wrapper ul li a{
	color:#afafaf;	
}
#footer_wrapper ul li a:hover{
	color:#1093df;	
}
#footer_wrapper .newsletter{
	float:right;
	width:265px;	
}
#footer_wrapper .newsletter_con{
	width:265px;
	height:30px;
	margin-top:10px;
	/* background:url(images/newsletter_bg.png) no-repeat; */
	background: #222222;
}
#footer_wrapper .newsletter_subscribe{
	background:none !important;
	border:none;
	width:259px;
	height:24px;
	padding:3px 5px;
	color:#afafaf;	
	
}
#footer_wrapper .newsletter_submit{
	width:106px;
	height:36px;
	/* background:url(images/subscribe_btn.png) no-repeat left top !important; */
	border:none;
	margin-top:10px;
	cursor:pointer;
	
	background: #000;
    border-top: 1px solid #222222;
}
#footer_wrapper .newsletter_submit:hover{
	background:url(images/subscribe_btn.png) no-repeat bottom left;
}
#footer_wrapper .copyright{
	background:url(images/copyright_bg.png) repeat-x;
	height:39px;	
}
#footer_wrapper .copyright a{
	color:#606060;	
}
#footer_wrapper .copyright a:hover{
	color:#afafaf;
}	
#footer_wrapper .fb{
	width:16px;
	height:16px;
	display:block;
	float:right;
	margin-left:8px;
	background:url(images/Social-Links.png) no-repeat left top;	
}
#footer_wrapper .tw{
	width:16px;
	float:right;
	height:16px;
	display:block;
	margin-left:8px;
	background:url(images/Social-Links.png) -20px 0 no-repeat;	
	
}
#footer_wrapper .blog{
	width:16px;
	float:right;
	height:16px;
	margin-left:8px;
	display:block;
	background:url(images/Social-Links.png) -40px 0 no-repeat;	
}
#footer_wrapper .linkedin{
	width:16px;
	float:right;
	height:16px;
	display:block;
	margin-left:8px;
	background:url(images/Social-Links.png) -60px 0 no-repeat;	
}
/*********************************************************************   INNER PAGE  ****************************************************************/
#content .inner_left{
	width:678px;
	float:left;	
	
}
#content .inner_left h3{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	padding:8px 0;
	margin-top:20px;	
}
#main_content .inner_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px !important;
	font-weight:bold;
	color:#111111;
	padding-bottom:8px;
	background:url(images/Inner_title_base.png) repeat-x bottom left;
	height:27px;
}
#main_content .main_top{
	height:17px;
	background:url(images/main_top_bg.png) no-repeat top left;
}
#main_content .main_middle{
	
	background:url(images/main_middle_bg.png) repeat-y top left;
}

#main_content .main_bottom{
	height:17px;
	clear:both;
	position:relative;
	background:url(images/main_bottom_bg.png) no-repeat top left;
}
#main_content .entry-content{
	padding:10px 0 10px 10px;
	text-align:justify;	
}
#main_content .entry-content ul,
#main_content .entry-content ol{
	padding-left:15px;
	margin-left:20px;
}
#main_content .entry-content h3{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0;
    padding: 0;
}
.entry-meta{
	padding:10px;	
}
#inner_sidebar{
	width:243px;
	float:right;
	margin-top:30px;	
	padding:10px 10px 10px 15px;
	background:url(images/sidebar_bg.png) 0 4px no-repeat;
}

#inner_sidebar .block_content p{
	font-family:Arial, Helvetica, sans-serif;	
}
#inner_sidebar .block_content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;	
	padding-top:15px;
}

#inner_sidebar .quick_submit{
	width:105px !important;
	height:38px !important;
	background:url(images/submit_btn.png) no-repeat left top;
	border:none !important;
	margin-top:10px;
	cursor:pointer;
	float:right;
}
#inner_sidebar .bullet_list{
	list-style-type:none;	
	padding:10px 0;
}
#inner_sidebar .bullet_list li{
	padding-bottom:3px;
	background:url(images/services_list_bg.png) repeat-x bottom;
}
#inner_sidebar .bullet_list li a{
	color:#6b6b6b;	
	display:block;
	padding:3px 0 4px 15px;
	background:url(images/services_bullet.png) no-repeat left;
}
#inner_sidebar .bullet_list li a:hover{
	color:#F00;	
}
#inner_sidebar .news_section ul{
	list-style-type:none;
}
#inner_sidebar .news_section ul li{
	
}
#inner_sidebar .service_section ul{
	list-style-type:none;	
}
#inner_sidebar .service_section ul li{
	padding-bottom:3px;
	background:url(images/services_list_bg.png) repeat-x bottom;
}
#inner_sidebar .service_section ul li a{
	color:#6b6b6b;	
	display:block;
	padding:3px 0 4px 15px;
	background:url(images/services_bullet.png) no-repeat left;
}
#inner_sidebar .service_section ul li a:hover{
	color:#1093DF;	
	background:url(images/services_bullet_hover.png) 2px 7px no-repeat;
}
.wpcf7-submit{
	width:105px !important;
	height:38px !important;
	background:url(images/submit_btn.png) no-repeat left top !important;
	border:none !important;
	margin-top:10px;
	cursor:pointer;
	float:right;	
}
.lcp_catlist{
	list-style-type:none;	
}
.lcp_catlist li a{
	color:#3171b1;
	font-weight:bold;
	text-decoration:underline;	
}
.lcp_catlist li span{
	clear:both;	
}
#coin-slider-wpcontent_slider{
	margin-left:10px;
	width:942px;
	height:297px;
}
#support_table .support{
	width:552px;
	height:100px;
	border:solid 1px #C8C8C8;
	padding:5px;
	background:none;	
}
#support_table input{
	border:solid 1px #C8C8C8;
	background:none;
	padding:5px;
	width:253px;
	height:14px;
	color:#006dbb;
	font-family:Verdana, Geneva, sans-serif;
}
#Priority input{
	width:10px !important;
}


.news_section {
	width :250px; height:auto;
}

.chevron-right{
	list-style-image: url("images/chevron-right-solid.svg");
}
.chevron-right li::marker {
    font-size: 150%;
    line-height: 1;
}
.service_section {width :250px; height:auto;}

#access span{float : left;}


.box_container .box img {float:left; margin:0 5px 5px 0 ;}
.box_container .box last img {float:left; margin:0 5px 5px 0 ;}

.inner_left p{text-align : justify ;}

.page-id-76 .inner_left p{font-size:11px;}
.page-id-78 .inner_left span{color: #008080;}
.page-id-590 .inner_left h2{text-align: justify;}
.page-id-590 .inner_left ul{text-align: justify;}
.copyright table {width:980px; margin:0 auto;}
.copyright table .copyright_td1{ width:265px;}
.copyright table .copyright_td2{width:559px; }
.copyright table .copyright_td3{width:100px; text-align:left; }

.page-id-590 .text_color1{color: #333333; font-weight:bold;}
.page-id-590 .text_color2{color: #003366; font-weight:bold;}

.page-id-34 .inner_left span{text-decoration: underline;}

.page-id-14 .inner_left .margin_border{margin-top: 20px;border : 0;}
.page-id-14 .inner_left .margin_border1{margin-top: 20px;border : 0;}
.page-id-14 .inner_left .color{color: #3366ff;}
.phone_slider{display:none;}
/************************responsive css************************/@media screen and (min-width: 768px) and (max-width: 1023px) {#main_container {    min-width: 760px !important;	margin:0 auto;}#page_container {    width: 760px;    margin: 0 auto;}#header .links_wrapper {    width: calc(100% - 225px); }#header .logo_container a img {    margin: 20px 0 0 0px;	width: 220px; height: auto;}#header .logo_container {    width: 225px; } #header .top_links ul {    padding: 10px 0;}#access a {    padding: 5px 6px 6px; font-weight: normal;}#coin-slider-wpcontent_slider {   width: 760px;}#wpcontent_slider_container {    width: 760px !important;}#content .box {    margin-top: 12px;}#content .box_container {   padding-left: 65px;}.box.last {    margin-left: 160px;}#main_content .left_content {    width: 760px;}#main_content .left_content {    width: 742px;    margin: 0px 4px;}#main_sidebar {    width: 100%; float: left;}#footer_wrapper .footer {    width: 731px;    margin: 0 auto;    padding: 5px 0px 15px 10px;  display: inline-block;}.copyright table {    width: 737px;    margin: 0 auto;    display: inline-block;}.copyright table .copyright_td1 {    width: 313px;}.copyright table .copyright_td2 {    width: 340px;}#wpcontent_slider_container {     width: 750px !important;}#coin-slider-wpcontent_slider {    width: 750px;}#wpcontent_slider_container {     width: 750px !important;}.page-id-4 #wpcontent_slider_container {    width: 726px !important;}#content .banner {    width: 97%;	margin:0 auto;}a#cs-next-wpcontent_slider{	right:229px!important;}#main_sidebar {   margin-right: 8px;}
	#footer_wrapper {
		min-width: 100% !important;
		width: 100%;
		background-color: #000;
	}
	#main_content .entry-title{width: 100%;}
	#content .inner_left {
		width: 97%;
		float: left;
	}
	.news_section {
		width: 100%;
		height: auto;
	}
	#inner_sidebar{width: 100%;
	float: left;}
	.home #main_sidebar .right_main_block{background: #f5faff;}	
	.home #main_sidebar .block_content{background:none;}
	.home #main_sidebar .block_content input{width: 100%;}
}
/* @media screen and (max-width: 767px) {#main_container {     min-width: 480px!important;}
	#content .box {    margin-bottom: 10px;	float:none;}
	#content .box_container {     padding-left: 74px;	 margin-top: 91px;}
	#page_container {    width: 480px;}
	#main_content .left_content {    width: 444px;    height: auto;    float: none;    margin-left: 10px;}
	#main_content .heading {    text-align: center;}
	#header .logo_container {    width: 480px;    float: none;	text-align: center; }
	#header .links_wrapper {    width: 480px; }
} */
.text1{text-align: justify; font-family: monospace; width: 86%;} 
@media screen and (max-width: 767px){
	.page-id-58 .entry-content img{width:100%; }
	.page-id-936 .entry-content img {
		width: 100%;
		height: auto;
	}
	.page-id-60 .entry-content img {
		width: 100%;
		height: auto;
	}
	.page-id-64 .entry-content img {
		width: 100%;
		height: auto;
	}
	.home .phone_slider {
		display: block;
		background: #fff;
		padding: 9px;
		margin: 11px 11px;
		border-radius: 5px;
	}
	#header .logo_container a img {
		margin: 14px auto;
		border: none;
		width: 248px;
		height: auto;
		padding-left: 15px;
	}
	#page_container {
		width: 100%;
	}
	#main_container {
		min-width: 100% !important;
	}
	#header .links_wrapper {
		width: 100%;
	}
	#access{display:none;}
	#content .banner,#coin-slider-wpcontent_slider,#wpcontent_slider{width:100% !important; height: 120px !important; display: none;}
	#content .banner{content-visibility: hidden;}
	#wpcontent_slider_container{width:100% !important; height: 120px !important;}
	#wpcontent_slider a, #wpcontent_slider a img{width:100% !important;  background-size:cover!important; height: 120px !important;}
	#content .box {
		height: auto;
		width: initial;
		float: none;
		margin-right: 0;
		padding: 10px;
		margin: 0 auto 11px;
	}
	#content {
		padding-top: 15px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.last {
		margin-right: 0px !important;
		margin: 0 auto!important;
	}
	#main_content .left_content {
		width: 100%;
		height: auto;
		float: left;
	}
	#service_spotlight td{display:block !important; width:100% !important;}
	#main_sidebar {
		width: 265px;
		height: auto;
		float: none;
	}
	.home #main_sidebar {
		width: 100%;
		height: auto;
		float: left;
	}
	.home .wpcf7-submit{float: left;}
	#footer_wrapper {
		min-width: 100%!important;
		width: 100%;
		
	}
	#footer_wrapper .footer {
		width: 100%;
		margin: 0 auto;
		padding: 5px 0 71px 0;
	}
	#footer_wrapper .newsletter {
		float: left;
		width: 100%;
		text-align: center;
	}
	.copyright table {
		width: 100%;
		margin: 0 auto;
	}
	#footer_wrapper .copyright{height: 77px;}
	.copyright table td{width: 100% !important; display:block; text-align: center !important;}
	.copyright table .copyright_td2 {
		width: 100% !important;
		text-align: center !important;
	}
	#footer_wrapper .newsletter_con{    margin: 0 auto;}
	#newsletter .wpcf7-submit {float: none;
	margin: 17px auto;}
	#footer_wrapper .box {
		padding-left: 15px;
	}	
	#footer_wrapper .fb,#footer_wrapper .tw,#footer_wrapper .blog,#footer_wrapper .linkedin{float:none; text-align:center; display:inline-block; margin-left: 0; margin-top: 8px;}
	#content .box_container{margin-top: 0;}
	#inner_sidebar {
		float: left;
		width: 94%;
		padding: 0 13px;
	}
	#content .inner_left {
		width: 96%;
		float: none;
	}
	#main_content .entry-title {
		font-size: 14px !important;
		padding-left: 10px;
		width: 100%;
	}
	.page-id-25 .entry-content img{width:100%; height:auto !important;}
	#attachment_940{width: 100% !important;}
	.wp-caption-dd{padding-left: 0 !important;}
	#gallery-1 .gallery-item {
		float: none !important;
		margin-top: 0 !important;
		text-align: center !important;
		width: 250px !important;
		margin: 0 auto 10px !important;
	}
	#support_table{width: 100% !important;}
	#support_table td{display:block; width:100% !important;}
	#support_table .support{width:100% !important;}
	#support_table input{width: 100%;}
	.page-id-14 .entry-content img { width: auto; height: auto !important;}
	.home #main_sidebar .block_content {
		background-size: cover;
		background: #f9f9f9;
		border-radius: 5px;
	}
	.box1{float:left !important; width:45% !important;}
	.box2{float:right !important; width:47% !important;}
	.news_section {
		width: 94%;
		height: auto;
	}
	#header .top_links ul {
		float: none;
		padding: 4px 0;
		text-align: center;
		display: inline-block;
		width: 100%;
		background: #fff;
		border-top: 1px solid #7db9f652;
	}
	#service_spotlight ul {
		margin-top: 4px;
		margin-bottom: 10px;
	}
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
		border: 2px solid #028bc2;
		width: 90%;
		margin: 18px auto;
	}
	#header .top_links {
		height: 0;
	}
	#header .top_links ul li{float: none;
		text-align: center;
	display: inline-block;}
	#header {
		height: 130px;
	}
	#header .links_wrapper{height: auto;}	
	.home #content {
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.text1 {
		width: 100%;
	}
	.page-id-60 h2{text-align:left;}
	.author-admin .right_main_block{padding: 0 15px;}
	.author-admin .service_section {
		width: 250px;
		height: auto;
		margin-left: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#Priority input {
		width: 100% !important;
	}
	#header .logo_container{width: 100% !important;}
} 
iframe[src*="web.powerva.microsoft.com"] {
    max-width: 100%;
}
@media screen and (max-width:320px){
	.home #content {
		padding-top: 15px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.box2 {
		float: right !important;
		width: 45% !important;
	}
} 

/*************************end of css************************/

